#browser-modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #303233;
    position: fixed;
    z-index: 9999;
}

#browser-modal .browser-modal-cover {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #111;
    ;
    z-index: -1
}

#browser-modal .browser-content {
    width: 700px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    padding-top: 50px;
    background-color: #fff;
    border-radius: 5px
}

#browser-modal .browser-content .browser-dpc-logo img {
    height: 42px;
    margin: 45px auto 40px
}

#browser-modal .browser-content .browser-text-title {
    text-transform: uppercase;
    font-size: 24px
}

#browser-modal .browser-content .browser-text-desc {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px
}

#browser-modal .browser-content .browser-list {
    width: 600px;
    margin: 20px auto;
    height: 130px
}

#browser-modal .browser-content .browser-item {
    float: left;
    width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto
}

#browser-modal .browser-content .browser-item .iconfont {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 10px;
}

#browser-modal .browser-content .browser-item .iconchrome {
    background: url(../images/bro.png) no-repeat 0 0
}

#browser-modal .browser-content .browser-item .iconfirefox {
    background: url(../images/bro.png) no-repeat 0 -100px
}

#browser-modal .browser-content .browser-item .iconopera {
    background: url(../images/bro.png) no-repeat 0 -200px
}

#browser-modal .browser-content .browser-item .iconEdge {
    background: url(../images/bro.png) no-repeat 0 -300px
}

#browser-modal .browser-content .browser-item a {
    cursor: pointer;
    display: block
}

#browser-modal .browser-content .browser-item a img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
    width: 100px;
    height: 100px
}

#browser-modal .browser-content .browser-item a h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.flex-left {
    display: flex;
    flex-wrap: wrap
}

.flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.flex-v-center {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.flex-v {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flex-v-bottom {
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: left;
}

.line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.line3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.line4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.line5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

.line8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical
}

.bg-mask .pic {
    overflow: hidden;
}

.bg-mask .pic .a {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height: 100%;
    display: block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.bg-mask:hover .pic .a {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.none {
    display: none
}

.sub-nav-p-s {
    position: relative;
    display: none;
    padding: 15px 5%;
    width: 100%;
    background: url(../images/ny/nyfltitlebg.png) no-repeat 0 0;
    background-size: cover;
    color: #fff;
    cursor: pointer
}

.sub-nav-p-s i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/ny/arrd.png) no-repeat center;
}

.sub-nav-p-s.on i {
    display: inline-block;
    transform: rotate(180deg)
}

.sub-nav-p-s span {
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 25px;
    width: calc(100% - 20px);
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1em;
    font-size: 20px
}

.sub-nav-p-s span:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 2px;
    background: #fff;
    content: '';
    transform: translateY(-50%)
}

.zi4 {
    position: relative;
    z-index: 4
}

.overhide {
    overflow: hidden;
}

.pore {
    position: relative;
}

.nywp {
    max-width: 1440px;
    margin: 0 auto;
    width: 92%;
}

.nyba {
    text-align: center;
    position: relative;

}

.nyba img {
    width: 100%
}

.nyba:after {
    height: 30%;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    content: '';
    z-index: 0
}

.nyba h4 {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.nyba span {
    font-size: 36px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
}

.nyba span:before {
    content: '';
    display: inline-block;
    height: 1px;
    width: 4.6vw;
    background: #fff;
    vertical-align: middle;
    margin-right: 1vw
}

.nyba span:after {
    content: '';
    display: inline-block;
    height: 1px;
    width: 4.6vw;
    background: #fff;
    vertical-align: middle;
    margin-left: 1vw
}

.nyba img {
    display: block;
}

.nyba .posi {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 2vh;
    font-family: '微软雅黑';
    text-align: right;
    font-size: 0.875em;
}

.nyba .posi a {
    color: #fff
}

.nycon .aleft {
    width: 19%;
    top: -10.625em;
    position: relative;
    z-index: 10;
}

.nycon .aleft::before {
    content: "";
    position: absolute;
    background: url(../images/ny/nylemenumas.png) no-repeat center;
    width: 12.6vw;
    height: 27.3vh;
    left: -6.25vw;
    top: 0;
    z-index: -1;
    background-size: 100% 100%
}

.nycon .aleft::after {
    content: "";
    position: absolute;
    background: url(../images/ny/nylemenumas1.png) no-repeat center;
    width: 12.6vw;
    height: 27.3vh;
    right: -6.25vw;
    top: 0;
    z-index: -1;
    background-size: 100% 100%
}

.nycon .aleft .nyletitle {
    height:8.22em;
    background: url(../images/ny/nyfltitlebg.png) no-repeat 0 0;
    background-size: cover;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden
}

.nycon .aleft .nyletitle p {
    font-size: 30px;
    color: #eef2fb;
    text-transform: uppercase;
}

.nycon .aleft .nyletitle em {
    font-size: 73px;
    color: #d8b95a;
    opacity: .1;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    font-family: Philosopher;
    display: block;
    height:8.22em;
    line-height:8.22em;
    text-transform: uppercase;
}

.nycon .aleft .left-nav {
    background: #eff2fb url(../images/ny/nylemenu.png) no-repeat center bottom;
    background-size: 100%;
    padding: 0 20px 20px
}

.nycon .aleft .left-nav > li {
    position: relative;
    padding: 16px 20px;
    border-bottom: 1px dashed #bac3d2;
    border-top: 1px dashed #fff;
    font-size: 18px;
    
}
.nycon .aleft .left-nav > li > a{display: flex;justify-content: space-between; align-items: center;display: block;color: #333;/*background: url(../images/ny/arr.png) no-repeat right top;*/}
.nycon .aleft .left-nav > li > b{
    background: url(../images/ny/arr.png) no-repeat right top;
    width: 15px;
    height: 15px;
    display: block;
    background-size: 8px 14px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 20px;
}
.nycon .aleft .left-nav li a:hover{color: #6f10ad;}
.nycon .aleft .left-nav li a.on b{transform: rotate(90deg);}
.nycon .aleft .left-nav li:first-child {
    border-top: 0
}

.nycon .aleft .left-nav li:last-child {
    border-bottom: 0
}

/* .nycon .aleft .left-nav li a {
    display: block;
} */
.nycon .aleft .left-nav .sub_con{display: none;}
.sub_con > li > a,.sub_con li a{
    font-size: 0.93em;
    background: none;
    line-height: 20px;
    display: block;
    padding: 0px 0;
    padding-left: 15px;
    color: #5d5d5d;
    /* background: url(/system/_owners/jjglen/_webprj/en_images/ny/arr.png) no-repeat right 18px; */
    background: url(../images/listico.png)no-repeat left center;
    background-size: 8px 8px;
}
.sub_next > li > a{
    font-size: 0.8125em;
    line-height: 20px;
    display: block;
    padding: 5px 0;
    padding-left: 25px;
    color: #5d5d5d;
    background: none !important;
}
.sub_next > li > a:hover{
    color: #6f10ad;
}
.nycon .aright {
    width: 77%;
}

.nycon .arightit {
    margin-bottom: 2vh
}

.nycon .arightit h3 {
    border-bottom: 3px solid #eef2fb;
    padding-bottom: 10px;
    font-size: 24px;
    padding-top: 30px
}

.nycon .arightit h3 span {
    text-transform: uppercase;
}

.nycon .arightit h3 a {
    font-size: 14px;
    font-weight: normal;
    color: #6f10ad
}

.aclist li {
    width: 49%;
    background: url(../images/ny/relistbg.png) no-repeat center;
    background-size: 100% 100%;
    padding: 50px 3% 20px;
    min-height: 120px;
    margin-bottom: 30px
}

.aclist li .time {
    font-family: Philosopher;
    color: #6f10ad;
    font-size: 24px;
    text-align: center;
    border-right: 1px solid #ddd;
    padding-right: 30px;
    width: 60px
}

.aclist li .time span {
    display: block;
    font-size: 34px;
    line-height: 1em
}

.aclist li .txt {
    width: calc(100% - 60px);
    padding-left: 30px
}

.aclist li .txt p {
    font-size: 16px;
    margin-bottom: 20px
}

.aclist li .txt span {
    font-size: 14px;
    color: #666
}

.aclist li .more {
    text-align: right;
    width: 100%;
    margin-top: 20px
}

.newsItem {
    background: #f3f5fc
}

.newsItem .picnews {
    width: 55%;
    padding: 55px 20px 55px 35px
}

.newsItem .picnews .pic {
    height: 240px;
    width: 56%
}

.newsItem .picnews .txt {
    width: 40%;
    padding-top: 2vh
}

.newsItem .picnews .txt .time {
    font-family: Philosopher;
    font-size: 16px;
    color: #6f10ad;
    margin-bottom: 20px;
    /* line-height: 1em */
}

.newsItem .picnews .txt .time span {
    display: block;
    font-size: 16px;
}

.newsItem .picnews .txt .time em {
    font-size: 34px;
}

.newsItem .picnews .txt p {
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    line-height: 1.4em
}

.newsItem .txtnews {
    width: 45%;
    background: url(../images/ny/newmask.png) no-repeat left center;
    background-size: auto 102%;
    padding: 4.5vh 2.5vw
}

.newsItem .txtnews li {
    margin-bottom: 20px
}

.newsItem .txtnews li:last-child {
    margin-bottom: 0
}

.newsItem .txtnews li time {
    color: #666;
    font-family: Philosopher;
    ;
    font-size: 15px
}

.newsItem .txtnews li p {
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    line-height: 1.4em
}

.newsItem .txtnews li p:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #6f10ad;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
    left: -15px
}

.nynewlist {
    background: #f3f5fc;
    padding: 35px 35px
}

.nynewlist li {
    width: 48%;
    padding: 25px 0;
    border-bottom: 1px solid #e2e2e6
}

.nynewlist li:nth-last-child(1) {
    border-bottom: 0
}

.nynewlist li:nth-last-child(2) {
    border-bottom: 0
}

.nynewlist li .time {
    font-family: Philosopher;
    color: #6f10ad;
    font-size: 24px;
    text-align: center;
    width: 60px;
    padding-top: 0
}

.nynewlist li .time span {
    display: block;
    font-size: 34px;
    line-height: 1em
}

.nynewlist li .txt {
    width: calc(100% - 80px);
}

.nynewlist li .txt a {
    font-size: 18px;
    display: block;
    line-height: 1.4em
}

.pages {
    padding: 4vh 0 6vh
}

.nylib {
    background: url(../images/ny/linebg.png) repeat-y top center;
    background-size: 100% auto;
}

.nylib-a {
    margin-bottom: 80px
}

.nylib-a .bg {
    position: absolute;
    left: -10%;
    top: 0;
    right: 0;
    z-index: 0;
    width: 78%;
    position: absolute;
    left: -11%;
}

.nylib-a .aleft {
    width: 52%;
    background: url(../images/ny/lib1.png) no-repeat center;
    background-size: cover;
    color: #fff;
    min-height: 495px;
    padding: 20px 4%
}

.nylib-a .desc {
    margin-bottom: 30px
}

.nylib-a .subtit {
    margin-bottom: 20px
}

.nylib-a .aright {
    width: 48%;
    padding: 20px 8%
}

.nylib .tit {
    /* font-size: 34px; */
    font-size: 42px;
    margin-bottom: 30px
}

.nylib .tit-line {
    color: #333333;
    position: relative;
}

.nylib .tit-line:before {
    width: 40px;
    height: 5px;
    content: '';
    display: block;
    position: absolute;
    top: -15px;
    background-image: linear-gradient(to right, #3b13d7, #6410ac);
    background: #3b13d7;
}

.nylib .subtit {
    font-size: 16px;
    font-weight: bold;
    /* color: #333; */
}

.nylib .desc {
    font-size: 16px;
    text-align: justify;
    line-height: 24px;
}

.nylib .desc span {
    color: #6f10ad;
    font-size: 22px;
    font-family: Philosopher;
}

.nylib .more {
    width: 99px;
    min-width: 72px;
    font-size: 14px;
    color: #d8b95a;
    background-image: url(../images/c-icn05.png);
    background-repeat: no-repeat;
    background-position: bottom;
    -o-background-size: contain;
    background-size: contain;
    padding-bottom: 3px;
    display: block;
}

.nylib-b {
    background: url(../images/ny/scbg.png) no-repeat top center;
    height: 833px
}

.nylib-b .aleft {
    width: 52%;
    padding-top: 95px
}

.nylib-b .aleft ul {
    padding-top: 90px;
    padding-bottom: 60px
}

.nylib-b ul li {
    margin-bottom: 35px
}

.nylib-b ul li .subtit {
    margin-bottom: 10px;
    color: #333;
}

.nylib-b ul li .desc {
    margin-bottom: 10px
}

.nylib-b ul li .time {
    font-family: Philosopher;
    color: #6f10ad;
    font-size: 16px;
    line-height: 20px
}

.nylib-b ul li .time span {
    padding-left: 20px;
    display: inline-block;
}

.nylib-b ul li .time span.icotime {
    background: url(../images/ny/time.png) no-repeat left center;
}

.nylib-b ul li .time span.icoweizhi {
    background: url(../images/ny/didian.png) no-repeat left center;
}

.nylib-b ul li .time span:first-child {
    margin-right: 20px
}

.nylib-b .aright {
    width: 41%
}

.nylib-b .aright .pic {
    margin-bottom: 45px;
    position: relative;
}

.nylib-b .aright .pic img {
    display: block;
}

.nylib-b .aright .pic span {
    position: absolute;
    left: -70px;
    bottom: 0;
    z-index: 2;
    color: #fff;
    font-size: 190px;
    display: block;
    line-height: 1em;
    font-weight: bold;
    height: 170px
}

.nylib-b .aright .more {
    margin-top: 65px
}

.nylib-b .bg {
    position: absolute;
    /* right: -10%;
    top: -16.1%; */
    right: -16%;
    top: -17.4%;
    z-index: 0;
}

.nylib-b .bg1 {
    position: absolute;
    left: -5%;
    bottom: -260px;
    z-index: 0;
}

.nylib-c {
    padding: 70px 0 85px
}

.nylib-c .aright {
    width: 21.25%;
    background: url(../images/ny/lib3.png) no-repeat center;
    background-size: cover;
    color: #fff;
    height: 450px;
    padding: 3% 2%
}

.nylib-c .aright .tit {
    font-size: 38px;
    letter-spacing: -2px;
}

.nylib-c .aright .txt {
    display: flex;
    justify-content: space-between;
}

.nylib-c .aright .txt p a {
    font-size: 16px;
    color: #f2f2f2;
    line-height: 48px;
}

.nylib-c .aright .txt img {
    width: 29px;
    height: 11px;
    margin-top: 15px;
    display: none;
}

.nylib-c .aright .txt:hover img {
    display: block
}

.nylib-c .amid .subtit {
    margin-bottom: 20px
}

.nylib-c .aleft {
    width: 41%
}

.nylib-c .aleft .lib span {
    margin-top: 20px;
    padding-right: 32px;
}

.nylib-c .aleft ul li {
    display: flex;
    margin-bottom: 22px
}

.nylib-c .aleft ul li:last-child {
    margin-bottom: 0
}

.nylib-c .aleft ul li .time {
    width: 45px;
    height: 65px;
    background: url(../images/ny/tiambg.png) no-repeat center;
    background-size: cover;
    color: #fff;
    font-family: 'Philosopher';
    font-size: 18px;
    text-align: center;
    line-height: 1em;
}

.nylib-c .aleft ul li .time span {
    display: block;
    font-size: 30px;
    margin-top: 5px
}

.nylib-c .aleft ul li h4 {
    font-weight: normal;
    font-size: 18px;
    width: calc(100% - 45px);
    padding-left: 20px
}

.nylib-c .aleft ul li h4 a {
    height: 54px\0;
    display: block\0;
}

@media only screen and (max-width: 1913px) and (min-width: 950px) {
    .nyba span {
        font-size: 2.9vw;
    }
    .nyba .posi {
        font-size: 1vw
    }
    .nycon .aleft {
        /* top: -14vh; */
    }
    /* .nycon .aleft .nyletitle {
        height: 12vh;
    }
    .nycon .aleft .nyletitle p {
        font-size: 1.8vw;
    }
    .nycon .aleft .nyletitle em {
        font-size: 3vw;
        height: 12vh;
        line-height: 12vh;
    } */
    /* .nycon .aleft .left-nav li{
        padding: 1vw 1vw;
        font-size: 1vw;
    } */
    .nycon .aleft .nyletitle p {
        font-size: 1.5625vw;
    }
    
    .nycon .aleft .nyletitle em {
        font-size: 3.8vw;
    }
    
    .nycon .aleft .left-nav {
        padding: 0 1.04vw 1.04vw;
    }
    
    .nycon .aleft .left-nav > li {
        position: relative;
        padding: 0.83vw 1.04vw;
        border-bottom: 0.05vw dashed #bac3d2;
        border-top: 0.05vw dashed #fff;
        font-size: 0.9375vw;
        
    }
    .nycon .aleft .left-nav > li > b{
        width: 0.78vw;
        height: 0.78vw;
        background-size: 0.41vw 0.73vw;
        top: 1.04vw;
    }
    .sub_con > li > a,.sub_con li a{
        line-height: 1.04vw;
        display: block;
        padding: 0.52vw 0;
        padding-left: 0.78vw;
        background-size: 0.41vw 0.41vw;
    }
    
    .sub_next > li > a{
        font-size: 0.8125em;
        line-height: 20px;
        display: block;
        padding: 5px 0;
        padding-left: 25px;
        color: #5d5d5d;
        background: none !important;
    }
    .nycon .arightit h3 {
        padding-bottom: 1vh;
        font-size: 1.6vw;
        padding-top: 1.5vw
    }
    .nycon .arightit h3 a {
        font-size: .8vw;
    }
    .aclist li {
        padding: 4vh 2.5vw 3vh;
        margin-bottom: 1.5vw
    }
    .aclist li .time {
        font-size: 1.4vw;
        padding-right: 1.5vw;
        width: 3.5vw
    }
    .aclist li .time span {
        font-size: 1.8vw;
    }
    .aclist li .txt {
        width: calc(100% - 4vw);
        padding-left: 1.2vw
    }
    .aclist li .txt p {
        font-size: 1vw;
        margin-bottom: .5vw
    }
    .aclist li .txt span {
        font-size: .8vw;
    }
    .aclist li .more {
        margin-top: .8vw
    }
    .newsItem .picnews {
        padding: 6.5vh 1vw 6.5vh 2.1vw
    }
    .newsItem .picnews .pic {
        height: 12.5vw;
    }
    .newsItem .picnews .txt {
        padding-top: 2vh
    }
    .newsItem .picnews .txt .time {
        font-size: 1vw;
        margin-bottom: 2vh
    }
    .newsItem .picnews .txt .time em {
        font-size: 1.8vw;
    }
    .newsItem .picnews .txt .time span {
        font-size: 1vw;
    }
    .newsItem .picnews .txt p {
        font-size: .9vw;
        margin-bottom: .5vh;
    }
    .newsItem .txtnews {
        padding: 4.5vh 2.5vw
    }
    .newsItem .txtnews li {
        margin-bottom: 2vh
    }
    .newsItem .txtnews li time {
        font-size: .85vw
    }
    .newsItem .txtnews li p {
        font-size: .9vw;
        margin-bottom: .5vh;
    }
    .newsItem .txtnews li p:before {
        width: .3125vw;
        height: .3125vw;
        top: .52vw;
        left: -.8vw
    }
    .nynewlist {
        padding: 2vh 1.5vw
    }
    .nynewlist li {
        padding: 3vh 0;
    }
    .nynewlist li .time {
        font-size: 1.2vw;
        width: 3.5vw;
        padding-top: .2vw
    }
    .nynewlist li .time span {
        font-size: 1.6vw;
    }
    .nynewlist li .txt {
        width: calc(100% - 4vw);
    }
    .nynewlist li .txt a {
        font-size: .9vw;
    }
    .nylib-a {
        margin-bottom: 4.1vw
    }
    .nylib-a .bg {
        left: -10%;
        width: 76%
    }
    .nylib-a .aleft {
        padding: 4vw 4%;
        min-height: inherit;
    }
    .nylib-a .desc {
        margin-bottom: 1.5vw
    }
    .nylib-a .subtit {
        margin-bottom: 1vw
    }
    .nylib-a .aright {
        padding: 1vw 8%
    }
    .nylib .tit {
        font-size: 2.1vw;
        margin-bottom: 1.5vw
    }
    .nylib .subtit {
        font-size: .9vw;
    }
    .nylib .desc {
        font-size: .8vw;
    }
    .nylib .desc span {
        font-size: 1.1px;
    }
    .nylib-b {
        height: auto;
    }
    .nylib-b .aleft {
        padding-top: 4.8vw
    }
    .nylib-b .aleft ul {
        padding-top: 4.5vw;
        padding-bottom: 3vw
    }
    .nylib-b ul li {
        margin-bottom: 2vw
    }
    .nylib-b ul li .subtit {
        margin-bottom: .5vw
    }
    .nylib-b ul li .desc {
        margin-bottom: .5vw
    }
    .nylib-b ul li .time {
        font-size: 16px;
        line-height: 20px
    }
    .nylib-b ul li .time span:first-child {
        margin-right: 20px
    }
    .nylib-b .aright .pic {
        margin-bottom: 2.3vw;
        position: relative;
    }
    .nylib-b .aright .pic span {
        left: -3.5vw;
        font-size: 9vw;
        height: 8.5vw
    }
    .nylib-b .aright .more {
        margin-top: 3.3vw
    }
    .nylib-b .bg {
        right: -10%;
        top: -16.4%;
        width: 56.3%
    }
    .nylib-b .bg1 {
        position: absolute;
        left: -5%;
        bottom: -230px;
        z-index: 0;
    }
    .nylib-c {
        padding: 3.5vw 0 4vw
    }
    .nylib-c .aright .txt {
        display: flex;
        justify-content: space-between;
    }
    .nylib-c .aright .txt p a {
        font-size: 0.83vw;
        color: #f2f2f2;
        line-height: 2.5vw;
    }
    .nylib-c .aright .txt img {
        width: 1.51vw;
        height: 0.572vw;
        margin-top: 0.871vw;
        display: none;
    }
    .nylib-c .aright .txt:hover img {
        display: block
    }
    .nylib-c .aright {
        height: 24vw;
        padding: 3% 2%
    }
    .nylib-c .aright .tit {
        font-size: 1.9vw;
        letter-spacing: -2px;
    }
    .nylib-c .amid .subtit {
        margin-bottom: 1vw
    }
    .nylib-c .aleft ul li {
        display: flex;
        margin-bottom: 1.1vw
    }
    .nylib-c .aleft ul li .time {
        width: 2.6vw;
        height: 3.5vw;
        font-size: .9rem;
    }
    .nylib-c .aleft ul li .time span {
        display: block;
        font-size: 1.5vw;
        margin-bottom: 5px
    }
    .nylib-c .aleft ul li h4 {
        font-weight: normal;
        font-size: .9rem;
        width: calc(100% - 3.2vw);
        padding-left: 1vw
    }
}
@media screen and (max-width: 1080px) {
    .nycon .aleft {
        top: -8.25em;
        width: 22%;
    }
    .nycon .aright{width: 75%;}
    /* .nycon .aleft .nyletitle {
        height: 10vh;
    }
    .nycon .aleft .nyletitle em {
        font-size: 3vw;
        height: 10vh;
        line-height: 10vh;
    } */
}
@media screen and (max-width: 950px) {
    .nycon .aleft::before {
        display: none
    }
    .nycon .aleft::after {
        display: none
    }
    .nycon .aleft {
        width: 100%;
        top: 0;
        position: relative;
        margin-bottom: 20px;
        margin-top: 30px
    }
    .nycon .aleft .nyletitle {
        display: none
    }
    .nycon .aleft .left-nav {
        display: none
    }
    .nycon .aright {
        width: 100%;
        top: 0;
        position: relative;
    }
    .sub-nav-p-s {
        display: flex
    }
    .nyba h4 {
        top: 50%;
    }
    .nyba .posi {
        padding-bottom: 10px;
        font-size: 14px
    }
    .nyba span {
        font-size: 28px
    }
    .nycon .arightit h3 {
        font-size: 24px;
    }
    .nycon .aleft .left-nav li {
        font-size: 15px;
        padding: 12px 20px;
    }
    .aclist li {
        padding: 30px 20px 20px
    }
    .aclist li .time {
        font-size: 20px;
        width: 18%;
        padding-right: 15px
    }
    .aclist li .txt {
        width: 80%;
        padding-left: 15px
    }
    .aclist li .txt p {
        font-size: 16px
    }
    .aclist li .time span {
        font-size: 24px
    }
    .newsItem .picnews {
        width: 100%;
        padding: 50px 30px
    }
    .newsItem .txtnews {
        width: 100%;
        background: url(../images/ny/newmask1.png) no-repeat top center;
        background-size: 102% auto;
        padding: 40px 5%
    }
    .newsItem .txtnews li {
        padding-left: 15px
    }
    .newsItem .txtnews li p {
        font-size: 16px
    }
    .newsItem .txtnews li time {
        font-size: 14px
    }
    .newsItem .picnews .txt p {
        font-size: 16px
    }
    .nynewlist li .txt a {
        font-size: 16px
    }
    .nynewlist li {
        width: 100%
    }
    .nynewlist li .time {
        font-size: 20px;
    }
    .nynewlist li .time span {
        font-size: 28px;
    }
    .nylib-a {
        margin-bottom: 0
    }
    .nylib-a .aleft {
        width: 100%
    }
    .nylib-a .aright {
        width: 100%
    }
    .nylib-a .aleft {
        padding: 30px 5% 40px;
        min-height: inherit;
        margin-bottom: 30px
    }
    .nylib-a .aright {
        padding: 30px 5%
    }
    .nylib .tit {
        font-size: 26px;
        margin-bottom: 20px
    }
    .nylib .subtit {
        font-size: 17px;
    }
    .nylib .desc {
        font-size: 15px;
    }
    .nylib .desc span {
        font-size: 20px;
    }
    .nylib-a .bg {
        display: none
    }
    .nylib-b .bg {
        display: none
    }
    .nylib-b {
        height: auto;
        background: url(../images/ny/scbg1.jpg) no-repeat center;
        background-size: cover;
        padding-top: 50px;
        padding-bottom: 50px
    }
    .nylib-b .aleft {
        width: 100%;
        padding-top: 0
    }
    .nylib-b .aright {
        width: 100%
    }
    .nylib-b .aright .pic span {
        left: 0;
        font-size: 22vw;
        height: 19vw
    }
    .nylib-b .aleft ul {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .nylib-b .aright .more {
        margin-top: 35px
    }
    .nylib-b .bg1 {
        display: none
    }
    .nylib-c {
        padding-top: 50px
    }
    .nylib-c .aleft {
        width: 100%;
        margin-bottom: 40px
    }
    .nylib-c .amid {
        width: 100%;
        margin-bottom: 40px
    }
    .nylib-c .aright {
        width: 100%
    }
    .nylib-c .aright {
        height: auto;
        padding: 40px 5% 50px
    }
    .nylib-c .aright .tit {
        font-size: 26px
    }
    .nylib-c .amid .subtit {
        margin-bottom: 1vw
    }
    .nylib-c .aleft ul li {
        display: flex;
        margin-bottom: 15px
    }
    .nylib-c .aleft ul li .time {
        width: 60px;
        height: 60px;
        font-size: 15px;
    }
    .nylib-c .aleft ul li .time span {
        font-size: 22px;
    }
    .nylib-c .aleft ul li h4 {
        font-weight: normal;
        font-size: 16px;
        width: calc(100% - 40px);
        padding-left: 20px
    }
}

@media screen and (max-width: 640px) {
    .aclist li {
        width: 100%;
        margin-bottom: 20px
    }
    .aclist li .txt p {
        font-size: 15px
    }
    .nyba span {
        font-size: 26px
    }
    .nycon .arightit h3 {
        font-size: 22px
    }
    .nycon .arightit h3 a {
        font-size: 14px
    }
    .newsItem .picnews {
        padding: 30px 20px
    }
    .newsItem .picnews .pic {
        width: 100%;
        height: 50vw
    }
    .newsItem .picnews .txt {
        width: 100%;
        padding-top: 20px
    }
    .newsItem .picnews .txt .time {
        margin-bottom: 10px;
        font-size: 16px
    }
    .newsItem .picnews .txt .time span {
        display: inline-block;
        font-size: 16px;
        margin-right: 15px
    }
    .newsItem .picnews .txt .time em {
        font-size: 30px;
    }
    .newsItem .txtnews li p {
        font-size: 15px
    }
    .newsItem .txtnews li time {
        font-size: 13px
    }
    .newsItem .picnews .txt p {
        font-size: 15px
    }
    .nynewlist {
        padding: 20px 20px
    }
    .nynewlist li .txt a {
        font-size: 15px
    }
    .nynewlist li .txt {
        width: calc(100% - 60px);
    }
    .nylib-b {
        height: auto;
        background: url(../images/ny/scbg1.jpg) no-repeat center;
        background-size: cover;
    }
    
    .nylib .tit {
        line-height: 1.2em; font-size: 22px;
    }
    .nylib-c .aleft .lib span {
        margin-top: 0px;
        padding-right: 0px;
    }
    .nylib .tit:before {
        margin-bottom: 10px
    }
    .nynewlist li .time {
        width: 40px
    }
    .nylib-a .aleft {
        padding: 30px 8% 40px;
        margin-bottom: 10px
    }
    .nylib .desc {
        font-size: 14px;
    }
    .nylib .desc span {
        font-size: 18px;
    }
    .nylib-b ul li .time span {
        display: block;
        padding: 3px 0 3px 24px
    }
    .nylib-b ul li .time span.icotime {
        background: url(../images/ny/time.png) no-repeat left 4px;
    }
    .nylib-c {
        padding-bottom: 60px
    }
    .nylib-c .aleft ul li h4 {
        font-size: 15px
    }
    .nycon .aleft .left-nav {
        display: block
    }
}