/* ============²úÆ·Í¼Æ¬ÁÐ±í============== */

.productlist{
margin:0px 5px 5px 0px;
text-align:center;
float:left;
}

.productlist .fang{
border:0px #ccc solid;
background: #fff;
padding:3px;
text-align:center;
}

.productlist .picFit{
overflow: hidden;
}

.productlist .picFit img{
}


.productlist .title{
text-align:center;
overflow: hidden;
white-space:nowrap;
}

.productlist a:link,.productlist a:visited,.productlist a:active{
color:#505050;
font:12px/25px arial,simsun;
text-decoration: none;
}

.productlist a:hover{
color:#ff0000;
text-decoration: underline;
font:12px/25px arial,simsun;
}
