.news-index-container .news-content {
  padding: 64px 24px;
}
.news-index-container .news-content .nav-tabs-content > div {
  padding: 4px;
}
.news-index-container .news-content .nav-tabs-content .nav-tabs-item {
  width: 104px;
  height: 36px;
  color: rgb(var(--gray-8));
}
.news-index-container .news-content .nav-tabs-content .nav-tabs-item.is-active {
  background: #fff;
  color: rgb(var(--primary-6)) !important;
}
.news-index-container .news-content .nav-tabs-content .nav-tabs-item:hover {
  color: #000;
}
.news-index-container .news-content .news-list-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.news-index-container .news-content .more-btn {
  border-radius: 8px;
  width: 138px;
  height: 50px;
}
.news-index-container .news-content .more-btn:hover {
  background: rgb(var(--primary-1));
}