.home_fiction_item {
	width: 50%;
	float: left;
	height: 200px;
	overflow: hidden;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    padding-right: 12px;
    margin-bottom: 8px;
}
.home_fiction_item_l {
	
}
.home_fiction_cover_picture {
	width: 30%;
	height: 200px;
	margin-right: 12px;
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
	float: left;
}
.home_fiction_title {
	font-size: 110%;
}
.home_fiction_summary {
	margin: 8px;
	overflow-y:hidden;
}
.home_fiction_summary a {
	color: inherit;
}
.home_fiction_price_summary_cross {
	text-decoration: line-through;
	color: red;
}