
#goods_list .screen .wrap .info{
    margin: 10px 0 20px;
    background-color: #fff;
    overflow: hidden;
}
#goods_list .screen .wrap .info .box1{
    font-size: 14px;
    border: 1px solid #eee;
}
#goods_list .screen .wrap .info .box1 .tit{
    color: #333;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
    background-color: #f9f9f9;
}
#goods_list .screen .wrap .info .box1 ul li{
    padding: 0 10px; 
    margin: 6px 10px;
    line-height: 30px;
    float: left;
}
#goods_list .screen .wrap .info .box1 ul li a{
    color: #898989;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    text-align: center;
}
#goods_list .screen .wrap .info .box1 ul li.on a{
    color: #fff;
    background-color: #e2231a;
}
#goods_list .sort{
    margin: 20px 0;
    height: 40px;
    border: 1px solid #efefef;
    background-color: #f1f1f1;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
#goods_list .sort ul li{
    float: left;
    line-height: 40px;
    background: url(../../images/web/goods/tools_box_bg.png) no-repeat;
    background-position: right -92px;
    margin: 0 10px;
}
#goods_list .sort ul li a{
    color: #666;
    font-size: 14px;
    padding: 5px 10px;
        background-color: #fff;
}
#goods_list .sort ul li a .icon{
    background: url(../../images/web/goods/tools_box_bg.png);
    background-position: 0 -195px;
    margin-left: 5px;    
    height: 11px;
    width: 7px;
    display: inline-block;
}
#goods_list .sort ul li:hover a,
#goods_list .sort ul li.on a{
    color: #fff;
    background-color: #e2231a;
}
#goods_list .sort ul li:hover a .icon,
#goods_list .sort ul li.on a .icon{
    background-position: 62px -195px;
}
#goods_list .sort .fr{
    margin-right: 20px;
    margin-top: 5px;
}
#goods_list .sort .fr input{
    padding: 6px;
    font-size: 12px;
    color: #999;
    border: 1px solid #eee;
    float: left;
}
#goods_list .sort .fr a{
    font-size: 12px;
    padding: 0 10px;
    background-color: #f7f7f7;
    color: #333;
    line-height: 26px;
    float: left;
    height: 26px;
    border: 1px solid #eee;
}
#goods_list .con{
    margin: 25px 0;
}
#goods_list .con ul li{
    padding: 0 5px 5px 0;
    position: relative;
}
#goods_list .con ul li:nth-child(4n){
    padding-right: 0;
}
#goods_list .con ul li .info{
    border: 1px solid #eee;
    padding: 30px 30px 45px 30px
}
#goods_list .con ul li:hover .info{
    -moz-box-shadow:0px 2px 5px #e2e2e2; 
    -webkit-box-shadow:0px 2px 5px #e2e2e2; 
    box-shadow:0px 2px 5px #e2e2e2;
}
#goods_list .con ul li .info .txt{
    margin-top: 5px;
}
#goods_list .con ul li .info .txt h2{
    overflow: hidden;
}
#goods_list .con ul li .info .txt h2 .price{
    font-size: 17px;
    color: #e72028;
    float: left;
    height: 30px;
    line-height: 30px;
}
#goods_list .con ul li .info .txt h2 .price i{
    font-size: 24px;
    color: #e72028;
}
#goods_list .con ul li .info .txt h2 .cart{
    line-height: 30px;
    float: right;
}
#goods_list .con ul li .info .txt  h1{
    font-size: 19px;
    line-height: 30px;
    color: #333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
#goods_list .con ul li .info .txt .property .property-item{
    background-color: #f4f4f4;
    font-size: 13px;
    color: #818081;
    text-align: center;
    line-height: 25px;
    margin-top: 10px;
}
#goods_list .con ul li .business-name{
    position: absolute;
    bottom: 20px;
    left: 30px;
    color: #999;
    text-decoration: underline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
