.news-archive {
  background-color: #077695;
  border: 2px solid #0B6078;
}
.news-archive h6 {
  color: #FFCB00;
}
.news-archive .news-archive-days {
  border-bottom: 1px solid #C2C2C2;
}
.news-archive .news-archive-days a {
  text-decoration: none;
}
.news-archive .news-archive-days a span {
  color: #ffffff;
  font-size: 15px;
}
.news-archive .news-archive-days a .new-archive-date {
  color: #FFCB00;
  font-size: 12px;
}
.news-archive .news-archive-days a .new-archive-subcat {
  color: #FFF;
  font-size: 12px;
}
.news-archive .archive-news-btn {
  font-size: 16px;
  cursor: pointer;
  border: 2px solid #0B6078;
  border-radius: 3px;
  background: #fff;
  color: #fff;
  padding: 1px;
  top: 0px;
}
.news-archive .archive-news-btn .inner-btn {
  background: #0B6078;
  border-radius: 3px;
  padding: 5px 10px;
}

.last-state-news {
  scroll-behavior: smooth;
}
.last-state-news .last-state-news-body {
  line-height: 30px;
}
.last-state-news .last-state-news-body .last-status-news-style {
  border: 1px solid #707070;
  color: #413E3E;
}
.last-state-news .last-state-news-body .sub-categori-news {
  font-weight: bold;
  color: #0e0e0e;
}
.last-state-news .last-state-news-body .last-state-news-body-header .news-link-style {
  height: 50px;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  border-radius: 3px;
}
.last-state-news .last-state-news-body .last-state-news-body-header .news-link-style-color {
  background-color: #FFCB00;
  color: #0e0e0e;
}
.last-state-news .last-state-news-body .last-state-news-body-header .news-link-style-color-active {
  background-color: #7B7B7B;
  color: #ffff;
}
.last-state-news .last-state-news-body #last-state-news-body-limit:target, .last-state-news .last-state-news-body #last-state-news-body-block:target, .last-state-news .last-state-news-body #last-state-news-body-extra:target, .last-state-news .last-state-news-body #last-state-news-body-north:target {
  background-color: rgba(14, 159, 200, 0.3);
  border: 2px solid #0B6078;
}
