/*产品显示*/
.rightside .goods_content{ margin-bottom:10px; font-size:12px;font-style:inherit; line-height:30px; float:left; width:100%; height:auto;}
.goodsList{width:100%;}
.goodsList .title{ height:30px; width:100%; line-height:30px;border-bottom: 1px dotted #d5ebfd; float:left;}
.goodsList .title a{ color:#000; margin-left:10px; font-size:12px; line-height:30px; font-weight:bold;}
.goodsList .title a:hover{ color:#ff0000; text-decoration:underline;}
.goodsList .title span{ margin-right:5px; float:right; display:inline;}
.goodsList .title span a{ color:#000; font-size:12px;line-height:30px; font-weight: normal;}
.goodsList .title span a:hover{ color:#ff0000; text-decoration:underline;}
.goods_content .imgList{ margin-top:10px; margin-bottom:10px; list-style:none; overflow:hidden; float:left;}
.goods_content .imgList li{ width:180px; margin-left:3px; margin-right:2px; color:#666; text-align:center; float:left;}
.goods_content .imgList li img{ width:180px; height:135px; border:none;}
.goods_content .imgList li a{ font:12px; line-height:30px; color:#666; font-weight:bold;}
.goods_content .imgList li a:hover{ color:#da251d; text-decoration:underline; }
/*产品页面*/
.goods_content .specList { margin-top:10px; margin-bottom:10px; list-style:none; overflow:hidden; float:left; height:240px; width:100%;}
.goods_content .specList ul { height:240px; float:left; }
.goods_content .specList ul li{ width:320px; margin-left:3px; margin-right:2px; color:#666; text-align:center;}
.goods_content .specList ul li img{ width:320px; height:240px; border:none;}
.goods_content .goods_info {float:left; width:100%; margin-top:10px;}