@charset "UTF-8";
/*盒子布局*/
/*单行省略*/
/*多行省略*/
/**
* 将px转换为rem（以2560px的屏幕为基准）
*/
.news-page-box .section-2 {
  width: 100%;
  overflow: hidden;
  margin: 0.70312rem 0;
}

.news-page-box .section-2 .kv-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.03906rem;
}

.news-page-box .section-2 .hot-news-swiper {
  width: 100%;
  margin-bottom: 0.3125rem;
  overflow: hidden;
  position: relative;
}

.news-page-box .section-2 .hot-news-swiper a {
  display: block;
  width: 100%;
}

.news-page-box .section-2 .hot-news-swiper a img {
  display: block;
  width: 100%;
}

.news-page-box .section-2 .custom-tab-list {
  margin-bottom: 0.125rem;
}

.news-page-box .section-2 .list-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.03906rem;
}

.news-page-box .section-2 .list-box .list-item .info-box {
  padding: 0.11719rem 0 0.3125rem 0;
}

.news-page-box .section-2 .list-box .list-item .info-box .time {
  font-size: 0.07812rem;
  color: #666666;
  margin-bottom: 0.0625rem;
}

.news-page-box .section-2 .list-box .list-item .info-box .intro {
  font-weight: bold;
  font-size: 0.125rem;
  padding-right: 0.54688rem;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-page-box .section-2 .list-box .list-item .info-box .list-btn {
  font-size: 0.05469rem;
  margin-top: 0.10938rem;
  display: inline-block;
  color: #000000;
  font-weight: bold;
  padding: 0.03906rem 0.10547rem;
  border: 1px solid #000000;
  border-radius: 50px;
}

.news-page-box .section-2 .list-box .list-item .info-box .list-btn:hover {
  color: #14c3ff;
  border-color: #14c3ff;
}

@media screen and (min-width: 1px) and (max-width: 800px) {
  .news-page-box .section-2 {
    margin: 1.53846rem 0;
  }
  .news-page-box .section-2 .hot-news-swiper {
    margin-bottom: 1.53846rem;
  }
  .news-page-box .section-2 .custom-tab-list {
    margin-bottom: 0.30769rem;
  }
  .news-page-box .section-2 .list-box {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1.53846rem;
  }
  .news-page-box .section-2 .list-box .list-item .info-box {
    padding: 0.30769rem 0 0 0;
  }
  .news-page-box .section-2 .list-box .list-item .info-box .time {
    font-size: 0.25641rem;
    margin-bottom: 0.20513rem;
  }
  .news-page-box .section-2 .list-box .list-item .info-box .intro {
    font-size: 0.46154rem;
  }
  .news-page-box .section-2 .list-box .list-item .info-box .list-btn {
    font-size: 0.30769rem;
    margin-top: 0.30769rem;
    padding: 0.17949rem 0.48718rem;
  }
}
