#pager{text-align:center;}
#pager ul.pages{display: inline-block;border: none;text-transform: uppercase;font-size: 12px;margin:15px auto;padding: 0;font: normal 16px "Microsoft YaHei";font-family: "Microsoft YaHei";}
#pager ul.pages li{float: left;padding: 0;text-decoration: none;/* border: 1px solid #dddddd; */border-left:0px;list-style: none;color: #000;margin: 0 5px;cursor:pointer;border-radius: 50%;background: #EFEFEF;width: 48px;line-height: 48px;height:48px}
#pager ul.pages li:hover{background: none;color: #2050A2; font-weight: 700; }
#pager ul.pages li.pgNext{}
#pager ul.pages li.pgEmpty{display: none;}
#pager ul.pages li.pgCurrent{color: #2050A2;font-weight: 700;border: 1px solid #2050A2;background: none;}
#pager ul.pages li.pgNext{/* border-left: 1px solid #dddddd; */margin-left:-1px;font-family:"Simsun";font-weight:bold;}
.wp_paging .page_nav,.wp_paging .page_jump{display:none}
.wp_paging li{margin:0 20px 0 0}
body .wp_paging {display:flex;    align-items: center;margin-top: -40px;margin-bottom: 20px;float: none;justify-content: center;}

@media screen and (max-width: 767px){
#pager ul.pages li{line-height:30px;height:30px;width:30px;font-size: 13px; margin: 0 3px 0 0;}

}