.other_fangan_title {
    margin-bottom: 2vw;
}
.other_fangan_list{
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
}
.other_fangan_list li{
    flex: 0 0 25%;
    width: 25%;
    padding: 0 15px;
}
.other_fangan_list_wrapper{
    height: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 20px 12px rgba(0,0,0,.05);
}
.other_fangan_top{
    display: flex;
    align-items: center;
    background-color: #f8fafc;
    padding: 2vw 1vw;
}
.other_fangan_top h3{
    font-size: 22px;
    font-weight: bold;
    margin-left: 10px;
    color: #4b4e62;
}
.other_fangan_bottom{
    padding: 15px 2vw;
}
.other_fangan_bottom_info{
    min-height: 100px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f3f3f3;
    color: #6a717a;
    line-height: 2;
}
.other_fangan_bottom_ts{
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}
.other_fangan_bottom_list{
    min-height: 160px;
    margin-top: 10px;
}
.other_fangan_bottom_list p{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    line-height: 3;
    margin-bottom: 20px;
    margin-top: 20px;
}
.other_fangan_bottom_list p a{
    color: #6a717a;
    line-height: 1.4;
    display: block;
    max-width: 90%;
}
.other_fangan_bottom_link{
    border-top: 1px solid #f3f3f3;
    display: flex;
}
.other_fangan_bottom_link a{
    display: block;
    padding-top: 20px;
    width: 50%;
    text-align: center;
    transition: all .5s;
}
.other_fangan_bottom_link a:first-child{
    border-right: 1px solid #f3f3f3;
}

@media(max-width: 1365px) {
    .other_fangan_list li{
        flex: 0 0 50%;
        width: 50%;
        margin-bottom: 30px;
    }
    .other_fangan_top,.other_fangan_bottom{
        padding: 20px;
    }
}
@media(max-width: 767px) {
    .other_fangan_list li{
        flex: 0 0 100%;
        width: 100%;
    }
    .other_fangan_bottom_list{
        min-height: 0;
        margin-bottom: 20px;
    }
    .other_fangan_top,.other_fangan_bottom{
        padding: 10px 20px;
    }
}