.section {
    padding: 95px 0 90px
}

.section .wrap {
    width: 1400px;
    margin: 0 auto
}

.section .wrap .common_link {
    display: flex;
    align-items: center;
    margin: 0 0 95px
}

.section .wrap .common_link a {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    display: block
}

.section .wrap .common_link a:hover, .section .wrap .common_link a.on {
    color: #333333;
    font-weight: bold
}

.section .wrap .common_link span {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    display: block;
    margin: 0 3px
}

.section .wrap .text {
    display: flex;
    justify-content: space-between
}

.section .wrap .text .l {
    width: 900px
}

.section .wrap .text .l h1 {
    font-weight: bold;
    font-size: 30px;
    color: #111111;
    margin: 0 0 55px
}

.section .wrap .text .l .content {
    margin: 0 0 70px
}

.section .wrap .text .l .content p {
    font-weight: 400;
    font-size: 16px;
    color: #444444;
    line-height: 32px
}

.section .wrap .text .l .content h5 {
    font-weight: bold;
    font-size: 20px;
    color: #111111;
    line-height: 32px;
    margin: 0 0 10px
}

.section .wrap .text .l .flex {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.section .wrap .text .l .flex .flex_page a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 41px;
    transition: 0.6s
}

.section .wrap .text .l .flex .flex_page a:hover {
    color: #005CFF
}

.section .wrap .text .l .flex .back a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 155px;
    height: 46px;
    background: #005CFF;
    border-radius: 23px
}

.section .wrap .text .l .flex .back a p {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin: 0 10px 0 0
}

.section .wrap .text .l .flex .back a .iconfont {
    font-size: 14px;
    color: #FFFFFF
}

.section .wrap .text .r {
    width: 420px;
    height: fit-content;
    padding: 0 0 130px 60px;
    border-left: 1px solid rgba(0, 0, 0, 0.1)
}

.section .wrap .text .r h2 {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    margin: 0 0 50px
}

.section .wrap .text .r .item {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 1;
    padding: 0 0 33px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 33px;
    transition: 0.6s;
    position: relative
}

.section .wrap .text .r .item:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #005CFF;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: 1s
}

.section .wrap .text .r .item:hover {
    color: #005CFF
}

.section .wrap .text .r .item:hover:after {
    transform: scaleX(1)
}

.header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

@media screen and (max-width: 1920px) {
    .section {
        padding: 4.9479166667vw 0 4.6875vw
    }

    .section .wrap {
        width: 72.9166666667vw;
        margin: 0 auto
    }

    .section .wrap .common_link {
        display: flex;
        align-items: center;
        margin: 0 0 4.9479166667vw
    }

    .section .wrap .common_link a {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #666666;
        display: block
    }

    .section .wrap .common_link a:hover, .section .wrap .common_link a.on {
        color: #333333;
        font-weight: bold
    }

    .section .wrap .common_link span {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #666666;
        display: block;
        margin: 0 0.15625vw
    }

    .section .wrap .text {
        display: flex;
        justify-content: space-between
    }

    .section .wrap .text .l {
        width: 46.875vw
    }

    .section .wrap .text .l h1 {
        font-weight: bold;
        font-size: 1.5625vw;
        color: #111111;
        margin: 0 0 2.8645833333vw
    }

    .section .wrap .text .l .content {
        margin: 0 0 3.6458333333vw
    }

    .section .wrap .text .l .content p {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #444444;
        line-height: 1.6666666667vw
    }

    .section .wrap .text .l .content h5 {
        font-weight: bold;
        font-size: 1.0416666667vw;
        color: #111111;
        line-height: 1.6666666667vw;
        margin: 0 0 0.5208333333vw
    }

    .section .wrap .text .l .flex {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .section .wrap .text .l .flex .flex_page a {
        display: block;
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #666666;
        line-height: 2.1354166667vw;
        transition: 0.6s
    }

    .section .wrap .text .l .flex .flex_page a:hover {
        color: #005CFF
    }

    .section .wrap .text .l .flex .back a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 8.0729166667vw;
        height: 2.3958333333vw;
        background: #005CFF;
        border-radius: 1.1979166667vw
    }

    .section .wrap .text .l .flex .back a p {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #FFFFFF;
        margin: 0 0.5208333333vw 0 0
    }

    .section .wrap .text .l .flex .back a .iconfont {
        font-size: 0.7291666667vw;
        color: #FFFFFF
    }

    .section .wrap .text .r {
        width: 21.875vw;
        height: fit-content;
        padding: 0 0 6.7708333333vw 3.125vw;
        border-left: 1px solid rgba(0, 0, 0, 0.1)
    }

    .section .wrap .text .r h2 {
        font-weight: bold;
        font-size: 1.25vw;
        color: #111111;
        margin: 0 0 2.6041666667vw
    }

    .section .wrap .text .r .item {
        display: block;
        width: 100%;
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #333333;
        line-height: 1;
        padding: 0 0 1.71875vw;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 1.71875vw;
        transition: 0.6s;
        position: relative
    }

    .section .wrap .text .r .item:after {
        content: "";
        width: 100%;
        height: 1px;
        background: #005CFF;
        position: absolute;
        bottom: 0;
        left: 0;
        transform: scaleX(0);
        transform-origin: left;
        transition: 1s
    }

    .section .wrap .text .r .item:hover {
        color: #005CFF
    }

    .section .wrap .text .r .item:hover:after {
        transform: scaleX(1)
    }

    .header {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1)
    }

}
@media screen and (max-width: 1024px) {
    .section {
        padding: 80px 0 60px;
    }
    .section .wrap {
        width: 90%;
    }
    .section .wrap .common_link a {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .section .wrap .common_link span {
        margin: 0 5px;
        font-size: 14px;
    }
    .section .wrap .text .l h1 {
        font-size: 24px;
        margin: 0 0 30px;
    }
    .section .wrap .text {
        display: block;
    }
    .section .wrap .common_link {
        margin: 0 0 30px;
    }
    .section .wrap .text .l .content p {
        font-size: 14px;
        line-height: 1.6;
    }
    .section .wrap .text .l .content h5 {
        font-size: 16px;
        line-height: 2;
        margin: 10px 0 10px;
    }
    .section .wrap .text .l .flex .flex_page a {
        font-size: 14px;
        line-height: 2;
    }
    .section .wrap .text .l,.section .wrap .text .r {
        width: 100%;
        
    }
    .section .wrap .text .l .flex {
        display: block;
    }
    .section .wrap .text .l .flex .back a {
        width: 100px;
        height: 32px;
        border-radius: 32px;
        margin: 10px 0 0;
    }
    .section .wrap .text .l .flex .back a p {
        font-size: 14px;
    }
    .section .wrap .text .l .flex .back a .iconfont {
        font-size: 14px;
    }
    .section .wrap .text .r {
        padding: 0;
        margin: 40px 0 0;
        border: none;
    }
    .section .wrap .text .r h2 {
        font-size: 22px;
        margin: 0 0 30px;
    }
    .section .wrap .text .r .item {
        padding: 0 0 15px;
        margin-bottom: 20px;
        font-size: 14px;
    }
    .section .wrap .text .l .content {
        margin: 0 0 30px;
    }
}