@charset "utf-8";
.main-top {
    position: static;
}

.banner a {
    position: relative;
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(/images/ny-banner-tc.png) repeat-x center bottom;
}

.footer {
    position: static;
}

.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: #0176b6;
    color: #fff;
    border: 1px solid #0176b6;
}

.pagination a:hover {
    background: #0176b6;
    color: #fff;
    border: 1px solid #0176b6;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

#nymain {
    position: relative;
    z-index: 3;
    padding-bottom: 100px;
}

#nymain::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    bottom: 0;
    background: url(/images/ny-main.jpg) no-repeat center bottom;
    background-size: 100% auto;
}

.nymain {
    position: relative;
    margin-top: 50px;
    z-index: 4;
    overflow: hidden;
}

.nymain .leftNav {
    float: left;
    width: 280px;
    position: relative;
    box-sizing: border-box;
}

.nymain .leftNav p {
    position: relative;
    line-height: 50px;
    padding: 40px 15px;
    background: rgba(1, 118, 182, .9);
    font-size: 32px;
    color: #fff;
    text-align:center;
    box-sizing: border-box;
    border-top-left-radius: 60px;
    font-weight: bold;
}

.nymain .leftNav p span {
    position: absolute;
    top: 36px;
    right: 10px;
    width: 25px;
    height: 25px;
    background: url(/images/sub_left_down2.png) no-repeat center center;
    background-size: 14px 14px;
    display: none;
}

.nymain .leftNav p span.on {
    transform: rotate(45deg);
}

.nymain .leftNav>ul>li>ul>li {
    position: relative;
}

.nymain .leftNav>ul {
    background-color: #f8f8f8;
    border-left: 3px solid #cfcfcf;
    padding-top: 15px;
    padding-bottom: 30px;
    padding-right:20px;
}

.nymain .leftNav>ul>li {
    position: relative;
    margin-top: 20px;
    text-align: center;
}

.nymain .leftNav>ul>li::after {
    content: "";
    position: absolute;
    left: -3px;
    width: 5px;
    top: 0;
    bottom: 0;
    background-color: #0176b6;
    display: none;
}

.nymain .leftNav>ul>li.on::after {
    display: block;
}

.nymain .leftNav>ul>li.on>a {
    font-weight: bold;
    color: #0176b6;

}

.nymain .leftNav>ul>li>a {
    font-size: 20px;
    line-height: 40px;
    color: #484848;
    text-align: center;
}

.nymain .leftNav>ul>li>span {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 25px;
    top: 10px;
    line-height: 50px;
    background: url(/images/xl.png) no-repeat center center;
    cursor: pointer;
}

.nymain .leftNav>ul>li.on>span {
    transform: rotate(90deg);
}

.nymain .leftNav>ul>li>ul {
    display: none;
    background: #f6f7f9;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}

.nymain .leftNav>ul>li.active>ul {
    display: block;
}

.nymain .leftNav>ul>li>ul>li>a {
    display: block;
    font-size: 14px;
    color: #333;
    padding-left: 50px;
    line-height: 50px;
}

.nymain .leftNav>ul>li>ul>li>a:hover {
    color: #004694;
}

.ny-right {
    float: right;
    width: calc(100% - 310px);
    margin-left: -100px;
    position: relative;
    z-index: 999;
    box-sizing: border-box;
}

.ny-right .ny-r {
    padding-left: 50px;
    padding-right: 50px;
    background: #fff;
    background: linear-gradient(to bottom, #fff, transparent);
    min-height:500px;
}

.ny-title {
    position: relative;
    background: #fbfcfb;
    padding: 0 55px;
}

.ny-title h2 {
    line-height: 80px;
    border-bottom: 1px solid #d6d6d6;
}

.ny-title h2 .lmmm {
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
    border-left: 5px solid #0176b6;
    padding-left: 15px;
    font-size: 24px;
    color: #333;
    font-weight: normal;
}

.position {

    font-size: 0;
    text-align: right;
    display:inline-block;
    float:right;
    display:none;
}
.ny-title .position{
    display:block;
}

.position>div {
    display: inline-block;
    padding-left: 30px;
    background: url(/images/position.png) no-repeat left center;
}

.position span {
    color: #333;
    font-size: 16px;
    vertical-align: middle;
    font-weight: normal;
}

.position img {
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.position a {
    font-size: 16px;
    color: #333;
    margin: 0 5px;
    vertical-align: middle;
    font-weight: normal;
}

.position a:hover {
    color: #333;
}


/* 内容页 */


/* .art-main h2 {
    text-align: center;
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
    padding-top: 20px;
}

.art-main .art-tit h3 {
    text-align: center;
    color: #000;
    font-size: 30px;
    margin: 25px 0;
} */
#nymain .ny-right .art-main .art-body{    text-align: justify;}
#nymain .ny-right .art-main .art-body p {
    color: #333;
    font-size: 16px;
    line-height: 26px;
    padding-top: 25px;
    text-indent: 2em;

}
#nymain .ny-right .art-main .art-body p img{max-width:100%;}
#nymain .ny-right .art-main .art-body table p{
    text-indent:0;
    padding-top: 0;
}
.art-main .art-body p.img-tp img {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: auto;
}


/* 图文列表 */

.timg-list ul li {
    border-bottom: 1px dashed #cfcfcf;
}

.timg-list ul li a {
    display: block;
    transition: all 0.3s;
    padding: 30px;
    background-position: right center;
}

.timg-list ul li a>div {
    overflow: hidden;
}

.timg-list-img {
    float: left;
    width: 195px;
    margin-right: 20px;
}

.timg-list ul li a .pic {
    padding-top: 71%;
}

.timg-list ul li a h3 {
    font-size: 20px;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.timg-linfo {
    overflow: hidden;
}

.timg-linfo p {
    font-size: 16px;
    line-height: 22px;
    color: #666;
    height: 44px;
    opacity: .8;
    overflow: hidden;
}

.timg-linfo .date {
    display: inline-block;
    padding-bottom: 5px;
    color: #0176b6;
    border-bottom: 2px solid #cccccc;
}

.timg-linfo .date span {
    font-size: 28px;
    background-position: left center;
    font-weight: bold;
}

.timg-linfo .date i {
    font-style: normal;
}

.timg-list ul li:hover {
    background: url(/images/tw-bg.jpg) no-repeat center center;
    background-size: cover;
    border-bottom: 1px dashed transparent;
}

.timg-list ul li a:hover h3 {
    color: #fff;
}

.timg-list ul li a:hover .date {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.timg-list ul li a:hover .timg-linfo p {
    color: #fff;
    opacity: .6;
}


/* 日期列表 */


/* 日期列表 */

.list-text {
    padding-top: 25px;
}

.list-text>ul>li {
    border-bottom: 1px solid #e5e5e5;
    padding-left: 30px;
    padding-right: 20px;
}

.list-text>ul>li>a {
    padding: 30px 0;
    display: block;
    overflow: hidden;
    position: relative;
}

.list-text li .tm {
    width: 90px;
    float: left;
    text-align: center;
    font-size: 0;
}

.list-text li .tm span {
    display: inline-block;
    font-size: 16px;
    color: #999999;
    position: relative;
}

.list-text li .tm span:first-child {
    display: block;
    font-size: 40px;
    line-height: 40px;
    color: #0176b6;
}

.list-text li .text {
    overflow: hidden;
    padding-left: 25px;
}

.list-text li .text h1 {
    font-size: 20px;
    line-height: 1;
    color: #333;
    margin-bottom: 10px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-text li .text p {
    font-size: 18px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-text li:hover .tm span,
.list-text li:hover .tm span:first-child {
    color: #ffff;
}

.list-text>ul>li:hover {
    background-color: #0176b6;
    box-shadow: 0 10px 15px #afabab;
    border-bottom: 1px solid #0176b6
}

.list-text>ul>li:hover h1 {
    color: #fff;
}

.list-text>ul>li:hover p {
    color: #fff;
}


/* 校园风光 */

.group-img {
    position: relative;
    padding-top: 30px;
    padding-bottom: 45px;
}

.group-big li a {
    position: relative;
    display: block;
}

.group-big li a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 60px;
    padding: 0 20px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 20px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.group-big li a .pic {
    padding-top: 55.6%;
    display: block;
    position: relative;
    overflow: hidden;
}

.group-big li a .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.group-big li a img {
    display: block;
    width: 100%;
}

.group-big .slick-prev,
.group-big .slick-next {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.group-big .slick-prev {
    left: 20px;
    background: url(/images/big-l.png) no-repeat center center;
}

.group-big .slick-next {
    right: 20px;
    background: url(/images/big-r.png) no-repeat center center;
}

.jtt {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.jtt .jt-l {
    position: absolute;
    left: 15px;
    width: 30px;
    top: auto;
    bottom: 20px;
    height: 15px;
    background: url(/images/group-l.png) no-repeat;
    transition: all .3s;
}

.jtt .jt-r {
    position: absolute;
    right: 15px;
    top: auto;
    bottom: 20px;
    width: 30px;
    height: 15px;
    background: url(/images/group-r.png) no-repeat;
    transition: all .3s;
}

.group-sml {
    position: absolute;
    left: 80px;
    right: 80px;
    bottom: 0;
    padding-top: 10px;
    overflow: hidden;
}

.group-sml .slick-list {
    overflow: visible;
}

.group-sml li {
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #fff;
}

.group-sml li a {
    padding-top: 5px;
    padding-left: 2px;
    padding-right: 2px;
    position: relative;
    overflow: hidden;
    display: block;
}

.group-sml li a .pic {
    padding-top: 47%;
}

.group-sml li a p {
    border: 1px solid #d6d6d6;
    background-color: #e8e9eb;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #333;
    text-align: center;
}

.group-sml li.slick-current {
    margin-top: -10px;
}

.group-sml li.slick-current a .pic {
    padding-top: 55%;
}

@media screen and (max-width:1024px) {
    .nymain {
        margin-top: 10px;
    }
    .nymain .leftNav {
        float: none;
        width: auto;
    }
    .nymain .leftNav p span {
        display: block;
    }
    .nymain .leftNav p {
        height: auto;
        padding: 10px;
        font-size: 22px;
        border-top-left-radius: 0;
        text-align: left;
    }
    .nymain .leftNav p span {
        top: 24px;
    }
    .nymain .leftNav>ul {
        min-height: auto;
        margin-left: 5px;
        padding-right: 15px;
        display: none;
    }
    .ny-right {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .position {

        line-height: 35px;
        text-align: left;
        padding-left: 15px;
    }
    .ny-title {
        padding: 0;
    }
    .ny-right .ny-r {
        padding: 0;
    }
    .ny-title h2 {
        line-height: 40px;
    }
    .ny-title h2 .lmmm {
        font-size: 20px;
    }
}

@media screen and (max-width:1000px) {
    .teach>ul>li .text {
        padding-left: 10px;
    }
    .teach>ul>li .text p {
        font-size: 14px;
    }
}

@media screen and (max-width:700px) {
    .position{display:block;}
    .ny-title .position{
         display:none;
    }
    .banner a {
        height: auto;
    }
    .nymain .leftNav>ul>li>a {
        font-size: 16px;
        line-height: 40px;
    }
    .nymain .leftNav>ul>li>span {
        right: 15px;
        top: 10px;
    }
    .ny-title {
        line-height: 40px;
    }
    .position span {
        font-size: 14px;
        
    }
    .position a {
        font-size: 14px;
    }
    .pagination {
        padding-top: 15px;
    }
    .art-main .art-body p {
        padding-top: 10px;
        font-size: 14px;
    }
    #nymain {
        padding-bottom: 15px;
    }
    .timg-list ul li a {
        padding: 15px 0;
    }
}

@media screen and (max-width:500px) {
    .timg-list-img {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .timg-linfo {
        margin-top: 15px;
    }
    .list-text>ul>li {
        padding-left: 0;
        padding-right: 0;
    }
    .list-text li .text {
        padding-left: 15px;
    }
    .list-text li .tm span:first-child {
        font-size: 26px;
    }
    .list-text li .tm {
        width: 75px;
    }
    .group-sml {
        left: 40px;
        right: 40px;
    }
    .jtt .jt-l {
        left: 0;
    }
    .jtt .jt-r {
        right: 0;
    }
    .group-img {
        padding-bottom: 90px;
    }
}