.topdiv {
    margin-bottom: .6rem;
    padding-bottom: .4rem;
    border-bottom: 1px solid #f4f4f4;
}

.three {
    margin-bottom: 1rem;
}

.topdiv .left p {
    font-size: .26rem;
    padding-bottom: .2rem;
    color: #151515;
    font-weight: bold;
    line-height: 1.5;
}

.topdiv .left p::after {
    content: '';
    display: block;
    width: .5rem;
    height: .01rem;
    background-color: #151515;
    position: absolute;
    bottom: 0;
    left: 0;
}

.topdiv .right .p {
    font-size: .16rem;
    line-height: .25rem;
    color: #666;
    text-align: justify;
    margin-bottom: .6rem;
}

.mySwiper {
    overflow: hidden;
    padding-bottom: .8rem;
}

.mySwiper .swiper-pagination {
    font-size: .2rem;
    width: auto;
    right: 0;
    bottom: 0;
    text-align: right;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    font-size: .14rem;
    color: #cecece;
}

.swiper-button-next:hover .swiper-button-next:after {
    color: #FF9000;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    width: .35rem;
    height: .35rem;
    border-radius: 50%;
    border: 1px solid #cecece;
    top: auto;
    right: .8rem;
    bottom: 0;
    transform: translate(0);
    z-index: 111;
}

.swiper-button-next:hover, .swiper-container-rtl .swiper-button-prev:hover {
    background-color: #151515;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    width: .35rem;
    height: .35rem;
    border-radius: 50%;
    border: 1px solid #cecece;
    top: auto;
    left: auto;
    right: 1.4rem;
    bottom: 0;
    transform: translate(0);
    z-index: 111;
}

.swiper-button-prev:hover, .swiper-container-rtl .swiper-button-next:hover {
    background-color: #151515;
}

@media (min-width: 800px) {
    .topdiv .left {
        width: 30%;
        float: left;
    }

    .topdiv .right {
        width: 66.666%;
        float: right;
    }
}

@media (max-width: 799px) {
    .topdiv .left {
        margin-bottom: .4rem;
    }
}