
.pages {
    margin: 15px auto 0;
    
    text-align: center;
}
.pages span {
    display: inline-block;
    border: 1px solid #e8e8e8;
    height: 38px;
    line-height: 38px;
    color: #999;
    font-size: 14px;
    text-align: center;
    padding: 0 15px;
    text-decoration: none;
    margin-right: 10px;
    cursor: pointer;
}
.pages .current {
    height: 40px;
    line-height: 40px;
    background: #fe4202;
    color: #fff;
    padding: 0 16px;
    border: 0;
}
.pages a{
    display: inline-block;
    border: 1px solid #e8e8e8;
    height: 38px;
    line-height: 38px;
    color: #999;
    font-size: 14px;
    text-align: center;
    padding: 0 15px;
    text-decoration: none;
    margin-right: 10px;
    cursor: pointer;
}
.pages a:hover {
    border: 1px solid #fe4202;
    color: #fe4202;
    text-decoration: none;
}