    .section6 {
        position: relative;
    }

    .section6 .indexTitle h1 {
        width: 100%;
    }

    .section6 .indexTitle h1::after {
        content: "";
        display: block;
        width: calc(50% - 150px);
        height: 1px;
        background: #96b0c7;
        position: absolute;
        left: 0;
        top: 50%;
    }

    .section6 .indexTitle h1::before {
        content: "";
        display: block;
        width: calc(50% - 150px);
        height: 1px;
        background: #96b0c7;
        position: absolute;
        right: 0;
        top: 50%;
    }

    .Box6 {
        margin-top: 60px;
        display: flex;
        flex-wrap: wrap;
        grid-gap: 25px 36px;
    }


    .List6 {
        width: calc(50% - 18px);
        display: flex;
        grid-gap: 5px;
    }

    .List6 p {
        width: 56px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: var(--color);
        font-size: 33px;
        background: #f2f2f2;
        box-shadow: 2px 2px 2px 0px #ccc;
    }

    .List6 .text6 {
        background: #f2f2f2;
        width: calc(100% - 61px);
        padding: 15px 30px;
        display: flex;
        flex-direction: column;
        grid-gap: 5px;
        box-shadow: 2px 2px 2px 0px #ccc;
    }

    .List6 .text6 h1 {
        font-size: 16px;
        font-weight: bold;
        color: #333;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .List6 .text6 h2 {
        font-size: 14px;
        color: #333;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .List6 .text6 span {
        font-size: 14px;
        color: #333333;
    }

    @media (max-width: 1200px) {
        .Box6 {
            margin-top: 30px;
            grid-gap: 10px;
        }

        .List6 {
            width: calc(50% - 18px);
            display: flex;
            grid-gap: 5px;
        }
    }

    @media (max-width: 720px) {

        .section6 .indexTitle h1::before,
        .section6 .indexTitle h1::after {
            width: calc(50% - 50px);
        }

        .List6 {
            width: 100%;
            display: flex;
            grid-gap: 5px;
        }
    }

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

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