/* ============产品图片列表============== */

div.productlist{
margin:0px 0 18px 6px ;
text-align:center;
float:left;
}
a{text-decoration:none;}
.productlist:hover{

}
div.productlist div.fang{
border:0px #ccc solid;
background: #fff;
padding:0px;
text-align:center;
}

div.productlist div.picFit{
overflow: hidden;
}

div.productlist div.picFit img{
}


div.productlist div.title{
text-align:center;
overflow: hidden;
white-space:nowrap;
}
div.title{
background:#ddd;
line-height:30px;
}

div.productlist a:link,div.productlist a:visited,div.productlist a:active{
color:#505050;
text-decoration:none;
font:12px/25px arial,simsun;
}
div .productlist .title a{
font-size:14px;
font-family: "微软雅黑";
color:#333;
letter-spacing:0;
}
div.productlist a:hover{
color:#6f1606;
text-decoration:none;
}
