@charset "utf-8";

.ny-main{min-height:500px;}
.detail-text{padding:30px 0px;}

.detail-text img{ margin:0 auto;}
.ny-topic {
    position: absolute;
    top: -80px;
    left: -380px;
    padding-left: 280px;
    padding-right: 80px;
    line-height: 80px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background: rgba(17, 85, 154, .9);
    z-index: 2;
    min-width: 260px;
}

.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 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: #0d5499;
    color: #fff;
    border: 1px solid #0d5499;
}

.pagination a:hover {
    background: #0d5499;
    color: #fff;
    border: 1px solid #0d5499;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

#ny-main {
    background-color: #fafafa;
    
}

.ny-left {
    position: relative;
    float: left;
    width: 240px;
}

.ny-left ul li {
    position: relative;
}

.ny-left ul li a {
    display: block;
    padding: 20px 15px;
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #eeeeee;
    border-left: 3px solid transparent;
}

.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: #0d5499;
    background-color: #f3f7f9;
    border-left: 3px solid #0d5499;
    border-bottom: none;
}
.ny-left>ul>li>ul>li.on>a {
    font-size: 18px;
    color: #0d5499;
    background-color: #f3f7f9;
    border-bottom: none;
}
.ny-left ul li.on span {
    transform: rotate(90deg);
}

.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: 30px;
    font-size: 16px;
}

.ny-right {
    overflow: hidden;
    padding-left: 60px;
}

.ny-left ul li.active ul {
    display: block;
}

.ny-right {
    padding-top: 35px;
}

.ny-title {
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px solid #d2d2d2;
}

.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 {
    border-top: 1px solid #e5e5e5;
}

.ny-right .ny-pic>ul>li {
    margin-top: 40px;
    float: left;
    width: 48%;
}

.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;
}

.ny-right .zc-art>ul>li {
    margin-top: 40px;
    background: #eef1f5;
    padding: 30px 60px 45px 45px;
    overflow: hidden;
}

.ny-right .zc-art>ul>li.one .teach-pic {
    float: left;
}

.ny-right .zc-art>ul>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>ul>li.one .ny-text h3 {
    color: #13439b;
}

.ny-right .zc-art>ul>li.one .teach-pic img {
    display: block;
    width: 100%;
}

.ny-right .zc-art>ul>li.one .ny-text p {
    display: inline-block;
    min-width: 48%
}

.ny-right .zc-art>ul>li.one .ny-text p span {
    font-size: 16px;
    color: #333;
}

.ny-right .zc-art>ul>li.one .ny-text p i {
    font-size: 14px;
    color: #333;
}

.ny-right .zc-art>ul>li h2 {
    font-size: 18px;
    color: #333;
    padding-bottom: 15px;
    
}

.ny-right .zc-art>ul>li.two ul {
    position: relative;
}

.ny-right .zc-art>ul>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>ul>li.two ul li {
    position: relative;
    margin-top: 40px;
    padding-left: 40px;
    
}

.ny-right .zc-art>ul>li ul li span {
    font-size: 16px;
    color: #333;
}

.ny-right .zc-art>ul>li ul li i {
    font-size: 14px;
    color: #666;
    padding-left: 25px;
}

.ny-right .zc-art>ul>li.three p {
    line-height: 28px;
    font-size: 14px;
    color: #666;
    margin-top: 15px;
}


/* 简介页 */

.art-body p {
    font-size: 16px;
    line-height: 36px;
    color: #333;
    text-indent: 2em;
    margin-top: 15px;
}


/* 详情页 */

#art .ny-title {
    border-bottom: none;
}

.detail-tit {
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
}

.detail-tit>h4 {
    font-size: 24px;
    line-height: 1;
    font-weight: normal;
    color: #333;
    text-align: center;
    margin: 20px 0;
}

.detail-tit>p {
    font-size: 16px;
    line-height: 1;
    color: #999999;
    text-align: center;
}

.detail-tit>p>span {
    display: inline-block;
    margin: 0 50px;
}


.detail-tit {
    display: block;
}

.detail-tit .pic {
    position: relative;
    width: 40%;
    padding-top: 46%;
    overflow: hidden;
    float: left;
}

.detail-tit .pic img {
  
   
    width: 100%;
    height: auto;
    transition: all .3s;
}

.detail-tit .text {
    /* border: 1px solid #dcdcdc; */
    text-align: center;
    padding: 10px 0;
    width: 60%;
    float: left;
}

.detail-tit .text h2 {
   /*  border-left: 2px solid #0d5499;*/
    font-size: 18px;
padding-left:10px;
    color: #333;
 text-align:left;
    font-weight: normal;
}

.detail-tit .text p {
    margin-top: 18px;
    padding-left:10px;
   text-align:left;
   line-height:25px;
    font-size: 14px;
    color: #333;
}
.detail-tit .text .detail{
    border: 1px #1A61A2 dashed;
    line-height: 30px;
    width: 62%;
    margin-left: 10px;
   
}
.detail-tit:hover a .pic img {
    transform: translate(-50%, -50%) scale(1.1);
}

.detail-tit:hover a .text h2 {
    color: #0d5499;
}


.detail-titrw{
    width: 100%;
    margin-top: 30px;
   
}
.detail-titrw .picrw{width:150px; padding-top:0%; height:185px;}

.detail-text>p {
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    margin-top: 30px;
    text-indent: 2em;
}

.detail-img>img {
    display: block;
    width: 100%;
    max-width: 951px;
    margin: auto;
}

#art .ny-right {
    padding-left: 0;
}

.detail-img {
    margin-top: 16px;
    margin-bottom: 16px;
}

.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: #13439b;
}

.paging>a:hover>span {
    color: #13439b;
}


/* 列表页 */

.lists li {
    padding-left: 20px;

    background: url(../images/list.png) no-repeat left center;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    line-height: 60px;
}

.lists li a {
    color: #333;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lists li a:hover {
    color: #13439b;
}




/* 图文列表页 */

#md .pagination {
    padding-top: 10px;
}

.main-down>ul>li {
    padding: 40px 30px;
    transition: all .3s;
}

.main-down>ul>li:hover {
    background-color: #13439b;
}

.main-down ul li a {
    overflow: hidden;
    display: block;
}

.tw-pic {
    position: relative;
    float: left;
    width: 350px;
    overflow: hidden;
}

.tw-pic img {
    display: block;
    width: 100%;
    transition: all .3s;
}

.main-down ul li:hover .tw-pic img {
    transform: scale(1.2);
}

.zs-text {
    overflow: hidden;
    padding-left: 25px;
}

.zs-text h3 {
    font-size: 18px;
    font-weight: normal;
    color: #333;
    line-height: 32px;
    height: 64px;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

.zs-text p {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    margin-top: 10px;
    color: #999999;
    overflow: hidden;
}

.zs-text span {
    display: block;
    font-size: 16px;
    color: #0d5499;
    padding-left: 30px;
    margin-top: 20px;
    background: url(../images/time-other.png) no-repeat left center;
}

.main-down>ul>li:hover .zs-text span {
    color: #fff;
    background: url(../images/time.png) no-repeat left center;
}

.main-down>ul>li:hover .zs-text h3 {
    color: #fff;
}

.main-down>ul>li:hover .zs-text p {
    color: #fff;
}

.slick-page {
    padding-top: 43px;
    padding-bottom: 66px;
    text-align: center;
}


/* 领导页 */

.teacher>ul>li {
    margin-top: 30px;
    float: left;
    width: 50%;
    min-height: 200px;
}



.teacher>ul>li a {
    display: block;
}

.teacher>ul>li a .pic {
    position: relative;
    width: 30%;
    /* padding-top: 41%; */
    overflow: hidden;
    float: left;
    height: 180px;
}

.teacher>ul>li a .pic img {
    position: absolute;
    /* left: 50%; */
    /* top: 40%; */
    /* transform: translate(-50%, -50%); */
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.teacher>ul>li a .text {
    /* border: 1px solid #dcdcdc; */
    text-align: center;
    padding: 10px 0;
    width: 60%;
    float: left;
}

.teacher>ul>li a .text h2 {
   /*  border-left: 2px solid #0d5499;*/
    font-size: 18px;
padding-left:10px;
    color: #333;
 text-align:left;
    font-weight: normal;
}

.teacher>ul>li a .text p {
    margin-top: 5px;
    padding-left: 10px;
    text-align: left;
    line-height: 25px;
    font-size: 14px;
    color: #333;
}
.teacher>ul>li a .text .detail{
    border: 1px #1A61A2 dashed;
    line-height: 30px;
    width: 62%;
    margin-left: 10px;
   
}
.teacher>ul>li:hover a .pic img {
    transform: scale(1.1);
}

.teacher>ul>li:hover a .text h2 {
    color: #0d5499;
}


/* 组织机构 */

.organize>ul>li {
    float: left;
    width: 32%;
    margin-left: 2%;
    border: 1px solid #739eb3;
    box-sizing: border-box;
    margin-top: 40px;
    height: 70px;
    line-height: 70px;
    padding: 0 70px;
    text-align: center;
    background-color: #f8f8f8;
    transition: all .3s;
    overflow: hidden;
}

.organize>ul>li:nth-child(3n-2) {
    margin-left: 0;
}

.organize>ul>li>a {
    display: inline-block;
    line-height: 22px;
    vertical-align: middle;
    font-size: 16px;
    color: #333;
}

.organize>ul>li:hover {
    border-bottom: 4px solid #0d5499;
}

.organize>ul>li:hover a {
    color: #0d5499;
}

@media screen and (max-width: 1024px) {
    .ny-topic {
        position: relative;
        padding-left: 20px;
        width: auto;
        left: 0;
        top: 0;
       font-size:18px;
    }
    .ny-topic span {
        display: block;
    }
    .ny-left {
        float: none;
        width: auto;
    }
    .ny-left>ul {
        display: none;
    }
    .ny-right {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width:1000px) {
    .ny-topic {
        line-height: 48px;
    }
    .ny-topic span {
        top: 10px;
    }
    .ny-left ul li a {
        padding: 10px 40px;
    }
    .ny-left ul li span {
        top: 13px;
    }
    .ny-right {
        padding-top: 10px;
    }
    .ny-title h2 {
        font-size: 22px;
    }
    .organize>ul>li {
        padding: 0 20px;
    }
    .main-down>ul>li {
        padding: 15px;
    }
}

@media screen and (max-width:850px) {
    .teacher>ul>li {
        width: 50%;
        margin-left: 0;
        margin-top: 15px;
    }
    

.teacher>ul>li a .pic{padding-top: 55%;}
.teacher>ul>li a .pic img{top: 50%;}
.teacher>ul>li a .text p {
    margin-top: 5px;
   
    font-size: 12px;
    
}
   
    .ny-title h2 {
        font-size: 16px;
    }
    .ny-title .position {
        margin-top: 0;
    }
    .lists li {
        line-height: 39px;
    }
   .lists li a {
    font-size: 14px;
    line-height: 14px;
    /* float: left; */
    display: inline-block;
    width: 64%;
}
    .pagination {
        padding-top: 20px;
    }
    #ny-main {
        padding-bottom: 20px;
    }
    .detail-tit>h4 {
        font-size: 20px;
        line-height: 29px;
        margin: 10px 0;
    }
    .detail-tit>p {
        font-size: 14px;
    }
    .detail-text>p {
        margin-top: 15px;
        font-size: 14px;
    }
    .organize>ul>li {
        width: 48%;
        margin-left: 0;
    }
    .organize>ul>li:nth-child(2n) {
        margin-left: 4%;
    }
    .organize>ul>li {
        margin-top: 15px;
    }
    .organize>ul>li>a {
        font-size: 14px;
    }
    .main-down>ul>li {
        padding: 0;
    }
    .tw-pic {
        float: none;
        width: auto;
    }
    .zs-text {
        overflow: visible;
        padding-left: 0;
        margin-top: 10px;
    }
}


@media screen and (max-width:450px) {
    .teacher>ul>li {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
    

.teacher>ul>li a .pic{padding-top: 55%;}
.teacher>ul>li a .pic img{top: 50%;}
.teacher>ul>li a .text p {
    margin-top: 5px;
   
    font-size: 12px;
    
}
   
    .ny-title h2 {
        font-size: 16px;
    }
    .ny-title .position {
        margin-top: 0;
    }
    .lists li {
        line-height: 39px;
    }
   .lists li a {
    font-size: 14px;
    line-height: 14px;
    /* float: left; */
    display: inline-block;
    width: 64%;
}
    .pagination {
        padding-top: 20px;
    }
    #ny-main {
        padding-bottom: 20px;
    }
    .detail-tit>h4 {
        font-size: 20px;
        line-height: 29px;
        margin: 10px 0;
    }
    .detail-tit>p {
        font-size: 14px;
    }
    .detail-text>p {
        margin-top: 15px;
        font-size: 14px;
    }
    .organize>ul>li {
        width: 48%;
        margin-left: 0;
    }
    .organize>ul>li:nth-child(2n) {
        margin-left: 4%;
    }
    .organize>ul>li {
        margin-top: 15px;
    }
    .organize>ul>li>a {
        font-size: 14px;
    }
    .main-down>ul>li {
        padding: 0;
    }
    .tw-pic {
        float: none;
        width: auto;
    }
    .zs-text {
        overflow: visible;
        padding-left: 0;
        margin-top: 10px;
    }
.detail-tit .text p {
    margin-top: 0px;
   
}
  .detail-titrw .picrw {
    width: 130px;
    padding-top: 0%;
    height: 170px;
} 
}