.sales-hit{margin-bottom: 55px;}
.sales-hit .items{
	margin-left: -30px;
}
.sales-hit .item{
	float: left;
	width: 25%;
}
.sales-hit .item .inner{
	margin-left: 30px;
	padding: 20px 20px 15px;
	background: #fff;
	min-height: 180px;
}
.sales-hit .item .date{margin-bottom: 10px; font-size: 14px;min-height: 15px; font-weight: bold;}
.sales-hit .item .name{
	height: 120px;
	min-height: 120px;
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 18px;
}

.sales-hit .item .price{line-height: 40px;}
.sales-hit .item .button{padding: 0 10px; float: right;}


.sales-hit .show-more{margin-top: 50px; text-align: center;}