    :root {
     --color: #034baa;
   }
    /* 框架结构 */
    .NyBigBox {
        background: #eef4f5;
        padding-top: 15px;
        padding-bottom: 90px;
        position: relative;
        z-index: 9;

    }

    /* 内页大图 */
    .Nybanner {
        position: relative;
        width: 100%;
    }

    .Nybanner img {
        position: relative;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }



    /* 面包屑样式 */
    .mbx {
        overflow: hidden;
        border-bottom: 1px solid #ecf1f2;
        padding: 0px 30px;
        height: 50px;
        line-height: 50px;
    }

    .mbx,
    .mbx a {
        font-size: 14px;
        color: #616161;
        text-align: right;
    }

    @media screen and (max-width: 900px) {
        .mbx {
            padding: 0px 15px;
        }

        .mbx,
        .mbx a {
            text-align: left;
        }
    }

    /* 页码 */
    .Post {
        border-top: 30px solid #eef4f5;
        width: 100%;
        padding: 20px 30px;
        display: flex;
        justify-content: space-between;
    }

    .Post a {
        max-width: 50%;
        color: #333;
        line-height: 1;
        font-size: 14px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }


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

        .Post a {
            width: 100%;
            max-width: 100%;
            margin: 5px 0;
        }
    }

    .NyCss01 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .NyCss01 .NyRight {
        overflow: hidden;
        width: calc(100% - 250px);
        background: #fff;
    }

    .NyCss01 .NyRight .NyContent {
        padding: 40px;
        overflow: hidden;
    }

    .NyCss01 .NyLeft {
        overflow: hidden;
        width: 235px;
        margin-top: -50px;
    }

    .NyRightTitle {
        background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/297/20241213135052_LgANEX8D.png) no-repeat center;
        background-size: cover;
        padding: 30px 20px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        overflow: hidden;
        border-radius: 8px 8px 0 0;
    }

    .NyRightTitle h1 {
        font-weight: bold;
        font-size: 24px;
        color: #ffffff;
    }

    .NyRightTitle h2 {
        padding-top: 3px;
        font-size: 14px;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: bold;
    }

    .NyRightTitle i {
        display: none;
    }

    /* 分类 */
    .NyNav {
        padding-top: 30px;
        padding-bottom: 180px;
        position: relative;
        z-index: 98;
        width: 100%;
        background: linear-gradient(180deg, rgb(255 255 255), 90%, rgb(255 255 255 / 0%));
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        grid-gap: 10px;
    }

    .NyNav .NyNav_1 {
        width: 100%;
        padding: 0 20px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .NyNav .NyNav_1 h1 {
        padding: 10px 0;
        display: flex;
        align-items: center;
        width: 100%;
    }

    .NyNav .NyNav_1 h1 b {
        font-weight: 100;
        font-size: 18px;
        cursor: pointer;
    }

    .NyNav_1 a {
        display: block;
        padding: 5px 0;
        width: 100%;
        font-size: 14px;
        line-height: 2;
        color: #666;
    }

    .NyNav_2 {
        width: 100%;
        display: none;
    }

    .NyNav_2 a {
        padding-left: 15px;
    }

    @media screen and (max-width: 1000px) {
        .NyCss01 .NyLeft {
            display: none;
        }

        .NyCss01 .NyRight {
            width: 100%;
        }
    }


    @media screen and (max-width: 900px) {
        .NyCss01 .NyLeft {
            width: 100%;
            margin-top: 0;
            height: auto;
        }

        .NyCss01 .NyRight {
            margin-top: 30px;
            width: 100%;
        }

        .NyRightTitle {
            position: relative;
            padding: 15px;
        }

        .NyRightTitle i {
            display: block;
            position: absolute;
            right: 15px;
            font-size: 20px;
            color: #fff;
        }

        .NyNav {
            display: none !important;
            padding-top: 15px;
            padding-bottom: 30px;
        }

        .NyNav .NyNav_1 {
            margin: 10px 0;
        }

        .NyRightTitle h1 {
            font-size: 20px;
        }

        .NyCss01 .NyRight .NyContent {
            padding: 30px 15px;
        }

        .NyNav {
            height: auto;
            padding-bottom: 60px;
        }
    }


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




    /* 定位 */
    .dian {
        position: relative;
        top: -90px;
    }

    @media (max-width: 640px) {
        .dian {
            position: relative;
            top: -60px;
        }
    }

    /* 新加代码 */

    .NyTiTle {
        margin-bottom: 35px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .NyTiTle h1 {
        display: block;
        font-size: 48px;
        font-weight: bold;
        color: var(--color);
        padding-bottom: 25px;
        text-align: center;
    }

    .NyTiTle span {
        display: block;
        width: 75px;
        height: 4px;
        background: var(--color);
    }

    @media screen and (max-width: 1200px) {
        .NyTiTle h1 {
            font-size: 32px;
            padding-bottom: 15px;
        }
    }

    @media screen and (max-width:720px) {
        .NyTiTle h1 {
            font-size: 24px;
            padding-bottom: 15px;
        }
    }
