.boxPage{width:100%; overflow:hidden;display: flex;justify-content: center;}
.boxPage a{ display:inline-block;font-size:14px;color:#99a1a7;background-color:#e6e6e6;border-radius:5px;box-sizing:content-box;}
.boxPage a:hover{ color:#fff; background-color:#004EA5;}
.numPage a{ width:40px; height:40px;text-align:center; line-height:40px; margin:0 4px;}
.numPage a:first-child {
    margin-left: 8px;
}
.numPage a:last-child{  margin:0 4px;}
.curPage{color:#fff!important; background-color:#004EA5!important;}
.prePage{ background:url(../images/page/pagepre.png) 15px 10px no-repeat;width:60px; height:40px; line-height:40px; padding:0 0 0 35px; margin-right:8px; text-align:left!important; font-size:14px!important;}
.prePage:hover{background:url(../images/page/pageprehover.png) 15px 10px no-repeat;}
.nextPage{background:url(../images/page/pagenext.png) 70px 10px no-repeat; width:60px; height:40px;line-height:40px; padding:0 35px 0 0; margin-left:8px;text-align:right!important;font-size:14px!important;}
.nextPage:hover{background:url(../images/page/pagenexthover.png) 70px 10px no-repeat;}