.slideshow {
    height: 400px;
    object-fit: cover;
}
.mobile-slider {
  display: none;
}
.bg-light-grey {
    background-color: #383838;
}
.text-white {
    color: #fff;
}
a {
    color: #17a2b8;
}
.lh-mr {
    margin-right: 20px;
}
.link {
    padding-right: 15px;
    padding-left: 15px;
}
.label {
    display: inline-block;
    margin-bottom: 5px;
    background: #05a3bc;
    color: white;
    border-radius: 4px;
    padding: 3px 6px;
    font-size: 14px;
}

/* 手机端 */
@media (max-width: 768px) {
    .pc-slider {
        display: none;
    }
    .mobile-slider {
        display: block;
    }
    .mb-top15 {
        padding-top: 20px;
    }
    .swiper-container {
    width: 100%;
    }
    .swiper-slide {
    width: 100%!important;
    }
    .swiper-slide img.slideshow {
    width: 100%!important;
    height: auto;
    display: block;
    }
}