.hjzf2_other_168_wrapper{
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hjzf2_other_168_wrapper li{
    flex: 0 0 33.3333333%;
    width: 33.3333333%;
    padding: 0 15px;
}
.hjzf2_other_168_wrapper li a{
    display: flex;
    flex-direction: column;
    padding: 3vw 20px;
    box-shadow: 0 0 3px rgba(81,122,163,.2);
    transition: all .5s;
    color: #333;
    height: 100%;
    border-radius: 15px;
}
.hjzf2_other_168_wrapper li:hover a{
    box-shadow: 0 5px 8px 3px rgba(81,122,163,.35);
}

@media(max-width: 1200px) {
    .hjzf2_other_168_wrapper li{
        flex: 0 0 50%;
        width: 50%;
        margin-bottom: 20px;
    }
}
@media(max-width: 767px) {
    .hjzf2_other_168_wrapper li{
        flex: 0 0 100%;
        width: 100%;
    }
}