    .section5 {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
        padding: 0 var(--w1600);
        padding-top: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .Box5 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
    }

    .Box5 .indexTitle {
        width: 100%;
        display: flex;
        position: relative;
        justify-content: center;
    }

    .Box5 .indexTitle h2 {
        font-weight: 500;
        font-size: 50px;
        color: #676767;
    }

    .Box5 .indexTitle a {
        position: absolute;
        right: 0;
        width: 210px;
        height: 60px;
        background: var(--color);
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        font-size: 18px;
        color: #FFFFFF;
    }

    .Box5 .Swiper5 {
        width: 100%;
        margin-top: 45px;
    }

    .item5 {
        position: relative;
        background: #fff;
        padding: 0;
        height: auto;
    }

    .item5 .time5 {
        margin: 15px;
        font-weight: 500;
        font-size: 18px;
        line-height: 1;
        color: #A4A4A4;
    }

    .item5 h1 {
        margin: 15px;
        margin-top: 0px;
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 30px;
        color: #444444;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .item5 .img5 {
        width: 100%;
    }

    .item5 h2 {
        margin-top: 20px;
        font-size: 16px;
        color: #ADADAD;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

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

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

    @media (max-width: 1200px) {
        .section5 {
            padding: 90px var(--w1600);
        }

        .Box5 .indexTitle a {
            width: 160px;
            height: 45px;
            font-size: 14px;
        }

        .Box5 .indexTitle h2 {
            font-size: 18px;
        }
    }

    @media (max-width: 720px) {
        .section5 {
            padding: 60px var(--w1600);
        }

        .Box5 .indexTitle {
            width: 100%;
            display: flex;
            align-items: center;
        }

        .Box5 .indexTitle a {
            width: 160px;
            height: 45px;
            font-size: 14px;
            position: relative;
            bottom: auto;
            left: auto;
            margin-top: 15px;
        }

        .Box5 .Swiper5 {
            width: 100%;
            margin-top: 30px;
        }

        .item5 h1 {
            font-size: 18px;
        }

        .item5 h2 {
            font-size: 16px;
        }
    }

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

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