    @charset "utf-8";

    .banner-wrap {
        position: relative;
        /*overflow: hidden;*/
    }

    .banner img {
        display: block;
        width: 100%;
    }

    .head {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        display: block;
        padding-top: 0.18rem;
        padding-bottom: 0.24rem;
        background-image: url("../images/ny-head.png");
        background-repeat: repeat-x;
        background-position: top center;
        background-size: auto 1.35rem;
    }

    .head>div {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .pagination {
        text-align: center;
        font-size: 0;
        padding-top: 0.43rem;
        /* margin-bottom: 0.4rem;*/
    }

    .pagination a {
        display: inline-block;
        border: 1px solid #dcdcdc;
        padding: 0 0.12rem;
        height: 0.35rem;
        font-size: 0.14rem;
        line-height: 0.35rem;
        text-align: center;
        color: #666;
        margin: 0 7px;
    }

    .pagination a.active {
        background: #9d0f12;
        color: #fff;
        border: 1px solid #9d0f12;
    }

    .pagination a:hover {
        background: #9d0f12;
        color: #fff;
        border: 1px solid #9d0f12;
    }

    .pagination span {
        display: inline-block;
        font-size: 0.14rem;
    }

 
    .banner {
        width: 1920px;
        margin: 0 auto;
    }

    .ny-main>div {
        display: flex;
        justify-content: space-between;
    }

    .head {
        width: 1920px;
        margin: 0 auto;
    }

    .ny-main {
        width: 1920px;
        margin: 0 auto;
        padding-bottom: 0.45rem;
        background: url("../images/ny-main.jpg") no-repeat top center;
        background-size: cover;
    }

    .leftNav {
        width: 3.1rem;
    }

    .leftNav h4 {
        position: relative;
        margin-top: -1.55rem;
        font-size: 0.32rem;
        color: #fff;
        line-height: 1;
        padding-top: 0.94rem;
        height: 1.78rem;
        padding-left: 0.78rem;
        font-family: "思源宋体 Heavy";
        background-image: url("../images/leftNav-h4.png");
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: 3.1rem 1.78rem;
    }

    .leftNav>ul {
        height: 17.1rem;
        margin-top: 0.13rem;
        padding-top: 0.25rem;
        background-color: #fff;
        background-image: url("../images/leftNav-ul.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 3.1rem 17.70rem;
    }

    .leftNav>ul>li {
        position: relative;

    }

    .leftNav>ul>li>a {
        position: relative;
        display: block;
        font-size: 0.2rem;
        color: #000000;
        line-height: 0.65rem;
        padding-left: 0.8rem;
        font-family: "思源宋体 Heavy";
        z-index: 9;
    }

    .leftNav>ul>li ul {
        display: none;
        padding: 0.16rem;
        background: #9d0f12;
    }

    .leftNav>ul>li li a {
        position: relative;
        display: block;
        font-size: 0.16rem;
        line-height: 0.48rem;
        padding-left: 1.08rem;
        color: #fff;
        border-top: 1px solid rgba(255, 255, 255, .3);
    }

    .leftNav>ul>li li:first-child>a {
        border: none;
    }

    .leftNav>ul>li li a:before {
        position: absolute;
        content: '';
        left: 0.79rem;
        top: 50%;
        width: 0.09rem;
        height: 0.09rem;
        background: #fff;
        border-radius: 50%;
        transform: translateY(-50%);
    }

    .leftNav>ul>li li:hover a {
        font-weight: 600;
        background: rgba(255, 255, 255, 0.2);
    }

    .leftNav>ul>li:after {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        top: 0;
        width: 0;
        height: 0.65rem;
        visibility: hidden;
        background-image: url("../images/leftNav-li.png");
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 3.3rem 0.65rem;

    }

    .leftNav>ul>li.on:after,
    .leftNav>ul>li.active:after {
        width: 3.3rem;
        visibility: visible;
    }

    .leftNav>ul>li.on>a,
    .leftNav>ul>li.active>a {
        color: white;
    }

    .rightBox {
        width: 11.68rem;
        margin-top: 0.4rem;
        background-color: #fcfdfd;
        padding: 0.29rem 0.65rem;
    }

    .ny-tit {
        position: relative;
        border-bottom: 1px solid #f4f4f4;
    }

    .ny-tit h4 {
        display: inline-block;
        position: relative;
        font-size: 0.24rem;
        line-height: 0.68rem;
        color: #323232;
        font-family: "思源宋体 Heavy";
    }

    .ny-tit h4:after {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px;
        background-color: #9d0f12;
    }

    .position {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .position>* {
        font-size: 0.14rem;
        color: #323232;
        line-height: 0.32rem;
    }


    .pic-list li {
        float: left;
        width: 48%;

        padding: 0.1rem;
        border: 1px solid rgba(255, 255, 255, 1);
        transition: all .3s;
        background: rgba(255, 255, 255, 1);
        margin-top: 0.39rem;
        box-shadow: 0 0 4px 2px rgba(0, 0, 0, .05);
    }

    .pic-list li:nth-child(2n) {
        margin-left: 4%;
    }

    .pic-list li a {
        display: block;
        overflow: hidden;
    }

    .pic-list li .pic {
        padding-top: 62.5%;
    }

    .pic-list li .s1-info h4 {
        font-size: 0.18rem;
        color: #2b2b2b;
        line-height: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .pic-list li .s1-info p {
        font-size: 0.14rem;
        color: #4a4a4a;
        line-height: 0.28rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 0.56rem;
        margin-top: 0.12rem;
    }

    .pic-list li .s1-info div {
        font-size: 0;
    }

    .pic-list li .s1-info div>span {
        display: inline-block;
        font-size: 0.14rem;
        color: #2f2f2f;
        line-height: 1;
        padding-left: 0.22rem;
        font-weight: 600;
        font-family: "Times New Roman";
        background-position: left center;
        background-repeat: no-repeat;
        margin-top: 0.12rem;
    }

    .pic-list li .s1-info div>span:first-child {
        background-size: 0.13rem auto;
        background-image: url("../images/s1-tm.png");
    }

    .pic-list li .s1-info div>span:nth-child(2) {
        margin-left: 0.65rem;
        background-size: 0.22rem auto;
        background-image: url("../images/s1-icon.png");
    }

    .pic-list li .s1-info {
        padding: 0.2rem 0.15rem 0.08rem;
    }

    .pic-list li:hover .s1-info h4 {
        color: #9d0f12;
    }

    /*list-txt*/

    .list-txt li {
        position: relative;
        padding: 0.24rem 0.13rem;
        transition: all .3s;

        border-bottom: 1px solid #ededed;
    }

    .list-txt li a {
        display: flex;
        display: -webkit-flex;
        overflow: hidden;
        align-items: center;
        justify-content: space-between;
    }

    .list-txt li .date {
        float: left;
        width: 0.65rem;
        background: #9c9184;
        overflow: hidden;
        border-radius: 0.15rem 0 0.15rem 0;
        transition: all .3s;

    }

    .list-txt li .date span {
        display: block;
        font-size: 0.14rem;
        color: #69625a;
        line-height: 1;
        padding-bottom: 0.06rem;
        text-align: center;
        font-family: "Times New Roman";
    }

    .list-txt li .date span:first-child {
        font-size: 0.3rem;
        color: #69625a;
        font-weight: 600;
        padding-top: 0.05rem;
        padding-bottom: 0.05rem;
    }

    .list-txt li .list-txt-info {
        width: 9.25rem;
        overflow: hidden;
        /* padding-left: 0.22rem;*/
    }

    .list-txt li .list-txt-info h4 {
        font-size: 0.18rem;
        color: #323232;
        line-height: 0.28rem;
        font-weight: 600;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .list-txt li .list-txt-info p {
        font-size: 0.14rem;
        color: #757575;
        line-height: 0.26rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 0.78rem;
        margin-top: 0.05rem;
    }

    .list-txt li:hover {
        background: #fff;
    }

    .list-txt li:hover .date {
        background: #9d0f12;
    }

    .list-txt li:hover .date span {
        color: #fff;
    }

    .list-txt li:hover .date span:first-child {
        color: #ded4c8;
    }

    .list-txt li:hover .list-txt-info h4 {
        color: #9d0f12;
        font-weight: 600;
    }

    .list-txt li:after {
        position: absolute;
        content: '';
        width: 0.3rem;
        height: 0.21rem;
        left: 0.18rem;
        bottom: -0.06rem;
        background-image: url("../images/list-text.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 0.3rem auto;
    }

    .ul-h3>ul {
        height: 15rem;
    }

    /*rejs-list*/

    .rejs-list li {
        padding: 0.38rem 0.6rem 0.41rem 0.48rem;
        border-bottom: 1px solid #ededed;
    }

    .rejs-list li a {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: space-between;
    }

    .rejs-list li .pho {
        width: 1.08rem;
    }

    .rejs-list li .pho img {
        display: block;
        width: 100%;
    }

    .rejs-txt {
        width: 7.95rem;
    }

    .rejs-txt h4 {
        font-size: 0.18rem;
        line-height: 1;
        color: #323232;
        font-weight: 600;
    }

    .rejs-txt h4>span {
        font-weight: normal;
        margin-left: 0.1rem;
    }

    .rejs-txt p {
        font-size: 0.14rem;
        color: #757575;
        line-height: 0.26rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 1.04rem;
        margin-top: 0.12rem;
    }

    .rejs-list li:hover h4 {
        color: #9d0f12;
    }

    /*zzjj-list*/
    .zzjj-list li {
        position: relative;
        width: 49.13%;
        float: left;
        border: 1px solid #ededed;
        margin-top: 0.2rem;
        box-shadow: 0 12px 8px -12px rgba(0, 0, 0, 0.1);
    }

    .zzjj-list li:nth-child(2n) {
        margin-left: 1.74%;
    }

    .zzjj-list li>a {
        display: block;
        overflow: hidden;
        font-size: 0.2rem;
        color: #333333;
        line-height: 0.66rem;
        padding-left: 0.7rem;
        padding-right: 1rem;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .zzjj-list li span {
        position: absolute;
        right: 0.49rem;
        top: 50%;
        width: 0.21rem;
        height: 0.21rem;
        transform: translateY(-50%);
        background-image: url("../images/zzjj.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 0.21rem auto;
    }

    .zzjj-list li:hover a {
        color: #9d0f12;
    }

    .zzjj-list {
        margin-top: 0.6rem;
    }

    .zzjj>ul {
        height: 11.12rem;
    }

    /*list-txt2*/

    .list-txt2 .list-item h4 {
        position: relative;
        font-size: 0.18rem;
        color: #fff;
        line-height: 0.4rem;
        background: #9d0f12;
        padding-left: 0.17rem;
    }

    .list-txt2 .list-item h4 .mores {
        position: absolute;
        right: 0.32rem;
        top: 0;
        font-size: 0.14rem;
        color: #fff;
    }

    .item-list1>li {
        float: left;
        width: 44.5%;
        margin-left: 11%;
        position: relative;
        padding: 0.24rem 0;
        transition: all .3s;

        border-bottom: 1px solid #ededed;
    }

    .item-list1>li:first-child {
        margin-left: 0;
    }

    .item-list1 li a {
        display: flex;
        display: -webkit-flex;
        overflow: hidden;
        align-items: center;
        justify-content: space-between;
    }

    .item-list1 li .date {
        float: left;
        width: 0.65rem;
        background: #9c9184;
        overflow: hidden;
        border-radius: 0.15rem 0 0.15rem 0;
        transition: all .3s;

    }

    .item-list1 li .date span {
        display: block;
        font-size: 0.14rem;
        color: #69625a;
        line-height: 1;
        padding-bottom: 0.06rem;
        text-align: center;
        font-family: "Times New Roman";
    }

    .item-list1 li .date span:first-child {
        font-size: 0.3rem;
        color: #69625a;
        font-weight: 600;
        padding-top: 0.05rem;
        padding-bottom: 0.05rem;
    }

    .item-list1 li .list-txt-info {
        width: 3.7rem;
        overflow: hidden;
        /* padding-left: 0.22rem;*/
    }

    .item-list1 li .list-txt-info p {
        font-size: 0.14rem;
        color: #757575;
        line-height: 0.26rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 0.78rem;
    }

    .item-list1 li:hover {
        background: #fff;
    }

    .item-list1 li:hover .date {
        background: #9d0f12;
    }

    .item-list1 li:hover .date span {
        color: #fff;
    }

    .item-list1 li:hover .date span:first-child {
        color: #ded4c8;
    }

    .item-list1 li:hover .list-txt-info h4 {
        color: #9d0f12;
        font-weight: 600;
    }

    .item-list1 li:after {
        position: absolute;
        content: '';
        width: 0.3rem;
        height: 0.21rem;
        left: 0.18rem;
        bottom: -0.06rem;
        background-image: url("../images/list-text.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 0.3rem auto;
    }

    .item-list2>li {
        position: relative;
        line-height: 0.5rem;
        border-bottom: 1px solid #ededed;
    }

    .item-list2>li a {
        display: block;
        font-size: 0.16rem;
        color: #333333;
        padding-left: 0.19rem;
        padding-right: 1.5rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .item-list2>li span {
        position: absolute;
        top: 0;
        right: 0.08rem;
        font-size: 0.14rem;
        color: #666666;
    }

    .item-list2>li:hover a {
        color: #9d0f12;
    }

    .item-list2 {
        margin-top: 0.3rem;
    }

    .list-item {
        margin-top: 0.53rem;
    }

    .list-item:first-child {
        margin-top: 0.34rem;
    }

    .ul-h2>ul {
        height: 13.79rem;
    }

    .con-tit h4 {
        font-size: 0.24rem;
        color: #333333;
        line-height: 0.4rem;
        font-weight: 600;
        padding: 0 0.33rem;
        text-align: center;
    }

    .con-tit p {
        font-size: 0;
        line-height: 0.45rem;
        height: 0.45rem;
        background: #f4f4f4;
        text-align: center;
        margin-top: 0.2rem;
    }

    .con-tit p span {
        display: inline-block;
        font-size: 0.14rem;
        color: #888888;
        padding: 0 0.13rem;
    }

    .con-tit {
        margin-top: 0.44rem;
    }

    .con-txt p {
        font-size: 0.16rem;
        color: #333333;
        line-height: 0.32rem;
        text-indent: 2em;
    }

    .con-txt img {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }

    p.img-tit {
        font-size: 0.14rem;
        text-align: center;
    }

    p.img-tit.w {
        margin-bottom: 0.1rem;
    }

    .gk p {
        font-size: 0.14rem;
    }

    .gk {
        margin-top: 0.25rem;
    }

    .con-info {
        margin-top: 0.25rem;
        background: #f4f4f4;
        padding: 0.09rem 0.35rem;
    }


    .pnext p {
        text-indent: initial;
        font-size: 0.14rem;
        line-height: 0.32rem;
        color: #333333;
    }

    .pnext p a {
        font-size: 0.14rem;
        color: #333333;
    }

    .pnext p:hover {
        /* color: #96632C; */
    }

    .pnext p:hover a {
        color: #9e1c20;
    }


  @media screen and (max-width: 1199px) {
    .banner {
        width: 100%;
        margin: 0 auto;
    }



    .head {
        width: 100%;
        margin: 0 auto;
    }

    .ny-main {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 0.45rem;
        background: url("../images/ny-main.jpg") no-repeat top center;
        background-size: cover;
    }
}



    @media screen and (max-width: 800px) {
        .banner-wrap {
            margin-top: 0.2rem;
        }

        .ny-main {
            padding-top: 0.25rem;
        }

        .ny-main>div {
            display: block;
        }

        .leftNav h4 {
            font-size: 0.38rem;
            background: #9d0f12;
            line-height: 0.68rem;
            padding: 0 0 0 0.25rem;
            height: auto;
            margin-top: 0;
        }

        .leftNav h4 span {
            position: absolute;
            top: 50%;
            right: 0.15rem;
            width: 0.37rem;
            height: 0.46rem;
            transform: translateY(-50%);
            background: url('../images/sub_left_down2.png') no-repeat center center;

        }

        .leftNav {
            width: 100%;
        }

        .rightBox {
            min-height: 300px;
            width: 100%;
            padding: 0.25rem;
            margin-top: 0.35rem;
        }

        .leftNav>ul {
            height: auto;
        }

        .leftNav>ul>li:after {
            display: none;
        }

        .leftNav>ul>li.active,
        .leftNav>ul>li.on {
            background: #9d0f12;
        }

        .leftNav>ul>li>a {
            font-size: 0.26rem;
            padding-left: 0.25rem;
        }

        .leftNav>ul>li li a {
            font-size: 0.22rem;
            line-height: 0.52rem;
            padding-left: 0.35rem;
        }

        .leftNav>ul>li li a:before {
            left: 0.15rem;
        }

        .leftNav>ul {
            display: none;
        }

        .ny-tit h4 {
            font-size: 0.38rem;
        }

        .position>* {
            font-size: 0.22rem;
        }

        .pic-list li {
            width: 49.5%;
        }

        .pic-list li:nth-child(2n) {
            margin-left: 1%;
        }

        .pic-list li .s1-info h4 {
            font-size: 0.32rem;
            line-height: 0.48rem;
        }

        .pic-list li .s1-info p {
            font-size: 0.26rem;
            line-height: 0.42rem;
            height: auto;
            margin-top: 0.18rem;
        }

        .pic-list li .s1-info div>span {
            font-size: 0.26rem;
            padding-left: 0.3rem;
            margin-top: 0.2rem;
        }

        .pic-list li .s1-info div>span:first-child {
            background-size: 0.18rem auto;
        }

        .list-txt li .date,
        .item-list1 li .date {
            width: 1rem;
        }

        .list-txt li .date:first-child,
        .item-list1 li .date span:first-child {
            font-size: 0.38rem;
            padding-top: 0.1rem;
            padding-bottom: 0.1rem;
        }

        .list-txt li .date span,
        .item-list1 li .date span {
            font-size: 0.26rem;
            padding-bottom: 0.12rem;
        }

        .list-txt li a {
            display: block;
        }

        .list-txt li .list-txt-info {
            width: auto;
            padding-left: 0.35rem;
        }

        .list-txt li .list-txt-info h4 {
            font-size: 0.32rem;
            line-height: 0.48rem;
        }

        .list-txt li .list-txt-info p {
            font-size: 0.26rem;
            line-height: 0.42rem;
            height: auto;
        }

        .list-txt li:after,
        .item-list1 li:after {
            width: 0.41rem;
            height: 0.32rem;
            background-size: 0.41rem 0.32rem;
        }

        .rejs-txt h4 {
            font-size: 0.3rem;
            line-height: 0.48rem;
        }

        .rejs-txt p {
            font-size: 0.26rem;
            line-height: 0.46rem;
            height: auto;
        }

        .rejs-list li .pho {
            width: 1.98rem;
        }

        .rejs-list li a {
            gap: 0.25rem;
        }

        .zzjj-list {
            margin-top: 0.15rem;
        }

        .zzjj-list li>a {
            font-size: 0.28rem;
            line-height: 0.72rem;
            padding-left: 0.4rem;
            padding-right: 0.6rem;
        }

        .zzjj-list li span {
            width: 0.32rem;
            height: 0.32rem;
            right: 0.15rem;
            background-size: 0.32rem 0.32rem;
        }

        .list-txt2 .list-item h4 {
            font-size: 0.28rem;
            line-height: 0.54rem;
        }

        .list-txt2 .list-item h4 .mores {
            font-size: 0.22rem;
            right: 0.1rem;
        }

        .item-list1>li {
            float: none;
            width: auto;
            margin-left: 0;
        }

        .item-list1 li a {
            display: block;
        }

        .item-list1 li .list-txt-info {
            width: auto;
            padding-left: 0.25rem;
            overflow: hidden;
        }

        .item-list1 li .list-txt-info p {
            font-size: 0.26rem;
            line-height: 0.42rem;
            height: auto;
        }

        .item-list2>li a {
            font-size: 0.26rem;
            padding-right: 1.8rem;
        }

        .item-list2>li {
            line-height: 0.68rem;
        }

        .item-list2>li span {
            font-size: 0.22rem;
        }

        .con-tit {
            margin-top: 0.1rem;
        }

        .con-tit h4 {
            padding: 0;
            font-size: 0.36rem;
            line-height: 0.56rem;
        }

        .con-tit p span {
            font-size: 0.22rem;
        }

        .con-tit p {
            line-height: 0.52rem;
            height: 0.52rem;
        }

        .con-txt p {
            font-size: 0.26rem;
            line-height: 0.48rem;
        }

        p.img-tit {
            text-indent: 0;
            font-size: 0.24rem;
        }

        .pnext p {
            font-size: 0.24rem;
            line-height: 0.48rem;
        }

        .pnext p a {
            font-size: 0.24rem;
        }

        .con-info {
            padding: 0.25rem 0.15rem;
        }
    }

    @media screen and (max-width: 640px) {
        .position {
            position: static;
            transform: none;
        }

        .position>* {
            line-height: 0.48rem;
        }

        .zzjj-list li {
            float: none;
            width: auto;
        }

        .zzjj-list li:nth-child(2n) {
            margin-left: 0;
        }

        .con-tit p {
            height: auto;
            padding: 0.15rem 0;
            line-height: 0.38rem
        }
    }

    @media screen and (max-width: 550px) {
        .pic-list li {
            float: none;
            width: auto;
        }

        .pic-list li:nth-child(2n) {
            margin-left: 0;
        }

        .rejs-list li a {
            display: block;
        }

        .rejs-list li .pho {
            width: auto;
            margin-bottom: 0.25rem;
        }

        .rejs-list li .pho img {
            max-width: 100%;
            width: auto;
            margin: 0 auto;
        }

        .rejs-txt {
            width: auto;
        }

        .rejs-list li {
            padding: 0.2rem;
        }

        .rejs-txt h4 {
            text-align: center;
        }
    }