@charset "utf-8";
.page_div{margin: 10px 0 0;color: #0D2147;text-align: center;display: flex;font-size: 18px;font-family: "微软雅黑";align-items: center;justify-content: center;}
.page_div button{display:inline-block;width: 44px;height: 44px;cursor:pointer;color:#0D2147;font-weight: bold;font-size: 18px;line-height: 44px;border: 0px solid #dce0e0;text-align:center;margin: 0 6px;-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius: 50%;font-family: "微软雅黑";background: none;padding: 0;}
#nextPage,#prePage{width: 44px;}
#nextPage{background:url(../images/pageright.svg)no-repeat center/9px;}
#prePage{background:url(../images/pageright.svg)no-repeat center/9px;transform:rotate(180deg)}
.page_div .current{background-color: #0D2147;border-color: #0D2147;color:#FFF;font-weight: bold;}
.totalPages{margin:0 10px}
.totalPages span,.totalSize span{color:#465ea5;margin:0 5px}
.page_div button:disabled{cursor:no-drop;color:#0D2147;}
.totalNum,.totalList,#firstPage,#lastPage{display: none;}
 .page_div button{border: 1px solid #E2E2F8;}
#page{margin-top: 60px;margin-bottom:75px;}
.page_div .white {
    margin: 0 14px;
    width: 46px;
    line-height: 46px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #707070;
    text-align: center;
    background: #fff;
    font-size: 18.5px;
    color: #0D2147;
}

#prePage {
    margin-left: 30px;
}

button#jump {
    width: 80px;
    background-color: #0D2147;
    border-color: #0D2147;
    color: #FFF;
    margin-left: 6px;
}
.col_news_list div#wp_paging_w6 {
    display: none;
}
@media screen and (max-width: 999px) {
 .page_div span,.page_div input,button#jump{
    display: none ! important;
}
 .page_div{
    margin-bottom: 30px;
}
.page_div button{line-height: 44px;height: 44px;width: 44px;margin: 0 2px;}
}
@media screen and (max-width: 479px) {
 #nextPage, #prePage{
    width: 34px;
}
.page_div button{border: 1px solid #E2E2F8;height: 27px;line-height: 27px;width: 26px;flex: none;}
}