.other_183_pagination{
    position: static;
    margin-top: 20px;
}
.other_183_pagination span{
    width: 12px;
    height: 12px;
}
.other_183_con{
    background-color: #f2f2f2;
    padding: 50px 6vw;
    height:auto;
    text-align: center;
}
.other_183_con .index_sub_title{
    border-radius: 40px;
    background-color: #d6d6d6;
    display: inline-block;
    padding: 10px 4vw;
    margin-bottom: 40px;
    position: relative;
    transition: all .5s;
}
.other_183_con:hover .index_sub_title{
    color: #fff;
}
.other_183_con .index_sub_title:after{
    position: absolute;
    display: block;
    content:'';
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    border-right: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 13px solid transparent;
    bottom: -26px;
    transition: all .5s;
    opacity: 0;
}
.other_183_con:hover .index_sub_title:after{
    opacity: 1;
}
.other_183_con .other_183_text{
    text-align: left;
    font-size: 18px;
}
.other_183_wrapper .other_183_con{
    width: 715px;
    margin-right: 10px;
}

@media(max-width: 767px) {
    .other_183_wrapper .other_183_con{
        width: 100%;
        margin-right: 0px;
    }
}

.other_183 .index_title h1,
.other_183 .index_title h2{
    display: block;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    font-weight: inherit;
}