.ny-banner {
    position: relative;
    z-index: 1;
}

.ny-banner img {
    display: block;
    width: 100%;
}

.ny-banner::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url("../images/banner-zzc1.png") center top repeat-x;
    z-index: 9;
}

/* 页码 */
.pagination {
    text-align: center;
    font-size: 0px;
    padding-top: 50px;
}

.pagination a {
    display: inline-block;
    border: 1px solid rgb(220, 220, 220);
    padding: 0px 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: rgb(102, 102, 102);
    margin: 0px 7px;
}

.pagination a.active {
    background: #00428c;
    color: rgb(255, 255, 255);
    border: 1px solid #00428c;
}

.pagination a:hover {
    background: #00428c;
    color: rgb(255, 255, 255);
    border: 1px solid #00428c;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

/* 页码end */

.ny-index{
    background: url(../images/ny-bj.png) no-repeat #fff;
    background-position: center bottom;
}

/* ny-nav */
.ny-nav {
    position: relative;
    z-index: 9;
    margin-top: -60px;
}

.ny-nav>.px1400 {
    background: url(../images/ny-navbj.png) no-repeat;
    background-size: 70% 100%;
}

.ny-nav::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 1400px);
    height: 100%;
    background-color: #00428c;
}

.ny-nav>.px1400>ul>li {
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
    position: relative;
}

.ny-nav>.px1400>ul>li>a {
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    position: relative;
}

.ny-nav>.px1400>ul>li>a:hover {
    font-weight: 600;
    text-decoration: underline;
}

.ny-nav>.px1400>ul>li.active>a {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 600;

}

.ny-nav>.px1400>ul>li.active >a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../images/ico-sj.png) no-repeat;
    background-size: cover;
}

.ej-nav{
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    min-width: 120px;
    text-align: center;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: none;
}
.ny-nav>.px1400>ul>li:hover .ej-nav{
    display: block;
}
.ej-nav a{
    line-height: 40px;
    color: #333;
    font-size: 16px;
    padding: 0 10px;
}
.ej-nav a:hover{
    color: #00428c;
}
/* nyindex */
.ny-index {
    padding: 61px 0;
}

.ny-wz {
    position: relative;
    text-align: right;
    padding-left: 190px;

}
.ny-wz::after{
    content: '';
    width: 54%;
    height: 1px;
    position: absolute;
    left: 287px;
    top: 20px;
    background-color: #D8D8D8;
    z-index: 0;
}
.ny-wz h3 {
    font-size: 36px;
    color: #00428c;
    border-left: 6px solid #00428c;
    padding-left: 20px;
    line-height: 36px;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 600;

    z-index: 2;
    padding-right: 20px;
}

.location {
    text-align: right;

    display: inline-block;
    position: relative;
    z-index: 1;
    padding-left: 10px;
    line-height: 36px;
}

.location a,
.location span {
    color: #9E9E9E;
    font-size: 18px;
    display: inline;
    vertical-align: middle;
}
.location img{
    vertical-align: -5px;
}
.location a:hover {
    opacity: 0.8;
}

/* list */
.list {
    padding-top: 20px;
}

.list ul li a span {
    /* float: right; */
    /* color: #333333; */
    font-size: 18px;
}

.list ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    font-size: 18px;
    line-height: 60px;
    border-bottom: 1px dashed #ccc;
}

.list ul li a:hover {
    color: #00428c;
}


/* pt-list */
.pt-list {
    padding-top: 50px;
}

.pt-list ul li {
    margin-bottom: 40px;
}

.pt-list ul li a .pic {
    float: left;
    width: 264px;
    height: 197px;
    padding-top: 0;
    margin-right: 35px;
    border: 10px solid transparent;
}

.pt-tx {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px dashed #ccc;
}

.pt-tx h3 {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    font-weight: 600;
}

.pt-tx p {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    height: 48px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    margin: 20px 0;
}

.pt-tx span {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #9D9D9D;
    background: url(../images/ico-date.png) no-repeat left center;
    padding-left: 25px;
}

.pt-list ul li a:hover .pic {
    border-color: #A40909;
}

.pt-list ul li a:hover h3 {
    color: #A40909;
}

/* xzjg */
.xzjg {
    padding-left: 10px;
    padding-bottom: 50px;
}

.xzjg div h3 {
    font-size: 24px;
    line-height: 36px;
    color: #00428c;
    padding-left: 25px;
    line-height: 24px;
    border-left: 4px solid #00428c;
    font-weight: 600;
}
.ny-nav>.px1400>h3{
    line-height: 60px;
    padding-left: 20px;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    display: none;
    position: relative;
}
.ny-nav>.px1400>h3>span{
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url(../images/close.png) no-repeat;
    background-size: 100% 100%;
    display: none;
    transform: translateY(-50%) rotate(45deg);
}
.xzjg>div {
    margin-top: 50px;
}

.xzjg>div>ul>li>a {
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    color: #333;
    background-color: #f5f5f5;
    text-align: center;
    padding: 0 10px;
}

.xzjg>div>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xzjg>div>ul>li {
    position: relative;
    width: 32%;
    margin-top: 30px;
}

.xzjg>div>ul>div {
    width: 32%;
    height: 0;
}

.xzjg>div>ul>li:hover>a {
    background-color: #00428c;
    color: #fff;
}

.xzjg>div>ul>li.on>a {
    background: url(../images/xz1.png) no-repeat right 20px center #f5f5f5;
}

.xzjg>div>ul>li.on:hover>a {
    background: url(../images/xz2.png) no-repeat right 20px center #00428c;
}

.xzjg>div>ul>li:hover .xz-lx {
    display: block;
}

.xz-lx {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 9;
    background-color: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
}

.xz-lx a {
    font-size: 18px;
    color: #333;
    line-height: 36px;
}

/* nry */

.art-main {
    padding: 20px;
}

.art-main .art-tit h3 {
    text-align: center;
    color: rgb(27, 27, 27);
    font-size: 24px;
    margin-top: 30px;
    font-weight: 600;
}

.art-main .art-tit h4 {
    text-align: center;
    color: rgb(51, 51, 51);
    font-weight: normal;
    font-size: 18px;
    margin-top: 30px;
}

.art-main .art-body {
    padding-top: 30px;
}

.art-main .art-body p {
    color: #666;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}

.art-main .art-body img {
    display: block;
    margin: 0px auto;
    max-width: 80% !important;
}

.art-main .cont-tit p {
    font-size: 0px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    background: rgb(245, 245, 245);
    margin-top: 20px;
}

.art-main .cont-tit p img {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    margin-right: 5px;
}

.art-main .cont-tit p .liulan {
    margin-left: 50px;
}

.art-main .cont-tit p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: rgb(119, 119, 119);
    padding: 0px 10px;
}

.art-main .cont-tit p span:first-child {
    border-left: none;
}

.art-info {
    border-top: 1px dashed rgb(225, 225, 225);
    padding: 30px 0;
    margin-top: 50px;
}

.pnext p {
    text-indent: initial;
    font-size: 18px;
    line-height: 36px;
    color: rgb(51, 51, 51);
    padding-left: 20px;
    background-position: left 15px;
    transition: all 0.3s ease 0s;
}

.pnext p:hover {
    text-decoration: underline;
}

.pnext p a {
    font-size: 18px;
    display: inline;
    color: rgb(51, 51, 51);
}

.pnext p:hover {
    color: #346FD5;
}

.pnext p:hover a {
    color: #346FD5;
}


/* pic-list */
.pic-list{
    padding: 50px 0;
}
.pic-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
.pic-list ul li {
    width: 23%;
    margin-bottom: 30px;
}
.pic-list ul>div{
    width: 23%;
    height: 0;
}
.pic-list ul li a {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.pic-list ul li a p{
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    color: #333;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pic-list ul li a:hover p{
    background-color: #00428c;
    color: #fff;
}



/* ny-head ny-foot */
.ny-head{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
}
.ny-foot{
    margin-top: -50px;
}












@media screen and (max-width: 1400px) {
    .ny-nav>.px1400 {
        background-size: 100% 100%;
        padding-left: 0;
    }
    .ny-nav>.px1400>ul{
        padding-left: 10px;
    }
    .ny-wz::after{
        opacity: 0;
    }
    
}

@media screen and (max-width: 1024px) {
    .foot{
        margin-top: 0;
    }
    .ny-banner::after {
        content: none;
    }

    .ny-index {
        padding-top: 30px;
    }

    .xzjg>div>ul>li>a {
        font-size: 18px;
    }

    .xzjg>div>ul>li {
        margin-top: 20px;
    }

    .art-info {
        padding: 25px 0;
    }
    .pic-list{
        padding-top: 20px;
    }
}

@media screen and (max-width: 768px) {

    .pagination {
        padding-top: 50px;
    }

    .pagination a {
        padding: 0px 5px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        margin: 0px 3px;
    }

    .pic-list ul li{
        width: 32%;
    }
    .pic-list ul>div{
        width: 32%;
    }
    
    .xzjg>div {
        margin-top: 20px;
    }

    .pt-list{
        padding-top: 10px;
    }
    .ny-nav {
        margin-top: 0;
    }

    .ny-nav>.px1400 {
        background: #00428c;
    }
    .pt-list ul li a .pic{
        margin-right: 15px;
    }
    .pt-tx p{
        font-size: 14px;
    }
    .pt-tx h3{
        font-size: 16px;
    }

    .ny-nav ul li a {
        line-height: 50px;
        font-size: 16px;
    }

    .ny-nav ul li.active a {
        font-size: 20px;
    }
    .ny-wz{
        text-align: left;
        padding-left: 0;
    }
    .ny-wz::after{
        content: none;
    }
    .ny-wz h3 {
        display: none;
    }

    .location {
        text-align: left;
        padding-left: 0;
    }

    .list ul li a {
        line-height: 50px;
        font-size: 16px;
    }

    .list ul li a span {
        font-size: 16px;
    }

    .location a,
    .location span {
        font-size: 16px;
    }

    .list {
        padding-top: 10px;
    }

    .pt-list ul li{
        margin-bottom: 20px;
    }

    
    .xzjg div h3 {
        font-size: 20px;
        padding-left: 10px;
    }

    .xzjg>div>ul>li {
        width: 49%;
        margin-top: 15px;
    }

    .xz-lx a {
        font-size: 14px;
    }

    .xzjg>div>ul>li>a {
        font-size: 16px;
        line-height: 45px;
    }

    .xzjg>div>ul>div {
        width: 48%;
    }

    
    .art-info {
        padding: 15px 0;
    }
    
    .art-main .art-tit h3 {
        font-size: 16px;
        line-height: 30px;
        margin-top: 0px;
    }

    .art-main .art-tit h4 {
        font-size: 16px;
        margin-top: 10px;
    }

    .art-main .cont-tit p {
        padding-top: 10px;
    }

    .art-main .art-body p {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .art-main .cont-tit p span {
        font-size: 12px;
    }

    .art-main .cont-tit p img {
        height: 12px;
    }

    .pnext {
        float: none;
        border: none;
        width: auto;
    }
    .art-main .art-body {
        padding-top: 0px;
    }
    .pnext p,.pnext p a{
        font-size: 16px;
    }
    .ny-nav>.px1400>ul>li>a{
        line-height: 45px;
        font-size: 16px;
    }
    .ny-nav>.px1400>ul>li.active>a{
        font-size: 20px;
    }


    .ny-nav>.px1400>h3{
        display: block;
    }

    .ny-nav>.px1400>ul{
        display: none;
    }

    .ny-nav>.px1400>ul>li{
        display: block;
    }
    .ny-nav>.px1400>ul>li{
        margin-right: 0;
    }
    .ny-nav>.px1400>h3>span{
        display: block;
    }
    .ny-index{
        padding-top: 20px;
    }
}
@media screen and (max-width: 600px){
    .ny-nav>.px1400>h3{
        line-height: 50px;
        font-size: 20px;
    }
    .ny-nav>.px1400>ul>li.active>a{
        font-size: 18px;
    }
    .pt-list ul li a .pic{
        float: none;
        width: auto;
        height: auto;
        margin-right: 0;
        margin-bottom: 20px;
        padding-top: 74%;
        border: navajowhite;
    }
    .pt-tx{
        padding-top: 0;
    }
    .pt-tx p{
        margin: 15px 0;
    }
    .pic-list ul li{
        width: 48%;
    }
    .pic-list ul>div{
        width: 48%;
    }

    .ny-nav>.px1400>ul>li{
        width: 100%;
        margin: 0;
    }
    .ny-nav>.px1400>ul>li>a{
        line-height: 35px;
        font-size: 14px;
    }
    .ny-nav>.px1400>ul{
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 480px) {

    .location a,
    .location span {
        font-size: 14px;
    }

    .xzjg>div>ul {
        justify-content: center;
    }

    .xzjg>div>ul>div {
        width: 95%;
    }

    .xzjg>div>ul>li {
        width: 95%;
    }
    .art-main .cont-tit p .liulan {
        margin-left: 15px;
    }
}



#vsb_content_4 P,.art-body p,.art-body span{

    font-family: ä»¿å®‹_gb2312 !important;
    font-size: 20px !important;
    text-align: justify !important;
    line-height: 2em !important;
    margin-bottom: 20px !important;
}