    .section6 {
        position: relative;
        overflow: hidden;
        padding-top: 127px;
        padding-bottom: 90px;
    }

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

    .Box6Title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .Box6Title span {
        display: block;
        width: 36px;
        height: 4px;
        background: var(--color);
    }

    .Box6Title h1 {
        margin-top: 15px;
        font-weight: 700;
        font-size: 54px;
        line-height: 1.5;
        color: #2C2C2C;
    }

    .Top6 .AMore6 {
        border: 1px solid var(--color);
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 220px;
        height: 60px;
        color: var(--color);
        font-size: 18px;
        padding: 0 25px;
    }

    .Top6 .AMore6 img {
        width: 21px;
    }

    .Box6 {
        width: 100%;
        margin-top: 85px;
        padding-left: var(--container);
        padding-right: var(--container);
    }

    .box6swiper {
        overflow: visible;
    }

    .item6 {
        width: 470px;
        height: 512px;
        background: #fff;
        filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
    }

    .item6 .text6 {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 3;
        width: 100%;
        height: 100%;
        padding: 45px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        transition: 0.5s;
    }

    .item6:hover .text6 {
        background: #00000040;
    }

    .item6 .top6 {
        padding-bottom: 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #EDEDED;
        transition: 0.5s;
    }

    .item6:hover .top6 {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }

    .item6 .top6 .time {
        font-weight: 500;
        font-size: 60px;
        line-height: 1;
        color: var(--color);
        transition: 0.5s;
    }

    .item6:hover .top6 .time {
        color: #fff;
    }

    .item6 .top6 img {
        width: 21px;
        transition: 0.5s;
    }


    .item6:hover .top6 img {
        filter: brightness(0) invert(1);
    }

    .item6 .bottom6 p {
        font-weight: 500;
        font-size: 18px;
        line-height: 1;
        color: #959595;
        margin-bottom: 15px;
    }

    .item6 .bottom6 h1 {
        font-weight: 500;
        font-size: 24px;
        line-height: 1.5;
        color: #474747;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .item6:hover .bottom6 p {
        color: #fff;
        opacity: 0.8;
    }

    .item6:hover .bottom6 h1 {
        color: #fff;
    }

    .item6 .img6 {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: 0.5s;
    }

    .item6 .img6 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .item6:hover .img6 {
        opacity: 1;
    }

    .item6::after {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        inset: 0;
        z-index: 2;
        background: url(/assets/images/icon17.png) no-repeat right bottom;
        opacity: 1;
        transition: 0.5s;
    }

    .item6:hover::after {
        opacity: 0;
    }

    @media (max-width: 1600px) {
        .Box6Title h1 {
            font-size: 48px;
        }

        .item6 {
            width: 420px;
            height: 500px;
        }
    }

    @media (max-width: 1440px) {
        .Box6Title h1 {
            font-size: 40px;
        }

        .item6 {
            width: 320px;
            height: 420px;
        }
    }

    @media (max-width: 1200px) {
        .section6 {
            padding-top: 90px;
            padding-bottom: 90px;
        }

        .Box6Title h1 {
            font-size: 32px;
        }

        .Box6 {
            margin-top: 60px;
        }

        .item6 {
            width: 300px;
            height: 280px;
        }

        .item6 .text6 {
            padding: 30px;
        }

        .item6 .bottom6 h1 {
            font-size: 20px;
        }

        .item6 .bottom6 p {
            font-size: 16px;
        }

        .item6 .top6 {
            padding-bottom: 15px;
        }

        .item6 .top6 .time {
            font-size: 40px;
        }
    }

    @media (max-width: 720px) {
        .section6 {
            padding-top: 60px;
            padding-bottom: 60px;
        }

        .Top6 {
            display: flex;
            flex-wrap: wrap;
        }

        .Box6Title {
            width: 100%;
        }

        .Box6Title h1 {
            font-size: 28px;
        }

        .Top6 .AMore6 {
            margin-top: 15px;
            width: 180px;
            height: 45px;
            font-size: 16px;
            padding: 0 15px;
        }

        .Top6 .AMore6 img {
            width: 15px;
        }

        .item6 {
            width: 320px;
            height: 280px;
        }

    }

    @media (max-width: 380px) {
        .item6 {
            width: 100%;
            height: 300px;
        }
    }