    .section6 {
        background: linear-gradient(180deg, #F5F7FC 0%, #E8EFF9 100%);
        padding-left: var(--container);
        padding-right: var(--container);
    }

    .Top6 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .Top6 a {
        width: 180px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: #FFFFFF;
        background: var(--color);
    }

    .Box6 {
        margin-top: 60px;
        position: relative;
        width: 100%;
        z-index: 2;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .lt6 {
        width: 65%;
        display: flex;
        grid-gap: 30px;
    }

    .lt6 a {
        width: 100%;
        position: relative;
        display: none;
    }

    .lt6 a:nth-child(-n+2) {
        display: block;
    }

    .lt6 a .bj {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .lt6 a .text6 {
        position: relative;
        z-index: 2;
        width: 100%;
    }

    .lt6 a .text6 .desc {
        padding: 30px;
        display: flex;
        flex-direction: column;
        grid-gap: 30px;
    }

    .lt6 a .text6 .desc h1 {
        font-weight: 700;
        font-size: 18px;
        color: #101010;
        opacity: 0.9;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .lt6 a .text6 .desc h2 {
        font-size: 16px;
        color: #686868;
        opacity: 0.9;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .lt6 a .text6 .desc h3 {
        font-size: 16px;
        color: #979797;
        opacity: 0.9;
    }

    .lt6 a .text6 .text6A {
        position: relative;
        z-index: 2;
        width: 100%;
        opacity: 0;
        transition: 0.5s;
    }

    .lt6 a:hover .text6 .text6A {
        opacity: 1;
    }

    .lt6 a .text6 .text6A img {
        width: 100%;
    }

    .lt6 a .text6 .text6A .desc {
        background: #fff;
    }


    .lt6 a .text6 .text6B {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 30px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .lt6 a .text6 .text6B p {
        padding: 30px;
        color: var(--color);
    }


    .Box6 .rt6 {
        width: calc(35% - 30px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        grid-gap: 15px;
    }

    .Box6 .rt6 .line {
        width: 100%;
        height: 1px;
        background: #D9D9D9;
    }

    .Box6 .rt6 a,
    .Box6 .rt6 .line {
        display: none;
    }

    .Box6 .rt6>:nth-child(-n+5) {
        display: flex;
        flex-wrap: wrap;
    }

    .Box6 .rt6 a .img6 {
        width: 48%;
    }

    .Box6 .rt6 a .text6 {
        width: 52%;
        padding: 15px;
        padding-right: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }

    .Box6 .rt6 a .text6 h1 {
        font-size: 18px;
        font-weight: bold;
        color: #000;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .Box6 .rt6 a .text6 h2 {
        font-size: 16px;
        line-height: 1.5;
        color: #686868;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .Box6 .rt6 a .text6 img {
        filter: contrast(0);
    }


    @media (max-width: 960px) {
        .lt6 {
            width: 100%;
            margin-bottom: 45px;
        }

        .Box6 .rt6 {
            width: 100%;
        }

        .Box6 .rt6 a .img6 {
            width: 240px;
        }

        .Box6 .rt6 a .text6 {
            width: calc(100% - 240px);
        }
    }

    @media (max-width: 720px) {
        .Box6 .rt6 a .img6 {
            width: 180px;
        }

        .Box6 .rt6 a .text6 {
            width: calc(100% - 180px);
        }
    }

    @media (max-width: 460px) {
        .Top6 {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            flex-direction: column;
            grid-gap: 30px;
        }

        .Top6 a {
            width: 120px;
            height: 45px;
        }

        .lt6 {
            flex-wrap: wrap;
        }

        .Box6 .rt6 a .img6 {
            width: 100%;
        }

        .Box6 .rt6 a .text6 {
            width: 100%;
        }

        .Box6 .rt6 a .text6 {
            padding: 15px;
            grid-gap: 15px;
        }
    }

    @media (max-width: 380px) {}