#pagelist {
    line-height: 22px;
    color: #666;
    padding: 15px;
    width: 100%;
    text-align: center;
}
 #pagelist li{  display: inline;}
#pagelist a {
    width: auto;
    text-align: center;
    padding: 18px 32px;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #c73943;
    background: #fff;
    /* height: 28px; */
    /* font-size: 12px; */
    color: #666;
    /* line-height: 21px; */
    margin-left: 5px;
    border-radius: 3px;
}#pagelist .indexPage{ width:28px; text-align:center;padding:0px 10px; float:left; border:1px solid #c73943;background:#fff; height:28px; font-size:12px;color:#666; line-height:28px; margin-left:5px;border-radius:3px;}
#pagelist strong{ display:inline;}
#pagelist a.next,#pagelist a.prev{width:60px;}
#pagelist a.curr{ background:#c73943;border:1px solid #c73943;color:#fff;}
#pagelist a:hover{background:#c73943;border:1px solid #c73943;color:#fff; text-decoration:none}
#pagelist a img{ display:block;margin:0 auto;margin-top:12px;}
#pagelist span{line-height:28px; font-size:13px; height:28px; margin-left:10px; display:inline-block}
#pagelist span#totalpage{ margin:0;}
#pagelist .thisclass a{  background-color:#c73943;color:#fff;} 
