<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ns-container {
  padding-top: 0.6rem;
  padding-bottom: 1rem;
}

.ns-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.115rem 0.3rem;
  max-width: 8.85rem;
  width: 100%;
  margin: 0 auto;
}
.ns-list dt {
  font-size: 0.15rem;
  color: #767676;
  display: flex;
  align-items: center;
  line-height: 1;
  padding-top: 0.03rem;
}
.ns-list dt .ctg {
  font-size: 0.14rem;
  color: #fff;
  background: #0B1C26;
  display: inline-flex;
  width: 1rem;
  height: 0.25rem;
  justify-content: center;
  align-items: center;
  margin-left: 0.2rem;
  padding-bottom: 0.03rem;
  transition: all linear 0.2s;
}
.ns-list dt .ctg:hover {
  background: #CC0011;
}
.ns-list dt:hover + dd a {
  color: #CC0011;
}
.ns-list dt:has(+ dd a:hover) .ctg {
  background: #CC0011;
}
.ns-list dd {
  width: 70%;
  flex-shrink: 1;
  flex-basis: 1;
  flex-grow: 1;
}
.ns-list dd a {
  display: block;
  transition: all linear 0.2s;
  color: #000000;
}
.ns-list dd a:hover {
  color: #CC0011;
}

.pagination {
  margin-top: 0.6rem;
}
.pagination a,
.pagination span:not(.dots) {
  background: #fff;
}
.pagination .nav-links .next,
.pagination .nav-links .prev {
  background-color: #fff;
}/*# sourceMappingURL=news.css.map */</pre></body></html>