/*
*2018年11月28日10:34:10 
*
*@author Jianghm
*
* 新增页面样式
*/
.pagebar {
    height: 20px;
    float: right;
}
.pagebar{height:20px; float:right;}
.pagebar img{position:relative; top:2px;}
.pagebar a{display:block; float:left; margin:0 5px; color:#0066cc; text-decoration:none;}
.pagebar a:hover{color:#ff5a6a; text-decoration:none;}
.pagebar .lis{display:block; float:left; color:#ff5a6a; font-weight:bold; background:URL(../image/page.gif) right no-repeat; width:17px; height:19px; line-height:19px; text-align:center}
.pagebar .page_now{background:URL(../image/page.gif) left no-repeat; color:#FFFFFF}
#pager a{color:#000; text-decoration:none;}
.pagebar .next,.pagebar .last,.pagebar .prev{background:URL(../image/pagenext.gif) right no-repeat; width:55px; height:20px; text-align:center; line-height:20px;}

.category-body .page-form{height: 35px; padding: 55px 0; }
.category-body .page-form .prev{background: url(../image/l_pre.jpg) no-repeat left top; width: 35px; height: 35px; display: block; text-indent: -999px; overflow: hidden;}
.category-body .page-form .next{background: url(../image/l_next.jpg) no-repeat left top; width: 35px; height: 35px; display: block; text-indent: -999px; overflow: hidden;}
.category-body .page-form #pager .lis{width: 35px; height: 35px; background: #fff; color: #aaa; line-height: 35px;}
.category-body .page-form #pager .lis.page_now{background: #006c3a; color: #fff;}
.category-body .page-form #pager .lis:hover{background: #006c3a; color: #fff;}
.category-body{
    width: 1200px;
    margin: 0 auto;
}