.list-wrap {
    padding: 1.8rem 0;
    background-color: #f0f0f0;
}
.xlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    /* width: 100%; */
    width: 102.12766%;
    margin-left: -1.041667%;
}
.xitem {
    width: 22.916667%;
    margin: 0 1.041667% .6rem;
    background-color: #fff;
}
.xitem-pic {
    width: 100%;
    overflow: hidden;
    background-color: #f0f0f0;
}
.xitem-pic img {
    display: block;
    width: 100%;
    -webkit-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}
.xitem-text {
    padding: 0 .3rem;
}
.xitem-text,
.xitem-title {
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.xitem-title {
    height: 50px;
    font-family: "微软雅黑", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 50px;
    color: #333333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xitem-pic:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.xitem:hover {
    box-shadow: 0 0 .2rem #eeeeee;
}
.xitem-text:hover .xitem-title {
    color: #ED6C00;
}
/* .goods-title:hover,
.goods-desc:hover {
    color: #c49562;
} */
/* .goods-item:hover .goods-text {
    background-color: #e71a3b;
}
.goods-item:hover .goods-title,
.goods-item:hover .goods-desc,
.goods-item:hover .goods-more {
    color: #fff;
} */
@media (max-width: 1080px){
    .xitem {
        width: 31.2499994%;
    }
}
@media (max-width: 768px){
    .xitem {
        width: 47.916666%;
    }
}
@media (max-width: 576px){
    .xlist {
        width: 100%;
        margin-left: 0;
    }
    .xitem {
        wwidth: 47.916666%;
        
    }
}

.list-c2 .xitem {
    width: 47.916667%;
    margin: 0 1.041667%;
    margin-bottom: .6rem;
    background-color: #fff;
}
.list-c2 .xitem-text {
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
}
@media (max-width: 768px){
    .list-c2 {
        width: 100%;
        margin-left: 0;
    }
    .list-c2 .xitem {
        width: 100%;
    }
}