.b-page {
    background: #fff;
}
.txpage {
    background: #FFF;
    text-align: center;
    overflow: hidden;
}

.txpage .first,
.txpage .prev,
.txpage .current,
.txpage .num,
.txpage .current,
.txpage .next,
.txpage .end {
    padding: 1px 8px;
    margin: 2px 1px;
    display: inline-block;
    color: #008CBA;
    border-radius: 5px;
}

.txpage .first:hover,
.txpage .prev:hover,
.txpage .current:hover,
.txpage .num:hover,
.txpage .current:hover,
.txpage .next:hover,
.txpage .end:hover {
    text-decoration: none;
    background: #F8F5F5;
}


.txpage .current {
    background-color: #008CBA;
    color: #FFF;
    border-radius: 5px;
    border: 1px solid #008CBA;
}

.txpage .current:hover {
    text-decoration: none;
    background: #008CBA;
}


.txpage .not-allowed {
    cursor: not-allowed;
}