    .NyNavBox {
        background-color: #f2f2f2;
        padding: 0px var(--w1600);
    }

    .NavListBox {
        display: flex;
        flex-wrap: wrap;
    }

    .NavListBox a {
        height: 100%;
        font-size: 16px;
        line-height: 20px;
        padding: 30px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .NavListBox a::after {
        content: "";
        position: absolute;
        width: 1px;
        height: 15px;
        display: block;
        background: #ccc;
        right: 0px;
    }

    .NavListBox a::before {
        position: absolute;
        content: '';
        bottom: 0px;
        width: 0%;
        height: 3px;
        background: #124299;
        transition: all .3s;
    }

    .NavListBox a:hover::before {
        width: 80%;
    }


    .ItemBox {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 25px;
    }

    .Item {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .Item .img {
        width: 320px;
    }

    .Item .text {
        width: calc(100% - 320px);
        padding: 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .Item .text h1 {
        width: 100%;
        font-size: 24px;
        color: #000;
    }

    .Item .text h2 {
        margin-top: 10px;
        width: 100%;
        font-size: 14px;
        color: #666666;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
    }

    .Item .text .time {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 14px;
        color: #666666;
    }

    .Item .text span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100px;
        height: 36px;
        border: 1px solid #dedede;
    }

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

    @media (max-width: 1440px) {
        .NavListBox a {
            padding: 15px;
        }
    }

    @media (max-width: 1200px) {
        .Item .img {
            width: 280px;
        }

        .Item .text {
            width: calc(100% - 280px);
            padding: 15px;
        }
    }

    @media (max-width:720px) {
        .Item .img {
            width: 100%;
        }

        .Item .text {
            width: 100%;
            padding: 15px 0;
        }
    }

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

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

    /* 详情 */
    .CaseContent .w1600 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .lt {
        width: calc(100% - 460px);
    }

    .lt .Swiper1 {
        width: 100%;
    }

    .lt .Swiper2 {
        margin-top: 15px;
        width: 100%;
    }

    .lt .CaseImg img {
        width: 100%;
    }

    .lt .title {
        border-top: 1px solid #0000001a;
        border-bottom: 1px solid #0000001a;
        padding: 20px 0;
        margin: 20px 0;
        display: flex;
        align-items: center;
    }

    .lt .title .time {
        padding: 10px;
        background: var(--color);
        color: #fff;
        font-size: 14px;
    }

    .lt .title .time p {
        font-size: 32px;
        line-height: 1;
        text-align: center;
        font-weight: bold;
    }

    .lt .title h1 {
        padding-left: 25px;
        font-weight: bold;
        font-size: 26px;
        color: #444444;
    }

    .rt {
        width: 420px;
        padding: 25px;
        border: 1px solid #e5e5e5;
        display: flex;
        flex-wrap: wrap;
        grid-gap: 20px;
    }

    .rt .title {
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        color: #444444;
    }

    .rt .list {
        width: 100%;
    }

    .rt .list img {
        width: 100%;
    }

    .rt .list h1 {
        font-weight: bold;
        font-size: 16px;
        color: #444444;
        margin: 10px 0;
    }

    .rt .list p {
        font-size: 16px;
        color: #333;
    }

    @media (max-width:1200px) {
        .lt {
            width: calc(100% - 300px);
        }

        .lt .title h1 {
            font-size: 24px;
        }

        .rt {
            width: 270px;
        }
    }

    @media (max-width:720px) {
        .lt {
            width: 100%;
        }

        .rt {
            display: none;
        }
    }

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

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