li,ul {
	list-style: none
}

.list {
	min-height: 100px
}

.list li {
	float: left;
	margin-bottom: 20px;
	width: 25%;
}

.list li .cnt {
	width: 300px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 0;
}

.list li .cnt img {
	display: block;
	width: 260px;
	height: 188px;
	margin: 0 auto 16px;
	font-size: 12px;
	padding: 12px;
	color: #575757;
	border: 1px solid #e3e3e3;
}

.list li a {
	display: block;
	text-decoration: none;
}



.list li p {
	font-size: 16px;
	color: #101010;
	text-align: center;
	margin-bottom: 10px;
	line-height: 1.4;
}

.list li p:hover {
	color: #009B4C;
}

.list li .made {
	color: #b8bbc0;
	font-size: 14px;
}

.list .product_tips {
	width: 500px;
	height: 280px;
	margin-right: 20px;
	margin-top: -10px;
	border: 1px solid #fff;
	position: relative
}

.list .product_tips img {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	margin: 0;
	border: 0
}

.list .product_tips .title {
	position: absolute;
	left: 10px;
	top: -10px;
	background: #fff;
	color: #009B4C;
	font-size: 20px;
	padding: 0 8px
}

.list .product_tips p {
	margin: 30px 24px;
	color: #a0a0a0;
	line-height: 30px;
	font-weight: 400;
	text-align: left
}