.productlist2 {
	margin:0;
	padding:0;
	height:336px;
	overflow:hidden;
}

.productlist2 ul{
margin:0;
padding:0;
}

.productlist2 li{
list-style-type: none;
margin:0;
}

.productlist2 .box {
	float:left;
	text-align:center;
	margin:0 8px 8px 0;
	padding:0;
	border:0;
}

.productlist2 .fang {
	margin:0;
	padding:3px;
	border:1px #ddd solid;
}


.productlist2 .box img {
border:0;
padding:0;
}


.productlist2 .box a.prodtitle{
display:block;
color:#505050;
font:12px/32px SimSun,Arial,Sans-Serif;
text-decoration: none;
}

.productlist2 .box a.prodtitle:hover{
color:#ff0000;
text-decoration: underline;
}