/* 公共样式 */
.fl {float: left;}
.fr {float: right;}
/*清除浮动*/
.clear{clear: both;}
@media screen and (max-width: 999px) {
.f_no {float: none;}
}
/* ------------------------------------------------------------- */
.MAR-TB {margin: 50px 0 75px;}
.sjy_box {display: flex;display: -ms-flexbox;justify-content: space-between;-ms-flex-pack: justify;}
.fl_img {width: 20%;background-color: #F1F4F7;}
.fl_box {width: 76%;}
/* 面包屑 */
.mbx {margin: 50px 0;}
.mbx span {font-size: 16px;}
.mbx span.mbx_Current {color: #E71C28;font-weight: 700;}
/* 面包屑 end*/
@media screen and (max-width: 999px) {
.MAR-TB {margin: 30px 0;}
.max-width.sjy_box {width: 100%;box-sizing: border-box;padding: 0 20px;}
.fl_img ,.mbx{display: none;}
.fl_box {width: 100%;}
}

/* 公共样式 end*/

/* 内容 */
/*新闻列表页*/
.rt-cont .cont-list li {border-bottom:1px solid #d6d6d6;}
.rt-cont .cont-list li:last-child{border-bottom:none;}
.rt-cont .cont-list li a{display:flex;justify-content: space-between;font-size:16px;padding: 30px 0;align-items: center;display: -ms-flexbox;-ms-flex-pack: justify;-ms-flex-align: center;}
.rt-cont .cont-list li a span.cont-list-span1 {width: calc(100% - 150px);display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.rt-cont .cont-list li a span.cont-list-span2 {width: 150px;text-align: right;display: inline-block;height: 21px;line-height: 21px;}
/*分页器*/
.easysite_pages{ display: flex;justify-content: center; height: 40px; align-items: center; margin-top: 70px;margin-bottom: 48px;flex-wrap:wrap;line-height:50px;display: -ms-flexbox;-ms-flex-pack: center;-ms-flex-align: center;-ms-flex-wrap: wrap;}
.easysite-page-wrap1 span{ display: flex;display: -ms-flexbox;}
.easysite-total-page{ display: initial;}
.easysite-page-wrap{display: initial; line-height: 40px; border: 1px solid #cfdce5; border-radius: 5px; margin-right: 8px; font-size: 14px; color: #484848; padding: 0 10px;}
.NormalRed{background: #e21a22; border: 1px solid #e21a22; border-radius: 5px; margin-right: 8px; font-size: 14px; color: #fff; width: 40px; text-align: center; height: 40px; line-height: 40px;display:inline-block;}
.pagingNormal{border: 1px solid #cfdce5; color: #484848; border-radius: 5px; margin-right: 8px; font-size: 14px; width: 40px; text-align: center; height: 40px; line-height: 40px;}
.easysite-jump-btn{background: #fff}
.easysite_pages .jump-num{  border: 1px solid #cfdce5;line-height: 40px;height:40px;border-radius: 4px;text-align:center;width: 45px;}
/*手机样式 */
@media screen and (max-width: 999px) {
/* 新闻列表 */
.rt-cont .cont-list li a {padding: 10px 0;}
.rt-cont .cont-list li a span:first-child {width: calc(100% - 150px);display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}

.rt-cont .cont-list li a span:last-child {width: 150px;text-align: right;}
/* 新闻列表 end*/
/* 分页 */
.easysite_pages {margin: 10px auto;height: auto;min-width: 340px;}
.easysite-page-wrap1 {max-width: 100%;}
.easysite-page-wrap1 span {justify-content: center;}
.NormalRed , .pagingNormal {line-height: 36px;height: 36px;}
/* 分页 end*/
}
/*新闻列表页 end*/
/* 内容 end*/