/* ============²úÆ·Í¼Æ¬ÁÐ±í============== */

div.productlist{
margin:0px 8px 10px 0px;
text-align:center;
float:left;
border:1px solid #e6e6e6;
}

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;
background:#0083c0;
color:#fff;
}
div.productlist div.title:hover{
text-align:center;
overflow: hidden;
white-space:nowrap;
background:#0362ab;
color:#fff;
}



div.productlist a:link,div.productlist a:visited,div.productlist a:active{
color:#fff;
font:12px/25px arial,simsun;
text-decoration: none;
}

div.productlist a:hover{
color:#fff;
text-decoration: underline;
font:12px/25px arial,simsun;
text-decoration: none;
}
