
.epages a{
    display: inline-block;
    zoom: 1;
    padding: 0 10px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    line-height: 32px;
    color: #666;
    margin-right: 6px;
    background: none;
    width: auto;
    float: none;
}

.epages b{
    display: inline-block;
    zoom: 1;
    padding: 0 10px;
    background: #0b6bb5;
    border: 1px solid #0b6bb5;
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    margin-right: 6px;
    width: auto;
    float: none;
}

.epages b:first-child{
    background: none;
    color: #666;
    border: 0px;
}

.epages a b{
    cursor: pointer;
}
.epages a:hover {
    background: #0b6bb5;
    border: 1px solid #0b6bb5;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.epages span {
    display: inline-block;
    zoom: 1;
    font-size: 14px;
    line-height: 32px;
    padding: 0 10px;
    background: #0b6bb5;
    border: 1px solid #0b6bb5;
    color: #fff;
    margin-right: 6px;
}
