    @charset "utf-8";



.banner {
   padding-top:100px;
    max-height: 500px;
    overflow: hidden;
    text-align: center;
}

.banner img{width:100%;}


@media screen and (max-width: 1024px)
{
.banner {
   padding-top:0px;
    max-height: 200px;
    overflow: hidden;
    text-align: center;
}
.banner img{width:100%;}
}
    .ny-topic {
        position: absolute;
        left: 0;
        top: -105px;
        background: url(../images/ny-topic.png) no-repeat center center;
        background-size: cover;
        width: 297px;
        box-sizing: border-box;
        text-align:center;
        padding-top: 35px;
        padding-bottom: 35px;
        font-size: 36px;
        color: #fff;
        line-height: 36px;
        z-index: 996;
    }
    
    .ny-topic span {
        position: absolute;
        right: 25px;
        width: 30px;
        height: 30px;
        top: 15px;
        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: 40px;
    }
    
    .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: #59108f;
        color: #fff;
        border: 1px solid #59108f;
    }
    
    .pagination a:hover {
        background: #59108f;
        color: #fff;
        border: 1px solid #59108f;
    }
    
    .pagination span {
        display: inline-block;
        font-size: 14px;
    }
    
    #ny-main {
        background-color: #f7f3fa;
        padding-bottom: 85px;
    }
    
    .ny-left {
        position: relative;
        float: left;
        width: 297px;
    }
    
    .ny-left ul li {
        position: relative;
        border-bottom: 1px solid #d5d5d5;
    }
    
    .ny-left>ul>li:last-child {
        border-bottom: none;
    }
    
    .ny-left ul li a {
        display: block;
        padding: 25px 20px 20px 40px;
        font-size: 20px;
        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;
        display: none;
    }
    
    .ny-left>ul>li.on>a {
        font-size: 18px;
        background-color: #59108f;
        color: #fff;
    }
    
    .ny-left>ul>li:hover>a {
        background-color: #59108f;
        color: #fff;
    }
    
    .ny-left ul li.on span {
        background: url(../images/ss.png) no-repeat center center;
        display: none;
    }
    
    .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-left ul li ul li:hover a {
        color: #59108f;
    }
    
    .ny-right {
        overflow: hidden;
        padding-left: 30px;
    }
    
    .ny-title {
        overflow: hidden;
        padding-top: 25px;
        padding-bottom: 10px;
        border-bottom: 2px solid #59108f;
    }
    
    .ny-title h2 {
        float: left;
        font-size: 28px;
        color: #59108f;
        font-weight: normal;
    }
    
    .ny-title .position {
        float: right;
        margin-top: 10px;
        padding-left: 20px;
        background: url(../images/position.png) no-repeat left center;
    }
    
    .ny-title .position span {
        font-size: 16px;
        color: #59108f;
    }
    
    .ny-title .position a {
        font-size: 16px;
        color: #59108f;
    }
    
    .ny-title .position a:hover {
        color: #13439b;
    }
    /* 详情页 */
    
    .art-text {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .detail-tit>h4 {
        font-size: 28px;
        line-height: 46px;
        color: #59108f;
        text-align: center;
        font-weight: normal;
        padding-top: 45px;
        padding-bottom: 40px;
    }
    
    .detail-tit>h4:nth-child(2) {
        font-size: 22px;
        line-height: 1;
        color: #333333;
        font-weight: normal;
        margin-bottom: 30px;
    }
    
    .detail-tit>p {
        position: relative;
        text-align: center;
        color: #a87fc7;
        border-top: 1px dashed #d7c8e2;
        border-bottom: 1px dashed #d7c8e2;
        line-height: 60px;
    }
    
    .detail-tit>p img {
        margin: 0 15px;
    }
    
    .detail-tit>p>span {
        font-size: 14px;
        display: inline-block;
    }
    
    .detail-tit>p>span.num {
        position: absolute;
        right: 0;
        top: 10px;
    }
    
    .detail-tit>p>span.one {
        right: 45px;
    }
    
    .detail-tit>p i {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .detail-text p {
        font-size: 18px;
        line-height: 30px;
        color: #333;
        margin-top: 10px;
        text-indent: 2em;
    }
    
    .detail-img>img {
        display: block;
        width: 100%;
        max-width: 597px;
        margin: auto;
    }
    
    .detail-img {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    
    .paging {
        text-align: center;
        margin-top: 50px;
    }
    
    .paging>a {
        display: inline-block;
        margin: 0 25px;
    }
    
    .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;
    }
    /* 图文列表页 */
    
    .main-down>ul>li {
        padding: 30px;
        margin-top: 35px;
        margin-bottom: 35px;
        transition: all .3s;
    }
    
    .main-down ul li a {
        overflow: hidden;
        display: block;
    }
    
    .tw-pic {
        position: relative;
        float: left;
        width: 305px;
        overflow: hidden;
    }
    
    .tw-pic .pic {
        position: relative;
        padding-top: 62%;
    }
    
    .tw-pic img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-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: 30px;
        margin-top: 15px;
    }
    
    .zs-text h3 {
        font-size: 22px;
        font-weight: normal;
        color: #333;
        margin-top: 10px;
        margin-bottom: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .zs-text:hover h3 {
        color: #57068c;
    }
    
    .zs-text p {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
        color: #808080;
        overflow: hidden;
    }
    
    .zs-text span {
        font-size: 18px;
        color: #59108f;
        font-weight: bold;
    }
    
    .slick-page {
        padding-top: 43px;
        padding-bottom: 66px;
        text-align: center;
    }
    
    .main-down>ul>li:hover {
        background-color: #59108f;
    }
    
    .main-down>ul>li:hover span {
        color: #fff;
    }
    
    .main-down>ul>li:hover h3 {
        color: #fff;
    }
    
    .main-down>ul>li:hover p {
        color: #fff;
    }
    /* 日期列表 */
    
    .list-text>ul>li {
        margin-top: 25px;
        margin-bottom: 25px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
        transition: all .3s;
    }
    
    .list-text>ul>li>a {
        display: block;
        overflow: hidden;
        position: relative;
    }
    
    .list-text li .tm {
        width: 70px;
        height: 70px;
        float: left;
        text-align: center;
        border: 1px solid #57068c;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    
    .list-text li .tm span {
        display: inline-block;
        font-size: 14px;
        color: rgba(87, 6, 140, .7);
        position: relative;
        font-weight: bold;
    }
    
    .list-text li .tm span:first-child {
        display: block;
        font-size: 30px;
        color: #57068c;
        font-weight: bold;
        width: auto;
    }
    
    .list-text li .text {
        overflow: hidden;
        padding-left: 35px;
        margin-top: 20px;
    }
    
    .list-text li .text p {
        font-size: 22px;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .list-text>ul>li:hover {
        background-color: #57068c;
    }
    
    .list-text>ul>li:hover .tm span {
        color: #fff;
    }
    
    .list-text>ul>li:hover .text p {
        color: #fff;
    }
 .list-text>ul>li:hover .text p span{
        color: #fff;
    }
    /* 师资简介 */
    
    .t-top {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    
    .tt-l {
        float: left;
        width: 447px;
        background-color: #59108f;
        margin-top: 35px;
    }
    
    .tt-l .pic {
        position: relative;
        padding-top: 70%;
        transform: translate(35px, -35px);
        overflow: hidden;
    }
    
    .tt-l .pic img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%;
        transition: all .3s;
    }
    
    .tt-l .pic:hover img {
        transform: translate(-50%, -50%) scale(1.2);
    }
    
    .tt-r {
        overflow: hidden;
        padding-left: 75px;
    }
    
    .tt-r .name {
        margin-bottom: 25px;
    }
    
    .tt-r .name span {
        font-size: 36px;
        color: #59108f;
    }
    
    .tt-r .name i {
        padding-left: 20px;
        font-size: 18px;
        color: #4c4c4c;
    }
    
    .tt-r h2 {
        font-size: 16px;
        color: #59108f;
        font-weight: bold;
    }
    
    .tt-r p {
        font-size: 16px;
        color: #333;
        padding-top: 10px;
    }
    
    .teach-box {
        margin-bottom: 15px;
    }
    
    .teach-box h2 {
        font-size: 16px;
        color: #59108f;
        font-weight: bold;
    }
    
    .teach-box ul li {
        margin-top: 10px;
        font-size: 16px;
        color: #333;
    }
    
    .teach-box ul li i {
        font-size: 16px;
        color: #333;
    }
    .teach-box img{max-width:100% !important; height:auto !important;}
    /* 师资列表 */
    
    .t-topic {
        margin-top: 25px;
    }
    
    .t-topic ul {
        font-size: 0;
        line-height: 48px;
        margin-left: 1%;
    }
    
    .t-topic ul li {
        display: inline-block;
        width: 3.8%;
        text-align: center;
    }
    
    .t-topic ul li a {
        display: block;
        font-size: 18px;
        color: #4c4c4c;
    }
    
    .t-topic ul li a:hover {
        background-color: #59108f;
        color: #fff;
    }
    
    .teach-pic {
        padding-bottom: 20px;
    }
    
    .teach-pic>ul>li {
        float: left;
        width: 30%;
        margin-left: 5%;
        margin-top: 50px;
        margin-bottom: 20px;
    }
    
    .teach-pic>ul>li:nth-child(3n-2) {
        margin-left: 0;
    }
    
    .teach-pic>ul>li a {
        display: block;
    }
    
    .teach-pic>ul>li a .pic {
        float: left;
        width: 108px;
    }
    
    .teach-pic>ul>li a .pic img {
        display: block;
        width: 100%;
        height: 136px;
    }
    
    .teach-pic>ul>li a .text {
        overflow: hidden;
        padding-left: 20px;
    }
    
    .teach-pic>ul>li a .text h2 {
        font-size: 22px;
        font-weight: normal;
        color: #5a108f;
        margin-bottom: 5px;
    }
    
    .teach-pic>ul>li a .text p {
        font-size: 12px;
        color: #666666;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    @media screen and (max-width: 1400px) {
        #ny-main .px1400 {
            padding-left: 0;
            padding-right: 0;
        }
        .ny-main {
            padding-left: 15px;
            padding-right: 15px;
        }
    }
    
    @media screen and (max-width: 1024px) {
        .ny-topic {
            position: relative;
            padding-left: 20px;
            width: auto;
            left: 0;
            top: 0;
            padding-top: 10px;
            padding-bottom: 10px;
            font-size: 24px;
        }
        .ny-topic span {
            display: block;
        }
        .ny-left {
            float: none;
            width: auto;
        }
        .ny-left>ul {
            display: none;
        }
        .ny-right {
            padding-left: 10px;
            padding-right: 10px;
        }
        .ny-title {
            padding-top: 10px;
        }
        .ny-title h2 {
            font-size: 22px;
        }
        .ny-left ul li a {
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .ny-left ul li a {
            font-size: 16px;
        }
        .main-down>ul>li {
            padding: 0;
            margin: 15px 0;
        }
    }
    
    @media screen and (max-width: 1000px) {
        .detail-tit>p {
            line-height: 35px;
        }
        .detail-tit>p>span.num {
            position: static;
        }
     .detail-text{
            text-indent: 0em !important;
           overflow-x:scroll;
        }
        .detail-text>p {
            text-indent: 2em !important;
            margin-top: 15px;
            font-size: 16px;
        }
      .detail-text p img{
        float:left;
        text-indent: 0em !important;
            width:100% !important;
           height:auto!important;;
        }
        .tw-pic {
            width: 250px;
        }
        .tt-l {
            width: 290px;
        }
        .tt-r p {
            padding-top: 5px;
        }
        .tt-r .name {
            margin-bottom: 10px;
        }
        .teach-pic>ul>li {
            width: 48%;
            margin-left: 0;
        }
        .teach-pic>ul>li:nth-child(2n) {
            margin-left: 4%;
        }
    }
    
    @media screen and (max-width: 600px) {
        .ny-title .position {
            margin-top: 0;
        }
        .ny-title .position span {
            font-size: 14px;
        }
        .ny-title .position a {
            font-size: 14px;
        }
        .ny-title h2 {
            font-size: 18px;
        }
        .list-text li .text {
            padding-left: 10px;
        }
        .list-text li .text p {
            font-size: 14px;
        }
        .art-text {
            padding-left: 0;
            padding-right: 0;
        }
        .detail-tit>h4 {
            padding-top: 10px;
            padding-bottom: 10px;
            line-height: 26px;
            font-size: 18px;
        }
        .detail-tit>p {
            line-height: 24px;
        }
       .detail-text{
            text-indent: 0em !important;
           overflow-x:scroll;
        }
        .detail-text>p {
            text-indent: 2em !important;
            margin-top: 15px;
            font-size: 16px;
        }
      .detail-text p img{
        float:left;
        text-indent: 0em !important;
            width:100% !important;
           height:auto!important;;
        }
        .paging {
            margin-top: 15px;
        }
        #ny-main {
            padding-bottom: 20px;
        }
        .paging>a img {
            height: 50px;
        }
        .tw-pic {
            float: none;
            width: auto;
        }
        .zs-text {
            padding-left: 0;
            margin-top: 0;
        }
        .zs-text h3 {
            font-size: 18px;
            margin-bottom: 5px;
        }
        .tt-l {
            float: none;
            width: auto;
        }
        .t-top {
            padding-top: 15px;
            padding-bottom: 15px;
        }
        .tt-l .pic {
            transform: translate(15px, -15px);
        }
        .tt-r {
            padding-left: 0;
        }
        .tt-r .name span {
            font-size: 28px;
        }
        .t-topic ul li a {
            font-size: 14px;
        }
        .t-topic {
            margin-top: 0;
        }
        .t-topic ul {
            line-height: 35px;
        }
        .teach-pic>ul>li {
            float: none;
            width: auto;
            margin-left: 0;
            margin-top: 15px;
        }
        .teach-pic>ul>li:nth-child(2n) {
            margin-left: 0;
        }
    }