.content-box {
    height: 964px;
}

.current-location {
    font-family: 'MicrosoftYaHei';
    font-size: 18px;
    color: #333333;
    margin-bottom: 26px;
}

.yls-cont-box {
    width: 1200px;
}

.book-title {
    background: url("../img/bg-book.png") no-repeat;
    padding-bottom: 24px;
}

.book-title span {
    display: block;
    width: 240px;
    height: 57px;
    font-size: 26px;
    font-family: "KaiTi";
    color: #fff;
    text-align: center;
    line-height: 57px;
}

.book-box {
    width: 1200px;
}

.book-img-box {
    width: 260px;
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
}

.book-kuang {
    display: block;
    cursor: pointer;
    width: 260px;
    height: 300px;
    background: #dcdddf;
    overflow: hidden;
    background-color: #fff;
}

.book-img-box img {
    width: 70%;
    height: 80%;
    margin-left: 15%;
    margin-top: 11%;
}

.book-img-box img:hover {
    transform: scale(1.05);
}

.book-name {
    text-align: center;
    display: block;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    cursor: pointer;
    color: #333333;
    line-height: 42px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.book-name:hover {
    color: #f29a0f;
}

#page {
    height: 62px;
    padding-top: 6px;
}