@charset "UTF-8";
.newsCenter-body{
    background-color:#fff;
    padding-bottom:60px;
}
 .newsCenter-body .newsCenter-main{
    margin-left:301px;
}
 .newsCenter-body .news-list > .news-item{
    width:100%;
    height:300px;
    padding:30px;
    margin-bottom:40px;
    background:#ffffff;
    box-shadow:0px 0px 8px 0px rgba(0,0,0,0.1);
    border:1px solid #e6e6e6;
}
 .newsCenter-body .news-list > .news-item:last-child{
    margin-bottom:24px;
}
 .newsCenter-body .news-list > .news-item .news-img{
    float:left;
    width:360px;
    height:240px;
}
 .newsCenter-body .news-list > .news-item .cont{
    margin-left:400px;
    height:100%;
    font-family:"PingFang SC Regular","PingFang SC","MicroSoft YaHei","宋体",serif;
    position:relative;
}
 .newsCenter-body .news-list > .news-item .cont .title{
    font-size:24px;
    font-weight:500;
    color:#000000;
    line-height:33px;
    margin-bottom:20px;
}
 .newsCenter-body .news-list > .news-item .cont .desc{
    font-size:14px;
    font-weight:400;
    color:#555555;
    line-height:32px;
}
 .newsCenter-body .news-list > .news-item .cont .bottom{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    font-size:14px;
    font-weight:400;
    line-height:20px;
}
 .newsCenter-body .news-list > .news-item .cont .bottom:before,.newsCenter-body .news-list > .news-item .cont .bottom:after{
    content:"";
    display:table;
}
 .newsCenter-body .news-list > .news-item .cont .bottom:after{
    clear:both;
}
 .newsCenter-body .news-list > .news-item .cont .bottom > .time{
    float:left;
    color:#999999;
}
 .newsCenter-body .news-list > .news-item .cont .bottom > .btn{
    float:right;
    color:#578dfb;
}
 .newsCenter-body .news-article{
    padding-bottom:150px;
}
 .newsCenter-body .news-article .title{
    margin-bottom:16px;
    font-family:"PingFang SC Semibold","PingFang SC","MicroSoft YaHei","宋体",serif;
    font-weight:600;
    color:#2d3032;
    line-height:42px;
    font-size:30px;
    text-align:center;
}
 .newsCenter-body .news-article .time{
    font-size:20px;
    font-family:"PingFang SC Regular","PingFang SC","MicroSoft YaHei","宋体",serif;
    font-weight:400;
    color:#999999;
    line-height:28px;
    text-align:center;
    margin-bottom:23px;
}
 .newsCenter-body .news-article > img{
    width:100%;
    height:auto;
    display:block;
    margin:23px 0 40px;
}
 .newsCenter-body .news-article > .cont{
    font-size:14px;
    font-weight:400;
    font-family:"PingFang SC Regular","PingFang SC","MicroSoft YaHei","宋体",serif;
    color:#333333;
    line-height:20px;
}
 .newsCenter-body .news-article > .cont p{
    min-height:20px;
}
 .newsCenter-body .news-article > .cont img{
    margin:15px auto;
    display:block;
}
 
 .newsCenter-body .news-list > .news-item:hover .cont .title{color: #427bf4}
.newsCenter-main p.noNews{text-align: center;padding-top: 50px;color: #999;}

 /*分页*/
.page{text-align: right;font-size: 14px;}
.page a{display: inline-block;height: 30px;line-height: 30px;font-size: 14px;padding: 0 14px;border: 1px solid #E6E6E6;color: #646464;;}
.page a.on{color:#fff;background: #578DFB;border-color:#578DFB}
.page a:hover{border-color:#578DFB}
.page span{margin-left: 28px;}
.page input{width: 40px;height: 30px;background: #FFFFFF;border: 1px solid #E6E6E6;margin: 0 8px;outline: none;text-align: center;}
.page select{border-color:#E6E6E6;height: 32px;line-height: 32px;min-width: 40px;padding: 0 3px;margin: 0 5px;v}