.view-list-left {
	width: 304px;
}
.view-list-left .view-item {
	border:1px solid #e7e7e7;
	border-bottom: 1px solid #f7f7f7;
	width:100%;
	box-sizing:border-box;
	padding:9px;
}
.view-list-left .view-item + .view-item {
    border-top: 0px;
}
.view-list-left .view-item:last-child {
	border-bottom: 1px solid #e7e7e7;
}
.view-list-left .left_block {
	float:left;
	width:33%;
	text-align:center;
}
.view-list-left .right_block {
	float:right;
	width:64%;
}
.view-list-left a.name {
	text-decoration: none;
	font-size: 13px;
	display: block;
	padding-bottom: 5px;
}
.view-list-left .price {
	font-weight:bold;
	font-size:18px;
}
.view-list-left .left_block {
	float:left;
	width:33%;
	text-align:center;
	padding-top:33%;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}