@charset 'UTF-8';

.banner-top .logo-container .logo {
  width: 6.3rem;
  height: 0.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;
}


.section-news {
  height: auto;
  margin-top: 0.9rem;
}

.section-news .wrapper {
  padding: 0;
  background: transparent;
}

.section-news .sub {
  width: 7.66rem;
  float: left;
}

.section-news .sub .section-title-container {
  margin-bottom: 0.28rem;
}

.section-news .sub .section-title-container .section-title {
  padding-left: 0;
  background: none;
}

.swiper-headline-news {
  margin-bottom: 0.26rem;
}

.swiper-headline-news,
.swiper-headline-news .swiper-slide,
.swiper-headline-news .swiper-slide a,
.swiper-headline-news .swiper-slide .pic-box {
  width: 7.66rem;
  height: 4.69rem;
  display: block;
  position: relative;
}

.swiper-headline-news .swiper-slide .pic-box .pic {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}

.swiper-headline-news .swiper-slide .text-box {
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.8rem;
  line-height: 0.8rem;
  padding: 0 0.3rem;
  box-sizing: border-box;
  color: #fff;
}

.swiper-headline-news .swiper-slide .title-news {
  font-size: 0.22rem;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.section-news .news-pic-text {
  font-size: 0;
}

.section-news .news-pic-text .news-item {
  width: 3.76rem;
  display: inline-block;
  margin: 0 0.14rem 0 0;
}

.section-news .news-pic-text .news-item:nth-of-type(2n) {
  margin-right: 0;
}

.section-news .news-pic-text .news-item .news-item-pic {
  width: 100%;
  height: 2.4rem;
}

.section-news .news-pic-text .news-item .news-item-pic .pic {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}

.section-news .news-pic-text .news-item .news-item-text {
  width: 100%;
  height: 2.4rem;
  position: relative;
  padding: 0.4rem 0.3rem;
  background: #fff;
}

.section-news .news-pic-text .news-item .news-item-title {
  color: #333;
  font-size: 0.2rem;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0.2rem;
}

.section-news .news-pic-text .news-item .news-item-detail {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: auto;
  padding: 0;
  margin-bottom: 0.21rem;
}

.section-news .news-pic-text .news-item .news-item-time {
  font-size: 0.16rem;
  color: #999;
}

.section-news .main {
  width: 7.66rem;
  float: right;
}

.section-news .main .section-title-container.tab {
  margin-bottom: 0.28rem;
}

.section-news .main .tab-container .tab-item {
  color: #b5b7bd;
  font-weight: bold;
  font-size: 0.32rem;
}

.section-news .main .tab-container .tab-item.cur {
  background: none;
  position: relative;
  padding-left: 0.2rem;
  color: #004eb9;
}

.section-news .main .tab-container .tab-item.cur:before {
  width: 0.04rem;
  height: 0.24rem;
  content: "";
  position: absolute;
  left: 0;
  top: 0.15rem;
  background: #004eb9;
}

.section-news .main .tab-container .tab-item:nth-of-type(1)::after {
  display: none;
}

.section-news .main .section-title-container .section-title-more {
  color: #004eb9;
  background: url(../img/icon-logo-small-blue.png) no-repeat left center/
    0.45rem;
}

.section-news .main .tab-cnt {
  position: relative;
  width: 7.66rem;
  height: 7.35rem;
}

.section-news .main .tab-cnt .news-item {
  position: absolute;
  margin: 0;
}

.section-news .main .tab-cnt .news-item:nth-last-of-type(2) {
  right: 0;
}

.section-news .main .tab-cnt .news-item:nth-last-of-type(3) {
  left: 0;
  bottom: 0;
}

.section-news .main .tab-cnt .news-item:nth-last-of-type(4) {
  right: 0;
  bottom: 0;
}



@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;
  }
  .section-news .sub {
    width: 49% !important;
    float: left;
  }
  .section-news .main {
    width: 49% !important;
    float: right;
  }
  .swiper-headline-news {
    width: 100%;
    height: 4.69rem;
    display: block;
    position: relative;
  }
  .section-news .news-pic-text .news-item {
    width: 48%;
  }
  .section-title-container .section-title-more {
    padding-left: 0.5rem !important;
  }
}

@media (max-width: 768px) {
  .swiper-headline-news {
    height: 2.8rem;
  }
  .section-news .sub {
    width: 100% !important;
    float: none !important;
  }
  .section-news .main {
    width: 100% !important;
    float: none !important;
    margin-top: 0.2rem;
  }
  .section-news {
    margin-top: 0.3rem;
  }
  .section-news .news-pic-text .news-item {
    width: 100%;
    position: relative!important;
  }
  .section-news .news-pic-text .news-item .news-item-text {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0.2rem 0.2rem 0.1rem;
    background: #fff;
  }
  .section-news .main .tab-cnt {
    position: relative;
    width: 100%;
    height: auto;
  }
}
