.other_smyy_title .index_sub_title{
    color: #6a717a;
}
.other_smyy_info{
    margin: 3vw auto;
    margin-top: 1vw;
    font-size: 20px;
}
.other_smyy_info span{
    position: relative;
}
.other_smyy_info span:after,.other_smyy_info span:before{
    position: absolute;
    display: block;
    content:'';
    width: 400px;
    height: 1px;
    top: 50%;
}
.other_smyy_info span:after{
    left: -420px;
    background: linear-gradient(to left, #dcdfe3 0%,#dcdfe3 50%, transparent 100%);;
}
.other_smyy_info span:before{
    right: -420px;
    background: linear-gradient(to right, #dcdfe3 0%,#dcdfe3 50%, transparent 100%);;
}

.other_smyy_wrapper_content{
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}
.other_smyy_wrapper_content li{
    flex: 0 0 33.333333%;
    width: 33.333333%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.other_smyy_wrapper_content li a{
    display: block;
    height: 100%;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 0 20px 3px rgba(0,0,0,.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5vw;
    transition: all .5s;
}
.other_smyy_wrapper_content li a h2{
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #333;
    transition: all .5s;
}
.other_smyy_wrapper_content li a p{
    line-height: 2;
}


.other_smyy-btn{
    display: flex;
    justify-content: center;
}
.other_smyy-wrapper{
    padding: 10px 20px;
    color: #fff;
    background: var(--site-color);
    border-radius: 5px;
    border: none;
}