.pagination {
    overflow: hidden;
    display: table;
    margin: 42px auto 56px;
    /*width: 100%;*/
    height: 50px;
}
.pagination a{
    height: 30px;
    margin: 3px;
    border: solid 1px #e1e1e1;
}
.pagination  a{
    display: inline-block;
    min-width: 20px;
    height: 30px;
    padding:0 5px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    border-radius: 5px;
    text-decoration: none;
    color: #222222;
}
.pagination li:hover {
    background-color: #034495;
    text-decoration: none;
}
.pagination li:hover a {
    color: #fff;
    text-decoration: none;
}
.pagination .jump,.pagination .jump a{
    width: 50px;
}
.pagination .active {
    background: #034495;
    color: #fff;
}
.pagination .active a{
    color: #ffffff!important;
}
.pagination li input{
    width: 40px;
    height: 30px;
    border: 0;
    padding: 0;
    margin: 0;
    text-align: center;
}