.ny-main {
    padding-bottom: 60px;
}

.ny-topic {
    position: relative;
    padding-left: 260px;
    padding-right: 220px;
    margin-top: -48px;
    height: 90px;
    line-height: 90px;
    background-color: #fff;
    box-shadow: 0 5px 10px #d7d7d7;
}

.ny-topic .ny-bt {
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    bottom: 0;
    width: 260px;
    background: url(../images/topic-tc.jpg) no-repeat center center;
    background-size: 100% 100%;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}

.ny-topic .ny-dh {
    margin-left: 35px;
    overflow: auto;
    white-space: nowrap;
   width: 85%;
}

.ny-topic .ny-dh ul {
    display: inline-block;
}

.ny-topic .ny-dh ul li {
    display: inline-block;
    margin: 0 20px;
}

.ny-topic .ny-dh ul li a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #333;
}

.ny-topic .ny-dh ul li a::before {
    content: "";
    left: 50%;
    right: 50%;
    height: 1px;
    background: #0d59a7;
    position: absolute;
    bottom: 20px;
    transition: all 0.3s;
}

.ny-topic .ny-dh ul li a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 17px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid #0d59a7;
    background: #fff;
    display: none;
}

.ny-topic .ny-dh ul li.on a {
    color: #0d59a7;
}

.ny-topic .ny-dh ul li.on a::before {
    left: 0;
    right: 0;
}

.ny-topic .ny-dh ul li.on a::after {
    display: block;
}

.ny-topic .ny-dh ul li:hover a {
    color: #0d59a7;
}

.ny-topic .ny-dh ul li:hover a::before {
    left: 0;
    right: 0;
}

.ny-topic .ny-dh ul li:hover a::after {
    display: block;
}

.ny-topic .position {
    position: absolute;
    top: 0;
    right: 35px;
    padding-left: 40px;
    background: url(../images/wz.png) no-repeat left center;
}

.ny-topic .position a {
    font-size: 14px;
    color: #999;
}

.ny-topic .position span {
    font-size: 14px;
    color: #999;
    padding: 0 0px;
}

.ny-topic .position a:hover {
    color: #0d59a7;
}


/* 翻页 */

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 60px;
}

.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: #0d59a7;
    color: #fff;
    border: 1px solid #0d59a7;
}

.pagination a:hover {
    background: #0d59a7;
    color: #fff;
    border: 1px solid #0d59a7;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}


/* 标题列表页 */

.lists ul {
    margin-top: 40px;
}

.lists li {
    position: relative;
    padding-left: 30px;
    /* padding-right: 120px; */
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    line-height: 86px;
    background: url(../images/ny-list.jpg) no-repeat left center;
    border-left: 4px solid transparent;
    transition: all .3s;
}

.lists li:hover {
    background-image: none;
    /* background-color: #0d59a7; */
    border-left: 4px solid #ff9900;
}

.lists li a {
    display: inline-block;
    color: #000;
    font-size: 16px;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lists li a:hover {
    /* color: #fff; */
}

.lists li span {
    /* position: absolute; */
    /* top: 0; */
    /* right: 10px; */
    font-size: 14px;
    color: #4c4c4c;
    /* z-index: 6; */
}



/* 诚聘英才 */

.talent>ul>li {
    margin-top: 30px;
}

.talent>ul>li h2 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.talent>ul>li p {
    margin-top: 20px;
    line-height: 24px;
    font-size: 16px;
    color: #333;
}

.talent>ul>li>ul>li h3 {
    margin-top: 25px;
    font-size: 16px;
    color: #333;
}


/* 师资简介 */

.jj-top {
    margin-top: 65px;
    margin-bottom: 30px;
    padding: 25px;
    box-shadow: 0 0 10px #d8cfcf;
}

.jt-l {
    float: left;
    width: 210px;
}

.jt-l .pic {
    padding-top: 133%;
}

.jt-r {
    float: right;
    width: calc(100% - 330px);
}

.jt-r h2 {
    position: relative;
    font-size: 20px;
    color: #0d59a7;
    font-weight: normal;
}

.jt-r h2::before {
    content: "";
    position: absolute;
    top: -25px;
    left: -70px;
    width: 50px;
    height: 60px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background: #0d59a7 url(../images/jj-icon.png) no-repeat center center;
}

.jt-r h3 {
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.jt-r p {
    line-height: 32px;
    font-size: 16px;
    color: #333;
    text-align: justify;
}

.jj-down {
    padding: 20px 30px 45px 30px;
    box-shadow: 0 0 10px #d8cfcf;
}

.jj-down ul {
    margin: 20px 0;
}

.jj-down ul li {
    line-height: 32px;
    font-size: 16px;
    color: #333;
}


/* 师资列表 */

.sjdh {
    margin-top: 45px;
    margin-bottom: 30px;
    text-align: center;
    overflow: auto;
    white-space: nowrap;
    overflow-y: hidden;
}

.sjdh ul {
    font-size: 0;
}

.sjdh ul li {
    position: relative;
    display: inline-block;
    margin: 0 15px;
    line-height: 40px;
    border: 1px solid #b3b3b3;
    min-width: 135px;
    text-align: center;
    padding: 0 5px;
    border-radius: 30px;
}

.sjdh ul li:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -17px;
    border: 6px solid transparent;
    border-top: 10px solid #0d59a7;
    display: none;
}

.sjdh ul li a {
    display: block;
    font-size: 16px;
    color: #333;
}

.sjdh ul li.on {
    border: 1px solid #0d59a7;
    background-color: #0d59a7;
}

.sjdh ul li:hover {
    border: 1px solid #0d59a7;
    background-color: #0d59a7;
}

.sjdh ul li.on a {
    color: #fff;
}

.sjdh ul li:hover a {
    color: #fff;
}

.sjdh ul li.on:after {
    display: block;
}

.sz-bt {
    padding-left: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    background: url(../images/name-icon.png) no-repeat left 4px;
}

.sz-lb ul li {
    margin-top: 40px;
}

.sz-lb ul li h2 {
    min-width: 170px;
    padding-left: 55px;
    padding-right: 20px;
    line-height: 50px;
    display: inline-block;
    background: #0d59a7 url(../images/btt-icon.png) no-repeat 15px center;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    font-size: 17px;
    color: #fff;
}

.sz-lb ul li {
    font-size: 0;
}

.sz-lb ul li .sz-name a {
    display: inline-block;
    width: 18%;
    line-height: 60px;
    background-color: #f2f2f2;
    text-align: center;
    font-size: 20px;
    color: #333;
    margin-top: 20px;
    margin-left: 2.5%;
}

.sz-lb ul li .sz-name a:nth-child(5n-4) {
    margin-left: 0;
}

.sz-lb ul li .sz-name a:hover span {
    color: #0d59a7;
    text-decoration: underline;
}


/* 正文页 */

.zwtj {
    padding-top: 60px;
    padding-bottom: 100px;
}

.zw-l {
    float: left;
    width: 70.5%;
    background-color: #fff;
    border-top: 4px solid #0d59a7;
    padding: 60px 15px;
    box-shadow: 0 0 10px #ccc;
}

.zw-r {
    float: right;
    width: 27%;
    box-shadow: 0 0 10px #ccc;
}

.nr-title {
    padding-bottom: 20px;
    border-bottom: 1px dotted #dddddd;
}

.nrr .nr-title p {
    margin-top: 0px;
    line-height: 1;
    text-indent: 0 !important;
}

.nr-title .lysj span {
    display: inline-block;
    font-size: 15px;
    color: #b7b7b7;
    margin-right: 25px;
    margin-top: 10px;
}
.nr-title .lysj{
   text-align: justify;
}

.nrr p {
    /* margin-top: 30px !important; */
    line-height: 40px !important;
    font-size: 20px !important;
    color: #333 !important;
    text-indent: 2em !important;
    /* text-align: justify !important; */
}

.nrr p.img-tp img {
    width: 100%;
    display: block;
    max-width: 636px;
    margin-left: auto;
    margin-right: auto;
}
.neirong p img {
    max-width: 100%;
    display: block;
    
    height:auto;
    margin:15px auto;
   
}
.ny-down {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #cccccc;
}

.ny-down p {
    line-height: 29px;
    margin-top: 0;
    text-indent: 0;
}

.ny-down p a {
    font-size: 16px;
    color: #333;
}

.ny-down p:hover a {
    color: #0d59a7;
    text-decoration: underline;
}

.zw-r .zr-box {
    padding: 45px 30px;
    margin-bottom: 35px;
    background-color: #fff;
}

.zw-r .zr-box h2 {
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 24px;
    color: #333;
}

.zw-r .zr-box ul li {
    border-bottom: 1px solid #e9e9e9;
}

.zw-r .zr-box ul li a {
    position: relative;
    padding-left: 35px;
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 16px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zw-r .zr-box ul li:hover a {
    color: #0d59a7;
}

.zw-r .zr-box ul li a i {
    position: absolute;
    left: 0;
    width: 21px;
    height: 25px;
    line-height: 34px;
    text-align: center;
    background: url(../images/rm-list.png) no-repeat center center;
    font-size: 14px;
    color: #fff;
}

.zw-r .zr-box ul li:first-child a i {
    background: url(../images/rm-list1.png) no-repeat center center;
}

.zw-r .zr-box ul li:first-child+li a i {
    background: url(../images/rm-list2.png) no-repeat center center;
}

.zw-r .zr-box ul li:first-child+li+li a i {
    background: url(../images/rm-list3.png) no-repeat center center;
}

.zw-r .zr-box ul li a p {
    margin-top: 10px;
    font-size: 13px;
    color: #808080;
}


/* 师资列表二 */

.dj>ul>li {
    padding: 30px;
    border-bottom: 1px dotted #e6e6e6;
}

.dj>ul>li a {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
    overflow: hidden;
}

.dj>ul>li a .date {
    float: left;
    width: 120px;
    text-align: left;
}

.dj>ul>li a .date p {
    font-size: 18px;
    color: #808080;
}

.dj>ul>li a .date span {
    display: block;
    font-size: 28px;
    color: #333;
    font-weight: bold;
}

.dj>ul>li a .text {
    overflow: hidden;
    padding-left: 30px;
}

.dj>ul>li a .text h2 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dj>ul>li a .text p {
    line-height: 26px;
    font-size: 15px;
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.dj>ul>li.dj-tp a {
    padding-right: 330px;
    background: url(../images/sz-more.png) no-repeat left 75%;
}

.dj>ul>li.dj-tp a .text {
    margin-right: 40px;
}

.dj>ul>li.dj-tp a .d-tp {
    position: absolute;
    right: 0;
    top: 0;
    width: 330px;
}

.dj>ul>li.dj-tp a .d-tp .pic {
    padding-top: 64.9%;
}

.dj>ul>li:hover {
    box-shadow: 0 5px 5px #d9d8d8;
}

.dj>ul>li:hover a .date p,
.dj>ul>li:hover a .date span,
.dj>ul>li:hover a .text h2 {
    color: #0d59a7;
}

.dj>ul>li:hover a {
    background: url(../images/sz-more-other.png) no-repeat left 75%;
}

@media screen and (max-width:1024px) {
    .ny-topic {
        margin-top: -10px;
        height: 70px;
        line-height: 70px;
        padding-left: 180px;
        padding-right: 180px;
    }
    .ny-topic .ny-bt {
        width: 180px;
        font-size: 20px;
    }
    .ny-topic .position {
        right: 15px;
        padding-left: 20px;
    }
    .lists li {
        line-height: 60px;
    }
}

@media screen and (max-width:1000px) {
.neirong img{width: 90% !important;
    height: auto !important;}
    .jt-r {
        width: calc(100% - 270px);
    }
    .jt-r h3 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .jt-r h2::before {
        left: -55px;
    }
    .sz-lb ul li .sz-name a {
        line-height: 40px;
        font-size: 16px;
    }
    .dj>ul>li.dj-tp a .d-tp {
        width: 160px;
    }
    .dj>ul>li.dj-tp a {
        padding-right: 170px;
    }
    .dj>ul>li a {
        padding-top: 0;
        padding-bottom: 0;
    }
    .dj>ul>li a .text h2 {
        margin-bottom: 5px;
    }
    .dj>ul>li.dj-tp a .text {
        margin-right: 0;
    }
    .dj>ul>li a .date {
        width: 85px;
    }
    .dj>ul>li a .text {
        padding-left: 15px;
    }
    .dj>ul>li.dj-tp a {
        background-position: left 100%;
    }
    .zw-l {
        float: none;
        width: auto;
    }
    .zw-r {
        float: none;
        width: auto;
        margin-top: 15px;
    }
}

@media screen and (max-width:700px) {
    .ny-topic {
        padding-left: 0;
        padding-right: 15px;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 45px;
        margin-top: 0;
        margin-right: -15px;
        margin-left: -15px;
    }
    .ny-topic .ny-bt {
        position: static;
        width: 120px;
        font-size: 18px;
        display: none;
    }
    .ny-topic .position {
        top: 10px;
    }
    .ny-topic .ny-dh ul li a::after {
        bottom: 0;
    }
    .ny-topic .ny-dh ul li a::before {
        bottom: 3px;
    }
    .ny-topic .ny-dh {
        margin-left: 0;
        margin-top: 40px;
    }
    .ej-dh {
        text-align: center;
    }
    .ny-topic .ny-dh ul li {
        margin: 0 10px;
    }
    .lists li {
        line-height: 40px;
        
    }
    .lists li a {
        font-size: 14px;
    }
    .lists ul {
        margin-top: 15px;
    }
    .pagination {
        padding-top: 15px;
    }
    .ny-main {
        padding-bottom: 15px;
    }
    .talent>ul>li>ul>li h3 {
        margin-top: 10px;
    }
    .talent>ul>li p {
        margin-top: 10px;
    }
    .talent>ul>li {
        margin-top: 15px;
    }
    .jt-r h2::before {
        display: none;
    }
    .jt-l {
        float: none;
        width: auto;
    }
    .jt-r {
        float: none;
        width: auto;
        margin-top: 15px;
    }
    .jt-r h3 {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .jj-top {
        padding: 15px;
    }
    .jj-top {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .jj-down {
        padding: 15px;
    }
    .jj-down ul {
        margin: 5px 0;
    }
    .sjdh {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .sjdh ul li {
        margin: 0 5px;
        line-height: 30px;
    }
    .sjdh ul li a {
        font-size: 12px;
    }
    .sz-lb ul li {
        margin-top: 15px;
    }
    .sz-lb ul li .sz-name a {
        width: 32%;
        margin-left: 0;
        margin-right: 2%;
        font-size: 12px;
    }
    .sz-lb ul li .sz-name a:nth-child(3n) {
        margin-right: 0;
    }
    .sz-lb ul li h2 {
        line-height: 40px;
        font-size: 15px;
    }
    .dj>ul>li.dj-tp a .d-tp {
        position: static;
        width: auto;
        margin-top: 15px;
    }
    .dj>ul>li.dj-tp a {
        padding-right: 0;
    }
    .dj>ul>li {
        padding: 15px;
    }
    .dj>ul>li a .date span {
        font-size: 22px;
    }
    .dj>ul>li a .date {
        width: 65px;
    }
    .dj>ul>li a .date p {
        font-size: 15px;
    }
    .dj>ul>li.dj-tp a {
        background-image: none;
    }
    .zwtj {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .zw-l {
        padding: 15px;
    }
    .zw-r .zr-box {
        padding: 15px;
    }
    .zw-r .zr-box ul li a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .zw-r .zr-box {
        margin-bottom: 0;
    }
    .nr-title h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .nrr p {
        margin-top: 15px;
    }
}