/* 电子会刊列表 */
.list-books{
    padding: 10px 0 20px 0;
    margin-bottom: 10px;
}
.list-books ul{
    display: table;
    clear: left;
}
.list-books ul li{
    float: left;
    margin: 0 23px 20px 23px;
    width: 160px;
    height: 252px;
}
.list-books ul li .img{
    width: 160px;
    height: 210px;
}

.list-books ul li .img img{
    width: 100%;
    height:auto;
    max-height: 210px;
}

.list-books h3{
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 页码 */
.page-inner{
    text-align: center;
    margin: 20px 0;
}
.page-inner .page .active{
    background-color: #003366;
    color: #fff;
    border: 0;
}