.other_184 {
    color: #fff;
}
.other_184_title{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
}
.other_184_title .index_sub_title{
    margin-bottom: 5px;
    margin-right: 10px;
}
.other_184_title img{
    position: absolute;
    left: 10px;
    top: 13px;
}
.other_184_container .other_184_l{
    width: 60%;
    overflow: hidden;
}
.other_184_container .other_184_l img{
    width: 100%;
    transform: scale(1.08);
    transition: all 3s;
}
.other_184_container .swiper-slide-active .other_184_l img{
    transform: scale(1);
}

.other_184_container .other_184_right{
    width: 45%;
    right: 2.5%;
    top: 15%;
    position: absolute;
    height: 80%;
    padding: 30px 4vw;
}
.other_184_right .con{
    margin-bottom: 30px;
    text-indent: 2em;
    line-height: 2;
    opacity: 0.8;
}
.other_184_right a{
    color: #fff;
    text-align: right;
    display: block;
}
.other_184_container .other_184_pagination{
    position: absolute;
    z-index: 9;
    width: 45% !important;
    right: 2.5% !important;
    left: auto !important;
    bottom: 16%;
    padding-left: 4vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.other_184_pagination span{
    width: 12px;
    height: 12px;
    display: block;
    background-color: #fff;
    opacity: 1;
    border-radius: 12px;
}
.other_184_pagination span.swiper-pagination-bullet-active{
    width: 20px;
}

@media(max-width: 1365px) {
    .other_184_title img{
        display: none;
    }
    .other_184_container .other_184_pagination{
        bottom: 12%;
    }
}
@media(max-width: 1263px){
    .other_184_container .other_184_right{
        width: 75%;
    }
    .other_184_container .other_184_pagination{
        width: 75% !important;
    }
}
@media(max-width: 1200px) {
    .other_184_container .other_184_l{
        width: 100%;
    }
    .other_184_container .other_184_l img{
        width: 100%;
    }
    .other_184_container .other_184_right{
        width: 100% !important;
        position: static;
    }
    .other_184_title{
        position: static;
        margin-bottom: 20px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
    .other_184_container .other_184_pagination{
        bottom: 7%;
    }
}