  
/*底部推荐公共样式*/
.m_information_box{width:100%;margin:auto;margin-top:30px;overflow:hidden;background:#FFF;}
.m_lpqh_box span{border-bottom:1px solid #f1f1f1;width:100%;display:block;float:left;height:40px;text-align:center;line-height:40px;font-size:1rem;color:#2F383F;font-weight:600;}
.m_lpqh_box span img{width:22px;position:relative;top:-10px;left:3px;}
.m_lpqh_box span.on{background:#F9F7F5;color:#B05637;border-bottom:1px solid #F9F7F5;}
.m_zx_lunbo_box{margin-top:35px;padding-bottom:10px;height:242px;}
.m_zx_lunbo{width:100%;}
.m_zx_lunbo ul{width:100%;}
.m_zx_lunbo ul li{float:left;width:70%;position:relative;top:16px;}
.m_zx_lunbo ul li .m_zx_lunbo_bj{display:block;width:100%;height:100%;position: absolute;top:0;z-index:20;}
.m_zx_lunbo ul li .m_zx_lunbo_img{width:100%;height:150px;border-radius:5px;overflow:hidden;position: relative;}
.m_zx_lunbo ul li .m_zx_lunbo_img:before {content:"";display:block;width:100%;height:100%;background:rgba(51, 51, 51, 0.5);position:absolute;top:0;left:0;}
.m_zx_lunbo ul li .m_zx_lunbo_img img{width:100%;height:100%;}

.m_zx_lunbo_text{width:93%;background:#FFF;padding:10px 15px;position:relative;z-index:10;margin:auto;margin-top:-37px;}
.m_zx_lunbo_text:before {content:"";display:block;width:100%;height:100%;background:rgba(51, 51, 51, 0.5);position:absolute;top:0;left:0;}
/*.m_zx_lunbo_text em{display:block;font-size:0.875rem;color:#2F383F;line-height:20px;font-weight:600;}*/
.m_lpqh_title{height:22px;line-height:22px;}
.m_lpqh_title em{max-width:64%;font-size:0.875rem;color:#2F383F;display:block;float:left;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; }
.m_lpqh_title span{font-size:0.5625rem;color:#88AFFF;background:#F3F7FF;padding:0 5px;display:block;height:22px;line-height:22px;margin-left:10px;float:left;}
.m_lpqh_title i{font-size:0.625rem;color:#9BA0AB;float:right;}

.m_zx_lunbo_b{margin-top:6px;}
.m_zx_lunbo_b em{font-size:0.5625rem;color:#F9662D;}
.m_zx_lunbo_b em i{font-size:0.875rem;font-weight:600;}
.m_zx_lunbo_b span{float:right;position:relative;top:3px;font-size:0.4375rem;color:#A8A8A8;}

.m_zx_lunbo .swiper-slide-active{     /*选中的效果*/
   position:relative;top:0;
   transition: all .4s;

}

.m_zx_lunbo .swiper-slide-active .m_zx_lunbo_img{     /*选中的效果*/
   height:183px;
   border-radius:0;
   transition: all .4s;
}

.m_zx_lunbo .swiper-slide-active .m_zx_lunbo_img:before {    /*选中的效果*/
  background:none;
  transition: all .4s;
}

.m_zx_lunbo .swiper-slide-active .m_zx_lunbo_text:before {    /*选中的效果*/
  background:none;
  box-shadow:0px 2px 4px 0px rgba(211, 209, 209, 0.438);
     transition: all .4s;
}
