/* 配送中心 */
.ss0 {
    padding: 50px 0;
}
.ss0 .col-xs-12 {
    cursor: pointer;
    padding: 0 10px;
    margin-bottom: 30px;
}
.ss0 .col-xs-12 img {
    width: 100%;
    display: block;
}
.ss0 .col-xs-12 h3 {
    font-size: 14px;
    font-weight: 700; 
    color: #434343;
    margin: 10px 0;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ss0 .col-xs-12 p {
    color: #898989;
    font-size: 12px;
    height: 40px;
    line-height: 23px;
    overflow: hidden;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 991px)  {
}
@media screen and (max-width: 767px)  {
    .ss0 {
        padding: 30px 15px;
    }
}

