.other_xggh_wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 0 0 20px 3px rgba(0,0,0,.05);
    padding: 2.5vw;
    padding-left: 3.5vw;
    border-radius: 20px;
}
.other_xggh_wrapper .other_xggh_wrapper_box{
    flex: 0 0 47%;
    width: 47%;
}
.other_xggh_wrapper_t{
    display: flex;
    align-items: flex-end;
    position: relative;
    line-height: 1.2;
    margin-bottom: 2vw;
}
.other_xggh_wrapper_t:before{
    position: absolute;
    display: block;
    content:'';
    width: 10px;
    height: 30px;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}
.other_xggh_wrapper_t span{
    font-size: 30px;
    margin-right: 5px;
    font-weight: bold;
}
.other_xggh_wrapper_b li,.other_xggh_wrapper_b li a{
    display: flex;
    line-height: 2;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 18px;
}
.other_xggh_wrapper_b li a{
	color:#333;
}
.other_xggh_wrapper_b li:last-child{
    margin-bottom: 0;
}
.other_xggh_wrapper_b li span{
    margin-right: 10px;
}
.other_xggh_wrapper_l{
    position: relative;
}
.other_xggh_wrapper_l:before{
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #d5d5d5;
    right: -10px;
    top: 0;
}
.other_xggh_wrapper_l .other_xggh_wrapper_b li span{
    margin-right: 20px;
}

.other_xggh-tool{
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 10px;
}
.other_xggh-tool_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
}
.other_xggh-tool_btn svg{
    stroke: #333;
    transition: .3s all;
}
.other_xggh-tool_btn:hover svg{
    stroke: var(--site-color);
}
.other_xggh_wrapper.dev7{
    padding-bottom: 18px;
}
.other_xggh-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
    transition: .3s all;
}
.other_xggh-box.shrinking + .other_xggh-tool svg .arrow{
    transform: rotateX(0);
}
.other_xggh-box + .other_xggh-tool svg .arrow{
    transform: rotateX(180deg);
    transform-origin: center;
}
.other_xggh-tool_btn.btn_txt{
    font-style: normal;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 36px;
    padding: 0 12px;
    white-space: nowrap;
    color: #fff;
    background: var(--site-color);
    border-radius: 4px;
}
.other_xggh-tool_btn.btn_txt svg{
    stroke: #fff;
    margin-left: 6px;
}
@media(max-width: 1365px) {
    .other_xggh_wrapper_b li{
        font-size: 16px;
    }
    .other_xggh_wrapper_l:before{
        display: none;
    }
    .other_xggh_wrapper_l{
        margin-bottom: 30px;
    }
    .other_xggh_wrapper_t span{
        font-size: 26px;
    }
}
@media(max-width: 1200px) {
    .other_xggh_wrapper .other_xggh_wrapper_box{
        flex: 0 0 100%;
        width: 100%;
    }
    .other_xggh_wrapper_t span{
        font-size: 22px;
    }
    .other_xggh_wrapper_t:before{
        width: 5px;
        height: 25px;
    }
    .other_xggh_wrapper{
        padding: 30px;
    }
}