/* 書库类别 */
.bookstack-leftbox-main{
    overflow: hidden;
    width: 230px;
    margin-right: 20px;
    border-radius: 6px;
    float: left;
}
.bookstack-leftbox-padding{
    padding: 20px;
    background: #fff;
}
.bookstack-leftbox-item{
    padding-top: 15px;
    padding-bottom: 6px;
}
.bookstack-leftbox-item h3{
    font-family: PingFangSC-Regular,'-apple-system',Simsun;
    font-size: 12px;
    padding-bottom: 15px;
    border-bottom:1px solid #eee
}
.bookstack-item-typebox{
    margin-top: 5px;
    min-height: 10px;
}
.bookstack-item-type{
    padding: 5px;
    font: 12px/20px PingFangSC-Regular,'-apple-system',Simsun;
    display: block;
    width: 33%;
    float: left;
    text-align: center;
    color: rgb(154,154,154);
    max-height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.bookstack-item-typecolor{
    border-radius: 2px;
    background: #7b694c !important;
    color:white !important;
}
.bookstack-margin{
    margin-top:20px;
}
.bookstack-leftbox2-title{
    font-family: PingFangSC-Regular,'-apple-system',Simsun;
    font-size: 12px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
.bookstack-left-bookrank li{
    margin-bottom: 20px;
}
.bookstack-left-bookrank li:last-child{
    margin-bottom: 0px;
}
.bookstack-left-bookrank{
    font-size: 14px;
}
.bookstack-left-booktype{
    display: inline-block;
    
    vertical-align: bottom;
    color: #7D879F;
    
}
.bookstack-left-bookname{
    width: 60%;
    vertical-align: bottom;
    display: inline-block;
   
    color: #1B2641;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 書籍展示样式 */
.bookstack-rightbox-main{
    overflow: hidden;
    width: 770px;
    border-radius: 6px;
    float: left;
    
}

.bookstack-rightbox-topbox{
    font-size: 0;
    height: 65px;
    padding: 0 20px;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
}
.bookstack-rightbox-topbox a{
    color: #1B2641;
    display: inline-block;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 18px 0 0;
    cursor: pointer;
    
    font-size: 12px;
    
}
.bookstack-rightbox-ullist{
    overflow: hidden;
    background: #fff;
}
.bookstack-ullist-itembox{
    width: 50%;
    float: left;
    border: none;
    overflow: hidden;
    padding: 38px 28px;
}
.bookstack-ullist-item{
    width: 100%;
    cursor: pointer;
}
.bookstack-ullist-picbox{
    float: left;
    position: relative;
    margin-right: 15px;
}
.bookstack-ullist-picbox img{
    width: 107px;
    height: 138px;
    -webkit-box-shadow: 3px 3px 3px #7D879F;
    -moz-box-shadow: 3px 3px 3px #7D879F;
    box-shadow: 3px 3px 3px #7D879F;
}
.bookstack-ullist-bookinfo{
    overflow: hidden;
    padding-top: 5px;
    
}
.bookstack-ullist-booktitle a{
    max-width: 207px;
    display: inline-block;
    color: #1B2641;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bookstack-rightbox-ullist a:hover{
    color: #7b694c;
}
.bookstack-ullist-bookabout{
    margin: 5px 0;
    width: 99%;
    color: #7D879F;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bookstack-ullist-bookabout a{
    display: inline-block;
    color: #7D879F;
    font-size: 12px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    vertical-align: top;
}
.bookstack-ullist-auicon img{
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-top: -3px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
}
.bookstack-ullist-bookabout i{
    font-size: 12px;
    vertical-align: top;
    margin: 0 3px;
    font-style: normal;
}
.bookstack-ulist-bookintro{
    height: 40px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #7D879F;
    cursor: pointer;
    overflow: hidden;
}
.bookstack-ullist-bookstate{
    font-size: 14px;
}
.bookstack-ullist-booknewsta{
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: #555;
}
.bookstack-ullist-booknewtime{
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: #7D879F;
}
