.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: #0A4995;
    color: #fff;
    border: 1px solid #0A4995;
}

.pagination a:hover {
    background: #0A4995;
    color: #fff;
    border: 1px solid #0A4995;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

.ny-main {
    padding: 40px 0;
}

.ny-left {
    position: relative;
    float: left;
    width: 280px;
}

.ny-left>ul {
    background: #fcfbfb;
    padding-bottom: 45px;
}

.ny-left>ul>li {
    position: relative;
    line-height: 80px;
    overflow: hidden;
}

.ny-left>ul>li>span {
    position: absolute;
    right: 20px;
    top: 25px;
    width: 30px;
    height: 30px;
    background: url(../images/zk.png) no-repeat center center;
}

.ny-left>ul>li.on>span {
    transform: rotate(90deg);
}

.ny-left>ul>li>a {
    display: block;
    font-size: 20px;
    color: #333;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #ededed;
}

.ny-left>ul>li.on {
    border-bottom: 1px solid #ededed;
}

.ny-left>ul>li.on>a {
    color: #0A4995;
    background-color: #ededed;
    border-left: 4px solid #0A4995;
}

.ny-left>ul>li>ul {
    display: none;
    padding-bottom: 20px;
}

.ny-left>ul>li.active>ul {
    display: block;
}

.ny-left>ul>li>ul>li {
    position: relative;
    line-height: 28px;
    margin-top: 20px;
}

.ny-left>ul>li>ul>li>a {
    font-size: 18px;
    color: #666;
    padding-left: 35px;
}

.ny-left>ul>li>ul>li:hover>a {
    color: #000;
    font-weight: bold;
}

.ny-left>ul>li>ul>li>ul {
    display: none;
}

.ny-left>ul>li>ul>li>ul>li {
    border-bottom: 1px solid #eee;
    line-height: 40px;
}

.ny-left>ul>li>ul>li>ul>li>a {
    font-size: 14px;
    color: #333;
}

.ny-left p {
    position: relative;
    padding: 35px 10px 35px 10px;
    background: #0A4995;
    font-size: 36px;
    text-align: center;
    color: #fff;
}

.ny-left p span {
    position: absolute;
    right: 10px;
    top: 14px;
    width: 20px;
    height: 20px;
    background: url(../images/sub_left_down2.png) no-repeat center center;
    display: none;
    z-index: 9;
}

.ny-left p span.on {
    background: url(../images/sub_left_up2.png) no-repeat center center;
}

.ny-right {
    overflow: hidden;
    padding-left: 35px;
    min-height: 600px;
}

.ny-left ul li.active ul {
    display: block;
}

.ny-title {
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #0A4995;
    line-height: 20px;
}

.ny-title h2 {
    float: left;
    font-size: 20px;
    color: #333;
}

.position {
    float: right;
    padding-left: 25px;
    background: url(../images/position.png) no-repeat left center;
}

.position span {
    font-size: 16px;
    color: #818181;
}

.position a {
    font-size: 16px;
    color: #818181;
}

.position a:hover {
    color: #0A4995;
}


/* 内容页 */

.detail-tit {
    padding-top: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
}

.detail-tit>h4 {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 15px;
    color: #333;
    text-align: center;
}

.detail-tit>p {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    text-align: center;
}

.detail-tit>p>span {
    display: inline-block;
    margin: 0 16px;
}

.detail-text p{
    font-size: 16px !important;
    line-height: 30px !important;
    color: #333;
    margin-top: 30px;
    font-family: "微软雅黑" !important;
}
.detail-text table{margin:0 auto; max-width:100%;}
.detail-text span{
    font-size: 16px !important;
    line-height: 30px !important;
    color: #333;
    margin-top: 30px;
 
    font-family: "微软雅黑" !important;
}
.detail-text img{
   max-width: 100%;
    display: block;
    margin: 0 auto;
}


#art .detail-text p {
    margin-top: 0;
}

#art .detail-text>p:first-child {
    margin-top: 30px;
}

.detail-img>img {
    display: block;
    width: 100%;
    max-width: 614px;
    margin: auto;
}

.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: #0A4995;
}

.paging>a:hover>span {
    color: #0A4995;
}

.page {
    margin-top: 30px;
    border-top: 1px solid #d9d9d9;
}

.page p {
    padding-top: 20px;
}

.page p span {
    font-size: 15px;
    color: #444;
}

.page p a {
    font-size: 15px;
    color: #444;
}

.page p a:hover {
    color: #0A4995;
}


/* 图片列表 */

.pic-list>ul {
    overflow: hidden;
}

.pic-list>ul>li {
    position: relative;
    float: left;
    width: 30%;
    margin-left: 5%;
    margin-top: 30px;
    top: 0;
    transition: all .3s;
}

.pic-list>ul>li:hover {
    top: -10px;
}

.pic-list>ul>li:nth-child(3n-2) {
    margin-left: 0;
}

.pic-list>ul>li a {
    display: block;
}

.pic-list>ul>li .pic {
    padding-top: 64.77%;
    border: 1px solid #dddddd;
    max-height: 207px;
}

.pic-list>ul>li .pic img {
    width: 100%;
    height: 100%;
}

.pic-list>ul>li .text {
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
}

.pic-list>ul>li .text p {
    line-height: 24px;
    font-size: 16px;
    color: #333;
    height: 48px;
    overflow: hidden;
}

.pic-list>ul>li:hover .text p {
    color: #0A4995;
}

.pic-list>ul>li .more {
    display: inline-block;
    margin-top: 15px;
    width: 90px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #dddddd;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
}

.pic-list>ul>li:hover .more {
    border: 1px solid #0A4995;
}


/* 列表页 */

.list>ul>li {
    position: relative;
    padding-left: 35px;
    padding-right: 85px;
    background: url(../images/icon.png) no-repeat left center;
    line-height: 60px;
    border-bottom: 1px solid #dfdfdf;
}

.list>ul>li>a {
    display: block;
    font-size: 16px;
    color: #303030;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list>ul>li span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #999;
}

.list>ul>li:hover>a {
    color: #0A4995;
}


/* 合作办学 */

#nt {
    border-bottom: 1px solid #e8e8e8;
}

.ny-t {
    line-height: 69px;
    overflow: hidden;
}

.ny-t .position {
    float: left;
}

.ny-t .position a {
    font-size: 16px;
    color: #333;
}

.ny-t .ny-dh {
    float: right;
}

.ny-t .ny-dh>ul {
    font-size: 0;
}

.ny-t .ny-dh>ul>li {
    display: inline-block;
    padding: 0 40px;
    border-left: 1px solid #e8e8e8;
    text-align: center;
}

.ny-t .ny-dh>ul>li:last-child {
    border-right: 1px solid #e8e8e8;
}

.ny-t .ny-dh>ul>li>a {
    font-size: 16px;
    color: #333;
}

.ny-top {
    margin-top: 45px;
}

.nt-l {
    float: left;
    width: 60.5%;
    border-top: 4px solid #0A4995;
    box-shadow: 0 0 5px #e7d8d8;
    height: 535px;
    box-sizing: border-box;
    padding: 30px 90px 30px 35px;
}

.nt-l p {
    line-height: 32px;
    font-size: 16px;
    color: #333;
    text-indent: 2em;
    margin-top: 30px;
    margin-bottom: 10px;
}

.nt-r {
    position: relative;
    float: right;
    width: 43.4%;
    margin-left: -3.9%;
    margin-top: 50px;
    box-sizing: border-box;
    padding-right: 10px;
    padding-bottom: 10px;
}

.nt-r:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 380px;
    height: 187px;
    background: #0A4995;
}

.nt-r img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 378px;
    z-index: 2;
}

.ny-down {
    margin-top: 60px;
}

.ny-down ul li {
    position: relative;
    float: left;
    width: 30%;
    margin-left: 5%;
    margin-bottom: 50px;
    top: 0;
    transition: all .3s;
}

.ny-down ul li:hover {
    top: -10px;
}

.ny-down ul li:nth-child(3n-2) {
    margin-left: 0;
}

.ny-down ul li a {
    position: relative;
    display: block;
}

.ny-t .ny-dh>ul>li:hover>a {
    color: #0A4995;
}

.ny-down ul li a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  
    background-size: cover;
}

.ny-down ul li a .pic {
    position: relative;
    padding-top: 75%;
    overflow: hidden;
}

.ny-down ul li a .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.ny-down ul li a .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 111px;
    
    background-size: 100% auto;
    box-shadow: 0 4px 4px #f1efef;
    z-index: 3;
}

.ny-down ul li a .text p {
    padding-top: 65px;
    text-align: center;
    font-size: 24px;
    color: #0A4995;
   
}

@media screen and (max-width: 1024px) {
    .ny-left {
        float: none;
        width: auto;
    }
    .ny-left p span {
        display: block;
    }
    .ny-left p {
        font-size: 24px;
        text-align: left;
        padding: 20px;
    }
    .ny-left p span {
        right: 30px;
        top: 25px;
    }
    .ny-left>ul {
        display: none;
    }
    .ny-right {
        padding-left: 0;
        margin-top: 15px;
    }
    .ny-left>ul>li {
        line-height: 50px;
    }
    .ny-left>ul>li>span {
        top: 12px;
    }
    .ny-t .ny-dh>ul>li {
        padding: 0 20px;
    }
    .nt-l {
        height: 465px;
    }
}

@media screen and (max-width: 1000px) {
    .nt-l {
        float: none;
        width: auto;
        height: auto;
    }
    .nt-r {
        float: none;
        width: auto;
    }
    .ny-down ul li a .text p {
        padding-top: 80px;
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    .detail-text p {
        margin-top: 15px;
    }
    .ny-title h2 {
        float: none;
    }
    .position {
        float: none;
        margin-top: 10px;
    }
    .detail-tit {
        padding: 15px 0;
    }
    .detail-tit>h4 {
        margin-bottom: 0;
    }
    .pic-list>ul>li {
        width: 48%;
        margin-left: 0;
        margin-top: 15px;
    }
    .pic-list>ul>li:nth-child(2n) {
        margin-left: 4%;
    }
    .pic-list>ul>li .text p {
        font-size: 14px;
    }
    .list>ul>li {
        padding-left: 10px;
        line-height: 39px;
    }
    .list>ul>li>a {
        font-size: 14px;
    }
    .list>ul>li span {
        font-size: 12px;
    }
    .nt-l {
        padding: 15px;
    }
    .nt-l p {
        margin-top: 5px;
    }
    .ny-t .ny-dh>ul>li {
        border-left: none;
    }
    .ny-t .ny-dh>ul>li:last-child {
        border-right: none;
    }
    .ny-t {
        line-height: 40px;
    }
    .ny-down ul li {
        width: 48%;
        margin-left: 0;
    }
    .ny-down ul li:nth-child(2n) {
        margin-left: 4%;
    }
    .ny-down ul li a .text p {
        padding-top: 40px;
        background-size: 40px auto;
    }
    .ny-down ul li a .text {
        height: 60px;
    }
    .ny-main {
        padding: 15px 0;
    }
    .ny-left p {
        padding: 10px 15px;
    }
    .ny-left p span {
        right: 15px;
        top: 15px;
    }
    .pagination {
        padding-top: 15px;
    }
    .ny-left>ul>li>a {
        font-size: 16px;
    }
    .ny-left>ul>li>ul>li>a {
        font-size: 14px;
    }
    .ny-left>ul>li>ul>li {
        margin-top: 10px;
    }
}
