body{
    background: #f6f8fb;
}
.wid1400{
    width: 72.9%;
    margin: 0 auto;
    position: relative;
}
.notice_banner{
    width: 100%;
}
.notice_banner img{
    width: 100%;
}
.position_div{
    line-height: 46px;
    font-size: 0.729vw;
    color: rgba(0,0,0,0.55);
}
.position_div img{
    width: 1.3vw;
    position: relative;
    top: -2px;
}
.position_div .active{
    color: #3e7cff;
}
.position_div a:hover{
    color: #3e7cff;
}
.main_con{
    padding: 1.8vw 4vw;
    background: #fff;
    font-size: 0.93vw;
    color: rgba(0,0,0,0.85);
    margin-bottom: 20px;
}
.main_con li{

}
.news_body li a{
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 1.8vw 1.4vw;
    border-bottom: 1px dashed #d7d4d4;
    line-height: 1.8vw;
    box-sizing: border-box;
}
.news_body li a i{
    /*display: inline-block;*/
    width: 0.3vw;
    height: 0.3vw;
    background: #b2b2b2;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    display: none;
}
.news_body li a:hover{
    background: #D4E9FF;
}
.news_body li a:hover p .news_title{
    color: #0F76D1;
}
.news_body li a:hover i{
    height: 47%;
    width: 0.2vw;
    border-radius: 0;
    background: #3e7cff;
}
.news_body li span{
    display: inline-block;
    float: left;
}
.news_body li .news_title{
    width: 75%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 1.1vw;
}
.news_body li .news_time{
    width: 25%;
    text-align:right;
    font-size: 0.8vw;
    color: #0F76D1
}
.news_body li .news_other{
    color: #757575;
     font-size: 0.8vw;

}
.news_body li .news_other span{
    width: 18%;
}
.news_body li .news_other span:nth-child(1){
    width: 35%;
}
.news_body li .news_other span:last-child{
    float: right;
    text-align: right;
}
.news_body li .news_other span label{
    font-size: 0.625vw;
    color: #0F76D1;
    padding: 2px 5px;
    margin-right: 4px;
}
/*分页*/
.page-list-box{margin:72px 0 50px;height:46px;overflow: hidden;}
.page-list-num{float: right;margin-right: 20px;}
.page-list-num span{margin-right:5px;line-height: 27px;font-size: 13px;}
.page-list-num span select{height: 27px;border: 1px solid #D5D6D5;border-radius: 3px}
.page-list-box ul{float: right}
.page-list-box ul li{line-height:15px;float: left;margin-right:10px;border:1px solid #D5D6D5;border-radius: 3px;}
.page-list-box ul li a{display: inline-block;padding:6px 8px;}
.page-list-box ul li a.go{font-size: 12px;}
.page-list-box ul li span{display: inline-block;padding:6px 8px;}
.page-list-box ul li a:hover{background-color: #3e7cff;color: #ffffff}
.page-list-box ul li input{height:15px;width:30px;border:0;padding:6px 4px;}
.page-list-box ul li input:hover{cursor: pointer;background-color: #fff;color: #000}
.page-list-box ul li.active{
    background:#3e7cff ;color: #fff;
}



