.page_custom {
    width: 100%;
    height: 50px;
    text-align: left;
    float: right;
    clear: both;
}

.page_custom .page_son {
    /*background: #fff6b2;*/
    display: inline-block;
    margin: 0  auto;
}

.page_custom .page_son .pagination {
    /*height: 40px;*/
    display: flex;
    /*background: #FAFAFA;*/
     padding-left: 20px;
    text-align: left;
    margin-top: 39px;
}
.page_custom .page_son .pagination li{
     display: inline-block;
    color: #333;
    cursor: pointer;
    border: 1px solid #e5e5e5;
   padding:10px 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    margin-right: 3px;
}

.page_custom .page_son .pagination .animatedslow {
    background: #FFFFFF;
    display: inline-block !important;
    height: 40px !important;
    line-height: 40px !important;
    /*padding: 0 25px !important;*/
    margin: 0 !important;
    /*width: 100px !important;*/
    font-size: 20px;
    border-top: 2px #EBEBEB solid !important;
    border-right: 2px #EBEBEB solid !important;
    border-bottom: 2px #EBEBEB solid !important;

}

.page_custom .page_son .pagination .active {
    background: rgb(51,111,255);
    color: #fff;
}

.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: 60px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    float: left;
}