    .section67 .indexTitle {
        display: flex;
        align-items: center;
    }

    .section67 .indexTitle * {
        text-align: center;
    }

    .section6 {
        padding: 145px 0;
    }

    .Box6 {
        margin-top: 90px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }


    .lt6 {
        width: 45%;
    }

    .item6_1 {
        width: 100%;
        position: relative;
    }

    .item6_1:hover {
        filter: drop-shadow(0px 4px 40px rgba(201, 217, 228, 0.5));
    }

    .item6_1 .time6 {
        position: absolute;
        left: 36px;
        top: -36px;
        z-index: 2;
        width: 120px;
        height: 145px;
        background: var(--color);
        border-radius: 0px 8px;
        font-size: 18px;
        line-height: 2;
        color: #FFFFFF;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .item6_1 .time6 span {
        font-weight: bold;
        font-size: 50px;
        line-height: 1.5;
        color: #FFFFFF;
        border-bottom: 1px solid #fff;
    }

    .item6_1 .img6 {
        width: 100%;
    }

    .item6_1 .text6 {
        padding: 30px;
        background: #fff;
        border-radius: 0px 0px 0px 48px;
    }

    .item6_1 .text6 h1 {
        font-size: 24px;
        line-height: 1.5;
        color: var(--color);
        margin-bottom: 10px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .item6_1 .text6 p {
        font-size: 18px;
        line-height: 1.5;
        color: #6CA6D1;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .rt6 {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }


    .item6_2 {
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.4);
        transition: 0.5s;
    }

    .item6_2:hover {
        border-bottom: 1px solid rgba(1, 92, 160, 0.439);
    }

    .item6_2 h1 {
        font-size: 24px;
        line-height: 1.5;
        color: #000;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .item6_2 p {
        font-size: 16px;
        line-height: 1.5;
        color: rgba(0, 0, 0, 0.48);
        margin: 10px 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .item6_2 .time6 {
        font-size: 16px;
        line-height: 1.5;
        color: rgba(0, 0, 0, 0.7);
    }

    .item6_2 * {
        transition: 0.5s;
    }

    .item6_2:hover * {
        color: var(--color);
    }

    @media (max-width: 1440px) {
        .section6 {
            padding: 120px 0;
        }

        .item6_2 {
            padding: 15px 0;
        }
    }

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

        .lt6 {
            width: 55%;
        }

        .rt6 {
            width: 40%;
        }

        .item6_2 {
            padding: 10px 0;
        }

        .item6_2 h1 {
            font-size: 18px;
            font-weight: bold;
        }

        .item6_2 p {
            font-size: 14px;
        }

        .item6_1 .time6 span {
            font-size: 32px;
        }

        .item6_1 .time6 {
            font-size: 14px;
            width: 90px;
            height: 110px;
        }
    }


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

        .rt6 {
            width: 100%;
        }

        .item6_1 .text6 {
            border-radius: 0px 0px 0px 20px;
        }

        .item6_1 .text6 h1 {
            font-size: 18px;
            font-weight: bold;
        }

        .item6_1 .text6 p {
            font-size: 14px;
        }

        .Box6 {
            margin-top: 60px;
        }
    }

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

    @media (max-width: 480px) {
        .lt6 {
            margin-bottom: 15px;
        }

        .item6_1 .text6 {
            padding: 20px 10px;
        }

        .item6_1 .time6 span {
            font-size: 24px;
        }

        .item6_1 .time6 {
            font-size: 14px;
            width: 90px;
            height: 90px;
            position: absolute;
            left: 15px;
            top: -30px;
        }

        .item6_2 {
            padding: 15px 0;
        }


    }