<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ============产品图片列表============== */

div.productlist_diy{
margin:0px 33px 0px 0px;
text-align:center;
float:left;
}

div.productlist_diy div.fang{
background:#fff;
padding:1px 4px;
background:url(../images/imgbg.jpg) 0 0 no-repeat;
text-align:center;
}

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

div.productlist_diy div.picFit img{
}

div.productlist_diy div.title{
text-align:center;
overflow: hidden;
white-space:nowrap;
}

div.productlist_diy a:link,div.productlist_diy a:visited,div.productlist_diy a:active{
color:#303030;
font:12px/32px arial,simsun;
text-decoration: none;
}

div.productlist_diy a:hover{
color:#ff0000;
text-decoration: underline;
font:12px/32px arial,simsun;
}
</pre></body></html>