@CHARSET "UTF-8";
*{box-sizing:border-box;}
.wst-container .book-main{margin-top:10px;position: relative;}
.wst-container .book-head{
    height: 52px;
    font-family: PingFang HK, PingFang HK;
    font-weight: 600;
    font-size: 38px;
    color: #000000;
    line-height: 52px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 30px;
    margin-bottom: 20px;
}
.wst-container .book-list{

}
.wst-container .book-list .book{
    width: 204px;
    height:335px;
    float: left;
    padding: 20px;
    border: 1px solid #E0E0E0;
    margin-right: 22px;
    margin-bottom: 20px;
    cursor: pointer;
}
.wst-container .book-list .book .book-img{
    max-width: 164px;
    max-height: 235px;
}
.wst-container .book-list .book .book-title{
    margin-top: 8px;
    height: 52px;
    font-family: PingFang HK-Medium;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}


