.paging{margin-top:40px;text-align:center;margin-bottom: 30px;}
.paging ul{display:inline-block}
.paging ul li{display:inline-block;width:25px;height:25px;border:1px solid #ccc;
text-align:center;line-height:24px;font-size:13px; box-sizing:border-box;
transition:background ease .3s;cursor:pointer;color:#9d9d9d;background:#fff;color:#777;}
.paging ul li.active{border-color:#000;color:#fff;background-color:#000; text-decoration: none !important;}
.paging ul li a{display:block;font-size:13px;transition:color ease .3s;color:#999}
.paging .indent{text-indent:-9999px}
.paging .indent{width:25px; height:20px; line-height:20px; margin-bottom:5px;}
.paging .first{border:none;border-right:1px solid #ccc;background:url('/admin/img/paging/first.png') center center no-repeat}

.paging .prev{margin-right:10px;border:none;border-right:1px solid #ccc;background:url('/admin/img/paging/prev.png') center center no-repeat}
.paging .next{margin-left:10px;border:none;border-left:1px solid #ccc;background:url('/admin/img/paging/next.png') center center no-repeat}
.paging .last{border:none;border-left:1px solid #ccc;background:url('/admin/img/paging/last.png') center center no-repeat}