.other_yzdda_title .index_title{
    font-weight: bold;
}
.other_yzdda_title .index_sub_title{
    color: #6a717a;
}
.other_yzdda_wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.other_yzdda_wrapper:after{
    display: none;
}
.other_yzdda_left_title .index_title{
    font-weight: bold;
    line-height: 1;
    color: #636576;
}
.other_yzdda_left_title span{
    margin-bottom: 15px;
    display: block;
    color: #636576;
    font-size: 18px;
    font-weight: 100;
}
.other_yzdda_right li{
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    font-size: 18px;
}
.other_yzdda_right li span{
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d4d4d4;
    border-radius: 50%;
}
.other_yzdda_right li span img{
    max-width: 100%;
}
.other_yzdda_wrapper > img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.other_yzdda_wrapper:before{
    position: absolute;
    display: block;
    content: '';
    background-color: #ffffff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.other_yzdda_title{
    margin-bottom: 3vw;
}
.other_yzdda_right{
    padding-left: 50px;
}
.other_yzdda_more{
    margin-top: 30px;
}
.other_yzdda_more a{
    padding: 15px 40px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
}
.other_yzdda_right h2{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-left: 40px;
}


@media(max-width: 1200px) {
    .other_yzdda_title{
        margin-bottom: 30px;
    }
    .other_yzdda_right{
        padding-left: 0px;
    }
    .other_yzdda_more a{
        padding: 10px 20px;
        border-radius: 5px;
        color: #fff;
        font-size: 16px;
    }
    .other_yzdda_right{
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .other_yzdda_right h2{
        font-size: 22px;
        padding-left: 0;
    }
    .other_yzdda_right li span{
        margin-top: 5px;
    }
}