
/*分页按钮*/
.pageBtn{width:100%;height:26px;text-align:center;padding:30px 0px;}
.page_first,.page_last,.page_prev,.page_next,.page_num{display:inline-block;height:26px;text-align:center;line-height:26px;color:#333!important;border:1px solid #ccc;}
.page_first:hover,.page_last:hover,.page_prev:hover,.page_next:hover,.page_num:hover{border:1px solid #ccc;}
.page_first.on,.page_last.on,.page_prev.on,.page_next.on,.page_num.on{color:#fff;background:#fff;border:1px solid #ccc;}
.page_first,.page_last{width:40px;}
.page_prev,.page_next{width:60px;}
.page_num{width:26px;}
.page_num.on{color:#fff!important;background:#0162b2;}
.page_Text{width:32px;height:20px;text-align:center;margin:0px 4px;}
.page_btn{width:40px;height:20px;}

