@charset 'UTF-8';

.banner-top .logo-container .logo {
  width: 5.4rem;
  height: .5rem;
}

.section-3-col {
  padding-top: .6rem;
  background: #fff;
}

.section-3-col .title-container {
  margin-bottom: .45rem;
}

.section-3-col .title-container:after {
  content: '';
  position: absolute;
  left: 1.6rem;
  right: 1.4rem;
  top: .3rem;
  height: 1px;
  background: #eaeaea;
}

.section-3-col .sub {
  float: left;
  width: 3.68rem;
}

.section-3-col .sub .sub-title {
  font-size: .24rem;
  font-weight: bold;
  color: #004EB9;
  margin-bottom: .2rem;
  padding-top: .2rem;
}

.section-3-col .sub .news-pic,
.section-3-col .sub .news-pic .pic-box {
  width: 100%;
  height: 2.08rem;
}

.section-3-col .sub .news-pic .pic {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}

.section-3-col .sub .news-list {
  margin-top: .07rem;
}

.section-3-col .sub .news-item {
  font-size: .18rem;
  line-height: .3rem;
  color: #333;
  padding: .15rem 0;
  border-bottom: 1px solid #eaeaea;
}

.section-3-col .sub .news-item:last-child {
  border-bottom: none;
}

.section-3-col .sub .news-item .news-item-title {
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}

.section-3-col .main {
  width: 7.12rem;
  float: left;
  margin: 0 .56rem;
}

.swiper-center-news {
  width: 100%;
  /* height: 6.5rem; */
}

.swiper-center-news .swiper-slide {
  width: 100%;
  height: 100%;
}

.swiper-center-news .swiper-slide .pic-box {
  width: 100%;
  height: 4.37rem;
}

.swiper-center-news .swiper-slide .pic-box .pic {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}

.swiper-center-news .swiper-slide .text-box {
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  height: 2.24rem;
  padding: .25rem .35rem;
  box-sizing: border-box;
}

.swiper-center-news .swiper-slide .title-cate {
  font-size: .24rem;
  color: #004EB9;
  font-weight: bold;
}

.swiper-center-news .swiper-slide .title-news {
  font-size: .24rem;
  font-weight: bold;
  color: #333;
  margin-top: .25rem;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.swiper-center-news .swiper-slide .text {
  font-size: .16rem;
  line-height: .24rem;
  color: #999;
  margin-top: .2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.swiper-center-news.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: .25rem;
}

@media screen and (max-width: 1200px) {
  .section-3-col {
    padding: .3rem .15rem;
  }

  .section-3-col .title-container {
    margin-bottom: .25rem;
  }

  .section-3-col .sub,
  .section-3-col .main {
    width: 100%;
    float: none;
    margin-bottom: .2rem;
  }

  .section-3-col .sub .sub-title {
    text-align: center;
  }

  .section-3-col .sub .news-pic,
  .section-3-col .sub .news-pic .pic-box {
    height: 3rem;
  }

  .section-3-col .main {
    margin: 0;
  }

  .swiper-center-news .swiper-slide .pic-box{
    height: 3rem;
  }

  .swiper-center-news .swiper-slide .text-box{
    border: none;
    padding: .2rem;
  }
}