.Deep .nav-bar,
.Deep .search-box button,
.Deep footer {
  background: #FF5722;
}

.Deep .ss .news-category {
  border-left: 0px solid #FF5722;
  color: #FF5722;
}

.Deep .news-category {
  color: #FF5722;
}

.Deep .section-title::before {
  background: #FF5722;
}

.Deep .news-itemmm:hover .news-category,
.Deep .news-item:hover .news-category {
  color: #FF5722;
}

.Deep .news-category::after {
  background: #FF5722;
}

.Deep .news-itemmm:hover .news-title,
.Deep .news-item:hover .news-titleee {
  color: #FF5722;
}

.Deep .news-itemmm:hover .news-date,
.Deep .news-item:hover .news-date {
  color: #FF5722;
}

.Deep .search-box:hover {
  border-color: #FF5722;
}



@media (max-width: 760px) {
  .Deep .top-bar {
    background: linear-gradient(135deg, #FF5722 0%, #FF5722 100%);
    padding: 12px 16px;
  }
}






/* 蓝灰色（ #607D8B */

.Blue .nav-bar,
.Blue .search-box button,
.Blue footer {
  background: #607D8B;
}
.Blue .ss .news-category {
  border-left: 0px solid #607D8B;
  color: #607D8B;
}
.Blue .news-category {
  color: #607D8B;
}
.Blue .section-title::before {
  background: #607D8B;
}
.Blue .news-itemmm:hover .news-category,
.Blue .news-item:hover .news-category {
  color: #607D8B;
}
.Blue .news-category::after {
  background: #607D8B;
}
.Blue .news-itemmm:hover .news-title,
.Blue .news-item:hover .news-titleee {
  color: #607D8B;
}
.Blue .news-itemmm:hover .news-date,
.Blue .news-item:hover .news-date {
  color: #607D8B;
}
.Blue .search-box:hover {
  border-color: #607D8B;
}
@media (max-width: 760px) {
  .Blue .top-bar {
    background: linear-gradient(135deg, #607D8B 0%, #607D8B 100%);
    padding: 12px 16px;
  }
}