.news-detail {
  margin-top: 72px;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}

.detail-title {
  display: inline-block;
  width: 100%;
  margin-top: 128px;
  line-height: 48px;
  text-align: center;
  font-size: 32px;
  color: #333333;
  font-family: MiSansVF_Semibold;
}

.detail-date {
  display: inline-block;
  width: 100%;
  margin-top: 24px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.detail-cont {
  margin-top: 40px;
  line-height: 2;
}

.detail-cont img {
  max-width: 960px !important;
  display: block !important;
  margin: 10px auto !important;
}


.more-news-box {
  padding: 80px 0px 74px;
}

.more-news-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;


}

.line {
  flex: 1;
  border-top: 1px solid #E8E8E8;
}

.words {
  font-size: 28px;
  line-height: 38px;
  font-family: MiSansVF_Semibold;
  color: #333333;
  padding: 0 44px;
}

.news-list-box {
  width: 100%;
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
}

.news-content {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
}

.news-content:nth-child(3n) {
  margin-right: 0;
}

.news-img {
  display: inline-block;
  width: 100%;
  height: 280px;
  overflow: hidden;
  border-radius: 16px;
}

.news-content:hover .news-img img {
  transform: scale(1.1);
  cursor: pointer;
}
.news-img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  object-fit: cover;
}

.news-txt {
  width: 100%;
  margin-top: 16px;
}

.news-txt span {
  display: inline-block;
  overflow: hidden;
  line-height: 30px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  color: #333333;
  font-family: MiSansVF_Semibold;
}

.news-txt .news-menu-name {
  width: auto;
  font-size: 14px;
  line-height: 20px;
  color: #21A13B;
  padding: 4px 8px;
  background: #E8F5EB;
  font-family: MiSansVF;
  font-style: normal;
  border-radius: 4px;
  display: inline-block;
}

.news-txt .news-name {
  display: inline-block;
  font-size: 18px;
  color: #333333;
  font-family: MiSansVF_Semibold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 8px;
}

.news-txt .news-date {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  margin-top: 8px;
  font-family: MiSansVF;
}
.show-375 {
  display: none;
}
@media screen and (max-width: 1440px) {
  .news-detail .detail-title {
    font-size: 28px;
  }

  .news-detail .detail-date {
    font-size: 14px;
  }

  .news-detail .detail-cont {
    font-size: 16px;
  }

  .news-detail .more-news-box .more-news-title .words {
    font-size: 26px;
  }
}

@media screen and (max-width: 992px) {
  .news-detail .more-news-box .news-list-box .news-content {
    width: calc((100% - 30px) / 2);
  }

  .news-detail .more-news-box .news-list-box .news-content:nth-child(2n) {
    margin-right: 0px;
  }

  .news-detail .more-news-box .news-list-box .news-content:nth-child(2n+1) {
    margin-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .news-detail .more-news-box .news-list-box .news-content {
    width: 100%;
  }
  .news-detail .more-news-box .news-list-box .news-content:nth-child(2n) {
    margin-right: 0px;
  }

  .news-detail .more-news-box .news-list-box .news-content:nth-child(2n+1) {
    margin-right: 0px;
  }
  .headerMobile .header-mobile {
    border-bottom: 1px solid #D8D8D8;
    background: #fff;
  }
  .show-375 {
    display: block;
  }
  .default-news {
    display: none;
  }
  .detail-cont img {
    max-width: 343px!important;
    height: 200px;
  }
  .news-carousel {
    overflow: hidden;
  }
  .news-controls {
    display: flex;
    justify-content: center;
  }

  .news-controls img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .news-controls .prev {
    margin-right: 40px;
  }
  
  .news-controls .prev,.news-controls .next {
    padding: 0px !important;
    width: 48px !important;
    height: 48px !important;
    color: #D8D8D8 !important;
    border: 1px solid #D8D8D8 !important;
    border-radius: 50% !important;
    padding: 14px !important;
    width: 48px !important;
    height: 48px !important;
    background: #fff;
    position: unset !important;
    margin: 0 20px !important;
    margin-top: 32px !important;
  }
  .news-controls .prev:after, .news-controls .next:after {
    font-size: 14px !important;
    color: #000000 !important;
  }
  
  .news-controls button[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
  }
  .news-carousel .news-list-box {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 24px;
    transition: transform 0.5s ease;
  }
  
  .news-carousel .news-list-box .news-content {
    margin-bottom: 8px;
    width: auto;
    margin-right: 30px;
    box-sizing: border-box;
    display: block;
  }
  .news-carousel .news-list-box .news-content .news-img {
    width: 100%;
    height: 230px;
    overflow: hidden;
    border-radius: 16px;
  }
  
  .news-carousel .news-list-box .news-content .news-img:hover {
    cursor: pointer;
  }
  
  .news-carousel .news-list-box .news-content .news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
  }
  
  .news-carousel .news-list-box .news-content .news-txt {
    width: 100%;
    margin-top: 16px;
    text-align: left;
  }
  
  .news-carousel .news-list-box .news-content .news-txt .news-tag {
    padding: 4px 8px;
    background: #E8F5EB;
    font-family: MiSansVF;
    font-size: 14px;
    color: #21A13B;
    line-height: 20px;
    font-style: normal;
    border-radius: 4px;
    display: inline-block;
  }
  
  .news-carousel .news-list-box .news-content .news-txt .news-name {
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    color: #333333;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* 使用弹性盒子模型 */
    -webkit-line-clamp: 2;
    /* 限制行数，例如3行 */
    -webkit-box-orient: vertical;
    /* 垂直排列 */
    margin-top: 8px;
    font-family: MiSansVF_Semibold;
  }
  
  .news-carousel .news-list-box .news-content .news-txt .news-date {
    font-size: 16px;
    color: #999;
    margin-top: 8px;
    line-height: 22px;
    font-family: MiSansVF;
  }
  
  .news-carousel .news-list-box .news-content:hover .news-img .img {
    transform: scale(1.1);
  }

  .news-carousel .news-list-box .news-content .news-txt .news-name {
    font-size: 16px;
  }

  .news-carousel .news-list-box .news-content .news-txt .news-date {
    font-size: 14px;
  }
  .news-carousel .news-list-box .news-content {
    margin-bottom: 32px;
  }
 
  .news-detail .more-news-box .news-list-box .news-content {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0;
  }

  .news-detail .more-news-box .news-list-box .news-content .news-txt {
    margin-top: 12px;
  }

  .news-detail .more-news-box .news-list-box .news-content .news-txt .news-date {
    margin-top: 8px;
  }

  .news-detail .more-news-box .news-list-box .news-content:nth-child(2n) {
    margin-right: 0;
  }

  .news-detail .more-news-box .news-list-box .news-content:nth-child(2n+1) {
    margin-right: 0;
  }
  
  .news-carousel .news-list-box .news-content .news-txt .news-tag {
    font-size: 12px;
    line-height: 16px;
  }
  .news-carousel .news-list-box .news-content .news-txt {
    margin-top: 12px;
  }
  .news-carousel .news-list-box .news-content .news-txt .news-name {
    margin-top: 8px;
    font-size: 16px;
    line-height: 26px;
  }
  .news-carousel .news-list-box .news-content .news-txt .news-date {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
  }
  .news-carousel .news-list-box .news-content {
    margin-bottom: 32px;
  }
  .news-info-container {
    padding-left: 16px;
  }
  .more-news-box {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .news-carousel .news-list-box .news-content:last-child {
    margin-right: 0;
  }
}