.Section-content {
    /* margin-top: 40px; */
    margin-bottom: 20px;
    overflow: hidden;
}

.Section-content-box {
    overflow: hidden; 
    background-color: #ffffff; 
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}

.list1-box {
    overflow: hidden;
}

.list1-swiper-wrap {
    height: 250px;
    overflow: hidden;
    margin-top: 20px;
}

.list1-swiper-wrap .swiper-container {
    height: 250px;
}

.list1-swiper-wrap .swiper-container .swiper-slide {
    display: block;
    height: 250px;
    box-sizing: border-box;
    border: 1px solid #eeeff5;
}


.list1-swiper-wrap .swiper-slide-img {
    overflow: hidden;
    height: 210px;
    width: 100%;
}

.list1-swiper-wrap .swiper-slide-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.list1-swiper-wrap .swiper-container .swiper-slide:hover .swiper-slide-img>img {
    transform: scale(1.1);
}

.list1-swiper-wrap .swiper-slide-title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    /*background-color: #EEEFF5;*/
    padding: 0 14px;
    box-sizing: border-box;
}


.list1-swiper-wrap .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -25px;
    width: 30px;
    height: 50px;
    opacity: 0;
    background-image: none;
    background-color: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
}

.list1-swiper-wrap .swiper-button-prev>span {
    display: block;
    background-image: url(/Areas/Home/Views/Home/PC/1/Themes/Images/fontIcon/swiper_arrow_left.png);
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Areas/Home/Views/Home/PC/1/Themes/Images/fontIcon/swiper_arrow_left.png', sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Areas/Home/Views/Home/PC/1/Themes/Images/fontIcon/swiper_arrow_left.png', sizingMethod='scale');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    cursor: pointer;
    transition: all .3s;
    width: 30px;
    height: 50px;
    background: none\9;
}

.list1-swiper-wrap .swiper-button-next {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -25px;
    width: 30px;
    height: 50px;
    opacity: 0;
    background-image: none;
    background-color: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);

}

.list1-swiper-wrap .swiper-button-next>span {
    display: block;
    background-image: url(/Areas/Home/Views/Home/PC/1/Themes/Images/fontIcon/swiper_arrow_right.png);
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Areas/Home/Views/Home/PC/1/Themes/Images/fontIcon/swiper_arrow_right.png', sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Areas/Home/Views/Home/PC/1/Themes/Images/fontIcon/swiper_arrow_right.png', sizingMethod='scale');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    cursor: pointer;
    transition: all .3s;
    width: 30px;
    height: 50px;
    background: none\9;
}

.list1-swiper-wrap:hover .swiper-button-next,
.list1-swiper-wrap:hover .swiper-button-prev {
    opacity: 1;
}

.list1-swiper-wrap:hover .swiper-button-disabled {
    opacity: 0.35;
}

.list1_swiper_wrap {
    margin-top: 15px;
}

.list1_swiper_wrap .swiper_slide {
    width: 100%;
    height: 135px;
}

.swiper_slide_img,
.swiper_slide_img img {
    width: 100%;
    height: 128px;
    object-fit: cover;
}


