    .section5 {
        width: 100%;
        overflow: hidden;
        position: relative;
        padding: 75px 0 100px;
    }

    .Box5 {
        width: 100%;
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }

    .Top5 {
        width: 100%;
        border-bottom: 1px solid #d9d9d9;
        display: flex;
        justify-content: space-between;
        margin-bottom: 45px;
    }

    .Top5 .indexTitle {
        padding-bottom: 15px;
        display: flex;
        align-items: flex-start;
    }

    .Nav5 {
        display: flex;
        grid-gap: 50px;
    }

    .Nav5 a {
        display: flex;
        align-items: center;
        font-size: 16px;
        color: #333333;
        border-bottom: 1px solid #fff0;
    }

    .Nav5 a:hover {
        color: var(--color);
        border-bottom: 1px solid var(--color);
    }


    .lt5 {
        width: 38%;

    }

    .Swiper5 {
        box-shadow: 0px 20px 30px 10px rgba(0, 0, 0, 0.05);
        border-radius: 4px;
        width: 100%;
    }

    .slide5 {
        width: 100%;
    }

    .slide5 .img img {
        width: 100%;
    }

    .slide5 .text {
        padding: 45px;
    }

    .slide5 .text .time {
        font-size: 14px;
        color: #454545;
    }

    .slide5 .text h1 {
        margin-top: 10px;
        margin-bottom: 40px;
        font-size: 18px;
        color: #333333;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .prev5 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 45px;
        height: 45px;
        background: #EDEDED;
        position: absolute;
        z-index: 2;
        bottom: 45px;
        right: 90px;
    }

    .next5 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 45px;
        height: 45px;
        background: #EDEDED;
        position: absolute;
        z-index: 2;
        bottom: 45px;
        right: 45px;
    }

    .prev5 i,
    .next5 i {
        font-size: 18px;
        color: var(--color);
    }

    .prev5:hover,
    .next5:hover {
        background: var(--color);
    }

    .prev5:hover i,
    .next5:hover i {
        color: #fff;
    }

    .pagination5 {
        position: absolute;
        left: 0;
        top: 0;
        width: 112px;
        height: 87px;
        border-radius: 0 0 200px 0;
        background: var(--color);
        display: flex;
        align-items: baseline;
        padding: 20px;
        font-size: 14px;
        color: #F0F0F0;
    }

    .pagination5 .swiper-pagination-current {
        font-weight: 400;
        font-size: 22px;
        color: #FFFFFF;
    }

    .rt5 {
        width: 62%;
        padding-left: 90px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .rt5 .item5 {
        display: none;
    }

    .rt5 .item5:nth-child(1),
    .rt5 .item5:nth-child(2),
    .rt5 .item5:nth-child(3) {
        display: flex;
    }

    .item5 {
        padding: 0 45px;
        height: calc((100% - 75px) / 3);
        border-bottom: 2px solid #EAEAEA;
        display: flex;
        align-items: center;
        grid-gap: 30px;
    }

    .item5 .time {
        font-size: 32px;
        font-weight: 100;
        color: #989898;
        display: flex;
        align-items: center;
    }

    .item5 .time b {
        font-weight: 600;
        font-size: 36px;
        color: #333333;
    }

    .item5 .time p {
        font-size: 14px;
        color: #989898;
    }

    .item5 .text h1 {
        font-size: 16px;
        color: #333333;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .item5 span {
        width: 1px;
        height: 50px;
        background: #EAEAEA;
    }

    .item5 .text h2 {
        font-size: 14px;
        color: #898989;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .item5:hover {
        background: #FDFDFD;
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
        border-bottom: 2px solid var(--color);
    }

    .item5:hover * {
        color: var(--color) !important;
    }

    .rt5 .AMore {
        height: 45px;
        margin-top: 30px;
        border: 1px solid #333333;
        background: #fff0;
        color: #000;
        font-weight: 100;
    }

    .rt5 .AMore img {
        filter: invert(1);
    }

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

    @media (max-width: 1200px) {
        .lt5 {
            width: 40%;
        }

        .slide5 .text {
            padding: 15px;
        }

        .slide5 .text h1 {
            margin-top: 5px;
            margin-bottom: 15px;
        }

        .prev5 {
            width: 40px;
            right: 50px;
            bottom: 15px;
        }

        .next5 {
            width: 40px;
            right: 15px;
            bottom: 15px;
        }

        .rt5 {
            width: 60%;
            padding-left: 30px;
        }

        .item5 {
            padding: 0 15px;
            grid-gap: 15px;
        }
    }

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

        .rt5 {
            width: 100%;
            padding-left: 0px;
        }

        .item5 {
            padding: 30px 15px;
        }
    }

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

        .Nav5 {
            width: 100%;
        }

        .Nav5 a {
            padding-bottom: 15px;
        }

        .rt5 .item5 {
            height: auto;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        .item5 span {
            display: none;
        }
    }

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