/*pagination*/
.pages{text-align:center;margin-top:20px}
.pager > a {width:35px;height:35px;line-height:35px;display:inline-block;background:#F6F6F6;border:1px solid #CCC}
.pager span a{width:35px;height:35px;line-height:35px;display:inline-block;background:#fff;border:1px solid #CCC}
.pager span .current{background:#E3E3E3}
.pager option{width:35px;height:35px;line-height:35px;display:block}



@media only screen and (max-width: 480px){
.pager > a {width:18px;height:18px;line-height:18px;}
.pager span a{width:18px;height:18px;line-height:18px;}
.pager span .current{background:#E3E3E3}
.pager option{width:18px;height:18px;line-height:18px;}

}
@media screen and (min-width: 400px) and (max-width: 480px){
.pager > a {width:25px;height:25px;line-height:25px;}
.pager span a{width:25px;height:25px;line-height:25px;}
.pager span .current{background:#E3E3E3}
.pager option{width:25px;height:25px;line-height:25px;}

}