@charset "utf-8";
/* .wrapper{width: 1028px;} */
/* section titles */
.section-active-news{margin-top: -72px;}
.section-active-news .section-title{background: url(../img/icon-comment.png) left top no-repeat;}
.section-report .section-title{background: url(../img/icon-newspaper.png) left top no-repeat;}
.news-list .news-list-item .text-part{width: 1000px;}

.section-cnt .swiper-container-01,
.section-cnt .swiper-container-02{height: 440px;}
.section-cnt .swiper-wrapper{height: 384px;}
.section-cnt .swiper-wrapper .col-sub{width: 50%;height: 100%;float: left;}
.section-cnt .swiper-wrapper .col-sub img{width: 100%;height: 100%;object-fit: cover;display: block;}
.section-cnt .swiper-wrapper .col-main{width: 42%;height: 184px;float: right;background: #f0f0f0;padding: 100px 4%;position: relative;}
.section-cnt .swiper-wrapper .col-main .slide-title{font-size: 20px;line-height: 28px;color: #333;height: 106px;}
.section-cnt .swiper-wrapper .col-main .slide-title a{color: #333;}
.section-cnt .swiper-wrapper .col-main .slide-text{border-top: 2px solid #c7c7c7;font-size: 14px;padding-top: 15px;height: 60px;overflow: hidden;}
.section-cnt .swiper-button-prev,
.section-cnt .swiper-button-next{width: 50px;height: 50px;margin-top: -38px;}
.section-cnt .swiper-button-prev{background: url(../img/arr-left-06.png) center center no-repeat;left: 0;}
.section-cnt .swiper-button-next{background: url(../img/arr-right-06.png) center center no-repeat;right: 0;}
.btn-more{width: 92px;height: 25px;line-height: 25px;float: right;font-size: 14px;}
.section-cnt .swiper-pagination-bullet{width: 12px;height: 12px;background: #ccc;}
.section-cnt .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 12px;height: 12px;background: #f15a24;}

@media screen and (max-width: 900px){
  .wrapper{width: 100%;}
  .section-active-news{margin-top: 0;}
  .section-cnt .swiper-container-01, 
  .section-cnt .swiper-container-02{height: 6.9rem;}
  .section-cnt .swiper-wrapper .col-sub,
  .section-cnt .swiper-wrapper .col-main{width: 100%;float: none;}
  .section-cnt .swiper-wrapper .col-sub{height: 221px;}
  .section-cnt .swiper-wrapper .col-main{height: 2.35rem;padding: .3rem .4rem;background-color: #e75312;box-sizing: border-box;}
  .section-cnt .swiper-wrapper .col-main .slide-title{font-size: .32rem;height: .55rem;color: #fff;font-weight: bold;height: 1.1rem;overflow: hidden;}
  .section-cnt .swiper-wrapper .col-main .slide-title a{color: #fff;}
  .section-cnt .swiper-wrapper .col-main .slide-text{border-top: none;height: auto;float: right;color: #fff;}
  .section-cnt .swiper-button-prev, .section-cnt .swiper-button-next {margin-top: -95px;}
  .btn-more{display: none;}
  .swiper-container-horizontal>.swiper-pagination-bullets, 
  .swiper-pagination-custom, 
  .swiper-pagination-fraction{bottom: 0;}
  .section-cnt .swiper-pagination-bullet{background: #f4aa89;}
  .news-list .news-list-item .text-part{width: 4.5rem;}
}