

.list-books{
    padding: 10px 0 10px 0;
    margin-bottom: 10px;
}
.list-books ul{
    display: table;
    clear: left;
}
.list-books ul li{
    float: left;
    margin: 0 19px 20px 19px;
    width: 210px;
    height: 180px;
    background-color: #fff;
}
.list-books ul li .img{
    width: 210px;
    height: 130px;
    line-height: 130px;
    /* display:table-cell; */
    vertical-align:middle;
}
.list-books ul li .img img{
    width: 100%;
    height:auto;
    max-height: 130px;
}

.list-books h3{
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    padding: 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.page-inner{
    text-align: center;
    margin: 20px 0;
}
.page-inner .page .active{
    background-color: #316392;
    color: #fff;
    border: 0;
}