.pages {
    text-align: center;
    margin-top: 18px;
    font-size: 14px;
    color: #666666;
    padding-bottom: 50px;
    height: 30px;
    line-height: 30px;
}
.pages a {
    display: inline-block;
    font-size: 14px;
    min-width: 30px;
    padding: 0 10px;
    height: 30px;
    line-height: 28px;
    margin-left: 10px;
    background-color: #fafafa;
    border: 1px solid #f0f0f0;
    cursor: pointer;
    vertical-align: top;
}
.pages .current {
    color: #f88a31;
    padding: 1px 4px 1px 2px;
    border: solid 1px #ffffff;
    display: inline-block;
    font-size: 14px;
    min-width: 30px;
    padding: 0 10px;
    height: 30px;
    line-height: 28px;
    margin-left: 10px;
    vertical-align: top;
}
.pages a:hover {
    color: #f88a31;
}
.pages .page_in {
    display: inline-block;
    width: 40px;
    height: 30px;
    line-height: 28px;
    background-color: #fafafa;
    border: 0;
    border: 1px solid #f0f0f0;
    vertical-align: middle;
    margin: 0 10px;
    padding: 0 5px;
}
.pages .page_b {
    vertical-align: middle;
    display: inline-block;
    width: 40px;
    height: 30px;
    line-height: 26px;
    background-color: #fafafa;
    border: 1px solid #f0f0f0;
    cursor: pointer;
    margin-left: 10px;
    font-size: 14px;
    color: #666666;
}
.pages .page_b:hover {
    color: #f88a31;
}