.other_175_title{
    color: #fff;
}
.other_175_title .index_title{
    position: relative;
}
.other_175_title .index_title:after{
    position: absolute;
    display: block;
    content:'';
    width: 80px;
    height: 3px;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
}
.other_175_content{
    background-color: #fff;
    padding: 10px 0;
    text-align: center;
    width: 466.67px;
    margin-right: 20px;
    height: auto;
}
.other_175_content em{
    font-style: normal;
    font-weight: bold;
}
.other_175_img{
    overflow: hidden;
    margin: 15px 0;
}
.other_175_content .other_175_img img{
    width: 100%;
    transition: all .5s;
}
.other_175_content:hover .other_175_img img{
    transform: scale(1.08);
}
.other_175_info{
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 10px;
    padding: 0 10px;
}
.other_175_pagination{
    position: static;
    margin-top: 20px;
}
.other_175_pagination span{
    width: 12px;
    height: 12px;
    background-color: #fff;
}
.other_175_wrapper a{
    color: #333;
    display: block;
}
@media(max-width: 767px) {
    .other_175_content{
        margin-right: 0;
    }
}

.other_175 h2,
.other_175 h3{
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    display: block;            
}