.swiper-container2 {
    position: relative;
    width: 820px;
    overflow: hidden;
    display: inline-block;
}

.swiper-wrapper2 {
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    width: 7000px;
}

.swiper-no-duration {
    -o-transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
}

.swiper-slide2 {
    position: relative;
    display: inline-block;
    width: 820px;
    height: 460px;
}

.swiper-slide2 img {
    width: 820px;
    height: 460px;
}

.swiper-btn {
    position: absolute;
    width: 60px;
    height: 80px;
    top: 50%;
    margin-top: -30px;
    z-index: 1;
    cursor: pointer;
    background: #000000;
    background-color: rgba(0,0,0,0.6);
border-radius: 0px 4px 4px 0px;
display: flex;
justify-content: center;
align-items: center;
    /* background-image: url(https://xmimg.ceweekly.cn/images/swiper-pre.png); */
}
.swiper-btn img{
    width: 28px;
    height: 28px;
}
.swiper-pre {
    left: 0;
}

.swiper-next {
    right: 0px;
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.swiper-btn:hover {
    /* background-image: url(https://xmimg.ceweekly.cn/images/right.png); */
    background-color: #F23637;
}

.swiper-next:hover {
    /* background-image: url(https://xmimg.ceweekly.cn/images/right.png); */
    background-color: #F23637;
}

.swiper-slide2 .swiper-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 820px;
    height: 70px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
    /* opacity: 0.7; */
    line-height: 70px;
}

.swiper-text p {
    margin-left: 20px;
    width: 513px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 26px;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 22px;
}

.swiper-pagination {
    position: absolute;
    height: 5px;
    bottom: 30px;
    right: 20px;
}

.swiper-pagination i {
    display: inline-block;
    width: 7px;
    height: 5px;
    margin-left: 8px;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.swiper-pagination i.active {
    background: #F23637;
    width: 12px;
}