﻿.banner{width:100%;
    text-align:center;
    display:block;
}
.footer{background:#c3181c !important;}
.qy{width: 100%;
    padding: 20px 3%;
    background:#fdf6f6;
}
.qy p{font-size: 16px;
    line-height: 2;
    text-indent: 2em;
    padding-bottom: 14px;
    display: block;}
    
  /*tab*/  
.news_tab{
    padding: 10px;
}
.news_tab_tit,.news_tab_tit2{display:flex;border-bottom: 2px solid #d3000b;padding:5px 2px;}
.news_tab_tit span,.news_tab_tit2 span{flex:1;font-size: 18px;font-weight:bold;padding:3px 5px;color:#000;text-align:center;}
.news_tab_tit .news_tab_active,.news_tab_tit2 .news_tab_active{background:#d3000b;border-radius:5px;color:#fff;}
.news_tab .news_show{display:block;}
.news_tab_ul,.news_tab_ul2{display:none;margin-top:5px;}

.news_tab_ul li,.news_tab_ul2 li{display:flex;padding:5px 0;border-bottom:1px solid #ccc;}
.news_tab_ul li #ReportIDPicture,.news_tab_ul2 li #ReportIDPicture{width:90px;height:70px;margin-right:5px;}
.news_tab_ul li #ReportIDPicture img,.news_tab_ul2 li #ReportIDPicture img{width:100%;height:100%;}
.news_tab_ul li #ReportIDname,.news_tab_ul2 li #ReportIDname{flex:1;display:flex;justify-content:space-between;flex-direction:column;}
.news_tab_ul li #ReportIDname a,.news_tab_ul2 li #ReportIDname a{display:block;color:#333;font-size:16px;}


.news_more{height:50px;line-height:40px;font-size:18px;text-align:center;border-bottom:10px solid #eaeaea;}
.news_more a{color:#ccc;}
/*加载更多*/
.layui-flow-more{text-align:center;color:#999;margin: 20px 0;}
.layui-flow-more cite{padding:8px 20px;border-radius:3px;background-color:#eee;color:#333;font-style:normal;}