    /* 详情 */
    .cpjj {
        padding: 20px;
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 2;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between;
    }

    .CpImg {
        width: 40%;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .CpImg .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .CpImg1 {
        border: 1px solid #ebf0f3;
        overflow: hidden;
        width: 100%;
    }

    .CpImg1 .swiper-slide {
        overflow: hidden;
    }

    .CpImg1 .swiper-slide img {
        position: relative;
        z-index: 1;
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .CpImg2 {
        margin-top: 15px;
        position: relative;
        width: 100%;
    }

    .CpImg2 .swiper-slide {
        width: 45px;
        border: 2px solid #CDCDCD;
    }

    .CpImg2 .swiper-slide.swiper-slide-thumb-active {
        border: 2px solid #EEB033;
    }

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

    .CpText {
        width: 60%;
        padding-left: 150px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .CpText h1 {
        font-size: 26px;
        color: #494949;
        padding-bottom: 30px;
        border-bottom: 1px dashed #7d7d7d;
        margin-bottom: 30px;
    }

    .CpText p {
        font-size: 14px;
        color: #898989;
        line-height: 2;
    }

    .CpText .anniu {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        grid-gap: 20px;
    }

    .CpText .anniu a {
        background: #ecf1f2;
        width: 175px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        color: #7a7a7a;
        text-align: center;
    }

    .CpText .anniu a:hover {
        color: #fff;
        background: #ff6600;
    }

    @media (max-width: 800px) {
        .CpImg {
            width: 100%;
        }

        .CpText {
            width: 100%;
            padding-left: 0px;
            padding-top: 30px;
        }
    }

    /* 详情 */
    .NyCpXq {
        position: relative;
        width: 100%;
        margin-top: 30px;
    }

    .ListBox {
        width: 100%;
        background: #f2f6f7;
    }

    .ListBox h1 {
        padding: 20px;
        background: #455859;
        color: #fff;
        font-size: 16px;
        display: inline-block;
    }

    .NyContent {
        width: 100%;
        padding: 40px;
        overflow: hidden;
        border-bottom: 15px solid #eef4f5;
    }

    .Content {
        overflow: hidden;
        min-height: unset;
    }


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

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

    /* 推荐 */
    .NyCp {
        width: 100%;
        padding: 20px;
        border-bottom: 15px solid #eef4f5;
    }

    .NyCp .title {
        width: 100%;
        color: #333;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .NyCpItem {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 20px;
    }

    .NyCpItem .item {
        display: block;
    }

    .NyCpItem .item img {
        width: 100%;
    }

    .NyCpItem .item h1 {
        width: 100%;
        font-size: 14px;
        color: #666;
    }

    .NyNewsItem {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 10px;
    }

    .NyNewsItem .item {
        width: 100%;
        display: block;
        font-size: 14px;
        color: #666;
    }

    @media (max-width: 1200px) {
        .NyCpItem {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            grid-gap: 20px;
        }
    }

    @media (max-width: 720px) {
        .NyCpItem {
            grid-template-columns: repeat(3, 1fr);
            grid-gap: 10px;
        }
    }

    @media (max-width: 460px) {
        .NyCpItem {
            grid-template-columns: repeat(2, 1fr);
        }
    }