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