
/* 轮播 */
.news_banner{
  margin: 10px auto;
}
.banner_lf{
  width: 800px;
}
.banner_rt{
  width: 400px;
  text-align: right;
}
.fm_tab_head{
  text-align: left;
  margin-bottom: 10px;
}
.fm_tab_head_item{
  padding: 26px 38px;
  font-size: 20px;
}
.bs_bg{
  background: rgba(0, 0, 0, .5);
  padding: 20px 40px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.bs_desc{
  font-size: 16px;
}
.banner_qr_img{
  border: #BFBFBF 1px solid;
  padding: 20px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
}
.banner_qr_img>img{
  display: inline-block;
}

.bq_text1{
  padding: 35px 0;
}
.bq_text2{
  margin-top: 20px;
  color: #2C66E9;
}
.news_banner .swiper-pagination{
  bottom: 20px;
  left: auto;
  right: 40px;
  width: auto;
}
.news_banner .swiper-pagination>.swiper-pagination-bullet{
  width: 60px;
  height: 10px;
  border: #fff 1px solid;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.news_banner .swiper-pagination>.swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #fff;
}

/* 新闻列表 */
.news_list{
  padding: 20px 0;
}
.news_item{
  width: 600px;
  padding: 35px 0;
  border-bottom: #f4f4f4 1px solid;
}
.news_item>a{
  display: block;
}
.ni_lf{
  width: 230px;
  height: 160px;
}
.ni_rt{
  width: 370px;
  height: 160px;
  padding: 0 20px;
}
.news_title{
  font-size: 16px;
  font-weight: bold;
  color: #373737;
  margin-bottom: 10px;
}
.news_desc{
  font-size: 14px;
  color: #999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.in_item_share{
  margin-top: 15px;
  color: #999;
  font-size: 14px;
}
.share_wx{
  display: inline-block;
  line-height: 20px;
  width: 20px;
  height: 20px;
}
.ico_wx, .ico_sina{
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  margin-right: 5px;
}
.ico_wx:hover{
  cursor: pointer;
}

.news_rt_btm{
  font-size: 12px;
  color: #9B9E9F;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
}
.nrb_num{
  margin: 0 20px;
}
.news_rt_btm img{
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: bottom;
  margin-right: 4px;
}
.fm_pagination{
  text-align: center;
  margin: 50px auto;
}
