@charset "utf-8";

.ny-white{
background: #f7f7f7;
}
.banner a::after {
    background: url(../images/ny-banner-tc.png) repeat-x center bottom;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 50px;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #004e9e;
    color: #fff;
    border: 1px solid #004e9e;
}

.pagination a:hover {
    background: #004e9e;
    color: #fff;
    border: 1px solid #004e9e;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

.nymain {
    position: relative;
}

.ny-white .nymain {
    position: relative;
}

.ny-white .nymain::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 95px;
    background: url(../images/ny-jj-bg.jpg) no-repeat center center;
    background-size: cover;
}

.nymain>div {
    position: relative;
    z-index: 3;
}

.nymain .leftNav-w {
    position: relative;
    z-index: 1;
}

.nymain .leftNav-w::after {

}
.nymain .leftNav-w .subnav::after{
    /* position: absolute; */
    /* right: 40%; */
    /* left: 0; */
    /* top: 60px; */
    /* bottom: 0; */
    /* height: 70px; */
    /* margin-right: 700px; */
    /* background-color: #004e9e; */
    /* z-index: -1; */
}
.nymain .leftNav {
    margin-top: -95px;
}

.nymain .leftNav>h2 {
    height: 60px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    position: relative;
}

.nymain .leftNav>ul {
    width: 70%;
    background-color: #004e9e;
    line-height: 70px;
    position: relative;
    margin-bottom:40px;
}
.nymain .leftNav>ul.subnav{
margin-bottom:0px;
}
/*
.nymain .leftNav>ul::after {
    content: "";
    position: absolute;
    top: 0;
    right: -40px;
    border-bottom: 35px solid #004e9e;
    border-top: 35px solid transparent;
    border-left: 20px solid #004e9e;
    border-right: 20px solid transparent;
}
*/
.nymain .leftNav .subnav::before{content: "";position: absolute;right: 0;top: 0;bottom: 0;height: 70px;margin-right: 700px;background-color: #004e9e;z-index: -1;left: -42%;}

.nymain .leftNav .subnav::after{
    content: "";
    position: absolute;
    top: 0;
    right: -40px;
    border-bottom: 35px solid #004e9e;
    border-top: 35px solid transparent;
    border-left: 20px solid #004e9e;
    border-right: 20px solid transparent;
}

.nymain .leftNav>ul>li {
    float: left;
    position: relative;
}

.nymain .leftNav>ul>li:first-child {
    border-top: none;
}

.nymain .leftNav ul li a {
    display: block;
    font-size: 18px;
    text-align: center;
    margin: 0 30px;
    position: relative;
    color: #b9d1f1;
}

.nymain .leftNav ul li a::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #b9d1f1;
    border-radius: 50%;
}

.nymain .leftNav ul li.on a::before {
    background: #fff;
}

.nymain .leftNav ul li.on a,
.nymain .leftNav ul li:hover a {
    color: #fff;
}

.nymain .leftNav ul li:hover a::before {
    background-color: #fff;
}

.ny-right {
    overflow: hidden;
    min-height: 400px;
    padding-bottom: 40px;
}

.ny-rcom {
    font-size: 24px;
    color: #0094aa;
    margin-bottom: 15px;
    font-weight: normal;
}

.position {
    position: relative;
    line-height: 40px;
    top: 50px;
}

.position>div {
    position: relative;
    text-align: right;
    font-size: 0;
}

.position span {
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
}

.position img {
    vertical-align: middle;
    margin-right: 5px;
}

.position a {
    font-size: 14px;
    color: #fff;
    margin: 0 5px;
    vertical-align: middle;
}

.position a:hover {
    text-decoration: underline;
}

.text-list {
    margin-top: 20px;
}

.text-list ul li {
    padding-left: 30px;
    line-height: 85px;
    border-bottom: 1px solid #dadee2;
    padding-right: 15px;
    font-size: 20px;
    position: relative;
    z-index: 1;
}

.text-list ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #0a47a0;
    transition: all 0.3s;
    z-index: -1;
}

.text-list ul li:hover::before {
    left: 20px;
}

.text-list ul li a {
    display: block;
    font-size: 20px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.3s;
}

.text-list ul li span {
    float: right;
    color: #4d4d4d;
    font-size: 20px;
    transition: all 0.3s;
}

.text-list ul li:hover::after {
    background: url(../images/news_d2.png) no-repeat;
}

.text-list ul li:hover::before {
    background-color: #fff;
    border-color: #c4625f;
}

.text-list ul li:hover {
    background: url(../images/ny-list-banner.jpg) no-repeat center center;
    background-size: cover;
}

.text-list ul li:hover a {
    color: #fff;
}

.text-list ul li:hover span {
    color: #fff;
}


/* 内容页 */

.zw-l {
    float: left;
    width: 76%;
    padding: 30px 20px;
    margin-top: 55px;
    box-sizing: border-box;
    border-top: 4px solid #034692;
    background: #f7f7f7;
}

.zw-r {
    float: right;
    width: 22%;
    margin-top: 55px;
}

.zw-r .zr-box:nth-child(2) {
    margin-top: 50px;
}

.zw-r .zr-box h2 {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 24px;
    color: #333;
    font-weight: normal;
}

.zw-r .zr-box h2::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 105px;
    height: 1px;
    background: #285daa;
}

.zw-r .zr-box ul li {
    border-bottom: 1px solid #e9e9e9;
}

.zw-r .zr-box ul li a {
    position: relative;
    padding-left: 35px;
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 16px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zw-r .zr-box ul li:hover a {
    color: #285daa;
}

.zw-r .zr-box ul li a i {
    position: absolute;
    left: 0;
    width: 21px;
    height: 25px;
    line-height: 34px;
    text-align: center;
    background: url(../images/rm-list3.png) no-repeat center center;
    font-size: 14px;
    color: #fff;
}

.zw-r .zr-box ul li:first-child a i {
    background: url(../images/rm-list1.png) no-repeat center center;
}

.zw-r .zr-box ul li:first-child+li a i {
    background: url(../images/rm-list2.png) no-repeat center center;
}

.zw-r .zr-box ul li a p {
    margin-top: 10px;
    font-size: 13px;
    color: #808080;
}

.nr-title {
    padding-bottom: 20px;
    border-bottom: 1px dotted #dddddd;
}

.nr-title h2 {
    text-align: center;
    font-size: 22px;
    color: #333;
    font-weight: normal;
    margin-bottom: 15px;
}
.nrr{
overflow: hidden;
}
.zwtj{
overflow: hidden;
}
.nrr .nr-title p {
    margin-top: 0px;
    line-height: 1;
    text-align: center;
    text-indent: 0;
}

.nr-title p span {
    display: inline-block;
    font-size: 15px;
    color: #b7b7b7;
    margin: 0 15px;
line-height: 24px;
}

.nr-title p span img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}

.nrr p {
    margin-top: 30px !important;
    line-height: 26px !important;
    font-size: 16px !important;
    color: #333;
    text-indent: 2em;
    text-align: justify;
    background: none;
}

.nrr p.img-tp img {
    width: 100%;
    display: block;
    max-width: 636px;
    margin-left: auto;
    margin-right: auto;
}

.ny-down {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #cccccc;
}

.ny-down p {
    line-height: 29px;
    margin-top: 0;
    text-indent: 0;
}

.ny-down p a {
    font-size: 16px;
    color: #333;
}

.ny-down p:hover a {
    color: #054888;
    text-decoration: underline;
}


/* 图片列表 */

.img-lists ul {
    overflow: hidden;
    margin-left: -2%;
    margin-right: -2%;
}

.img-lists ul li {
    float: left;
    width: 29%;
    margin: 40px 2% 0 2%;
    border: 1px solid #eee;
    transition: all 0.3s;
    position: relative;
    top: 0;
}

.img-lists ul li:hover {
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);
    top: -10px;
}

.img-lists ul li a {
    display: block;
    width: 100%;
}

.img-lists ul li a .pic {
    padding-top: 70%;
}

.img-lists ul li a>img {
    display: block;
    width: 100%;
    height: 196px;
}

.img-lists ul li a>div.info {
    padding: 10px;
    font-size: 0;
    text-align: center;
}

.img-lists ul li a>div.info p {
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.img-lists ul li:hover a>div.info p {
    color: #0094aa;
}


/* 师资列表 */

.img-lists2 ul {
    overflow: hidden;
}

.img-lists2 ul li {
    float: left;
    width: 23%;
    margin: 15px 1%;
}

.img-lists2 ul li a {
    display: block;
}

.img-lists2 ul li a .pic {
    padding-top: 120%;
}

.img-lists2 ul li a .info {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    text-align: center;
}

.dt-list2 {
    overflow: hidden;
}

.dt-list2 li {
    position: relative;
    transition: all 0.5s;
    padding: 40px 0 45px 0;
    border-bottom: 1px dotted #cccccc;
}

.dt-list2 li:hover a .date {
    background: #0094aa;
}

.dt-list2 li:hover a .dt-text h3 {
    color: #0094aa;
}

.dt-list2 li:hover a .dt-text p {
    color: #0094aa;
}

.dt-list2 li a {
    display: block;
    overflow: hidden;
}

.dt-list2 li .date {
    background: #bfbfbf;
    float: left;
    width: 68px;
    text-align: center;
    color: #fff;
    padding: 7px 0;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.dt-list2 li .date p {
    font-size: 12px;
    line-height: 24px;
}

.dt-list2 li .date span {
    display: block;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
}

.dt-list2 li a>.dt-text {
    overflow: hidden;
    padding: 0 0 0 20px;
}

.dt-list2 li a>.dt-text h3 {
    font-size: 24px;
    line-height: 34px;
    color: #333;
    overflow: hidden;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dt-list2 li a>.dt-text p {
    overflow: hidden;
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
}


/* 新闻列表  */

.timg-list ul li {
    margin-top: 35px;
}

.timg-list ul li a {
    display: block;
    transition: all 0.3s;
}

.timg-list ul li a h3 {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.timg-list ul li a>div {
    overflow: hidden;
}

.timg-list-img {
    float: left;
    width: 350px;
    margin-right: 30px;
}

.timg-list ul li a .pic {
    padding-top: 62%;
}

.timg-list ul li a:hover h3 {
    color: #ba2a17;
}

.timg-list ul li a:hover span {
    background: #ba2a17;
    border-color: #ba2a17;
    color: #fff;
}

.timg-linfo {
    overflow: hidden;
    padding-top: 35px;
}

.timg-linfo p {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    height: 48px;
    white-space: pre-wrap;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 15px 0 0 0;
    text-indent: 2em;
}

.timg-linfo span {
    display: block;
    margin-top: 20px;
    line-height: 24px;
    color: #970707;
    font-size: 16px;
    padding-left: 30px;
    background: url(../img/icon-time-red.png) no-repeat;
    background-position: left center;
}

.timg-list ul li a:hover {
    background: #970707;
    padding: 20px;
}

.timg-list ul li a:hover h3 {
    color: #fff;
}

.timg-list ul li a:hover span {
    color: #fff;
    background: url(../img/icon-time-white.png) no-repeat;
    background-position: left center;
}

.timg-list ul li a:hover p {
    color: #fff;
}


/* 图文列表页  start */

.tw {
    margin-top: 46px;
}

.tw ul li {
    padding: 38px 0;
    border-bottom: 1px solid #dbdbdb;
    transition: all 0.3s;
}

.tw ul li a {
    display: block;
    overflow: hidden;
}

.tw ul li a .pic {
    width: 304px;
    padding-top: 190px;
}

.tw ul li a .date {
    padding-top: 50px;
}

.tw ul li a .date span {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #808080;
}

.tw ul li a .date p {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: bold;
    margin-top: 10px;
}

.tw ul li a .date em {
    display: block;
    font-style: normal;
    width: 34px;
    height: 34px;
    background: url(../images/jt1.png) no-repeat center;
    background-size: cover;
    margin-top: 35px;
}

.tw ul li a .tw-tx {
    width: calc(100% - 304px);
    padding-left: 35px;
    box-sizing: border-box;
}
.tw ul li a .tw-tx.no-pic{
width:100%;
}
.tw ul li a .tw-tx span {
    display: block;
    line-height: 30px;
    font-family: "Georgia";
    font-size: 16px;
    color: #004e9e;
    background: url(../images/time1.png) no-repeat left center;
    padding-left: 28px;
}

.tw ul li a .tw-tx h3 {
    font-size: 22px;
    color: #333;
    font-weight: normal;
    line-height: 36px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 14px;
}

.tw ul li a .tw-tx p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 14px;
    color: #666;
}

.tw ul li:hover {
    background: url(../images/tw-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 38px;
}

.tw ul li:hover a .tw-tx h3 {
    color: #fff;
}

.tw ul li:hover a {
    color: #fff;
}

.tw ul li:hover a .date span {
    color: #fff;
}

.tw ul li:hover a .date em {
    background-image: url(../images/jt2.png);
}

.tw ul li:hover a .tw-tx span {
    background-image: url(../images/time2.png);
    color: #fff;
}

.tw ul li:hover a .tw-tx p {
    color: rgba(255, 255, 255, .7);
}

.imgList-date {
    float: left;
    width: 80px;
    text-align: center;
    margin-right: 20px;
}

.imgList-date p {
    color: #0094aa;
    font-size: 33px;
}

.imgList-date span {
    display: inline-block;
    width: 40px;
    height: 20px;
    line-height: 20px;
    background: rgba(122, 163, 200, 0.32);
    border: 1px solid rgba(21, 63, 101.0.32);
    border-radius: 4px;
    color: #266caa;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.imgList-pic {
    position: absolute;
    right: 0;
    top: 0;
    width: 215px;
    height: 146px;
    overflow: hidden;
}

.imgList-pic .pic {
    width: 100%;
    height: 100%;
    font-size: 0;
    padding-top: 0;
}

.imgList-pic .pic img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.imgList-pic:hover .pic img {
    transform: scale(1.1);
}

.imgList-info {
    overflow: hidden;
    color: #075aa7;
}

.imgList-info h3 {
    font-size: 18px;
    line-height: 40px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
}

.tw ul li a .imgList-info h3:hover {
    color: #0e358e;
}

.imgList-info p {
    font-size: 14px;
    line-height: 25px;
    max-height: 75px;
    overflow: hidden;
    color: #999;
    margin-top: 10px;
}

.imgList-info span {
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #0e358e;
    line-height: 30px;
}

.imgList-info span em {
    font-size: 14px;
    padding-left: 3px;
}

.imgList-info .more {
    width: 184px;
    height: 44px;
    border: 1px solid rgba(98, 125, 187, 0.4);
    line-height: 44px;
    text-align: center;
    color: #0e358e;
    margin-top: 20px;
}

.imgList-info .more:hover {
    border-color: #0e358e;
    background: #0e358e;
    color: #fff;
}


/* 图文列表页  end */


/* 简介页 */

.ny-jj {
    background: #fdfdfd;
    margin-top: 50px;
    padding: 40px 25px 80px 25px;
}

.ny-jj .ny-tit {
    text-align: center;
}

.ny-jj .ny-tit h2 {
    position: relative;
    padding-bottom: 20px;
    font-size: 24px;
    color: #034692;
    font-weight: normal;
}

.ny-jj .ny-tit h2::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background: #034692;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.ny-txt p {
    margin-top: 25px;
    line-height: 32px;
    font-size: 16px;
    color: #333;
    text-indent: 2em;
}

@media screen and (max-width: 1420px) {
    .nymain .leftNav-w::after {
        margin-right: 480px;
    }
}

@media screen and (max-width: 1300px) {
    .nymain .leftNav ul li a {
        margin: 0 20px;
    }
}

@media screen and (max-width: 1200px) {
    .nymain .leftNav ul li a {
        margin: 0 15px;
    }
    .sz-ty>div:nth-child(3) {
        margin-left: 0;
    }
}

@media screen and (max-width: 1140px) {
    .list-jg ul li a {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1024px) {
    .banner {
        padding-top: 0;
    }
    .nymain .leftNav-w::after {
        margin-right: 0;
        height: 50px;
        width: 100%;
        right: 0;
        top: 40px;
content:"";
    }

.nymain .leftNav{
overflow:hidden;
}
    .nymain .leftNav>ul::after {
        display: none;
    }
    .nymain .leftNav ul li a::before {
        left: -15px;
    }
    .nymain .leftNav>h2 {
        font-size: 18px;
        height: 40px;
    }
    .nymain .leftNav>h2::after {
        border-top: 25px solid #004e9e;
        border-bottom: 25px solid transparent;
    }
    .nymain .leftNav ul li a {
        font-size: 16px;
        white-space: nowrap;
        margin: 0 20px;
    }
    .nymain .leftNav>ul {
        /* width: 100%; */
        overflow-x: auto;
        display: flex;
        overflow-y: hidden;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        line-height: 50px;
        position: absolute;
        width: calc(100% + 15px);
        left: -15px;
        padding-left: 25px;
        box-sizing: border-box;
    }
    .nymain .leftNav {
        margin-top: -40px;
    }
    .position {
        top: -7px;
    }
    .position>div {
        text-align: left;
        line-height: 26px;
        padding: 7px 0;
    }
    .position span {
        font-size: 14px;
    }
    .position a {
        font-size: 14px;
    }
    .position h3 {
        height: 70px;
        line-height: 70px;
    }
    .text-list {
        margin-top: 15px;
    }
    .text-list ul li {
        font-size: 16px;
        line-height: 60px;
    }
    .text-list ul li span {
        font-size: 16px;
    }
    .text-list ul li::before {
        border-width: 2px;
    }
    .img-lists ul li {
        width: 48%;
        margin: 20px 1%;
    }
    .img-lists ul li a>img {
        height: 209px;
    }
    .img-lists ul li a>div.info p {
        font-size: 14px;
    }
    .img-lists ul li a>div.info img {
        height: 12px;
    }
    .img-lists ul li a>div.info span {
        font-size: 12px;
    }
    .dt-list2 li {
        padding: 25px 0;
    }
    .timg-list ul li a h3 {
        font-size: 16px;
    }
    .timg-list-img {
        width: 260px;
    }
    .timg-linfo {
        padding-top: 10px;
    }
    .ldtz-pic {
        width: 140px;
    }
    .ldtz-pic {
        float: none;
        margin: 0 auto;
    }
    .ldtz-info {
        padding: 0 20px;
        text-align: center;
    }
    .ldtz-info h3 {
        font-size: 22px;
        margin-top: 20px;
    }
    .ldtz-info p {
        margin-top: 15px;
        font-size: 14px;
        line-height: 26px;
        height: 72px;
        text-align: left;
    }
    .list-jg ul li {
        width: 46%;
    }
    .list-jg ul li a span {
        font-size: 14px;
    }
    .imgList-pic {
        width: 150px;
        height: 102px;
    }
    .tw {
        margin-top: 25px;
    }
    .tw ul li {
        padding: 20px 0;
    }
    .tw ul li a .pic {
        width: 260px;
        padding-top: 162px;
    }
    .tw ul li a .tw-tx {
        width: calc(100% - 260px);
        padding-left: 30px;
    }
    .tw ul li a .date {
        padding-top: 5px;
    }
    .tw ul li a .date span {
        font-size: 16px;
    }
    .tw ul li a .date p {
        font-size: 22px;
    }
    .tw ul li a .date em {
        width: 30px;
        height: 30px;
    }
    .tw ul li a .tw-tx h3 {
        font-size: 18px;
        line-height: 30px;
        height: 60px;
        margin-top: 10px;
    }
    .tw ul li a .tw-tx p {
        font-size: 14px;
        line-height: 26px;
        height: 52px;
        margin-top: 10px;
    }
    .imgList-info p {
        margin-top: 5px;
        max-height: 50px;
    }
    .art-main {
        padding: 50px 20px;
        margin-top: 0;
    }
    .ts-art {
        margin-top: 50px;
        padding: 30px 20px;
    }
    .ts-art .art-tit h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .art-main .cont-tit p span {
        font-size: 14px;
    }
    .ts-rbox {
        padding: 20px;
    }
    .ts-rbox h2 span {
        font-size: 22px;
    }
    .art-main .jj-t {
        padding: 20px 30px;
        margin-top: -75px;
    }
    .art-main .jj-t h3 {
        font-size: 20px;
    }
    .art-main .jj-t hr {
        width: 50px;
        margin: 15px 0;
    }
    .art-main .art-body p {
        font-size: 16px;
        line-height: 32px;
    }
    .art-main .jj-box {
        margin-top: 30px;
    }
    .nymain::after {
        top: 90px;
    }
    .group-img {
        min-height: 530px;
    }
    .ldtz ul li {
        padding-bottom: 50px;
    }
    .ldtz-info .gd {
        bottom: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .sect1-l h2 {
        margin-bottom: 35px;
    }
    .jj-sect2 .jj-s2 .jj-text {
        height: 160px;
    }
    .jj-sect2 .jj-s2-r ul li a .text .nr {
        height: 135px;
    }
    .jj-sect2 .jj-s2-r ul li a .text {
        padding: 10px;
    }
}

@media screen and (max-width:768px) {
    .nymain .leftNav>h2 span {
        float: right;
        width: 24px;
        height: 30px;
        margin-top: 8px;
        background: url(../img/sub_left_down2.png) no-repeat center center;
        background-position: left center;
        margin-right: 10px;
    }
    .ny-right {
        float: none;
        width: auto;
    }
    .pagination {
        padding-top: 50px;
    }
    .pagination a {
        padding: 0 5px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        margin: 0 3px;
    }
    .text-list ul li {
        line-height: 40px;
        font-size: 16px;
    }
    .art-main .art-tit h3 {
        font-size: 20px;
    }
    .art-main .cont-tit p span {
        font-size: 14px;
    }
    .art-main .cont-tit p img {
        height: 12px;
    }
    .pnext {
        float: none;
        border: none;
        width: auto;
    }
    .pnext p {
        line-height: 30px;
        font-size: 14px;
    }
    .pnext p a {
        font-size: 14px;
    }
    .zzjg_text li {
        width: 50%;
    }
    .img-lists ul li {
        margin: 10px 1%;
    }
    .img-lists ul li a>img {
        height: 191px;
    }
    .xbxx {
        padding-top: 0;
    }
    .xbxx ul li a {
        padding: 15px 10px;
    }
    .xbxx ul li a h3 {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .xbxx ul li a p {
        font-size: 14px;
        line-height: 26px;
        height: 72px;
        padding: 0;
    }
    .xbxx ul li a div span {
        font-size: 12px;
    }
    .xbxx ul li a div img {
        height: 14px;
    }
    .img-lists2 ul li {
        width: 30%;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }
    .nymain .leftNav>h2 img {
        height: 20px;
    }
    .text-list ul li span {
        font-size: 16px;
    }
    .position a {
        margin: 0 2px;
    }
    .dt-list2 li a>.dt-text h3 {
        font-size: 18px;
    }
    .dt-list2 li a>.dt-text p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 0;
    }
    .dt-list2 li a>.dt-text {
        padding-left: 10px;
    }
    .dt-list2 li .date {
        width: 60px;
    }
    .dt-list2 li .date span {
        font-size: 24px;
    }
    .dt-list2 li .date {
        padding: 4px 0;
    }
    .dt-list2 li {
        padding: 15px 0;
    }
    .nymain .leftNav>ul>li>ul>li>a {
        font-size: 14px;
        line-height: 45px;
    }
    .art-main .art-body {
        padding-top: 15px;
    }
    .timg-list-img {
        width: 220px;
        margin-right: 20px;
    }
    .timg-linfo span {
        margin-top: 10px;
    }
    .timg-linfo p {
        margin-top: 10px;
    }
    .timg-list ul li {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .list-ld ul li {
        padding: 15px 0;
    }
    .list-ld ul li h3 {
        font-size: 18px;
    }
    .list-ld ul li p {
        font-size: 14px;
        margin-top: 10px;
    }
    .list-ls ul li {
        padding: 15px 0;
    }
    .list-ls ul li h3 {
        font-size: 18px;
    }
    .list-ls ul li p {
        font-size: 14px;
        margin-top: 10px;
    }
    .list-ls ul {
        margin-top: 0;
    }
    .imgList-date {
        width: 60px;
    }
    .imgList-info h3 {
        font-size: 16px;
    }
    .imgList-date p {
        font-size: 26px;
    }
    .art-main .cont-tit p {
        margin: 20px 0;
    }
    .ts-art {
        float: none;
        width: 100%;
        border-top-width: 2px;
    }
    .ts-r {
        float: none;
        width: 100%;
        margin-top: 0;
    }
    .ts-art .art-tit h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .ts-art .cont-tit p {
        margin: 0;
    }
    .art-main .cont-tit p span {
        margin: 2px 10px;
    }
    .ts-rbox {
        margin-top: 25px;
    }
    .ts-rbox h2 span {
        font-size: 20px;
    }
    .ts-rbox ul li {
        padding: 10px 0;
    }
    .zw-l {
        float: none;
        width: 100%;
    }
    .zw-r {
        float: none;
        width: 100%;
        margin-top: 15px;
    }
    .group-img {
        min-height: 375px;
    }
    .ldtz ul li a {
        padding: 15px;
    }
    .jgsz .jg-box ul li {
        width: 48%;
        margin-left: 0;
        margin-right: 4%;
    }
    .jgsz .jg-box ul li:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width:700px) {
    .group-img {
        padding-right: 0;
    }
    .group-sml {
        position: static;
        width: 100%;
        margin-top: 15px;
    }
    .group-img {
        min-height: auto;
        padding-bottom: 30px;
    }
    .group-sml .slick-prev {
        bottom: -15px;
    }
    .group-sml .slick-next {
        bottom: -15px;
    }
    .group-img {
        margin-top: 15px;
    }
    .group-big li a p {
        line-height: 40px;
        font-size: 14px;
    }
    .sect1-r {
        float: none;
        width: 100%;
    }
    .jj-sect1 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .sect1-l {
        float: none;
        width: 100%;
        margin-top: 15px;
    }
    .sect1-l h2 {
        margin-bottom: 25px;
        font-size: 20px;
    }
    .sect1-l h2::after {
        bottom: -15px;
    }
    .jj-sect2 {
        background-size: 100% 220%;
    }
    .jj-sect2 .jj-s2-l {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .jj-sect2 .jj-s2-r {
        float: none;
        width: 100%;
    }
    .jj-sect2 .jj-s2-r ul li a .text .nr {
        height: 185px;
    }
    .jj-sect2 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .emblem {
        padding: 15px;
    }
    .emblem .tit span {
        font-size: 18px;
    }
    .em-jj {
        margin-top: 15px;
    }
    .em-txt h2 {
        font-size: 16px;
        margin: 5px 0;
    }
    .emblem {
        margin-top: 15px;
    }
    .sc-lead {
        margin-top: 15px;
        padding: 15px;
    }
    .lead-top ul li .lead-bt {
        width: 130px;
        padding-right: 10px;
        font-size: 14px;
    }
    .lead-top ul li .lead-name {
        padding-left: 5px;
    }
    .lead-top ul li .lead-name span {
        font-size: 14px;
        margin-right: 10px;
    }
    .lead-down .leader-con .lead-con-l {
        float: none;
        width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
    .lead-down {
        margin-top: 15px;
    }
    .lead-down .leader-con .lead-con-r .bt {
        text-align: center;
        margin-top: 15px;
    }
    .lead-down .leader-con .lead-con-r .bt h2 {
        margin-bottom: 5px;
    }
    .ny-jj {
        margin-top: 15px;
        padding: 15px;
    }
    .ny-jj .ny-tit h2 {
        padding-bottom: 10px;
        font-size: 18px;
    }
    .ny-txt p {
        margin-top: 10px;
        line-height: 25px;
    }
    .zw-r .zr-box ul li a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .zw-r .zr-box:nth-child(2) {
        margin-top: 15px;
    }
    .zw-r .zr-box h2 {
        font-size: 18px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width:480px) {
    .nymain .leftNav-w {
        margin-top: 0;
    }
    .img-lists ul li a>img {
        height: 100px;
    }
    .text-list ul li {
        padding-left: 25px;
        padding-right: 10px;
    }
    .text-list ul li::before {
        left: 5px;
    }
    .text-list ul li::after {
        left: 0;
    }
    .art-main .cont-tit p .liulan {
        margin-left: 15px;
    }
    .img-lists2 ul li {
        width: 47%;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }
    .timg-list-img {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .timg-linfo {
        padding-top: 0;
    }
    .ldtz ul li {
        float: none;
        width: auto;
    }
    .ldtz ul li:nth-child(2n+1) {
        margin-right: 0;
    }
    .ldtz ul li {
        margin-bottom: 30px;
    }
    .ldtz ul li a {
        padding: 15px;
    }
    .ldtz-pic {
        width: 120px;
    }
    .ldtz-info {
        padding: 0;
    }
    .ldtz-info h3 {
        font-size: 20px;
    }
    .ldtz-info p {
        margin-top: 10px;
        height: auto;
        max-height: 72px;
    }
    .ldtz ul li a {
        margin: 0;
    }
    .nymain .leftNav>ul>li>ul>li>a {
        font-size: 12px;
    }
    .tw ul li a {
        height: auto;
        padding-right: 0;
    }
    .imgList-pic {
        position: static;
        width: auto;
        height: auto;
        margin-bottom: 10px;
    }
    .imgList-pic .pic {
        padding-top: 67.9%;
    }
    .imgList-info h3 {
        line-height: 30px;
    }
    .imgList-info p {
        line-height: 20px;
        max-height: 40px;
    }
    .tw ul li a .pic {
        float: none;
        width: 100%;
        height: auto;
        padding-top: 62.5%;
        margin-bottom: 10px;
    }
    .tw ul li a .tw-tx {
        width: 100%;
        padding-left: 0;
    }
    .tw ul li a .date span {
        font-size: 14px;
    }
    .tw ul li a .date p {
        font-size: 18px;
    }
    .tw ul li a .date em {
        width: 22px;
        height: 22px;
        margin-top: 25px;
    }
    .tw ul li a .tw-tx h3 {
        font-size: 16px;
        height: auto;
        max-height: 60px;
    }
    .tw ul li a .tw-tx p {
        height: auto;
        max-height: 52px;
    }
    .ts-art .art-tit h3 {
        font-size: 18px;
    }
    .ts-rbox h2 span {
        font-size: 18px;
    }
    .art-main .jj-t {
        margin-left: 0;
        padding: 20px;
        margin-top: 0;
    }
    .art-main .jj-t h3 {
        font-size: 18px;
    }
    .sz-con .pic1 {
        float: none;
        margin-right: 0;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .sz-ty h3 {
        text-align: center;
    }
    .text-list ul li a {
        font-size: 14px;
    }
    .zw-l {
        padding: 15px;
        margin-top: 15px;
    }
    .nr-title h2 {
        font-size: 18px;
    }
    .nrr p {
        font-size: 14px;
        margin-top: 15px;
    }
    .ny-down {
        margin-top: 15px;
        padding-top: 0;
    }
    .ny-right {
        padding-bottom: 15px;
    }
    .ldtz ul {
        margin-top: 15px;
    }
    .jgsz .jg-box ul li {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 15px;
        line-height: 40px;
    }
    .jgsz .jg-box {
        margin-top: 15px;
    }
    .jgsz .jg-box ul li a {
        padding-left: 15px;
        font-size: 14px;
    }
    .jgsz {
        margin-bottom: 15px;
    }
    .jgsz .jg-box h2 span {
        font-size: 20px;
    }
    .pagination {
        padding-top: 15px;
    }
}

@media screen and (max-width:375px) {
    .position {
        /* display: none; */
    }
.ft-l>ul>li{
width:50%;
}
}

@media screen and (max-width:320px) {
    .text-list ul li {
        line-height: 50px;
        font-size: 15px;
    }
    .text-list ul li span {
        font-size: 15px;
    }
    .art-main .art-tit h3 {
        font-size: 18px;
        line-height: 40px;
    }
    .art-main .art-tit span {
        font-size: 12px;
        padding-bottom: 5px;
        line-height: 24px;
        height: 24px;
    }
    .img-lists ul li a>img {
        height: 84px;
    }
    .ts-art .art-tit h3 {
        font-size: 16px;
        line-height: 26px;
    }
    .ts-art .cont-tit p span {
        font-size: 12px;
        margin: 0;
    }
    .ts-rbox h2 span {
        font-size: 16px;
    }
    .ts-rbox ul li a h3 {
        font-size: 14px;
    }
    .ts-rbox ul li a span {
        font-size: 12px;
    }
}


.pb_sys_common{
line-height:40px !important;
}


.cont img{
max-width:100% !important;
height:auto !important;

}


.cont video{
max-width:100% !important;
height:auto;
}

.cont div{
background:none !important;
}
.cont h3{
background:none !important;
}

.cont .vsbcontent_img{
text-align:center;
}


.cont iframe{max-width:100% !important;display:block;margin: 0 auto;}
