.product{
	width: 100%;
	float: left;
}
.product .item{
	width: calc((100% - 90px) / 3);
	float: left;
	margin-top:25px;
	margin-right: 45px;
}
.product .item:nth-child(3n){
	margin-right: 0;
}
.product .item .pic{
	width: 100%;
	height: 360px;
	float: left;
}
.product .item .txt{
	width: 100%;
	height: 36px;
	line-height: 36px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #333;
	margin-top: 8px;
}
.product .item .txt-1{
	width: 100%;
	height: 36px;
	line-height: 36px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #333;
	margin-top: 8px;
}
.product .item .txt-2{
	width: 100%;
	height: 36px;
	line-height: 36px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #333;
}


