#right-box {
	width: 100%;
	/* height: 1900px; */
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

#right-box .begin img {
	width: 100%;
	height: 300px;
	border-radius: 10px;
}

#right-box .book {
	/* height: 750px; */
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	/*background: #f7f7f7;*/
}

#right-box .book p {
	font-size: 30px;
	margin: 20px;

	text-indent: 30px;
	align-items: center;
	justify-content: flex-start;
	font-family: STXinwei; 
	text-align: left;
	border-bottom: 1px solid;
	padding-bottom: 0.5em;

}



#right-box .book .fixBox {
	display: flex;
	width: 90%;
	/* height: 130px; */
	align-items: center;
	justify-content: center;
	/* background-color: #55ff00; */
	flex-direction: column;

}



#right-box .book .fixBox .vLine {
	display: flex;
	width: 100%;
	height: 120px;
	margin-top: 50px;
	align-items: center;
	justify-content: center;
	/* background-color: #e3ffcb; */
	flex-direction: row;
	border-bottom: #909090 solid 1px;

}

#right-box .book .fixBox .vLine a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	/* background-color: #e3ffcb; */
	flex-direction: row;

}

#right-box .book .fixBox .vLine .left {
	display: flex;
	width: 20%;
	height: 100%;
	align-items: center;
	justify-content: center;
	/* background-color: #ffa885; */

}

#right-box .book .fixBox .vLine .left .img {
	display: flex;
	width: 100px;
	height: 100px;
	margin-bottom: 15px;
	align-items: center;
	justify-content: center;
	/* background-color: #cdd8ff */
	border-radius: 10px;
}


#right-box .book .fixBox .vLine .right {
	display: flex;
	width: 80%;
	height: 85%;
	align-items: center;
	justify-content: center;
	/* background-color: #95ffc5; */
	flex-direction: column;

}

#right-box .book .fixBox .vLine .right .text {
	width: 100%;
	height: 75%;
	text-indent: 30px;
	align-items: center;
	justify-content: flex-start;
	font-family: STXinwei;
	font-size: 20px;
	text-align: left;
	/* display: block;  */
	/* white-space: nowrap;  */
	overflow: hidden;
	text-overflow: ellipsis;
	/* text-overflow: ellipsis或clip;//超过一行，显示省略号 ... */

	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal !important;
	word-wrap: break-word;
	/* background-color: #c2c5ff; */

}

#right-box .book .fixBox .vLine .right .date {
	display: flex;
	width: 100%;
	height: 25%;
	font-size: 15px;
	align-items: center;
	justify-content: flex-end;
	color: #aa5348;
	/* background-color: #a98aaa; */

}





#right-box .book .fixBox .shop {
	width: 100%;
	height: 670px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;

}

#right-box .book .fixBox .shop a {
	/*float: left;
	margin: 20px 20px 0px 50px;*/
	width: 27%;
	height: 310px;
	overflow: hidden;
	transition: all .6s;
}

#right-box .book .fixBox .shop a:hover {
	transform: scale(1.1);
}

#right-box .book .fixBox .shop img {
	width: 100%;
	height: 100%;
}