#list_page {
    display: inline-block;
    height: 0.3rem;
}

#list_page span {
    cursor: auto;
 }
#list_page a, #list_page span{
    float: left;
    min-width: 0.3rem;
    height: 0.3rem;
    line-height: 0.3rem;
    text-align: center;
    margin: 0 0.09rem;
    color: #ccc;
    background: #eee;
    cursor: pointer;
}

#prePage,#nextPage {
    width: 0.4rem;
    height: 0.3rem;
    line-height: 0.3rem;
    text-align: center;
    cursor: pointer;
}
#list_page #prePage {
background: url("/static/images/page_left.png") no-repeat center center;
}

#list_page #nextPage {
    background: url("/static/images/page_right.png") no-repeat center center;
}

#list_page .current {
    background-color: #1B2163;
    color: #ffffff;
    cursor: auto;
}
