.page {
    /*position: relative;*/
    width: 100%;
    height:54px;
    padding-top: 30px;
    display: flex;
    justify-content: center;
    background: #fff;
}

.page .custom-pagination,.page.custom-pagination ul,.page .custom-pagination ul li,.page .custom-pagination .page-to input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.page .custom-pagination {
    height: 35px;
    color: #666;
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
}

.page .custom-pagination ul {
    float: left;
    height: 35px;
    list-style: none;
    padding: 0 20px;
    background: #F5F5F5;
    margin: 0;
    font-size: 0;
    overflow: hidden;
    white-space: no-wrap
}

.page .custom-pagination ul li {
    display: inline-block;
    font-size: 14px;
    min-width: 35px;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    background-color: #F5F5F5;
    cursor: pointer;
    vertical-align: top;
    color: #999999;
}

.page .custom-pagination ul li:first-child {
    margin-left: 0
}

.page .custom-pagination ul li.current-page {
    color: #0B308D;
    border: 0;
    line-height: 35px
}


.page .custom-pagination ul li:hover {
    background-color: #4596ce;
    color: #fff
}
.page .custom-pagination a.prev-page,.custom-pagination a.next-page {
    display: block;
    float: left;
    width: 80px;
    height: 35px;
    line-height: 35px;
    background-color: #fafafa;
    border: 1px solid #f0f0f0;
    cursor: pointer;
    vertical-align: middle;
    color: #999999;
    text-decoration: none
}

.page .custom-pagination a.prev-page {
    margin-right: 10px
}

.page .custom-pagination a.next-page {
    margin-left: 10px
}

.page .custom-pagination a.prev-page:hover,.page .custom-pagination a.next-page:hover {
    background-color: #4596ce;
    color: #fff
}

.page .custom-pagination ul li.ellipsis {
    background-color: transparent;
    border: 0;
    cursor: default;
    line-height: 35px;
    font-size: 20px
}

.page .custom-pagination ul li.ellipsis:hover {
    background-color: transparent;
    border: 0;
    cursor: default;
    line-height: 35px;
    font-size: 20px;
    color: #666
}

.page .custom-pagination .page-to {
    /*width: 166px;*/
    height: 35px;
    line-height: 35px;
    float: left;
    background: #f5f5f5;
}

.page .custom-pagination .page-to input {
    display: inline-block;
    width: 40px;
    height: 29px;
    margin-bottom: 3px;
    line-height: 29px;
    background-color: #fff;
    text-align: center;
    /*border: 1px solid #ccc;*/
    border: none;
    vertical-align: middle;
    outline: none;
    /*margin: 0 10px;*/
    padding: 0 5px
}

.page .custom-pagination .page-to input:focus {
    outline: 0
}

.page .custom-pagination .page-to span {
    vertical-align: middle;
    display: inline-block;
    width: 30px;
    height: 30px;
    font-weight: bolder;
    line-height: 28px;
    color: #0B308D;
    cursor: pointer;
}

