.pagination .whj_jqueryPaginationCss-1{
    text-align: center;
    display: flex;
    justify-content: right;
}
.pagination .whj_jqueryPaginationCss-1 .whj_border{
    padding:2px 9px;
    margin: 0 2px;
    display: inline-block\9;
    cursor: pointer;
    color: #000000;
    height: 20px;
    font-size: 12px;
    white-space: nowrap;
    border: 1px solid #a9a9a9;;
}
.whj_color{
    display: inline-block;
}
.pagination .whj_jqueryPaginationCss-1 .whj_border.whj_checked{
    background:#244398;
    color:#fff ;
}
.whj_color{
    margin-left: 10px;
    margin-right: 10px;
    color: #000000;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
}
.pagination .whj_jqueryPaginationCss-1 input{
    width: 50px;
    padding: 6px;
}
.pagination{
    margin-top:53px;
    padding-bottom: 48px;
    margin-bottom: 30px;
    display: block;
}
.whj_jqueryPaginationCss-1 input:focus{
    outline: none;
}
.whj_hover:hover{
    color: #fff!important;
    background-color: #244398!important;
}