.header{
position: fixed;
    left: 0;
    right: 0;
    padding-left: 231px;
    padding-right: 75px;
z-index:10000;
}
.header.on{
background-color:rgba(28,78,149,.9);}
.ny-topic {
    position: absolute;
    top: -80px;
    width: 44%;
    padding-left: 20px;
    padding-right: 115px;
    line-height: 80px;
    font-size: 24px;
    color: #fff;
    background: rgba(28,78,149,.9);
}

.ny-topic span {
    position: absolute;
    right: 25px;
    width: 30px;
    height: 30px;
    top: 20px;
    background: url(../images/sub_left_down2.png) no-repeat center center;
    display: none;
}

.ny-topic span.on {
    background: url(../images/sub_left_up2.png) no-repeat center center;
}

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 60px;
}

.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: #1a60b9;
    color: #fff;
    border: 1px solid #1a60b9;
}

.pagination a:hover {
    background: #1a60b9;
    color: #fff;
    border: 1px solid #1a60b9;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

#ny-main {
    background-color: #fafafa;
    padding-bottom: 75px;
}

.ny-left {
    position: relative;
    float: left;
    width: 240px;
    box-shadow: 0 0 5px #999;
}

.ny-left ul li {
    position: relative;
}

.ny-left ul li a {
    display: block;
    padding: 20px;
    font-size: 17px;
    color: #333;
    border-bottom: 1px solid #f2f2f2;
}

.ny-left ul li span {
    position: absolute;
    top: 22.5px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url(../images/zk.png) no-repeat center center;
}

.ny-left>ul>li.on>a {
    font-size: 18px;
    color: #13439b;
}

.ny-left ul li.on span {
    background: url(../images/ss.png) no-repeat center center;
}

.ny-left ul li ul {
    display: none;
}

.ny-left ul li ul li {
    border-bottom: 1px solid #f2f2f2;
}

.ny-left ul li ul li a {
    padding-left: 33px;
}
.ny-left ul li ul li:hover a{color:#134ea1;}
.ny-left ul li ul li.on a{color:#134ea1;}
.ny-right {
    overflow: hidden;
    padding-left: 80px;
}

.ny-left ul li.active ul {
    display: block;
}

.ny-right {
    padding-top: 35px;
}

.ny-title {
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.ny-title h2 {
    float: left;
    font-size: 28px;
    color: #333;
    font-weight: normal;
}

.ny-title .position {
    float: right;
    margin-top: 10px;
}

.ny-title .position span {
    font-size: 14px;
    color: #888888;
}

.ny-title .position a {
    font-size: 14px;
    color: #888888;
}

.ny-title .position a:hover {
    color: #13439b;
}

.ny-right .number {
    background-color: #eef1f5;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.ny-right .number a {
    position: relative;
    display: inline-block;
    width: 3.4%;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #13439b;
}

.ny-right .number a:hover::before {
    position: absolute;
    top: -60px;
    left: -14px;
    content: '';
    width: 100%;
    height: 40px;
    border: 14px solid transparent;
    border-bottom: 7px solid #13439b;
}

.ny-right .number a:hover {
    background-color: #13439b;
    color: #fff;
}

.ny-right .ny-pic {

}

.ny-right .ny-pic>ul>li {
    margin-top: 40px;
    float: left;
    width: 48%;
background-color: #fff;
transition: all .3s;
}

.ny-right .ny-pic>ul>li:hover {
    box-shadow: 0 0 5px #dad6d6;
box-shadow: 0 0 5px #b6b0b0;
    transform: translateX(-10px);
}

.ny-right .ny-pic>ul>li:nth-child(2n) {
    margin-left: 4%;
}

.ny-right .ny-pic>ul>li>a {
    display: block;
    overflow: hidden;
}

.ny-right .ny-pic>ul>li>a .sz-pic {
    position: relative;
    float: left;
    width: 154px;
    /* padding-top: 45%;
overflow: hidden; */
}

.ny-right .ny-pic>ul>li>a .sz-pic img {
    /* position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%); */
    width: 100%;
}

.ny-text {
    overflow: hidden;
    background-color: #fff;
    padding-top: 60px;
    padding-left: 40px;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.ny-text h3 {
    position: relative;
    font-size: 20px;
    color: #333;
    font-weight: normal;
}

.ny-text h3::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 40px;
    height: 4px;
    background-color: #13439b;
}

.ny-text p {
    font-size: 16px;
    color: #666666;
    margin-top: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ny-right .zc-art .szcontent>li {
    margin-top: 40px;
    background: #eef1f5;
    padding: 30px 60px 45px 45px;
    overflow: hidden;
}

.ny-right .zc-art .szcontent li.one .teach-pic {
    float: left;
}

.ny-right .zc-art .szcontent li.one .ny-text {
    float: left;
    overflow: visible;
    padding-left: 40px;
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 30px;
}

.ny-right .zc-art .szcontent li.one .ny-text h3 {
    color: #13439b;
}

.ny-right .zc-art .szcontent li.one .teach-pic img {
    display: block;
    width:200px;
    height:200px;
    padding-top:12px;
}

.ny-right .zc-art .szcontent li.one .ny-text p {
    display: inline-block;
    width: 90%;
}

.ny-right .zc-art .szcontent li.one .ny-text p span {
    font-size: 16px;
    color: #333;
}

.ny-right .zc-art .szcontent li.one .ny-text p i {
    font-size: 14px;
    color: #333;
}

.ny-right .zc-art .szcontent li h2 {
    font-size: 18px;
    color: #333;
    padding-bottom: 15px;
    background: url(../images/xxx.png) no-repeat center bottom;
}
.ny-right .zc-art .szcontent li.two h2 {
    font-size: 18px;
    color: #333;
    padding-bottom: 15px;
    background: url(../images/xxx.png) no-repeat center bottom;
}

.ny-right .zc-art .szcontent li.two ul {
    position: relative;
}

.ny-right .zc-art .szcontent li.two ul::before {
    content: '';
    position: absolute;
    left: 8px;
    height: 1px;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-left: 1px solid #e5e5e5;
}

.ny-right .zc-art .list-paddingleft-2 p {
    position: relative;
    margin-top: 40px;
    padding-left: 40px;
    background: url(../images/ny-list.png) no-repeat 0 center;
}

.ny-right .zc-art .list-paddingleft-2 li p {
    font-size: 16px;
    color: #333;
    display: inline;
}

.ny-right .zc-art .list-paddingleft-2 li p em{
    font-size: 14px;
    color: #666;
    padding-left: 25px;
}

.ny-right .zc-art ul .three p {
    line-height: 28px;
    font-size: 16px;
    color: #000;
    margin-top: 15px;
}

.zs-banner a {
    position: relative;
    display: block;
}

.zs-banner a img {
    display: block;
    width: 100%;
}

.zs-banner .ny-topic2 {
    position: absolute;
    bottom: 145px;
    left: 260px;
    font-size: 48px;
    color: #fff;
    font-weight: bold;
}
.zs-banner .ny-topic2:after{
content: '';
    position: absolute;
    left:0;
    top: 65px;
    bottom: 0;
    width: 1px;
    height: 140px;
    background-color: #fff;}
.zs-banner .ny-topic2 span {
    position: absolute;
    left: 0;
    top: -38px;
    color: rgba(255, 255, 255, .11);
}

.zs-banner a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/banner-bg.png) no-repeat;
    background-size: 100% 100%;
}

.section-top {
    background: #fafafa;
    padding-top: 60px;
    padding-bottom: 85px;
}

.section-top .sect1-pic {
    position: relative;
    text-align: center;
    margin-left: 160px;
    margin-right: 160px;
}

.section-top .sect1-pic img {
    display: block;
    width: 100%;
}

.section-top .sect1-pic .offer {
    position: absolute;
    left: 0;
    top: 100px;
    height: 210px;
    width: 40%;
    background: #1c4e95;
}

.section-top .sect1-pic .offer p {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 26px;
    color: #fff;
}

.section-top .sect1-pic .offer .wz {
    position: absolute;
    top: 30px;
    left: 40px;
}

.section-top .sect1-pic .offer .wz span {
    display: block;
    font-size: 42px;
    line-height: 42px;
    color: rgba(255, 255, 255, .04);
    font-weight: bold;
}

.section-top .sect1-pic .offer .tz {
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 37px;
    height: 37px;
    background: url(../images/ny-more.png) no-repeat center center;
}

.section-top .sect1-pic .offer .tz a {
    display: block;
    width: 100%;
    height: 100%;
}

.fy {
    position: relative;
    margin:0 160px 30px 160px;
    padding: 40px 135px 40px 40px;
    overflow: hidden;
    background-color: #fff;
}

.fy-l {
    float: left;
}

.fy-r {
    position: relative;
    overflow: hidden;
    padding-left: 55px;
    z-index: 4;
}

.qb-title {
    position: absolute;
    top: 35px;
    left: 290px;
    font-size: 45px;
    color: #e7e7e7;
    font-weight: bold;
}

.fy-r h3 {
    margin-top: 35px;
    font-size: 26px;
    color: #333;
}

.fy-r p {
    font-size: 16px;
    color: #999999;
    line-height: 29px;
    margin-top: 25px;
}

.section2 {
    background-color: #f1f3f6;
    padding-top: 80px;
}

.sect2>ul {
    padding-left: 160px;
    padding-right: 160px;
    padding-bottom: 35px;
}

.sect2>ul>li {

    float: left;
    width: 30%;
    height: 320px;
    margin-left: 5%;
    margin-bottom: 35px;
    border-radius: 5px;
    text-align: center;
    background-color: #fff;
}
.sect2>ul>li>a{
position:relative;
display:block;}
.sect2>ul>li>a:before{content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 100%;
    background-color: rgba(29, 88, 170, .88);
    z-index: 999;
    transition: all .3s;}

.sect2>ul>li:nth-child(3n-2) {
    margin-left: 0;
}

.sect2>ul>li:first-child {
    position: relative;
    background-color: #1c4e95;
}

.sect2>ul>li:first-child p {
    position: absolute;
    left: 40px;
    top: 90px;
    font-size: 26px;
    color: #fff;
}
.sect2>ul>li>a:hover{box-shadow: 0 0 5px #babcbe;}
.sect2>ul>li>a:hover p{color:#1c4e95;}
.sect2>ul>li:first-child span {
    position: absolute;
    left: 30px;
    top: 50px;
    font-size: 44px;
    color: rgba(255, 255, 255, .11);
    font-weight: bold;
}

.sect2>ul>li:first-child .more2 {
    position: absolute;
    left: 45px;
    bottom: 70px;
    width: 37px;
    height: 37px;
    background: url(../images/ny-more.png) no-repeat center center;
}

.sect2>ul>li:first-child .more2 a {
    display: block;
    width: 100%;
    height: 100%;
}

.sect2>ul>li .icon {
    padding-top: 60px;
    height: 80px;
    line-height: 80px;
}

.sect2>ul>li .icon-text {
    margin-top: 35px;
padding-bottom: 93px;
}

.sect2>ul>li .icon-text p {
    font-size: 24px;
    color: #333;
}

.sect2>ul>li .icon-text span {
    font-size: 15px;
    color: #ccc;
}

.sect2>ul>li:hover {
    box-shadow: 0 0 5px #e3dede;
}

.section3 {
    background-color: #fafafa;
}

.sect3 {
    padding-top: 60px;
    text-align: center;
}

 .sect3-top {
margin-top:40px;
text-align:center;
    background: #1c4e95;
    margin-left: 160px;
    margin-right: 160px;
    padding-top: 35px;
    padding-bottom: 60px;
    color: #fff;
   
    box-sizing: border-box;
}

 .sect3-top h2 {
    font-size: 26px;
}

.sect3-top p {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding-top:15px;
}

 .sect3-top span {
    font-size: 16px;
    color: #fff;
}

.sect3 .sect3-pic {
    margin-left: 160px;
    margin-right: 160px;
}

.sect3 .sect3-pic>ul li {
    position: relative;
    float: left;
    width: 48%;
    margin-left: 4%;
}

.sect3 .sect3-pic>ul li a {
    display: block;
    position: relative;
    padding-top: 75%;
transition: all .3s;
}
.sect3 .sect3-pic>ul li a:before{
content: '';
position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 100%;
background-color: rgba(29, 88, 170, .88);
z-index:999;
transition: all .3s;}
.sect3 .sect3-pic>ul li a:hover:before{bottom:0;}
.sect3 .sect3-pic>ul li a img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.sect3 .sect3-pic>ul li:first-child {
    margin-left: 0;
}

.sect3 .sect3-pic>ul li p {
    position: absolute;
    left: 40px;
    bottom: 35px;
    font-size: 26px;
    color: #fff;
z-index:1000;
}
/* ÃƒÂ§Ã‚Â®Ã¢â€šÂ¬ÃƒÂ¤Ã‚Â»Ã¢â‚¬Â¹ÃƒÂ©Ã‚Â¡Ã‚Âµ */

.art-body p {
    font-size: 16px;
    line-height: 36px;
    color: #333;
    text-indent: 2em;
    margin-top: 15px;
}
.art-body table p{
    text-indent:0em;
}
.art-body p img{
    display:block;
    margin:0 auto;
    max-width: 100%;
}
/* ÃƒÂ¨Ã‚Â¯Ã‚Â¦ÃƒÂ¦Ã†â€™Ã¢â‚¬Â¦ÃƒÂ©Ã‚Â¡Ã‚Âµ */

.detail-tit {
    margin-top: 40px;
    padding-bottom: 30px;
}

.detail-tit h4 {
    font-size: 22px;
    line-height: 1;
    color: #333;
    text-align: center;
    margin-bottom: 19px;
}

.detail-tit h4:nth-child(2) {
    font-size: 22px;
    line-height: 1;
    color: #333333;
    font-weight: normal;
    margin-bottom: 30px;
}

.detail-tit p {
    font-size: 16px;
    line-height: 1;
    color: #888888;
    text-align: center;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.detail-tit p span {
    display: inline-block;
    margin-left: 13px;
}

.detail-text p {
    font-size: 16px;
    line-height: 32px;
    color: #333;
    text-indent: 2em;
}
.detail-text p video{width:100%;height: auto;}
.detail-text img {
    
    max-width: 100%!important;
    margin: auto;
    height: auto!important;
}

.detail-text img {
    margin-top: 16px;
    margin-bottom: 16px;
}

.detail-text {
    border-bottom: 1px dashed #dbdbdb;
}

.paging {
    padding-left: 5px;
    padding-top: 20px;
}

.paging>a {
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #333;
}

.paging>a>span {
    display: inline-block;
    font-size: 16px;
    color: #333;
    margin-right: 10px;
}

.paging>a:hover {
    color: #9b1011;
}

.paging>a:hover>span {
    color: #b20603;
}
/* ÃƒÂ¥Ã‹â€ Ã¢â‚¬â€ÃƒÂ¨Ã‚Â¡Ã‚Â¨ÃƒÂ©Ã‚Â¡Ã‚Âµ */

.lists li {
    padding-right: 100px;
    background-position: left center;
    position: relative;
    font-size: 15px;
    border-bottom: 1px solid #dfdfdf;
    line-height: 48px;
}

.lists li:hover {
    background: #dfdfdf;
}

.lists li a {
    display: block;
    color: #303030;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lists li a:hover {
    color: #1a60b9;
}

.lists li a span {
    position: absolute;
    right: 10px;
    font-size: 14px;
    color: #999999;
}
/* ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ÃƒÂ¥Ã‹â€ Ã¢â‚¬â€ÃƒÂ¨Ã‚Â¡Ã‚Â¨ */






.ssjg li {
    padding-right: 100px;
    background-position: left center;
    position: relative;
    font-size: 15px;
    border-bottom: 1px solid #dfdfdf;
    line-height: 48px;
}

.ssjg li:hover {
    background: #dfdfdf;
}

.ssjg li a {
    display: block;
    color: #303030;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ssjg li a:hover {
    color: #1a60b9;
}

.ssjg li a em{
    position: absolute;
    right: 10px;
    font-size: 14px;
    color: #999999;
}
.ssjg li a span{
    
font-size: inherit;
    
font-family: inherit;
}
/* ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ÃƒÂ¥Ã‹â€ Ã¢â‚¬â€ÃƒÂ¨Ã‚Â¡Ã‚Â¨ */

.img-lists ul {
    overflow: hidden;
}

.img-lists ul li {
    float: left;
    width: 30%;
    box-sizing: border-box;
    margin: 0 0 0 2.5%;
    transition: all 0.3s;
    position: relative;
    top: 0;
    margin-top: 20px;
}

.img-lists ul li:hover {
    top: -10px;
}

.img-lists ul li a {
    display: block;
    width: 100%;
}

.img-lists ul li a .pic {
    position: relative;
    padding-top: 69%;
    overflow: hidden;
}

.img-lists ul li a .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.img-lists ul li a>div.info {
    font-size: 0;
}

.img-lists ul li a>div.info p {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 20px 0;
    border-bottom: 1px solid transparent;
}

.img-lists ul li:hover .info p {
    color: #425fc9;
    border-color: #425fc9;
}

.img-lists ul li:hover .info span {
    background: #425fc9;
    color: #fff;
    border-color: #425fc9;
}
                     /* 图文列表页 */
                     
                     .main-down>ul>li {
                         padding: 30px 0;
                         border-bottom: 1px dashed #e3e3e3;
                         transition: all .3s;
                     }
                     
                     .main-down ul li a {
                         overflow: hidden;
                         display: block;
                     }
                     
                     .tw-pic {
                         position: relative;
                         float: left;
                         overflow: hidden;
padding-top: 16%;
    width: 20%;
                     }
                     
                     .tw-pic img {
                     position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-height: 100%;
                         transition: all .3s;
                     }
                     
                     .main-down ul li:hover .tw-pic img {
                         transform:translate(-50%, -50%) scale(1.2);
                     }
                     
                     .zs-text {
                         overflow: hidden;
                         padding-left: 25px;
                         margin-left: 32px;
                         overflow: hidden;
                         text-overflow: ellipsis;
                         white-space: normal;
                     }
                     
                     .zs-text h3 {
                         font-size: 18px;
                         font-weight: normal;
                         color: #333;
                         margin-top: 10px;
                         margin-bottom: 20px;
                         overflow: hidden;
                         text-overflow: ellipsis;
                         white-space: nowrap;
                     }
                     
                     .zs-text:hover h3 {
                         color: #13439b;
                     }
                     
                     .zs-text p {
                         font-size: 14px;
                         line-height: 24px;
                         height: 72px;
                         margin-bottom: 20px;
                         color: #999999;
                         overflow: hidden;
                     }
                     
                     .zs-text span {
                         font-size: 14px;
                         color: #999999;
                         line-height: 10px;
                         padding-left: 20px;
                         background: url(../images/time-other.png) no-repeat left center;
                     }
                     
                     .slick-page {
                         padding-top: 43px;
                         padding-bottom: 66px;
                         text-align: center;
                     }
                     /* 日期列表 */
                     
                     .list-text>ul>li {
                         padding-top: 20px;
                         padding-bottom: 29px;
                         border-bottom: 1px dashed #e8e8e8;
                     }
                     
                     .list-text>ul>li>a {
                         display: block;
                         overflow: hidden;
                         position: relative;
                     }
                     
                     .list-text li .tm {
                         width: 66px;
                         float: left;
                         text-align: center;
                         background-color: #e8eef3;
                         margin-top: 20px;
                         padding-top: 10px;
                         padding-bottom: 10px;
                     }
                     
                     .list-text li .tm span {
                         display: inline-block;
                         font-size: 14px;
                         color: #144388;
                         line-height: 1;
                         position: relative;
                     }
                     
                     .list-text li .tm span:first-child {
                         display: block;
                         font-size: 30px;
                         color: #144388;
                         width: auto;
                     }
                     
                     .list-text li .text {
                         overflow: hidden;
                         padding-left: 26px;
                         border-left: 1px solid #cddfee;
                     }
                     
                     .list-text li .text h1 {
                         padding-top: 15px;
                         font-size: 18px;
                         font-weight: bold;
                         line-height: 1;
                         color: #333;
                         overflow: hidden;
                         text-overflow: ellipsis;
                         white-space: nowrap;
                     }
                     
                     .list-text li .text p {
                         font-size: 14px;
                         line-height: 24px;
                         color: #888;
                         display: -webkit-box;
                         -webkit-box-orient: vertical;
                         -web-line-clamp: 3;
                         overflow: hidden;
                         text-overflow: ellipsis;
                         height: 72px;
                         margin-top: 15px;
                     }
/* 指导页 */
 
 .conduct {
     margin-top: 40px;
     background-color: #fff;
     padding: 50px;
 }
 
 .nyy-topic {
     text-align: center;
 }
 
 .nyy-topic h2 {
     font-size: 28px;
     color: #333;
     font-weight: normal;
 }
 
 .nyy-topic p {
     position: relative;
     font-size: 20px;
     color: #333;
     font-weight: bold;
     margin-top: 10px;
     margin-bottom: 20px;
 }
 
 .nyy-topic p::before {
     content: '';
     position: absolute;
     top: 16px;
     left: 0;
     right: 57%;
     height: 1px;
     background-color: #e5e5e5;
 }
 
 .nyy-topic p::after {
     content: '';
     position: absolute;
     top: 16px;
     right: 0;
     left: 57%;
     height: 1px;
     background-color: #e5e5e5;
 }
 
 .conduct>p {
     font-size: 16px;
     color: #333;
     line-height: 29px;
     text-indent: 2em;
 }
 
 .conduct-pic {
     margin-top: 40px;
 }
 
 .conduct-pic>ul>li {
     float: left;
     width: 21%;
     margin-left: 3%;
 margin-top: 10px;
 }
 
 .conduct-pic>ul>li:first-child {
     margin-left: 0;
 }
 
 .conduct-pic>ul>li:nth-child(2n-1) {
     position: relative;
     border: 6px solid #006dad;
     background-color: #006dad;
     transition: all .3s;
 }
 
 .conduct-pic>ul>li:nth-child(2n) {
     position: relative;
     border: 6px solid #1c4e95;
     background-color: #1c4e95;
     transition: all .3s;
 }
 .conduct-pic>ul>li:nth-child(4n-3){ margin-left: 0;

}
 .conduct-pic>ul>li>a {
     display: block;
 }
 
 .conduct-pic>ul>li>a p {
     position: relative;
     line-height: 30px;
     font-size: 16px;
     color: #fff;
     text-align: center;
     z-index: 1000;
 }
 
 .conduct-pic>ul>li .pic11 {
     position: relative;
     padding-top: 105%;
 }
 
 .conduct-pic>ul>li:before {
     content: '';
     position: absolute;
     left: 0;
     right: 0;
     top: -1px;
     bottom: 100%;
     z-index: 999;
     transition: all .3s;
 }
 
 .conduct-pic>ul>li:nth-child(2n-1)::before {
     background: rgba(0, 109, 173, .88);
 }
 
 .conduct-pic>ul>li:nth-child(2n)::before {
     background: rgba(28, 78, 149, .88);
 }
 
 .conduct-pic>ul>li:nth-child(2n-1):hover::before {
     bottom: 0;
 }
 
 .conduct-pic>ul>li:nth-child(2n):hover::before {
     bottom: 0;
 }
 
 .conduct-pic>ul>li .pic11 img {
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
     max-width: 100%;
     max-height: 100%;
 }
 /* 领导页 */
 
 .ny-leader {
     margin-top: 15px;
 }
 
 .ny-leader>ul>li {
     margin-top: 45px;
 }
 
 .ny-leader>ul>li a {
     position: relative;
     display: block;
     background: #1c4e95 url(../images/lead-icon.png) no-repeat right top;
     overflow: hidden;
 }
 
 .ny-leader>ul>li>h2 {
     padding-bottom: 10px;
     border-bottom: 1px solid #003e8c;
     margin-bottom: 25px;
 }
 
 .ny-leader>ul>li>h2 span {
     font-size: 24px;
     color: #003e8c;
     padding-left: 10px;
     border-left: 4px solid #003e8c;
 }
 
 .ny-leader>ul>li a .lead-pic {
     position: relative;
     float: left;
     width: 20%;
     padding-top: 22%;
 }
 
 .ny-leader>ul>li a .lead-pic img {
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
     max-width: 100%;
     max-height: 100%;
 }
 
 .ny-leader>ul>li a .lead-text {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 19.8%;
     right: 0;
     overflow: hidden;
     padding-left: 100px;

     background-size: auto 100%;
 }
 
 .ny-leader>ul>li a .lead-text>div {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     z-index: 999;
 }
 
 .ny-leader>ul>li a .lead-text h3 {
     position: relative;
     font-size: 24px;
     color: #fff;
     margin-bottom: 20px;
 }
 
 .ny-leader>ul>li a .lead-text h3::before {
     content: '';
     position: absolute;
     width: 30px;
     height: 5px;
     background-color: #fff;
     top: -15px;
 }
 
 .ny-leader>ul>li a .lead-text p {
     line-height: 30px;
     display: inline-block;
     min-width: 49%;
 }
 
 .ny-leader>ul>li a .lead-text p span {
     font-size: 16px;
     color: #fff;
 }
 
 .ny-leader>ul>li a .lead-text p i {
     font-size: 16px;
     color: #fff;
 }

  .ny-leader>.zzjg {
     padding-bottom: 10px;
     border-bottom: 1px solid #003e8c;
     margin-bottom: 25px;
 }
 
 .ny-leader>.zzjg span {
     font-size: 24px;
     color: #003e8c;
     padding-left: 10px;
     border-left: 4px solid #003e8c;
 }

.ny-leader> .zzjg_list li{
    margin-top:0px;
    margin-bottom:45px;
}
/* 教师名录 */

.teacher>ul>li {
    background-color: #eef1f5;
    margin-top: 40px;
    padding: 40px;
}

.teacher>ul>li h2 {
    line-height: 28px;
    padding-left: 10px;
    border-left: 4px solid #13439b;
    font-size: 24px;
    color: #1c4e95;
    font-weight: normal;
    margin-bottom: 20px;
}

.teacher>ul>li>p {
    line-height: 32px;
    font-size: 14px;
    color: #333;
}

.teacher>ul>li>ul>li {
    float: left;
    width: 20%;
    border-left: 1px solid #c2cee3;
    box-sizing: border-box;
    text-align: center;
}

.teacher>ul>li>ul>li:first-child {
    border-left: none;
}

.teacher>ul>li>ul>li>a {
    display: block;
}

.teacher>ul>li>ul>li>a>p {
    margin-top: 20px;
}

.teacher>ul>li>ul>li>a>p:first-child {
    font-size: 16px;
    color: #333;
    margin-top: 0;
}

.teacher>ul>li>ul>li>a>p>span {
    font-size: 36px;
    color: #13439b;
    font-weight: bold;
}

.teacher>ul>li>ul>li>a>p>em {
    font-size: 20px;
    color: #13439b;
}
 @media screen and (max-width:760px) {
     .ny-leader>ul>li a .lead-pic {
         float: none;
         width: auto;
     }
     .ny-leader>ul>li a .lead-text {
         background-image: none;
         position: static;
         padding-left: 0;
         text-align: center;
     }
     .ny-leader>ul>li a .lead-text>div {
         position: static;
         top: auto;
         transform: none;
     }
     .ny-leader>ul>li a .lead-pic {
         padding-top: 0;
         text-align: center;
     }
     .ny-leader>ul>li a .lead-pic img {
         position: static;
         left: auto;
         top: auto;
         transform: none;
height:300px;
     }
 }

/* 发展历程页 */
 
 .develop {
     background-color: #fff;
     margin-top: 40px;
     padding: 40px 60px;
 }
 
 .develop ul {
     border-left: 1px solid #bfbfbf;
     padding: 30px 0;
 }
 
 .develop ul li {
     position: relative;
     left: -13px;
     padding-left: 53px;
     margin-bottom: 65px;
     background: url(../images/develop-list.png) no-repeat left top;
 }
 
 .develop ul li a {
     display: block;
     overflow: hidden;
 }
 
 .develop ul li a .develop-text {
     float: left;
     width: 70%;
 }
 
 .develop ul li a .develop-text h3 {
     font-size: 24px;
     color: #003e8c;
     margin-bottom: 10px;
 }
 
 .develop ul li a .develop-text p {
     font-size: 16px;
     color: #666666;
     line-height: 24px;
 }
 
 .develop ul li a .develop-pic {
     float: right;
     width: 28%;
     position: relative;
     padding-top: 17%;
 }
 
 .develop ul li a .develop-pic img {
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
     max-width: 100%;
     max-height: 100%;
 }
@media screen and (max-width: 1400px) {
.header {
    left: 0;
    padding-left: 10px;
    padding-right: 10px;}

    .ny-topic {
        left: -210px;
        padding-right: 85px;
    }
    .dw .ny-right {
        padding-left: 10px;
    }
    .ny-right .number a {
        width: 3.2%;
    }
    .ny-right .zc-art ul .one .ny-text {
        width: 66%;
    }
.detail-text .v_news_content p{padding:0;}
}

@media screen and (max-width: 1200px) {
     .conduct-pic>ul>li {
         margin-left: 2%;
     }
 }
@media screen and (max-width: 1200px){.sect2>ul>li:first-child span{left:15px;font-size: 32px;}
}

@media screen and (max-width: 1025px) {
    .section-top .sect1-pic,
    .fy,
     .sect3-top,
    .sect3 .sect3-pic {
        margin-left: 20px;
        margin-right: 20px;
    }
    .sect2>ul {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .ny-topic {
        position: relative;
        padding-left: 20px;
        width: auto;
        left: 0;
        top: 0;
    }
    .ny-topic span {
        display: block;
    }
    .ny-left {
        float: none;
        width: auto;
    }
    .ny-left>ul {
        display: none;
    }
    .ny-right {
        padding-left: 10px;
        padding-right: 10px;
    }
    .img-lists ul li {
        width: 45%;
        margin: 10px 0 0 3.3%;
    }

}

@media screen and (max-width: 900px) {
    .section-top .sect1-pic .offer {
        top: 0;
        width: 60%;
    }

}
@media screen and (max-width:830px){.ny-right .ny-pic>ul>li{float:none;
width:auto;
}
.ny-right .ny-pic>ul>li:nth-child(2n){margin-left:0;}
.ny-right .ny-pic>ul>li>a .sz-pic{width:200px;}
}

@media screen and (max-width: 800px) {
    #ny-main {
        padding-bottom: 20px;
    }
    .ny-topic {
        line-height: 50px;
    }
    .ny-topic span {
        top: 10px
    }
    .ny-right {
        padding-top: 10px;
    }
    .ny-title h2 {
        font-size: 22px;
    }
    .ny-text {
        padding-left: 20px;
        padding-top: 49px;
    }
  
     }
    .section-top {
        padding-top: 20px;
    }
    .fy {
        margin-top: 20px;
    }
    .section-top {
        padding-bottom: 20px;
    }
    .section2 {
        padding-top: 20px;
    }
    .sect3 {
        padding-top: 20px;
    }


}

@media screen and (max-width: 765px) {
    .ny-right .ny-pic>ul>li {
        float: none;
        width: auto;
    }
    .ny-right .ny-pic>ul>li:nth-child(2n) {
        margin-left: 0;
    }
    .ny-right .number a {
        width: 6%;
    }
}
@media screen and (max-width:760px) {
     .ny-leader>ul>li a .lead-pic {
         float: none;
         width: auto;
     }
     .ny-leader>ul>li a .lead-text {
         background-image: none;
         position: static;
         padding-left: 0;
         text-align: center;
     }
     .ny-leader>ul>li a .lead-text>div {
         position: static;
         top: auto;
         transform: none;
     }
     .ny-leader>ul>li a .lead-pic {
         padding-top: 0;
         text-align: center;
     }
     .ny-leader>ul>li a .lead-pic img {
         position: static;
         left: auto;
         top: auto;
         transform: none;
     }
     .develop ul li a .develop-text {
         float: none;
         width: auto;
     }
     .develop ul li {
         padding-left: 30px;
         margin-bottom: 15px;
     }
     .develop {
         padding: 15px 20px;
     }
     .develop ul li a .develop-pic {
         float: none;
         width: auto;
         padding-top: 0;
         margin-top: 10px;
     }
     .develop ul li a .develop-pic img {
         position: static;
         left: auto;
         top: auto;
         transform: none;
     }
 }
@media screen and (max-width: 685px) {
    .zs-banner .ny-topic2 {
        left: 10px;
        bottom: 10px;
        font-size: 22px;
    }
    .section-top {
        padding-top: 20px;
    }
}
@media screen and (max-width: 1320px) {
    .teacher>ul>li>ul>li>a>p:first-child {
        height: 32px;
    }
}

@media screen and (max-width: 700px) {
    .teacher>ul>li {
        padding-left: 10px;
        padding-right: 10px;
    }
    .teacher>ul>li>ul>li>a>p:first-child {
        height: 48px;
    }
    .teacher>ul>li>ul>li>a>p>span {
        font-size: 20px;
    }
}
@media screen and (max-width: 640px) {
    .ny-right .zc-art .szcontent>li {
        padding-left: 10px;
        padding-right: 10px;
    }
    .ny-right .zc-art .szcontent>li.one .ny-text {
        float: right;
        width: 50%;
        padding-left: 0;
    }
    .section-top .sect1-pic .offer {
        bottom: 0;
        width: 100%;
        height: auto;
    }
    .fy {
        padding: 10px;
    }
    .fy-r {
        padding-left: 15px;
    }
    .qb-title {
        left: 200px;
    }
    .sect2>ul>li {
        width: 100%;
        margin-left: 0;
    }
    .pagination {
        padding-top: 20px;
    }
.conduct {
         padding: 10px;
     }
     .conduct-pic>ul>li {
         width: 44%;
         margin-top: 10px;
     }
     .conduct-pic>ul>li:nth-child(2n-1) {
         margin-left: 0;
     }
     .nyy-topic p::before {
         right: 65%;
     }
     .nyy-topic p::after {
         left: 65%;
     }
}
                     @media screen and (max-width: 480px) {
                         .tw-pic {
                             float: none;
                             width: auto;
                             padding-top: 60%
                         }
                         .zs-text {
                             padding-left: 0;
                             margin-left: 0;
                         }
.ny-right .zc-art .szcontent>li.one .ny-text{float:none;
width:auto;}
.ny-right .zc-art .szcontent li.one .teach-pic{
float:none;}
                     }
@media screen and (max-width: 400px) {
    .ny-right .zc-art  .szcontent>li.one .teach-pic {
        float: none;
    }
    .ny-right .zc-art  .szcontent>li.one .ny-text {
        float: none;
        width: auto;
    }
    .ny-right .zc-art  .szcontent>li.two ul li {
        padding-left: 25px;
        margin-top: 20px;
    }
    .ny-left ul li a {
        font-size: 17px;
        padding: 10px;
    }
    .fy-l {
        float: none;
    }
    .qb-title {
        font-size: 32px;
    }
    .section-top .sect1-pic .offer .wz span {
        font-size: 36px;
    }
     .sect3-top {
        margin-bottom: 20px;
    }
    .sect3 .sect3-pic>ul li {
        float: none;
        width: auto;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .detail-tit {
        margin-top: 15px;
    }
    .detail-tit>h4 {
        font-size: 18px;
    }
.conduct {
         margin-top: 15px;
     }
     .nyy-topic h2 {
         font-size: 22px;
     }
     .nyy-topic p {
         font-size: 18px;
     }
     .conduct-pic {
         margin-top: 15px;
     }
.ny-right .ny-pic>ul>li>a .sz-pic{float:none;
width:auto;}
.ny-right .ny-pic>ul>li>a .sz-pic img{width:100%;
height:auto;}
}

@media screen and (max-width: 374px) {
    .ny-right .ny-pic>ul>li>a .sz-pic {
        float: none;
        width: auto;
    }
    .qb-title {
        top: 0;
        left: 155px;
    }
    .fy-l {
        position: relative;
        z-index: 999;
    }
    .sect2>ul>li {
        height: auto;
        padding-bottom: 20px;
    }
    .sect2>ul>li .icon {
        padding-top: 20px;
    }
    .sect2>ul>li:first-child {
        height: 207px;
    }
    .sect2>ul>li:first-child .more2 {
        bottom: 20px;
    }
    .ny-title h2 {
        float: none;
    }
    .ny-title .position {
        float: none;
    }
 .teacher>ul>li>ul>li>a>p:first-child {
        font-size: 12px;
    }
}

.link {
     padding-top: 80px;
     padding-bottom: 18px;
     border-bottom: 1px solid #e5e5e5;
 }
 
 .link>ul {
     text-align: center;
 }
 
 .link>ul>li {
     display: inline-block;
     padding: 0 50px;
 }
 
 .link>ul>li>a {
     font-size: 14px;
     color: #666;
 }
 
 .link>ul>li>span {
     font-size: 14px;
     color: #666;


.link1 {
     padding-top: 20px;
     padding-bottom: 18px;
 }
 
 .link1>ul {
     text-align: center;
 }
 
 .link1>ul>li {
     display: inline-block;
     padding: 0 60px;
 }
 
 .link1>ul>li>a {
     font-size: 14px;
     color: #666;
 }
 
 .link1>ul>li>span {
     font-size: 14px;
     color: #666;