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