.page_custom {
    width: 100%;
    height: 50px;
    padding-top: 80px;
    /*background: #e7eae8;*/
    text-align: center;
    float: none;
    clear: both;
}

.page_custom .page_son {
    background: transparent;
    display: inline-block;
    margin: 0 auto;
}

/* 兼容 article_page 输出为 .page 的情况 */
.page_custom .page_son .page {
    float: none;
    clear: both;
    display: inline-block;
    padding: 0;
}

.page_custom .page_son .page a,
.page_custom .page_son .page span {
    display: inline-block;
    float: none;
    min-width: 38px;
    height: 35px;
    line-height: 35px;
    margin: 0 4px;
    padding: 0 10px;
    border: 2px #EBEBEB solid;
    border-radius: 3px;
    font-size: 16px;
}

.page_custom .page_son .page .current,
.page_custom .page_son .page a:hover {
    border-color: #2b2b2b;
}

.page_custom .page_son .pagination {
    height: 40px;
    display: flex;
    background: #fff;
}

.page_custom .page_son .pagination .animatedslow {
    background: #f1f1f1;
    display: inline-block !important;
    height: 35px !important;
    line-height: 35px !important;
    margin: 0 5px !important;
    font-size: 20px;
    border: 2px #EBEBEB solid !important;
}

.page_custom .page_son .pagination .active {
    /*background: #2b2b2b;*/
    /*color: #fff;*/
    border: 2px #2b2b2b solid !important;
    border-radius: 3px;
}

.page_custom .page_son .pagination .animatedslow:first-of-type {
    border-left: 2px #EBEBEB solid !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.page_custom .page_son .pagination .animatedslow:first-of-type > a, .page_custom .page_son .pagination .animatedslow:first-of-type > span {
    border-left: 2px #EBEBEB solid !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.page_custom .page_son .pagination .animatedslow:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.page_custom .page_son .pagination .animatedslow:last-child > a, .page_custom .page_son .pagination .animatedslow:last-child > span {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.page_custom .page_son .pagination .animatedslow > a, .page_custom .page_son .pagination .animatedslow > span {
    display: inline-block;
    width: 50px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    margin: 0;
    border: 0;
    float: left;
}