@charset "utf-8";
.ny-topic {
    position: absolute;
    top: -80px;
    left: -460px;
    padding-left: 404px;
    padding-right: 50px;
    line-height: 80px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: rgba(10, 95, 136, .94);
    z-index: 2;
}
.detail-text table p{text-indent:0em;}
.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: 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: #0a5f88;
    color: #fff;
    border: 1px solid #0a5f88;
}

.pagination a:hover {
    background: #0a5f88;
    color: #fff;
    border: 1px solid #0a5f88;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

#ny-main {
    background-color: #fafafa;
    padding-bottom: 80px;
}

.ny-left {
    position: relative;
    float: left;
    width: 480px;
}

.ny-left ul li {
    position: relative;
}

.ny-left ul li a {
    display: block;
    padding: 20px 40px;
    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: #0a5f88;
    background-color: #f3f7f9;
    border-left: 3px solid #0a5f88;
    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: 40px;
}

.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;
    background:  no-repeat center bottom;
}

.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;
    background:  no-repeat 0 center;
}

.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-text p ,.detail-text p span,.detail-text  span {
    font-size: 16px !important;
    font-family: "Microsoft YaHei", serif;
    line-height: 180% !important;
    color: #000;
    text-indent: 2em;
}

.detail-img>img,.detail-text img {
width: 100%;
    text-align: center;
    text-indent: 0px;
    margin: 20px auto;
    max-width: 500px;
    border: 0px !important;
    display: block;
}

#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;
}


/* 列表页 */

#list .ny-right {
    padding-left: 0;
}

#list .ny-title {
    border-bottom: none;
}

.lists li {
    padding-left: 20px;
    padding-right: 100px;
    background: url(../images/list.png) no-repeat left center;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    line-height: 60px;
}

.lists li a {
    display: block;
    color: #333;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lists li a:hover {
    color: #146080;
}

.lists li a span {
    position: absolute;
    right: 10px;
    font-size: 14px;
    color: #999999;
}


/* 图文列表页 */

#md .pagination {
    padding-top: 10px;
}

.main-down>ul>li {
    padding: 40px 30px;
    transition: all .3s;
}

.main-down>ul>li:hover {
    background-color: #0a5f88;
}

.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: #0a5f88;
    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: 21%;
    margin-left: 5.333%;
}

.teacher>ul>li:nth-child(4n-3) {
    margin-left: 0;
}

.teacher>ul>li a {
    display: block;
}

.teacher>ul>li a .pic {
    position: relative;
    padding-top: 121.4%;
    overflow: hidden;
}

.teacher>ul>li a .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    transition: all .3s;
}

.teacher>ul>li a .text {
    border: 1px solid #dcdcdc;
    text-align: center;
    padding: 10px 0;
}

.teacher>ul>li a .text h2 {
    border-left: 2px solid #0a5f88;
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.teacher>ul>li a .text p {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}

.teacher>ul>li:hover a .pic img {
    transform: translate(-50%, -50%) scale(1.1);
}

.teacher>ul>li:hover a .text h2 {
    color: #0a5f88;
}


/* 组织机构 */

.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 #3e7d99;
}

.organize>ul>li:hover a {
    color: #0f5e81;
}

/* 领导另 */

.teacher-other>ul>li {
    margin-top: 10px;
    margin-bottom: 30px;
}

.teacher-other>ul>li a {
    display: block;
    overflow: hidden;
}

.teacher-other>ul>li a .pic {
    float: left;
    width: 160px;
    max-height: 231px;
    overflow: hidden;
}

.teacher-other>ul>li a .pic img {
    width: 100%;
}

.teacher-other>ul>li a .text {
    position: relative;
    overflow: hidden;
    padding-left: 30px;
    padding-top: 60px;
}

.teacher-other>ul>li a .text:before {
    content: '';
    position: absolute;
    left: 30px;
    top: 40px;
    width: 28px;
    height: 3px;
    background-color: #2358a5;
}

.teacher-other>ul>li a .text h2 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
    margin-bottom: 20px;
}

.teacher-other>ul>li a .text span {
    font-size: 18px;
    color: #2358a5;
}

.teacher-other>ul>li a .text p {
    line-height: 28px;
    font-size: 16px;
    color: #999999;
}


/* 领导另结束 */
@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;*/
    }
}

@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:700px) {
    .teacher>ul>li {
        width: 48%;
        margin-left: 0;
        margin-top: 15px;
    }
    .teacher>ul>li:nth-child(2n) {
        margin-left: 4%;
    }
    .ny-title h2 {
        font-size: 16px;
    }
    .ny-title .position {
        margin-top: 0;
    }
    .lists li {
        line-height: 39px;
    }
    .lists li a {
        font-size: 14px;
    }
    .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;
    }
}