@charset "utf-8";
/* CSS Document */

/*fontface*/

.pages{ margin-top:30px;}
#pagelist{ line-height:42px;color:#666; padding:15px;}
#pagelist a{ width:62px; text-align:center; float:left; border:1px solid #e5e5e5;background:#fff; height:44px; font-size:14px;color:#666; line-height:44px; margin-left:5px;}
#pagelist a.next,#pagelist a.prev{width:60px;}
#pagelist a.curr{ background:#1c72ba;border:1px solid #1c72ba;color:#fff;}
#pagelist a:hover{background:#1c72ba;border:1px solid #bfbfc7;color:#fff; text-decoration:none}
#pagelist a img{ display:block;margin:0 auto;margin-top:12px;}
#pagelist span{line-height:44px; font-size:13px; height:44px; margin-left:10px;}
#pagelist span#totalpage{ margin:0;}
.clearfix{ clear:both;}

