
.privilege_title {
    text-align: center;
    font-family: PingFangSC-Regular;
    font-size: 17px;
    color: #333333;
    letter-spacing: 0;
    line-height: 44px;
}

.book_wrap{
	border-top: 10px solid #f0f0f0;
}

.book_wrap:last-child{
	border-bottom: 10px solid #f0f0f0;
}

.go_detail{
	display: block;
	cursor: pointer;
}

.cover_img{
	display: block;
	position: relative;
	width: 100%;
	height:150px; 
	overflow: hidden;
}

.cover_img img{
	width:100%;
	height: 100%;
	display: block;
}

.cover_img .tag_type{
	position: absolute;
	top: 0px;
	right: 8px;
	width: 20px;
	height: 36px;
}

.book_info{
	overflow: hidden;
	padding: 10px 16px 10px;
	box-sizing:border-box;
}

.book_title{
	float: left;
	width: 50%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #333333;
	line-height: 22px;
	margin-bottom: 4px;
}

.statistics{
	margin-top: 2px;
	overflow: hidden;
	float: right;
}

.statistics span{
	font-size: 12px;
	color: #666666;
	line-height: 17px;
}

.book_num{
	display: inline-block;
	/*padding-right: 10px;*/
	position: relative;
}

.statistics em{
	color: #eee;
    display: inline-block;
    padding: 0 4px;
    font-size: 12px;
    line-height: 17px;
}
/*.book_num:after{
	content: '|';
	position: absolute;
	top: 0;
	right: 3px;
	line-height: 14px;
	color: #666;
}*/

.description{
	clear: both;
	font-size: 12px;
	color: #666666;
	line-height: 17px;
}

