@import url(style.css);
.right-sider{width:960px;}
.right-sider .column-name{width:940px;margin-left:20px;}
.product-list{width:100%;}
.product-list li{float:left;width:300px;height:360px;margin:20px 0 0 20px;overflow:hidden}
.product-list li i{background:none;width:300px;height:220px;overflow:hidden}
.product-list img{width:300px;height:220px;float:left;transition: transform 0.6s;-webkit-transition: -webkit-transform 0.6s;-moz-transition: -moz-transform 0.6s;-ms-transform: 0.6s}
.product-list li:hover{-webkit-box-shadow: 0 0 20px #ddd;-moz-box-shadow: 0 0 20px #ddd;box-shadow: 0 0 20px #ddd}
.product-list li:hover img{transform: scale(1.05);-webkit-transform: scale(1.05);-ms-transform: scale(1.05)}
.product-list div{float:left;width:298px;height:130px;padding-top:9px;border:1px solid #e3e3e3;border-top:none; text-align:center}
.product-list strong{font:18px/40px Microsoft Yahei;}
.product-list p{color:#888;font-size:12px;padding-bottom:20px;}
.product-list em{padding:5px 20px;border:1px solid #ddd;transition:ease 0.2s;}
.product-list li:hover div{transition:ease 0.2s;}
.product-list li:hover div em{color:#fff; background:#d1b87c;border-color:#d1b87c}