@charset "utf-8";
/* CSS Document */
body{
	background-color: #f7f7f7;
	font-size: 14px;
}
.prolistbox{
	padding: 2px;
}
.prolist{
	border: 2px solid #f7f7f7;
	background-color: #fff;
	width: 33.3%;
	box-sizing: border-box;
	float: left;
	position: relative;
	color: #333;
	font-size: 14px;
}
.prolist .item{
	display: block;
	width: 100%;
	font-size: 14px;
	color: #666;
}
.prolist .imgbox{
	width: 100%;
	padding-bottom: 100%;
	position: relative;
}
.prolist .imgbox img{
	position: absolute;
	width: 100%;
	height: 100%;
}
.prolist .txtbox{
	padding: 6px;
}
.prolist .txtbox .des{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 20px;
}
.prolist .pricebox{
	padding: 3px 0;
}
.prolist .pricebox .price{
	font-size: 16px;
	color: #ff6666;
}
