/* 中部新闻 */
.news_box .news_box_title{padding-top:10px;font-size: 20px; font-weight: bold; color:#b42f3a ;margin-left:0.15rem}

/* 下部新闻 */
/* 下部幻灯 */
.cs_news_box{width: 100%;height: 3.65rem;}

.news_box .news_box_img{width: 100%;height: 3.65rem;}
.news_box .news_box_img a{display: block;position: relative;}
.news_box .news_box_img a img{width: 100%;height: 3.65rem;}
.news_box .news_box_img a span{display:block;width:100%; position: absolute;bottom: 0;height: 0.6rem;line-height: 0.6rem;background-color: rgba(0,0,0,0.5);color:#fff;text-align: center;}

.news_list{width:100%;margin:0.3rem 0 0 0}
.news_list li {line-height: 45px;}
.news_list li a{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:block;position: relative;}
.news_list li a::before{content: '\2022  '; font-size:14px;color: #666;}
.news_list li {display: flex;justify-content: space-between}

.line{height:1px; margin:0.2rem 0}

.layui-breadcrumb>* {
    font-size: 0.18rem;
}

/* PC版样式覆盖 */
@media (min-width: 1200px) {
    .layui-nav a{color:#000 !important;font-size: 22px;padding:0 0.3rem !important;width:auto}
    .schbox p{line-height: 0.3rem;}
    .schbox .sch_input{display: flex;justify-content: space-between;}
    .schbox .sch_input input{background: url(static/images/sch.jpg) 0.1rem center no-repeat;padding-left:0.45rem;width:80%}
    .cs_news{width: 6.40rem;height: 3.65rem;}

    .news_top{width: 4.95rem;margin:0 0 0 0.15rem}
    .news_list{width:100%;margin:0}

    .news_box .news_box_img{width: 100%;height: 2.1rem;}
    .news_box .news_box_img a img{width: 100%;height:2.1rem;}
    .news_box .news_box_img a span{display:block;width:100%; position: absolute;bottom: 0;height: 0.3rem;background-color: rgba(0,0,0,0.5);color:#fff;text-align: center;line-height: 0.3rem;}

    .cs_news_box{width: 100%;height: 2.1rem;}

    .footer{background-color:#ebebeb;height:2.7rem}
    .footer .contact{margin-left:0.45rem;line-height: 0.4rem;color:#6a6a6a;font-size: 0.20rem;}
}