.news-nav {
  height: 6.25rem;
  background-color: #fefefc;
  font-size: 1.25rem;
  display: flex;
  justify-content: space-evenly;
}

.news-nav .nav-link {
  color: #000;
}
.news-nav a{
  font-weight: 700;
}

.news-nav .active {
  color: #ffce2d;
  border-bottom: 1px solid #ffce2d;
}

.boder {
  width: 96%;
  margin: 0 auto;
  border-top: 1px solid #f2f1d6;
}

.news-content {
  width: 73%;
  margin: 3.75rem auto 0;
}


/* == 新闻热门媒体相关数据 == */
.news-hot {
  border: 1px solid #ececec;
}
.colord6,.color999 {
  color: #000;
}

.news-hot .left {
  width: 54%;
  max-height: 43.75rem;
  overflow: hidden;
}

.news-hot .left img{
  transition: transform 0.3s ease;
}

.news-hot .left img:hover{
  transform: scale(1.1);
}

.news-hot .right {
  width: 46%;
  background: #ffce2d;
  padding: 0 3rem;
  height: 43.75rem;
}

.news-hot .right .new-date {
  font-size: 3rem;
}

.news-hot .right .news-title {
  font-size: 2.2rem;
}

.news-hot .right .news-detail-icon {
  height: 3rem;
  width: 10rem;
  border-radius: 50px;
  color: #FFFFFF;
  background: #000000;
  font-size: 1.35rem;
}

.news-desc {
  font-size: 16px;
  line-height: 25px;
}

a {
  text-decoration: none !important;
}

.news-list {
  margin-top: 3rem;
}

.news-list .new-cols-3 {
  width: 31%;
  margin: 1.5rem 0;
}

.news-list .new-cols-3 .news-imgdiv{
  width: 100%;
  overflow: hidden;
}

.news-list .new-cols-3 .news-imgdiv img{
  transition: transform 0.3s ease;
}
.news-list .new-cols-3 .news-imgdiv img:hover{
  transform: scale(1.1);
}

.news-list .new-cols-3 .news-info {
  height: 10rem;
  background: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  font-family: MuliBold, sans-serif;
}

.news-list .new-cols-3 .news-info .news-title {
  width: 85%;
  font-size: 1.4rem;
  color: black;
}

.news-list .new-cols-3 .news-info .news-date {
  color: black;
  font-size: 1.25rem;
}

.news-list .new-cols-3 .news-info:hover {
  transition: transform 0.5s ease;
  background: #ffcd2c;
}

.news-list .new-cols-3 .news-info:hover .news-title {
  color: #fff;
}

.news-list .new-cols-3 .news-info:hover .news-date {
  color: #fff;
}

.page{
  margin: 4rem 0;
}

.page-item {
  margin: 0 1rem;
}

/*  翻页样式 */

.page-item .page-link {
  color: #000;
  border: 1px solid #000;
}

.page-item .active {
  background: #fed034;
  color: #000;
}

@media screen and (max-width: 768px) {

  .news-content{
      width: 96%;
  }

  .news-nav .w-50{
      width: 100% !important;
  }

  .news-hot{

      flex-wrap: wrap;

      .left{
          width: 100%;
      }

      .right{
          width: 100%;
          height: 30rem;
      }

  }

  .news-list .new-cols-3 {
      width: 49%;
  }

  .news-list .new-cols-3 .news-info .news-title{
      font-size: 1.2rem;
  }

  .page{
      margin: 1rem 0;
  }

  .page-item {
      margin: 0;
  }


  .pagination-md {
      --bs-pagination-padding-x: 1rem;
      --bs-pagination-padding-y: .5rem;
      --bs-pagination-font-size: 1.25rem;
      --bs-pagination-border-radius: 0.5rem;
  }
}
