@charset "utf-8";
/** * arts stylesheet file *
 * @author:Hu Ying<huying@123.com.cn> 
  */
/*============================================  
    样式 
=============================================*/
.arts{
    text-align: center;
}
.arts .list ul li + li{
    margin-left: 20px;
}
.arts .list ul li img{
    display: block;
}
.arts .list ul li a.more{
    display: block;
    width: 179px;
    height: 52px;
    margin: 27px auto;
    line-height: 52px;
    background: url(../images/product-more.png) repeat-y;
    font-size: 20px;
    color: #fff;
}
.arts .list ul li a.more:hover{
    opacity:0.8;
    filter:alpha(opacity=80);
}