/* 分页 */
.page {
    text-align: center;
    margin: 35px 0;
}

.dywPages {
    margin-top: 40px;
    font-size: 0;
    text-align: center;
}

.prevPage,
.nextPage {
    background: none !important;
}

.dywPages a {
    display: inline-block;
    padding: 0 14px;
    font: 16px/34px 'SourceHanSanSC Regular';
    margin: 0 3px;
    cursor: pointer;
    background: rgba(250, 250, 250, 1);
    border-radius: 5px;
}

.dywPages span {
    display: inline-block;
    padding: 0 14px;
    font: 16px/34px 'SourceHanSanSC Regular';
    margin: 0 3px;
    cursor: pointer;
    background: rgba(250, 250, 250, 1);
    border-radius: 5px;
}

.dywPages a:hover {
    background: #0D599B;
    color: white;
}

.dywPages span:hover {
    background: #0D599B;
    color: white;
}

.dywPages .active {
    background: #0D599B !important;
    background: rgba(250, 250, 250, 1);
}

.dywPages .prevPage,
.dywPages .nextPage {
    padding: 0 20px;
}

.dywPages .prevPage,
.dywPages .nextPage,
.dywPages .active,
.dywPages span:hover {
    color: #fff;
}