    .section5 {
        display: block;
    }

    .Box5 {
        position: relative;
        width: 100%;
        z-index: 2;
    }

    .Swiper5A {
        width: 40%;
        margin-left: 0;
    }

    .Swiper5A .swiper-slide {
        height: auto;
    }

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

    .Swiper5B {
        position: absolute;
        right: 0;
        top: 0;
        width: calc(60% - 30px);
        height: 100%;
    }

    .Swiper5B .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }



    .Swiper5B .swiper-slide img {
        width: 100px;
        height: 100%;
        object-fit: cover;
    }

    .Swiper5B .swiper-slide .text {
        width: calc(100% - 100px);
        height: 100%;
        padding: 0 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .Swiper5B .swiper-slide:hover .text {
        background: #9b040d;
    }

    .Swiper5B .swiper-slide h1 {
        font-size: 14px;
        font-weight: bold;
        color: #000;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .Swiper5B .swiper-slide p {
        font-size: 14px;
        color: #666;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .Swiper5B .swiper-slide:hover * {
        color: #fff;
    }

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

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

    @media (max-width: 1200px) {
        .Swiper5A {
            display: none;
        }

        .Swiper5B {
            width: 100%;
            position: relative;

        }

        .Swiper5B .swiper-slide img {
            width: 30%;
        }

        .Swiper5B .swiper-slide {
            align-items: stretch;
        }

        .Swiper5B .swiper-slide .text {
            height: auto;
            justify-content: space-evenly;
        }
    }


    @media (max-width: 460px) {
        .Swiper5B .swiper-slide {
            display: flex;
            flex-wrap: wrap;
        }

        .Swiper5B .swiper-slide img {
            width: 100%;
        }

        .Swiper5B .swiper-slide .text {
            width: 100%;
            padding: 15px;
        }
    }

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