*{
    padding: 0px;
    margin: 0px;
}
body{
    background:#eff3f5 ;
}
.new_con{
    width: 1200px;
    height: auto;
    margin: 80px auto;
}
.new_left{
    width:860px;
    height: auto;
    display: inline-block;
}
.new_right{
    width:325px;
    height:auto;
    float: right;
}
.new_cate{
    width:100%;
    height: 40px;
    line-height: 40px;
    background: #fff;
}
.new_cate p{
    text-align: center;
    width: 100px;
    font-size:16px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(51,51,51,1);
    border-top: 2px solid #0068B7;
}
.news_info ul{
    width: 100%;
    margin-top: 20px;
    background: #fff;
    padding-bottom: 15px;
}
.news_info ul li{
    width: 100%;
    height: 240px;

    border-bottom: 2px solid #CBCACA;
    list-style: none;
}
.news_info ul li img{
    padding: 20px;
}
.news_title{
    padding: 20px;
}
.news_title a{
    font-size:18px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(51,51,51,1);
    line-height:28px;

}
.news_title a:hover{
    color: #046CC8;
}
.news_con{
    padding: 20px;
}
.news_con a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size:14px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(51,51,51,1);
}
.addtime{
    font-size:12px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(153,153,153,1);
}
.newest{
    width: 305px;
    height: auto;
    background: #fff;
    padding: 10px;
}
.newest_tit{
    width: 300px;
    height: 40px;
    line-height: 40px;
    font-size:16px;
    font-family:PingFang SC;
    border-bottom: #CBCACA solid 2px;
}
.newest_img{
    width: 100%;
    height: 80px;
    margin-top: 15px;
}
.newest_title a{
    font-size:14px;
    font-family:PingFang SC;
    color:rgba(51,51,51,1);
    font-weight:bold;
    padding: 0px 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.newest_title a:hover{
    color: #0c61cc;
}
.newest_cont a{
    font-size:12px;
    font-family:PingFang SC;
    color:rgba(102,102,102,1);
    padding: 3px 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#callBackPager div{
    font-size: 0;
    margin: 20px;
}
#callBackPager span, #callBackPager a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background: #CACACA;
    border-radius: 4px;
    text-align: center;
    margin: 0 5px;
    color: #000;
    font-size: 14px;
}
#callBackPager span{
    background: #046CC8;
    color: #ffffff;
}
