@charset "utf-8";

.ny-ba {
    height: 5rem;
    position: relative;
    overflow: hidden;
}

.ny-ba .bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0
}

.ny-ba .bg:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    background: url(/xb/images/ny/nybamask.png) no-repeat bottom center;
    background-size: 100% 100%;
}

.ny-ba .wp {
    height: 100%;
    position: relative;
    padding-bottom: 1.5rem
}

.ny-ba .wp .nytop-tit {
    margin-bottom: .15rem;
    position: relative;
}

.ny-ba .wp .nytop-tit span {
    font-size: .4rem;
    color: #fff;
    text-shadow: 0 0 .1rem rgba(0, 0, 0, .2);
    display: inline-block;
    line-height: 1em
}

.ny-ba .wp .nytop-tit em {
    font-size: .46rem;
    color: rgba(255, 255, 255, .1);
    line-height: 1em;
    position: absolute;
    left: 0;
    top: .2rem;
    white-space: nowrap;
    text-transform: uppercase;
    display: none;
}

.ny-ba .wp .posi {
    color: #fff;
    text-shadow: 0 0 .1rem rgba(0, 0, 0, .2);
    text-align: center;
    position: absolute;
    right: 0;
    bottom: .2rem;
    z-index: 3
}

.ny-ba .wp .posi a {
    color: #fff
}

.nysubnav {
    position: relative;
    z-index: 3;
    width: 100%;
}

.nysubnav ul {
    overflow-x: auto;
    white-space: nowrap;
    position: absolute;
    top: -1.2rem;
    width: 100%;
    left: 0
}

.nysubnav ul::-webkit-scrollbar {
    height: 4px
}

.nysubnav ul::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0, 0, 0, .15);
}

.nysubnav ul::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #fbb263;
}

.nysubnav ul li {
    display: inline-block;
    text-align: center;
    padding-bottom: .3rem;
    font-size: .18rem;
}

.nysubnav ul li:first-child a {
    margin-left: 0
}

.nysubnav ul li a {
    display: block;
    margin: 0 .15rem;
    color: #fff;
    position: relative;
    transition: .3s
}

.nysubnav ul li a:after {
    content: '';
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -.2rem;
    opacity: 0;
    visibility: hidden;
}

/*.nysubnav ul li a:hover{background: rgba(255,255,255,1);color: #555;}*/
.nysubnav ul li.on a:after {
    opacity: 1;
    visibility: inherit;
}

.nysubnav ul li.on a {
    font-weight: bold;
}

.nyMain {
    min-height: 5rem;
    padding: .6rem 0 .7rem
}

.pages {}

.pages ul {
    text-align: center;
}

.pages ul li {
    text-align: center;
    font-size: .16rem;
    display: inline-block;
    margin: .02rem
}

.pages ul li a {
    height: .35rem;
    text-align: center;
    line-height: .33rem;
    padding: 0 8px;
    min-width: .35rem;
    display: block;
    border: 1px solid #ededed;
    background: #ededed;
    border-radius: 3px
}

.pages ul li.cur {
    background: #234382;
    padding: 0 8px;
    min-width: .35rem;
    height: .35rem;
    line-height: .33rem;
    border: 1px solid #234382;
    border-radius: 3px
}

.pages ul li a.on {
    background: #234382;
    padding: 0 8px;
    min-width: .35rem;
    height: .35rem;
    line-height: .33rem;
    color: #fff;
    border-radius: 3px
}

.pages ul li.cur {
    color: #fff;
}

.pages ul li.page-count {
    line-height: .33rem
}

.page-form {
    line-height: .33rem
}

.page-form input {
    border: 1px solid #ddd;
    width: .35rem;
    height: .35rem;
    float: left;
    text-align: center;
    padding: 0 3px;
    background: transparent;
    border-radius: 3px;
    margin: 0 5px
}

.page-form span {
    float: left;
    color: #666
}

.page-form button {
    border: none;
    width: 52px;
    height: .35rem;
    line-height: .35rem;
    text-align: center;
    margin-left: 3px;
    float: left;
    background: #234382;
    color: #fff;
    border-radius: 3px;
    margin-left: 5px
}

.scbox {
    overflow-y: auto
}

.scbox::-webkit-scrollbar {
    width: 4px
}

.scbox::-webkit-scrollbar-track {
    border-radius: 5px;
    ;
    background: #ddd
}

.scbox::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #0054c1;
}

.arc-tit h1 {
    font-size: .3rem;
    font-weight: normal;
    text-align: center;
    line-height: 1.4em
}

.arc-info {
    text-align: center;
    padding-bottom: .2rem;
    border-bottom: 1px solid #ddd;
    margin-bottom: .3rem;
    margin-top: .2rem;
    color: #888
}

.arc-info>span {
    margin: 0 .15rem
}

.arc-sib {
    margin-top: .5rem
}

.arc-sib div {
    border: 1px solid #ddd;
    padding: .12rem .5rem .12rem .15rem;
    margin-bottom: .1rem;
    position: relative;
}

.arc-sib div i {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    width: .4rem;
    z-index: 2;
    text-align: center;
    color: #888
}

.arc-sib div i:after {
    content: "\e676";
    font-family: "swiper-icons" !important;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

.arc-sib div:hover {
    background: #2a4c8d;
    border-color: #2a4c8d;
    color: #fff
}

.arc-sib div:hover a {
    color: #fff
}

.arc-sib div:hover i {
    color: #fff;
    background: #a43838
}

.arc-con {
    color: #222;
    line-height: 1.6
}

.arc-con a {
    color: #a43838
}

.arc-con h1,
.arc-con h2,
.arc-con h3,
.arc-con h4,
.arc-con h5,
.arc-con h6 {
    font-weight: bold;
    margin-bottom: .15rem
}

.arc-con img {
    display: inline-block;
    height: auto !important
}

.arc-con p {}

.arc-con table {
    border: 1px solid #eee;
    min-width: 640px;
    margin-left: 0 !important;
    width: 100%;
    background: #fff
}

.arc-con .tbsc {
    overflow: auto;
    padding: 15px 0;
    width: 100%
}

.arc-con table tr th,
.arc-con table tr td {
    border: 1px solid #eee !important;
    padding: 15px;
    text-align: center;
}

.arc-con table tr:nth-child(2n) {
    background: #EEEEEE
}

.arc-con .tbsc::-webkit-scrollbar {
    height: 4px
}

.arc-con .tbsc::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #999;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2)
}

.arc-con .tbsc::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #ededed;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2)
}

.arc-con video {
    max-width: 100% !important;
    height: auto !important;
    display: block;
}

.video-con video {
    max-width: 100% !important;
    height: auto !important
}

@media screen and (min-width: 1921px) {}

@media screen and (max-width: 1180px) {
    .ny-ba {
        height: 36vw
    }

    .nysubnav {
        position: relative;
        z-index: 3;
        width: 100%;
        padding-top: .3rem;
        text-align: center
    }

    .nysubnav ul {
        position: static;
    }

    .nysubnav ul li {
        font-size: .2rem;
    }

    .nysubnav ul li.on a {
        color: #a23838
    }

    .nysubnav ul li.on a:after {
        border-top-color: #a23838
    }

    .nysubnav ul li a {
        color: #333
    }

    .ny-ba .wp {
        padding-bottom: .6rem
    }

    .nyMain {
        min-height: 5rem;
        padding: .2rem 0 .7rem
    }
}

@media screen and (max-width: 980px) {
    .arc-con video {
        width: auto !important;
        height: auto !important
    }

    .arc-con img {
        width: auto !important;
        height: auto !important
    }

    .ny-ba .wp .nytop-tit span {
        font-size: 5vw
    }

    .ny-ba .wp .nytop-tit em {
        font-size: 5.5vw
    }

    .arc-tit h1 {
        font-size: .26rem;
    }

}

@media screen and (max-width: 640px) {

    .nysubnav ul li {
        min-width: inherit;
        padding-bottom: .2rem
    }

    .arc-con {
        font-size: .18rem !important
    }

    .arc-con p {
        font-size: .18rem !important
    }

    .arc-con p span {
        font-size: .18rem !important
    }

    body {
        font-size: .18rem
    }

    .ny-ba .wp {
        padding-bottom: .3rem;
    }

    .arc-con p,
    .arc-con span {
        font-size: .18rem !important
    }
}

@media screen and (max-width:480px) {
    .ny-ba .wp .nytop-tit span {
        font-size: 6vw
    }

    .ny-ba .wp .nytop-tit em {
        font-size: 6.5vw
    }

    .ny-ba .wp .nytop-tit {
        margin-bottom: 0.65rem;
    }
}

@media screen and (max-width:360px) {}

.nytit {
    margin-bottom: .4rem
}

.nytit .h3 {
    font-size: .3rem;
    font-weight: bold;
    text-align: center
}

.ny-jzzn {}

.ny-jzzn .zyznlist {
    padding-right: 23.5%
}

.ny-jzzn .zyznlist li {
    height: 2rem;
    width: calc(33.3333% - .25rem);
    border-radius: .25rem 0 .25rem 0;
    margin-right: .25rem;
    margin-bottom: .25rem;
    background: #f4f4f4;
    text-align: center;
    position: relative;
}

.ny-jzzn .zyznlist li:hover {
    background: #a23739
}

.ny-jzzn .zyznlist li:hover:after {
    opacity: 1;
    visibility: inherit;
}

.ny-jzzn .zyznlist li:hover a {
    color: #fff
}

.ny-jzzn .zyznlist li:hover a i {
    color: #fff;
    text-shadow: none;
    transform: translateY(-.1rem);
}

.ny-jzzn .zyznlist li .bgimg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    opacity: .06;
    border-radius: .25rem 0 .25rem 0;
}

.ny-jzzn .zyznlist li:after {
    content: '';
    position: absolute;
    top: 5px;
    right: -5px;
    bottom: -5px;
    left: 5px;
    border: 1px solid #c78788;
    border-radius: .23rem 0 .28rem 0;
    opacity: 0;
    visibility: hidden;
}

.ny-jzzn .zyznlist li .h4 {
    font-size: .2rem;
    margin-top: .1rem
}

.ny-jzzn .zyznlist li a {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 5
}

.ny-jzzn .zyznlist li a i {
    font-size: .8rem;
    color: #1b306e;
    text-shadow: 4px 4px 0 #d9dce2;
    display: block;
    transition: transform .3s
}

.ny-jzzn .zyznlist li:last-child {
    height: 4.25rem;
    width: 23.5%;
    margin-right: 0;
    position: absolute;
    top: 0;
    right: 0
}

.ny-jzzn .zyznlist li:nth-child(1) .bgimg {
    background-image: url(/xb/images/ny/z1.jpg);
}

.ny-jzzn .zyznlist li:nth-child(2) .bgimg {
    background-image: url(/xb/images/ny/z2.jpg);
}

.ny-jzzn .zyznlist li:nth-child(3) .bgimg {
    background-image: url(/xb/images/ny/z3.jpg);
}

.ny-jzzn .zyznlist li:nth-child(4) .bgimg {
    background-image: url(/xb/images/ny/z4.jpg);
}

.ny-jzzn .zyznlist li:nth-child(5) .bgimg {
    background-image: url(/xb/images/ny/z5.jpg);
}

.ny-jzzn .zyznlist li:nth-child(6) .bgimg {
    background-image: url(/xb/images/ny/z6.jpg);
}

.ny-jzzn .zyznlist li:nth-child(7) .bgimg {
    background-image: url(/xb/images/ny/z7.jpg);
}


.ny-searchlist {
    padding-bottom: .5rem
}

.ny-searchlist li {
    padding: .3rem .3rem;
    position: relative;
    border-bottom: 1px solid #ddd;
    z-index: 2
}

.ny-searchlist li:last-child {
    border-bottom: 0
}

.ny-searchlist li .h4 {
    font-size: .2rem;
    margin-bottom: .2rem;
    position: relative;
    z-index: 3
}

.ny-searchlist li .h4:after {
    content: '';
    display: block;
    height: 2px;
    width: .4rem;
    background: #092e74;
    margin-top: .1rem
}

.ny-searchlist li p {
    line-height: 1.8em;
    color: #666;
    font-size: .15rem;
    position: relative;
    z-index: 3;
    max-height: .54rem\0
}

.ny-searchlist li:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    right: 0;
    bottom: -1px;
    z-index: 0;
    background: url(/xb/images/ny/nyserlbg.jpg) no-repeat center;
    background-size: cover;
    opacity: 0;
    visibility: inherit;
    transition: .3s
}

.ny-searchlist li:hover {
    z-index: 5
}

.ny-searchlist li:hover a {
    color: #fff
}

.ny-searchlist li:hover p {
    color: rgba(255, 255, 255, .8);
}

.ny-searchlist li:hover .h4:after {
    background: rgba(255, 255, 255, 1);
}

.ny-searchlist li:hover:after {
    opacity: 1;
    visibility: inherit;
}


@media screen and (max-width: 980px) {
    .ny-jzzn .zyznlist li:hover a i {
        transform: translateY(0);
    }

    .ny-jzzn .zyznlist {
        padding-right: 0
    }

    .ny-jzzn .zyznlist li {
        height: auto;
        width: calc(33.3333% - .15rem);
        margin-right: 0;
        margin-bottom: .25rem;
    }

    .ny-jzzn .zyznlist li:last-child {
        height: auto;
        width: 100%;
        position: relative;
        top: 0;
        right: 0
    }

    .ny-jzzn .zyznlist {
        justify-content: space-between;
    }

    .ny-jzzn .zyznlist li a {
        display: block;
        padding: .3rem .1rem;
    }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
    .ny-jzzn .zyznlist li {
        width: calc(33.3333% - .1rem);
        margin-bottom: .15rem;
    }

    .ny-jzzn .zyznlist li .h4 {
        font-size: 3.5vw;
    }

    .ny-jzzn .zyznlist li a i {
        font-size: 12vw
    }
}


.ny-bnyg {
    padding: 0
}

.ny-hislist li {
    position: relative;
}

.ny-hislist li .txt {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 90%
}

.ny-hislist li .txt p {
    font-size: .24rem;
    color: #fff;
    position: relative;
    margin-top: .3rem
}

.ny-hislist li .txt p:before {
    content: '';
    position: absolute;
    width: .56rem;
    height: .42rem;
    background: url(/xb/images/ny/do1.png) no-repeat center;
    background-size: .56rem .42rem;
    left: -.7rem;
    top: -.14rem;
}

.ny-hislist li .txt p:after {
    content: '';
    position: absolute;
    width: .56rem;
    height: .42rem;
    background: url(/xb/images/ny/do2.png) no-repeat center;
    background-size: .56rem .42rem;
    right: -.7rem;
    top: 0;
}

.ny-hislist li .txt img {
    width: 18.5vw;
    margin: 0 auto
}

.ny-hispic {
    padding: .6rem 0 .8rem;
    background: url(/xb/images/ny/sgbg.jpg) no-repeat center;
    background-size: cover
}

.ny-hispic .tit {
    font-size: .3rem;
    text-align: center;
    margin-bottom: .3rem
}

.ny-hispic .item {
    margin: .2rem .2rem
}

.ny-hispic .slide-his {
    width: calc(100% - 1rem);
    margin: 0 auto;
    padding-bottom: .3rem
}

.ny-hispic .slide-his .pic {
    border-radius: .15rem;
    height: 2.55rem;
    box-shadow: 0 0 .15rem rgba(0, 0, 0, .15)
}

.ny-hispic .slide-his .pic img {
    display: none
}

.ny-hispic .slide-his .swiper-slide {
    padding-bottom: .3rem;
    border-bottom: 1px solid #aaa
}

.ny-hispic .slide-his .swiper-slide:after {
    content: '';
    width: .22rem;
    height: .22rem;
    background: #2a4c8d;
    position: absolute;
    display: block;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    bottom: -.11rem
}

.ny-hispic .slide-his .swiper-slide-active:after {
    background: #a43838
}

.ny-hispic .slide-his .swiper-slide:before {
    content: '';
    height: 3px;
    width: 0;
    background: #a43838;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
    transition: .5s
}

.ny-hispic .slide-his .swiper-slide-active:before {
    width: 1.6rem;
}

.ny-hispic .sbtn a {
    position: absolute;
    bottom: .06rem;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: center;
    line-height: .5rem;
    z-index: 10
}

.ny-hispic .sbtn a.prev {
    left: 0
}

.ny-hispic .sbtn a.next {
    right: 0
}

.ny-newslist {}

.ny-nlist {
    padding-bottom: .2rem
}

.ny-nlist li {
    background: #f3f3f3;
    margin-bottom: .4rem;
    transition: border-radius .3s, transform .3s, box-shadow .3s
}

.ny-nlist li .pic {
    height: 2.4rem;
    width: 28%
}

.ny-nlist li .pic img {
    display: none
}

.ny-nlist li .txt {
    width: 72%;
    position: relative;
}

.ny-nlist li .txt .tt {
    padding-left: 1.9rem;
    position: relative;
    padding-right: .5rem
}

.ny-nlist li .txt .tt .h4 {
    font-size: .18rem;
    font-weight: bold;
    margin-bottom: .1rem
}

.ny-nlist li .txt .tt p {
    font-size: .14rem;
    color: #666;
    line-height: 1.6em;
    height: .44rem;
    overflow: hidden;
}

.ny-nlist li .txt time {
    position: absolute;
    left: .5rem;
    top: 0;
    color: #a43838;
    border-right: 1px solid #ddd;
    padding-right: .25rem;
    min-height: .8rem
}

.ny-nlist li .txt time span {
    font-size: .36rem;
    display: block;
}

.ny-nlist li:hover {
    border-radius: .3rem 0 .3rem 0;
    overflow: hidden;
    background: url(/xb/images/ny/nynbbg.jpg)#a43838 no-repeat right bottom;
    background-size: auto 100%;
    box-shadow: 0 .05rem .15rem rgba(0, 0, 0, .25);
}

.ny-nlist li:hover a {
    color: #fff
}

.ny-nlist li .txt .h4 span {
    border-bottom: 2px solid transparent;
    padding-bottom: .05rem;
    display: inline-block;
}

.ny-nlist li:hover .txt .h4 span {
    border-bottom: 2px solid #fff;
}

.ny-nlist li:hover .txt .tt p {
    color: #fff;
    opacity: .8;
}

.ny-nlist li:hover .txt time {
    color: #fff;
}

.ny-tzlist {
    padding-bottom: .2rem
}

.ny-tzlist:after {
    width: 31.5%;
    content: '';
    display: inline-block;
}

.ny-tzlist li {
    width: 31.5%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem 0 .25rem 0;
    padding: .4rem .35rem;
    height: 3rem;
    margin-bottom: .35rem
}

.ny-tzlist li .time {
    font-family: 'Arial';
    color: #2a4c8d;
    align-items: flex-end;
}

.ny-tzlist li .time .sp {
    font-size: .36rem;
    line-height: .36rem;
    border-right: 1px solid #ddd;
    padding-right: 5px;
    margin-right: 8px
}

.ny-tzlist li .time .sp1 span {
    display: block;
    line-height: .18rem;
    font-size: .15rem;
    padding-bottom: 3px;
}

.ny-tzlist li .h4 {
    font-size: .18rem;
    line-height: 1.5em;
    margin-top: .15rem;
    margin-bottom: .15rem;
    padding-bottom: .15rem;
    position: relative;
}

.ny-tzlist li .h4 a {
    height: .54rem
}

.ny-tzlist li .h4:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: .65rem;
    background: #2a4c8d;
    display: block;
    transition: .4s
}

.ny-tzlist li p {
    line-height: 1.6em;
    color: #888
}

.ny-tzlist li:hover {
    background: url(/xb/images/ha1bg.png)#9f2f32 no-repeat right bottom;
    border-color: #9f2f32;
    color: #fff;
    box-shadow: 0 .05rem .15rem rgba(0, 0, 0, .25);
}

.ny-tzlist li:hover .h4 a {
    color: #fff;
    font-weight: bold;
}

.ny-tzlist li:hover .time {
    color: #fff;
}

.ny-tzlist li:hover p {
    color: rgba(255, 255, 255, .8);
}

.ny-tzlist li:hover .h4:after {
    width: 100%;
    background: #fff
}



.ny-about {
    padding: 0
}

.ny-about .txt-con {
    font-size: .2rem;
    line-height: 1.8em;
    text-indent: 2em;
}

.ny-about .sppic {
    min-height: 5rem;
    width: 9.1rem;
    position: relative;
}

.ny-about .sppic:after {
    content: '';
    height: .1rem;
    left: 5%;
    right: 5%;
    background: linear-gradient(92deg, #2950b9 0%, #9f2f33 100%);
    bottom: -.3rem;
    position: absolute;
}

.ny-about .tit {
    font-size: .3rem;
    margin-bottom: .3rem
}

.nyabt-1 {
    padding: .6rem 0 .7rem
}

.nyabt-1 .aleft {
    width: 50%
}

.nyabt-1 .aleft .desc {
    margin-bottom: .4rem;
    padding-top: .2rem
}

.nyabt-1 .aleft .tabs .hd {
    margin-bottom: .2rem
}

.nyabt-1 .aleft .tabs .hd ul {}

.nyabt-1 .aleft .tabs .hd ul li {
    font-size: .2rem;
    font-weight: bold;
    cursor: pointer;
    height: .7rem;
    line-height: .7rem;
    width: 1.94rem;
    text-align: center
}

.nyabt-1 .aleft .tabs .hd ul li.on {
    background: url(/xb/images/ny/libg.png) no-repeat center;
    background-size: auto 100%
}

.nyabt-1 .aleft .tabs .bd .tabCon {}

.nyabt-1 .aright {
    width: 47%
}

.nyabt-1 .data-line {
    margin-top: .8rem
}

.nyabt-1 .data-line li {
    width: 12.5%;
    padding: 0 2%;
    position: relative;
    text-align: center
}

.nyabt-1 .data-line li:first-child:after {
    display: none
}

.nyabt-1 .data-line li:after {
    content: '';
    position: absolute;
    left: -.12rem;
    top: 50%;
    transform: translateY(-50%);
    width: .25rem;
    height: .23rem;
    background: url(/xb/images/ny/nyabdot.png) no-repeat center;
    background-size: 100% 100%
}

.nyabt-1 .data-line li span em {
    font-size: .55rem;
    color: #9f2f33;
    font-family: 'Arial'
}

.nyabt-2 {
    background: url(/xb/images/ny/hidbg.jpg) no-repeat center;
    background-size: cover;
    padding: .5rem 0
}

.nyabt-2 .aleft {
    width: 38%
}

.nyabt-2 .aright {
    width: 55%;
    color: #fff
}

.nyabt-2 .aright .desc {}

.nyabt-3 {
    padding-top: .6rem;
    padding-bottom: 1rem;
    background: url(/xb/images/ny/nyabbg.jpg) no-repeat bottom center;
    background-size: 100% auto
}

.nyabt-3 .slide-lingyup {
    margin-bottom: .5rem
}

.nyabt-3 .slide-lingyup .sbtn a {
    position: absolute;
    top: 40%;
    display: block;
    width: .4rem;
    height: .66rem;
    text-align: center;
    line-height: .66rem;
    color: #fff;
    background: rgba(0, 0, 0, .3);
    z-index: 10;
    font-size: .25rem
}

.nyabt-3 .slide-lingyup .sbtn a:hover {
    background: rgba(0, 0, 0, .5);
}

.nyabt-3 .slide-lingyup .sbtn a.prev {
    left: 0;
    border-radius: 0 .35rem .35rem 0;
    padding-right: 5px
}

.nyabt-3 .slide-lingyup .sbtn a.next {
    right: 0;
    border-radius: .35rem 0 0 .35rem;
    padding-left: 5px
}

.nyabt-3 .slide-lingyup .item {
    height: 2.55rem;
    background: url(/xb/images/ny/lybg.jpg)#f7f7f7 no-repeat right center;
    background-size: auto 100%;
    border-radius: .15rem;
    margin: .2rem;
    font-size: .24rem;
    color: #20479d;
    padding: .2rem .3rem;
    line-height: 1.5em;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .15)
}

.nyabt-3 .t1 {
    padding-bottom: .3rem
}

.nyabt-3 .t1 p {
    margin-bottom: .3rem
}

.nyabt-3 .aleft {
    width: 47%;
    min-height: 5rem
}

.nyabt-3 .aleft .sppic {
    position: absolute;
    right: 0;
    top: 0;
}

.nyabt-3 .aright {
    width: 50%
}

.nyRy {
    padding: .6rem 0 .8rem
}

.zdtz-b {
    background: url(/xb/images/ny/rybg.jpg) no-repeat center;
    background-size: 100% 100%;
    padding: .5rem 8% .6rem
}

.zdtz-b .scyear {
    margin-bottom: .4rem;
    position: relative;
}

.zdtz-b .scyear:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    height: 1px;
    background: rgba(255, 255, 255, .3);
}

.zdtz-b .ssbtn a {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: .2rem;
    font-weight: bold;
    color: #fff
}

.zdtz-b .ssbtn a.prev {
    left: 0
}

.zdtz-b .ssbtn a.next {
    right: 0
}

.zdtz-b .slide-year {
    padding-bottom: 20px;
    width: calc(100% - 1rem);
    padding-top: .2rem
}

.zdtz-b .slide-year .swiper-slide {
    cursor: pointer;
}

.zdtz-b .slide-year .swiper-slide:after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 8px;
    width: 8px;
    border-radius: 50%;
    bottom: -14px;
    background: #fff
}

.zdtz-b .slide-year .swiper-slide:before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 18px;
    width: 18px;
    border-radius: 50%;
    border: 1px solid #fff;
    bottom: -20px
}

.zdtz-b .slide-year .swiper-slide-thumb-active:after {
    background: #f1b809
}

.zdtz-b .slide-year .swiper-slide-thumb-active:before {
    border-color: #f1b809
}

.zdtz-b .slide-year .swiper-slide-thumb-active .text1:after {
    opacity: 1
}

.zdtz-b .slide-year .swiper-slide-thumb-active .text1 {
    color: #f1b809;
    font-weight: normal;
    font-size: .26rem
}

.zdtz-b .slide-year .text1 {
    height: .45rem;
    text-align: center;
    line-height: .45rem;
    margin: 0 auto;
    position: relative;
    margin-bottom: .1rem;
    color: #fff;
    font-size: .2rem
}

.zdtz-b .slide-year .text1:after {
    content: '';
    width: 0;
    height: 0;
    border: .1rem solid transparent;
    border-top-color: #197846;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -.18rem;
    z-index: 2;
    opacity: 0;
    display: none
}

.zdtz-b .slide-newsTxt ul li {
    width: 27%;
    position: relative;
    margin: 0 3%;
    margin-bottom: .4rem;
}


.ny-newsDea .aleft {
    width: 70%
}

.ny-newsDea .aright {
    width: 24%
}

.ny-newsDea .aright .tit {
    font-size: .26rem;
    margin-bottom: .3rem;
    text-align: center
}

.ny-newsDea .aright ul {
    position: relative;
}

.ny-newsDea .aright ul li {
    padding-bottom: .2rem;
    position: relative;
    padding-left: .3rem
}

.ny-newsDea .aright ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    bottom: -2px;
    width: 1px;
    background: #aaa;
}

.ny-newsDea .aright ul li:last-child:before {
    display: none
}

.ny-newsDea .aright ul li:after {
    content: '';
    width: 15px;
    height: 15px;
    background: #a43838;
    position: absolute;
    display: block;
    top: 5px;
    transform: rotate(-45deg);
    left: -7px;
}

.ny-newsDea .aright ul li time {
    color: #666
}

.ny-newsDea .aright ul li .h4 {
    line-height: 1.6em;
    margin-top: 5px
}

.ny-newsDea .aright ul li:hover time {
    color: #a43838;
    font-weight: bold;
}

.ny-newsDea .aright ul li:hover .h4 a {
    color: #a43838;
}


.ksitem {
    margin-bottom: .3rem
}

.ksitem dt {
    font-size: .22rem;
    margin-bottom: .15rem;
    color: #2a4c8d
}

.ksitem dd ul li {
    width: 15%;
    margin-right: 2%;
    margin-bottom: .16rem;
}

.ksitem dd ul li:nth-child(6n) {
    margin-right: 0;
}

.ksitem dd ul li:hover a {
    background: url(/xb/images/ny/ksslog.png)#ab4c4c no-repeat right bottom;
    color: #fff;
    border-color: #ab4c4c
}

.ksitem dd ul li:hover a:before {
    color: #fff
}

.ksitem dd ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: .3rem;
    line-height: .43rem;
    border: 1px solid #ddd;
    height: .45rem;
    border-radius: .1rem
}

.ksitem dd ul li a:before {
    content: "\e60a";
    font-family: "swiper-icons" !important;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: .2rem;
    text-align: center;
    line-height: .45rem;
    border-right: 1px solid #ddd;
    font-size: .14rem;
    color: #888
}


.ny-zjlist {
    padding-bottom: .15rem
}

.ny-zjlist li a {
    display: block;
}

.ny-zjlist li:hover {
    box-shadow: 0 0 .15rem rgba(0, 0, 0, .2)
}

.ny-zjlist li:hover .txt {
    background: #2a4c8d;
    color: #fff
}

.ny-zjlist li:hover .txt h4 {
    color: #fff
}

.ny-zjlist li:hover .txt span {
    color: #fff;
    opacity: .8;
}

/*
edit 屏蔽掉最高
*/
.ny-zjlist li .pic {
    /*max-height: 3.36rem;*/
    position: relative;
}

.ny-zjlist li .pic:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: .35rem;
    background: url(/xb/images/ny/zjopa.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 2
}

.ny-zjlist li .pic img {
    width: 100%;
    object-fit: cover;
    max-height: inherit;
}

.ny-zjlist li .txt:before {
    content: '';
    width: 18px;
    height: 18px;
    background: #2a4c8d;
    position: absolute;
    display: block;
    top: -9px;
    transform: rotate(-45deg);
    left: .25rem;
    z-index: 3
}

.ny-zjlist li:hover .txt:before {
    background: #a43838
}

.ny-zjlist li .txt {
    background: #f3f3f3;
    padding: .25rem .25rem .35rem;
    position: relative;
}

.ny-zjlist li .txt h4 {
    font-size: .2rem;
    color: #2a4c8d;
    margin-bottom: .05rem
}

.ny-zjlist li .txt p {
    margin-bottom: .2rem
}

.ny-zjlist li .txt span {
    color: #666;
    font-size: .15rem
}

.ny-zjlist li {
    width: 23.3%;
    margin-right: 2.2%;
    margin-bottom: .35rem
}

.ny-zjlist li:nth-child(4n) {
    margin-right: 0
}


.ny-newsPaper .tit {
    margin-bottom: .6rem
}

.ny-newsPaper .tit .t {
    color: #a23738;
    font-size: .35rem
}

.ny-newsPaper .tit .t i {
    margin-right: .1rem
}

.ny-newsPaper .slink {}

.ny-newsPaper .slink dl:nth-child(1) {
    width: 1.8rem
}

.ny-newsPaper .slink dl:nth-child(2) {
    width: 2rem
}

.ny-newsPaper .slink dt {
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, .3);
    width: 100%;
    height: .45rem;
    line-height: .43rem;
    padding: 0 .45rem 0 .25rem;
    position: relative;
    color: #666;
    border-radius: .15rem 0 .15rem 0;
    width: 100%
}

.ny-newsPaper .slink dt:after {
    width: .15rem;
    height: .4rem;
    content: "\ed20";
    font-family: "iconfont" !important;
    ;
    position: absolute;
    right: .15rem;
    top: 0;
}

.ny-newsPaper .slink dd {
    position: absolute;
    top: 100%;
    width: 100%;
    overflow-y: auto;
    max-height: 2.2rem;
    left: 0;
    background: #fff;
    display: none;
    z-index: 5;
    padding: .1rem 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.ny-newsPaper .slink dd span {
    display: block;
    color: #555;
    padding: .08rem .15rem;
    cursor: pointer;
}

.ny-newsPaper .slink dd span:hover {
    background: #eee
}

.ny-newsPaper .slink dd a {
    color: #555;
    display: block;
    padding: 5px 0;
    font-size: .14rem
}

.ny-newsPaper .slink dd a:hover {
    color: #0e72b2
}

.ny-newsPaper .slink dl:nth-child(2) {
    border-radius: 0 .15rem 0 .15rem;
    margin-left: .1rem
}

.ny-newsPaper .listBox #viewUrl1 {
    border-radius: .15rem 0 .15rem 0;
    width: 1rem;
    height: .45rem;
    background: #a23739;
    color: #fff;
    display: block;
    text-align: center;
    line-height: .45rem;
    margin-left: .1rem
}

.ny-newsPaper .aleft {
    width: 2.5rem;
    margin-top: 1.5rem;
}

.ny-newsPaper .aleft ul li {
    padding-bottom: .35rem;
    position: relative;
    transition: .3s
}

.ny-newsPaper .aleft ul li a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.ny-newsPaper .aleft ul li:last-child:after {
    display: none
}

.ny-newsPaper .aleft ul li:after {
    content: '';
    width: 1px;
    height: 100%;
    background: #ddd;
    position: absolute;
    top: .2rem;
    right: 0.05rem;
    z-index: 0
}
.ny-newsPaper .aleft ul li .pinfo:before{display:none;}
.ny-newsPaper .aleft ul li .pinfo {
    height: auto;
    width: auto;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    border-radius: .1rem;
    text-align: center;
    transition: .3s;
    font-size: 0.18rem;
    font-weight: bold;
    color: #731f84;
    padding: 0.1rem 0.3rem;
    margin-right: 0.3rem;
}

.ny-newsPaper .aleft ul li .pinfo:before {
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -18px
}

.ny-newsPaper .aleft ul li .pinfo span {
    color: #666;
    font-size: 0.16rem;
    font-weight: normal;
}

.ny-newsPaper .aleft ul li i {
    width: 0.1rem;
    height: 0.1rem;
    background: #e1e1e6;
    background-size: 100% 100%;
    display: block;
    text-align: center;
    line-height: .7rem;
    font-size: .2rem;
    position: relative;
    z-index: 3;
    border-radius: 50%;
    float: right;
}



.ny-newsPaper .aleft ul li.on i {
    background-color: #9f43e6;
    color: #fff
}

.ny-newsPaper .aleft ul li:hover .pinfo {
    opacity: 1;
    visibility: inherit;
}

.ny-newsPaper .aleft ul li:hover i {
    color: #fff;
    background-color: #9f43e6;
}

.ny-newsPaper .aright {
    width: calc(100% - 2.95rem);
}

.ny-newsPaper .aright .pic {
    box-shadow: 0px 5px 15px 5px rgba(128, 128, 128, 0.25);
}


.ny-ksdea {
    padding: 0
}

.ny-ksdea-1 {
    padding: .6rem 0 .65rem
}

.ny-ksdea-1 .aleft {
    width: 52%
}

.ny-ksdea-1 .aleft img {
    border-radius: .3rem 0 .3rem 0
}

.ny-ksdea-1 .aright {
    width: 45%
}

.ny-ksdea-1 .aright .tit {
    margin-bottom: .2rem
}

.ny-ksdea-1 .aright .desc {
    line-height: 1.8em;
    font-size: .18rem;
    margin-bottom: .15rem
}

.ny-ksdea-1 .aright .desc p {
    margin-bottom: .15rem
}

.ny-ksdea-1 .aright .desc .scbox {
    max-height: 2.3rem
}

.ny-ksdea-1 .aright .tit span {
    font-size: .3rem;
    font-weight: bold;
    color: #333;
    text-align: center
}

.ny-ksdea-1 .aright .icolink a {
    margin-left: .5rem;
    display: block;
}

.ny-ksdea-1 .aright .icolink a img {
    height: .65rem;
    margin-bottom: 5px
}

.ny-ksdea-2 {
    background: url(/xb/images/ny/zjjbg.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: .8rem
}

.ny-ksdea-2 .gzdt {
    position: relative;
    top: -.65rem;
    background: #f7f7f7;
    height: 1.3rem
}

.ny-ksdea-2 .gzdt .tit {
    width: 2.2rem;
    font-size: .3rem;
    font-weight: bold;
    color: #333;
    text-align: center
}

.ny-ksdea-2 .zjlb .tit {
    margin-bottom: .5rem
}

.ny-ksdea-2 .zjlb .tit span {
    font-size: .3rem;
    font-weight: bold;
    color: #fff;
    text-align: center
}

.ny-ksdea-2 .zjlb .tit .more {
    position: absolute;
    right: 0;
    bottom: 0
}

.ny-ksdea-2 .zjlb .tit .more a {
    color: #fff
}

.ny-ksdea-2 .gzdt .list {
    width: calc(100% - 3.6rem);
    margin-right: .2rem
}

.ny-ksdea-2 .gzdt .list .slide-txt {
    margin: 0;
    height: .8rem
}

.ny-ksdea-2 .gzdt .list .h4 {
    position: relative;
    padding-left: 1.2rem;
    line-height: .4rem;
    font-size: .18rem
}

.ny-ksdea-2 .gzdt .list .h4 time {
    position: absolute;
    left: 0;
    color: #666
}

.ny-ksdea-2 .gzdt .sbtn a {
    width: .6rem;
    height: 100%;
    line-height: 1.3rem;
    text-align: center;
    font-size: .2rem;
    display: block;
}

.ny-ksdea-2 .gzdt .sbtn a.next {
    background: #a43838;
    color: #fff
}

.ny-ksdea-2 .slide-pic {
    width: 94%
}

.ny-ksdea-2 .slide-pic .swiper-slide {
    padding-bottom: 20px
}

.ny-ksdea-2 .slide-pic .item {
    position: relative;
}

.ny-ksdea-2 .slide-pic .item .pic {
    position: relative;
}

.ny-ksdea-2 .slide-pic .item .pic img {
    width: 100%
}

.ny-ksdea-2 .slide-pic .item:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #a43838;
    position: absolute;
    display: block;
    bottom: -10px;
    transform: translateX(-50%) rotate(-45deg);
    left: 50%;
    z-index: 3
}

.ny-ksdea-2 .slide-pic .item a:before {
    position: absolute;
    left: -3px;
    right: -3px;
    bottom: -1px;
    top: 0;
    background: url(/xb/images/ny/zjmas1.png) no-repeat bottom center;
    background-size: 100% auto;
    z-index: 2;
    content: ''
}

.ny-ksdea-2 .slide-pic .item .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    padding: .2rem;
    color: #fff
}

.ny-ksdea-2 .slide-pic .item .txt .h4 {
    font-size: .18rem;
    font-weight: bold;
}

.ny-ksdea-2 .sbtn1 {
    margin-top: .4rem;
    position: relative;
}

.ny-ksdea-2 .sbtn1:before {
    content: '';
    top: 50%;
    height: 1px;
    background: rgba(255, 255, 255, .6);
    width: calc(50% - .65rem);
    left: 0;
    position: absolute;
}

.ny-ksdea-2 .sbtn1:after {
    content: '';
    top: 50%;
    height: 1px;
    background: rgba(255, 255, 255, .6);
    width: calc(50% - .65rem);
    right: 0;
    position: absolute;
}

.ny-ksdea-2 .sbtn1 a {
    display: block;
    width: .5rem;
    height: .5rem;
    line-height: .48rem;
    border: 1px solid rgba(255, 255, 255, .6);
    text-align: center;
    color: #fff;
    border-radius: 50%;
    margin: 0 .15rem
}

@media screen and (min-width: 1280px) {
    .ny-nlist li:hover {
        transform: translateX(.25rem);
    }
}

@media screen and (max-width: 1200px) {

    .ny-nlist li .pic {
        height: 2rem;
    }

    .nyabt-1 .aleft .tabs .hd ul li {
        font-size: .18rem;
        height: .6rem;
        line-height: .6rem;
        width: 1.64rem;
        text-align: center
    }

    .ny-about .txt-con {
        font-size: .18rem
    }

    .ksitem dd ul li {
        width: 18.4%;
        margin-right: 2%;
    }

    .ksitem dd ul li:nth-child(6n) {
        margin-right: 2%;
    }

    .ksitem dd ul li:nth-child(5n) {
        margin-right: 0;
    }

    .ny-zj {
        padding-top: .5rem
    }

    .ny-newsPaper .aleft {
        width: 2rem
    }

    .ny-newsPaper .aright {
        width: calc(100% - 2.5rem)
    }

    .ny-newsPaper .aleft ul li {
        padding-bottom: .2rem;
        position: relative;
        transition: .3s
    }

    .ny-newsPaper .aleft ul li i {
        width: 0.3rem;
        height: 0.3rem;
        line-height: .6rem;
        font-size: .2rem
    }

    .ny-newsPaper .aleft ul li .pinfo {
        left: 1rem;
        width: auto;
        height: auto;
        padding: 0.1rem;
    }

    .ny-newsPaper .aleft ul li .pinfo span {
        font-size: 0.16rem;
    }
}

@media screen and (max-width: 980px) {
    .ny-newsPaper .aleft ul li a {
        display: block;
    }

    .ny-hislist li .txt p {
        font-size: .2rem;
        margin-top: .3rem
    }

    .ny-hislist li .txt p:before {
        width: .45rem;
        height: .34rem;
        background-size: .45rem .34rem;
        left: -.5rem
    }

    .ny-hislist li .txt p:after {
        width: .45rem;
        height: .34rem;
        background-size: .45rem .34rem;
        right: -.5rem
    }

    .ny-hispic .slide-his .pic {
        height: 28vw
    }

    .ny-nlist li .txt time {
        position: static;
        border-right: 0;
        margin-top: .15rem;
        display: block;
        min-height: inherit;
    }

    .ny-nlist li .txt time span {
        display: inline;
        font-size: .16rem
    }

    .ny-nlist li .txt time span:after {
        content: '-'
    }

    .ny-nlist li .txt .tt {
        padding: 0 .4rem
    }

    .ny-tzlist li {
        width: 48%;
        padding: .4rem .35rem;
        height: 3rem;
        margin-bottom: .35rem
    }

    .nyabt-1 {
        padding: .3rem 0 .5rem
    }

    .nyabt-1 .aleft .desc {
        padding-top: 0
    }

    .nyabt-1 .aleft .tabs {
        margin-bottom: .4rem
    }

    .nyabt-1 .aleft .tabs .hd ul li {
        font-size: .2rem;
        width: 33.3333%
    }

    .nyabt-1 .aleft {
        width: 100%
    }

    .nyabt-1 .aright {
        width: 100%
    }

    .ny-about .sppic {
        min-height: inherit;
        width: 100%;
        position: relative;
        height: 50vw
    }

    .nyabt-1 .data-line li {
        width: 25%
    }

    .nyabt-2 .aleft {
        width: 100%;
        margin-bottom: .3rem
    }

    .nyabt-2 .aleft img {
        max-width: 80%;
        margin: 0 auto
    }

    .nyabt-2 .aright {
        width: 100%
    }

    .nyabt-1 .aleft .tit {
        text-align: center
    }

    .nyabt-2 .aright .tit {
        text-align: center
    }

    .nyabt-3 .slide-lingyup .item {
        height: 2rem;
        font-size: .22rem
    }

    .nyabt-3 .aleft {
        width: 100%;
        min-height: inherit;
        margin-bottom: .6rem
    }

    .nyabt-3 .aleft .sppic {
        position: relative;
    }

    .nyabt-3 .aright {
        width: 100%
    }

    .nyabt-1 .data-line li:nth-child(5):after {
        display: none;
    }

    .nyRy {
        padding: .2rem 0 .8rem
    }

    .zdtz-b .slide-newsTxt ul li {
        width: 44%;
        position: relative;
        margin: 0 3%;
        margin-bottom: .4rem;
    }

    .zdtz-b {
        background: url(/xb/images/ny/rybg1.jpg) no-repeat center;
        background-size: 100% 100%;
        padding: .5rem 8% .6rem
    }

    .ny-newsDea .aleft {
        width: 100%;
        margin-bottom: .5rem
    }

    .ny-newsDea .aright {
        width: 100%
    }

    .ksitem dd ul li {
        width: 23.5%;
        margin-right: 2%;
    }

    .ksitem dd ul li:nth-child(6n) {
        margin-right: 2%;
    }

    .ksitem dd ul li:nth-child(5n) {
        margin-right: 2%;
    }

    .ksitem dd ul li:nth-child(4n) {
        margin-right: 0;
    }

    .ny-zjlist li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: .35rem
    }

    .ny-zjlist li:nth-child(4n) {
        margin-right: 2%
    }

    .ny-zjlist li:nth-child(3n) {
        margin-right: 0
    }

    .ny-newsPaper .tit .t {
        width: 100%;
        margin-bottom: .3rem
    }

    .ny-newsPaper .aleft ul li .pinfo {
        display: none
    }

    .ny-newsPaper .aleft {        margin-top: 0;
        width: 1.2rem
    }

    .ny-newsPaper .aright {
        width: calc(100% - 1.2rem)
    }

    .ny-newsPaper .aleft ul li {
        padding-bottom: .5rem;
        position: relative;
        transition: .3s
    }

    .ny-newsPaper .aleft ul li i {
        width: 0.2rem;
        height: 0.2rem;
        line-height: .3rem;
        font-size: .2rem
    }

    .ny-ksdea-1 .aleft {
        width: 100%;
        margin-bottom: .3rem
    }

    .ny-ksdea-1 .aright {
        width: 100%;
        margin-bottom: .3rem
    }

    .ny-ksdea-1 .aright .icolink a {
        margin-left: 0;
        margin-right: .5rem
    }


    .ny-ksdea-2 .gzdt .tit {
        width: 100%;
        font-size: .3rem;
        font-weight: bold;
        color: #333;
        text-align: center
    }

    .ny-ksdea-2 .zjlb .tit {
        margin-bottom: .5rem
    }

    .ny-ksdea-2 .zjlb .tit span {
        font-size: .3rem;
        font-weight: bold;
        color: #fff;
        text-align: center
    }

    .ny-ksdea-2 .zjlb .tit .more {
        position: absolute;
        right: 0;
        bottom: 0
    }

    .ny-ksdea-2 .zjlb .tit .more a {
        color: #fff
    }

    .ny-ksdea-2 .gzdt .list {
        width: calc(100% - 1.6rem);
        margin-right: .2rem;
        padding-left: .2rem
    }

    .ny-ksdea-2 .gzdt {
        height: auto;
        padding-top: .2rem
    }

    .ny-ksdea-1 .aright .desc .scbox {
        max-height: inherit;
    }
}

@media screen and (max-width: 720px) {
    .ny-newsPaper .aleft {
        width: 100%;
        margin-top: .3rem;
    }

    .ny-newsPaper .aleft ul {
        overflow-x: auto;
        white-space: nowrap;
    }

    .ny-newsPaper .aleft ul::-webkit-scrollbar {
        height: 4px
    }

    .ny-newsPaper .aleft ul::-webkit-scrollbar-track {
        border-radius: 0;
        background: rgba(0, 0, 0, .15);
    }

    .ny-newsPaper .aleft ul::-webkit-scrollbar-thumb {
        border-radius: 0;
        background: #9f43e6;
    }

    .ny-newsPaper .aleft ul li {
        display: inline-block;
        margin-right: .3rem;
        padding-bottom: .15rem
    }

    .ny-newsPaper .aleft ul li:last-child {
        margin-right: 0
    }

    .ny-newsPaper .aleft ul li:after {
        display: none
    }

    .ny-newsPaper .aright {
        width: 100%
    }
}

@media screen and (max-width: 640px) {
    .ny-hislist li .txt {
        left: .6rem;
        width: auto;
        right: .6rem
    }

    .ny-hislist li .txt p {
        font-size: .19rem;
    }

    .ny-hislist li .txt p {
        margin-top: .15rem
    }

    .ny-hislist li .txt p:before {
        width: .4rem;
        height: .3rem;
        background-size: .4rem .3rem;
        left: -.45rem;
        top: -.05rem
    }

    .ny-hislist li .txt p:after {
        width: .4rem;
        height: .3rem;
        background-size: .4rem .3rem;
        right: -.45rem;
        top: .03rem
    }

    .ny-nlist li .txt time span {
        display: inline;
        font-size: .18rem
    }

    .ny-nlist li .txt .tt .h4 {
        font-size: .2rem
    }

    .ny-nlist li .txt .tt p {
        font-size: .16rem
    }

    .ny-tzlist li {
        width: 100%;
        padding: .4rem .35rem;
        height: auto;
        margin-bottom: .35rem
    }

    .ny-tzlist li .h4 {
        font-size: .2rem
    }

    .ny-tzlist li p {
        font-size: .16rem
    }

    .nyabt-1 .data-line li {
        width: 33.3333%;
        margin-bottom: .2rem
    }

    .nyabt-1 .data-line li:nth-child(4):after {
        display: none;
    }

    .nyabt-1 .data-line li:nth-child(7):after {
        display: none;
    }

    .nyabt-1 .data-line li:nth-child(5):after {
        display: block;
    }

    .nyabt-1 .data-line li span em {
        font-size: 9vw
    }


    .zdtz-b .slide-year .swiper-slide-thumb-active .text1 {
        font-size: .22rem
    }

    .ny-newsDea .aright ul li:after {
        width: 12px;
        height: 12px;
        top: 4px;
        left: -6px;
    }

    .ksitem dt {
        font-size: .24rem;
    }

    .ksitem dd ul li {
        width: 32%;
        margin-right: 2%;
    }

    .ksitem dd ul li:nth-child(6n) {
        margin-right: 2%;
    }

    .ksitem dd ul li:nth-child(5n) {
        margin-right: 2%;
    }

    .ksitem dd ul li:nth-child(4n) {
        margin-right: 2%;
    }

    .ksitem dd ul li:nth-child(3n) {
        margin-right: 0;
    }

    .ny-newsPaper .listBox {
        width: 100%
    }

    .ny-newsPaper .slink {
        width: 100%
    }

    .ny-newsPaper .slink dl:nth-child(1) {
        width: 48%
    }

    .ny-newsPaper .slink dl:nth-child(2) {
        width: 48%;
        margin-left: 0
    }

    .ny-newsPaper .listBox #viewUrl1 {
        width: 100%;
        margin-top: .15rem;
        margin-left: 0
    }

    .ny-ksdea-1 .aright .icolink a img {
        height: .5rem;
        margin: 0 auto
    }

    .ny-ksdea-2 .gzdt .sbtn a {
        width: .4rem
    }

    .ny-ksdea-2 .gzdt .list {
        width: calc(100% - .9rem);
        margin-right: .1rem;
        padding-left: .2rem
    }

    .ny-ksdea-2 .slide-pic .item .txt {
        padding: .1rem
    }
}

@media screen and (max-width: 440px) {
    .ny-hislist li .txt p {
        font-size: .18rem;
    }

    .ny-hislist li .txt p:before {
        width: .35rem;
        height: .26rem;
        background-size: .35rem .26rem;
        left: -.45rem;
        top: -.05rem
    }

    .ny-hislist li .txt p:after {
        width: .35rem;
        height: .26rem;
        background-size: .35rem .26rem;
        right: -.45rem;
        top: .03rem
    }

    .ny-hispic .item {
        margin: .2rem .1rem
    }

    .ny-hispic .slide-his .pic {
        height: 39vw;
        box-shadow: 0 0 .1rem rgba(0, 0, 0, .15)
    }

    .ny-nlist li {
        border-radius: .3rem 0 .3rem 0;
        overflow: hidden;
    }

    .ny-nlist li .pic {
        height: 50vw;
        width: 100%
    }

    .ny-nlist li .txt {
        width: 100%;
        padding: .3rem 0
    }

    .nyabt-1 .data-line li {
        width: 50%;
        margin-bottom: .2rem;
        padding: 0 8%
    }

    .nyabt-1 .data-line li:nth-child(4):after {
        display: block;
    }

    .nyabt-1 .data-line li:nth-child(3):after {
        display: none;
    }

    .nyabt-1 .data-line li:nth-child(5):after {
        display: none;
    }

    .nyabt-1 .data-line li:nth-child(7):after {
        display: none;
    }

    .ksitem dd ul li {
        width: 48.5%;
        margin-right: 3%;
    }

    .ksitem dd ul li:nth-child(6n) {
        margin-right: 3%;
    }

    .ksitem dd ul li:nth-child(5n) {
        margin-right: 3%;
    }

    .ksitem dd ul li:nth-child(4n) {
        margin-right: 3%;
    }

    .ksitem dd ul li:nth-child(3n) {
        margin-right: 3%;
    }

    .ksitem dd ul li:nth-child(2n) {
        margin-right: 0;
    }

    .ny-zjlist li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: .35rem
    }

    .ny-zjlist li:nth-child(4n) {
        margin-right: 4%
    }

    .ny-zjlist li:nth-child(3n) {
        margin-right: 4%
    }

    .ny-zjlist li:nth-child(2n) {
        margin-right: 0
    }
}





.ny-zjdea {
    padding: 0
}

.nyzjdea-1 {
    padding: .6rem 0 2rem;
    background: url(/xb/images/ny/zjbg.jpg) no-repeat bottom center;
    background-size: cover
}

.nyzjdea-1 .tit {
    font-size: .3rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: .4rem
}

.nyzjdea-1 .pics {
    width: 3.3rem;
}

.nyzjdea-1 .pic {
    padding-left: .2rem;
    padding-top: .2rem
}

.nyzjdea-1 .pic img {
    position: relative;
    z-index: 5
}

.nyzjdea-1 .pic:after {
    content: '';
    width: 80%;
    height: 65%;
    background: #a23739;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0
}

.nyzjdea-1 .txt .name {
    font-weight: bold;
    margin-bottom: .15rem
}

.nyzjdea-1 .txt .name span {
    font-size: .24rem;
    margin-right: .1rem
}

.nyzjdea-1 .txt .sptip {
    color: #a8393b;
    margin-top: .08rem
}

.nyzjdea-1 .txt {
    width: calc(100% - 3.3rem);
    padding-left: .5rem;
    padding-top: .15rem
}

.nyzjdea-1 .txt .desc {
    margin-top: .1rem;
    font-size: .15rem
}

.nyzjdea-1 .txt .desc p {
    line-height: 1.9em;
    color: #666
}

.nyzjdea-2 {
    background: url(/xb/images/ny/zjpbbg.jpg) no-repeat center;
    background-size: cover
}

.nyzjdea-2 .wp {
    top: -1.3rem;
    position: relative;
}

.nyzjdea-2 .wp .tit {
    font-size: .26rem;
    margin-bottom: .3rem;
    line-height: 1em
}

@media screen and (max-width: 980px) {
    .nyzjdea-1 .pics {
        width: 2.5rem;
    }

    .nyzjdea-1 .txt {
        width: calc(100% - 2.5rem);
        padding-left: .5rem;
        padding-top: .15rem
    }
}

@media screen and (max-width: 560px) {
    .nyzjdea-1 .pic {
        padding-left: .15rem;
        padding-top: .15rem
    }

    .nyzjdea-1 .pics {
        width: 2.3rem;
        margin: 0 auto
    }

    .nyzjdea-1 .txt {
        width: 100%;
        padding-left: 0;
        padding-top: .35rem
    }

    .nyzjdea-1 .txt .desc .h5 {
        font-size: .2rem
    }

    .nyzjdea-1 .txt .name {
        font-size: .2rem
    }

    .nyzjdea-1 .txt .name span {
        font-size: .3rem
    }

    .nyzjdea-1 .txt .desc {
        font-size: .17rem
    }
}

/*预约*/
.ny-ksCon-body {
    background: #fff
}

.ny-ksCon-body .left,
.ny-ksCon-body .right {
    width: .9rem;
}

.ny-ksCon-body .right {
    border-left: 0;
    border-top: 0
}

.ny-ksCon-body .mid {
    width: .9rem;
    width: calc(100% - 1.8rem);
    overflow: auto;
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.ny-ksCon-body .mid::-webkit-scrollbar {
    display: none;
}

.ny-ksCon-body .mid .yy-con {
    min-width: 7.2rem;
}

.ny-ksCon-body .left .arr {
    height: .75rem;
    width: .9rem;
    background: #1b306e;
}

.ny-ksCon-body .right .arr {
    height: .75rem;
    width: .9rem;
    background: #1b306e;
}

.ny-ksCon-body .left .mor,
.ny-ksCon-body .left .aft {
    height: .76rem;
    text-align: center
}

.ny-ksCon-body .left .mor {
    border-bottom: 1px solid #ddd
}

.ny-ksCon-body .left .aft {
    margin-top: -1px
}

.ny-ksCon-body .mid table {
    width: 100%;
    table-layout: fixed;
}

.ny-ksCon-body .mid table thead {
    background: #a23739;
    color: #fff;
    background: #a23739\0
}

.ny-ksCon-body .mid table thead td {
    height: .75rem;
    text-align: center;
    border-left: 1px solid #ddd
}

.ny-ksCon-body .mid table thead tr td:nth-child(1) {
    border-left: 0
}

.ny-ksCon-body .mid table thead td span {
    display: block;
}

.ny-ksCon-body .mid table tbody td {
    height: .75rem;
    text-align: center;
    color: #555;
    border-left: 1px solid #ddd
}

.ny-ksCon-body .mid table tbody tr td:nth-child(7) {
    border-right: 0
}

.ny-ksCon-body .mid table tbody tr td:nth-child(1) {
    border-left: 0
}

.ny-ksCon-body .mid table tbody tr:nth-child(1) td {
    border-bottom: 1px solid #ddd
}

.ny-ksCon-body1 .mid table tbody td.cz {
    background: url(/xb/images/ny/g.png) no-repeat center;
    font-size: .18rem
}

.ny-ksCon-body1 .mid table tbody td.bcz span {
    display: inline-block;
    width: 25px;
    height: 1px;
    background: #ccc
}

.ny-ksCon-body .yy-con .sPrev {
    position: absolute;
    left: 0;
    top: 0;
    width: .9rem;
    height: .75rem;
    text-align: center;
    line-height: .75rem
}

.ny-ksCon-body .yy-con .sNext {
    position: absolute;
    right: 0;
    top: 0;
    width: .9rem;
    height: .75rem;
    text-align: center;
    line-height: .75rem
}

.ny-ksCon-body .yy-con .sPrev i,
.yy-con .sNext i {
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: .3rem
}

.prevStop {
    opacity: .5
}

.nextStop {
    opacity: .5
}


/**/
.ny-gh {
    background: url(/xb/images/ny/ghbg.jpg) no-repeat bottom center;
    background-size: 100% auto
}

.ny-gh .tips {
    margin-top: .3rem;
    color: #666
}

.ny-gh .tips strong {
    font-size: .2rem;
    color: #9f2f32;
    display: block;
    margin-bottom: .1rem
}

.guhaoNav {
    background: url(/xb/images/ny/ghline.png) no-repeat right bottom;
    padding-bottom: .3rem;
    max-width: 1920px;
    margin: 0 auto;
    padding-top: .1rem;
    background-size: auto 100%
}

.guhaoNav .btn {
    line-height: .7rem;
    font-size: .25rem
}

.guhaoNav .wp {
    padding-right: 5%
}

#guhaoNav {
    width: calc(100% - 1rem);
    margin: 0;
    overflow: hidden;
    color: #878787;
    font-size: .22rem
}

#guhaoNav .swiper-slide {
    width: auto;
    padding: 0 .2rem;
    line-height: .7rem;
    min-width: .9rem;
    text-align: center
}

#guhaoNav .swiper-slide a {
    color: #878787;
}

#guhaoNav .swiper-slide.on {
    height: .81rem;
    background: url(/xb/images/ny/ghslog.png) no-repeat center;
    background-size: auto 100%;
    color: #9f2f32
}

#guhaoNav .swiper-slide.on a {
    color: #9f2f32
}

.guhaoCon {
    margin-bottom: .8rem
}

.guhaoCon ul li {
    width: 16.66666%;
    padding-right: .1rem;
    position: relative;
    margin-bottom: .1rem;
    font-size: .18rem
}

.guhaoCon ul li.on:before {
    content: "\e6a6";
    font-family: "iconfont" !important;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #e3c3c4;
    border-radius: 5px 15px 5px 5px;
    line-height: .5rem;
    padding: 0 5px;
    color: #9f2f32
}

.guhaoCon ul li a {
    display: block;
    height: .5rem;
    border-radius: 5px 15px 5px 5px;
    padding: 0 .1rem 0 .25rem
}

.guhaoCon ul li a span {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.guhaoCon ul li a span:before {
    content: "『";
    position: absolute;
    left: 0;
    top: 0
}

.guhaoCon ul li.on a span:before {
    display: none
}

.guhaoCon ul li.on a {
    background: url(/xb/images/ny/hcyz.png) #f4e8e8 no-repeat right center;
}

.guahaList table {
    width: 100%;
    border: 1px solid #ddd
}

.guahaList table tr:nth-child(1) {
    background: linear-gradient(92deg, #2b4d8d 0%, #a43939 100%);
    color: #fff;
    background: #a43939\0
}

.guahaList table tr:nth-child(1) td {
    color: #fff
}

.guahaList table tr td {
    border: 1px solid #ddd;
    padding: .16rem .1rem;
    text-align: center;
    font-size: .18rem;
    color: #666
}

.guahaList table tr td span {
    display: block;
    font-weight: normal;
}

.guahaList .visitList .namelist {
    background: url(/xb/images/ny/biaodan_bg.jpg) repeat;
    background-size: auto .9rem
}

.guahaList .visitList h3 {
    text-align: left;
    padding-left: .2rem;
    line-height: .55rem;
    border-right: 1px #e9e9e9 solid;
    width: 100%;
    background: url(/xb/images/ny/tbline.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    font-weight: normal;
    font-size: .22rem
}

.guahaList .visitList h3 i {
    font-weight: normal;
}

.guahaList .visitList .namelist .list01:nth-child(1) {
    border-left: 1px #ddd solid
}

.guahaList .visitList .namelist .list01 {
    width: 7.142%;
    height: auto;
    border-right: 1px #ddd solid;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.guahaList .visitList .namelist .list01 a {
    width: 100%;
    height: .45rem;
    display: block;
    color: #666;
    line-height: .45rem;
    font-size: .18rem
}

.guahaList .visitList .namelist .list01 a:hover {
    background: #9f2f32;
    color: #fff
}

.guahaList .visitList .namelist .list01 a span {
    display: block;
    width: 1px;
    height: 1px;
    color: #fff;
    line-height: .45rem;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all .28s linear;
    -moz-transition: all .28s linear;
    -webkit-transition: all .28s linear;
    -o-transition: all .28s linear
}

.guahaList .visitList .namelist .list01 a.full {
    position: relative;
    background-image: url(/xb/images/ny/ico_full.png);
    background-repeat: no-repeat;
    background-position: top left;
    cursor: default
}

.guahaList .visitList .namelist .list01 a.full span {
    background: #ffaa02
}

.guahaList .visitList .namelist .list01 a.stop {
    position: relative;
    background-image: url(/xb/images/ny/ico_stop.png);
    background-repeat: no-repeat;
    background-position: top left;
    cursor: default
}

.guahaList .visitList .namelist .list01 a.stop span {
    background: #ff0203
}

.guahaList .visitList .namelist .list01 a.full:hover {
    ;
    color: #fff
}

.guahaList .visitList .namelist .list01 a.stop:hover {
    color: #fff
}

.guahaList .visitList a.full:hover span,
.guahaList .visitList a.stop:hover span {
    width: 100%;
    height: 100%
}

.guahaList .visitList .namelist .list01 a.current {
    color: #6bcbca;
    font-weight: bold
}

.guahaList .visitList .namelist .list01 a.current:hover {
    color: #fff
}

.guahaList .visitList .namelist em {
    width: 100%;
    height: .45rem;
    display: block
}

.guahaList .tbsc table {
    min-width: 9.8rem
}

.guahaList .tbsc .visitList {
    min-width: 9.8rem
}

.guahaList .tbsc {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: .15rem
}

.guahaList .tbsc::-webkit-scrollbar {
    height: 4px
}

.guahaList .tbsc::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0, 0, 0, .15);
}

.guahaList .tbsc::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #fbb263;
}

@media screen and (max-width: 1180px) {
    .guhaoCon ul li {
        width: 20%
    }

    .guhaoCon ul li {
        font-size: .16rem
    }

    .guahaList table tr td,
    .guahaList .visitList .namelist .list01 a {
        font-size: .16rem
    }
}

@media screen and (max-width: 980px) {
    .guhaoNav {
        background: url(/xb/images/ny/ghline1.png) no-repeat right bottom;
        background-size: auto 100%;
        padding-bottom: .1rem;
        padding-top: 0
    }

    #guhaoNav {
        font-size: .2rem
    }

    .guhaoCon ul li {
        width: 25%
    }
}

@media screen and (max-width: 640px) {
    .guhaoCon ul li {
        width: 33.3333%
    }
}

@media screen and (max-width: 424px) {
    .guhaoCon ul li {
        width: 50%
    }
}

/*ie11 css hack*/
@media all and (-ms-high-contrast:none) {
    *: :-ms-backdrop,
}

/*ie11注意里面的标点符号*/
/*ie10 css hack*/
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {}