/* ============²úÆ·Í¼Æ¬ÁÐ±í============== */
div.productlist{
padding: 0px;
float:left;
}

div.productlist div.fang{
border:0px #ccc solid;
background: #fff;
text-align:center;
margin-right:10px;
}

div.productlist div.picFit{
overflow: hidden;
}

div.productlist div.picFit img{
}


div.productlist div.title{
text-align:center;
overflow: hidden;
white-space:nowrap;
}

div.productlist a:link,div.productlist a:visited,div.productlist a:active{
color:#555;
font:15px/45px Microsoft YaHei;
text-decoration: none;
}

div.productlist a:hover{
color:#ff0000;
text-decoration: underline;
font:15px/45px Microsoft YaHei;
}
