@charset "utf-8";

.banner a img {
    height: initial;
}

.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: #b0101a;
    color: #fff;
    border: 1px solid #b0101a;
}

.pagination a:hover {
    background: #b0101a;
    color: #fff;
    border: 1px solid #b0101a;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

#nymain {
    position: relative;
    padding-bottom: 100px;
    background: #fffafb url(../images/ny-bg.jpg) no-repeat center bottom;
    background-size: 100% auto;
    z-index: 3;
    min-height: 900px;
}

.nymain .leftNav {
    float: left;
    width: 270px;
    margin-top: -85px;
    position: relative;
    box-sizing: border-box;
    background: url(../images/ny-l-bg.png) no-repeat center top;
    background-size: 100% auto;
}

.nymain .leftNav p {
    position: relative;
    padding: 23px 0;
    /* background: #b0101a; */
    font-size: 30px;
    color: #fff;
    text-align: center;
}

.nymain .leftNav p i {
    display: block;
    margin-top: 5px;
    font-style: normal;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    opacity: .59;
}

.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);
}


/* ??…é?μ????o§?????? */

.third-nav {
    display: none;
}

.third-nav>a {
    font-size: 13px !important;
    display: block;
    color: #333;
    padding-left: 50px;
    line-height: 30px;
}

.third-nav>a:hover {
    color: #b0101a;
}

.nymain .leftNav>ul>li>ul>li {
    position: relative;
}

.nymain .leftNav>ul {
    position: relative;
    background: url(../images/ny-nav-bg.png) no-repeat center top;
    background-size: 100% 100%;
    margin-left: 8px;
    padding-top: 25px;
    min-height: 500px;
}

.nymain .leftNav>ul>li {
    position: relative;
    padding: 0 8px;
}

.nymain .leftNav>ul>li.on::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 4px;
    height: 33px;
    background: #FFCB9B;
    box-shadow: 0px 1px 1px 0px rgba(41, 41, 41, 0.4);
    border-radius: 10px;
}

.nymain .leftNav>ul>li.on::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 66px;
    background: linear-gradient(270deg, rgba(199, 3, 7, 0.1608) 0%, rgba(218, 240, 233, 0) 100%);
}

.nymain .leftNav>ul>li>a {
    display: block;
    font-size: 17px;
    color: #272727;
    line-height: 65px;
    padding-left: 9px;
    border-bottom: 1px dashed #E5E5E5;
}

.nymain .leftNav>ul>li>span {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 9px;
    top: 25px;
    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.active>a {
    /* background: #e4edf8; */
    color: #b0101a;
    font-weight: bold;
}

.nymain .leftNav>ul>li.active>ul {
    display: block;
}

.nymain .leftNav>ul>li:hover>a {
    color: #b0101a;
    /* background: #e4edf8; */
}

.nymain .leftNav>ul>li>ul {
    display: none;
    /* background: #f6f7f9; */
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}

.nymain .leftNav>ul>li>ul>li>a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #7E7E7E;
    padding-left: 50px;
    line-height: 66px;
    border-bottom: 1px dashed #E5E5E5;
}

.nymain .leftNav>ul>li>ul>li>a::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    left: 35px;
    border-radius: 50%;
    background: #BEBEBE;
    top: 50%;
    transform: translateY(-50%);
}

.nymain .leftNav>ul>li>ul>li.on>a::after {
    background: #94070A;
}

.nymain .leftNav>ul>li>ul>li>a:hover,
.nymain .leftNav>ul>li>ul>li.on>a {
    color: #b0101a;
}

.ny-right {
    overflow: hidden;
    padding-top: 65px;
    padding-left: 80px;
}

.ny-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.ny-title h2 {
    position: relative;
    font-size: 30px;
    color: #333333;
}

.ny-title h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 500px;
    height: 28px;
    background: url(../images/ny-titbg.png) no-repeat left center;
    background-size: 100% 100%;
}

.position {
    font-size: 0;
    text-align: left;
    padding-left: 20px;
    background: url(../images/position.png) no-repeat left center;z-index:99;
}

.position span {
    color: #373737;
    font-size: 16px;
    vertical-align: middle;
}

.position img {
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.position a {
    font-size: 16px;
    color: #373737;
    margin: 0 5px;
    vertical-align: middle;
}

.position a:hover {
    color: #b0101a;
}


/* 标题列表 */

.list {
    margin-top: 40px;
}

.list>ul>li {
    position: relative;
    padding-left: 40px;
    padding-right: 110px;
    margin-top: 20px;
    line-height: 60px;
    background: #e6e6e6;
    /* border-bottom: 1px solid #e6e6e6; */
    background: #f5f5f5 url(../images/ny-list.png) no-repeat 15px center;
}

.list>ul>li>a {
    display: block;
    font-size: 16px;
    color: #333;font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.list>ul>li .ssri {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #999;
}



.list>ul>li .ssri {
    position: absolute;
    right: 19px;
    top: 0;
    font-size: 16px;
    color: #999;
}
.list-other>ul>li{
    padding-left: 164px;
    padding-right: 20px;
    background: none;
    line-height: 90px;
    margin-top: 0;
    border-bottom: 1px solid #eee;
}
.list-other>ul>li a{font-size:20px;color:#333;}
.list-other>ul>li .ssri{
    right: auto;
    left: 0;
    top: 35px;
    padding-left: 30px;
    background: url(../images/time-icon.png) no-repeat left center;
    color: #333;
    line-height: 25px;
    padding-right: 20px;
    border-right: 1px solid #94070a;
}



.list>ul>li:hover>a {
    color: #b0101a;
}


/* 内容页 */


/* 内容页 */

.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: 26px;
    margin: 25px auto;
    line-height: 45px;
    margin-top: 55px;
    max-width: 78%;
}

.art-main .art-body p {
    color: #666;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 16px;
   
    margin-top: 30px;
    margin-bottom: 20px;
}
.art-main .art-body p span{line-height: 35px!important;color: #666;margin-top: 30px;margin-bottom: 10px;font-size: 16px!important;margin-top: 30px;margin-bottom: 20px;}
.art-main .art-body p.img-tp img {
    display: block;
    width: 100%;
    max-width: 1020px;
    margin: auto;
}

.art-main .art-body img {
    max-width: 80% !important;display: block;
    margin: 0 auto;
    height: auto !important;

}

.art-main .cont-tit p {
    font-size: 0;
    text-align: center;
    line-height: 50px;
    background-color: #f9f4f4;
}

.art-main .cont-tit p img {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    margin-right: 5px;
}

.art-main .cont-tit p .liulan {
    margin-left: 50px;
}

.art-main .cont-tit p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #8e8e8e;
    margin: 0 20px;
}


/* 师资列表 */

.teach>ul>li {
    float: left;
    width: 48%;
    margin-left: 4%;
    margin-top: 40px;
    overflow: hidden;
}

.teach>ul>li:nth-child(2n-1) {
    margin-left: 0;
}

.teach>ul>li .tp {
    float: left;
    width: 153px;
}

.teach>ul>li .tp .pic {
    padding-top: 122.2%;
}

.teach>ul>li .text {
    overflow: hidden;
    padding-left: 35px;
}

.teach>ul>li .text h2 {
    font-size: 24px;
    color: #b0101a;
    font-weight: normal;
    margin-bottom: 15px;
}

.teach>ul>li .text p {
    font-size: 16px;
    color: #666666;
}

.teach>ul>li .text .jj {
    margin-top: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dfe3ec;
}

.teach>ul>li .text .jj p {
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}

.teach>ul>li .text .more {
    width: 110px;
    height: 30px;
    border: 1px solid #f78100;
    text-align: center;
    line-height: 30px;
    margin-top: 15px;
    float: right;
    transition: all .6s;
}

.teach>ul>li .text .more:hover {
    width: 120px;
}

.teach>ul>li .text .more a {
    font-size: 16px;
    color: #f78100;
}


/* 师资内页 */

.sz-top {
    margin-top: 35px;
    margin-bottom: 45px;
    overflow: hidden;
}

.sz-top .sz-l {
    float: left;
    width: 280px;
}

.sz-top .sz-l .pic {
    padding-top: 132%;
}

.sz-top .sz-r {
    overflow: hidden;
    padding-left: 45px;
}

.sz-top .sz-r h2 {
    display: inline-block;
    padding-bottom: 15px;
    font-size: 24px;
    color: #b0101a;
    font-weight: normal;
    border-bottom: 1px solid #b0101a;
    margin-bottom: 25px;
}

.sz-top .sz-r p {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.sz-down {
    position: relative;
    padding-left: 40px;
}

.sz-down::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 60px;
    background-color: #b0101a;
}

.sz-down p {
   /* margin-top: 40px;*/
    line-height: 32px !important;
    font-size: 16px !important;
    color: #666;
}


/* 图文列表 */

.main-down>ul>li {
    margin-top: 40px;
    transition: all .3s;
}

.main-down ul li a {
    overflow: hidden;
    display: block;
}

.tw-pic {
    position: relative;
    float: left;
    width: 240px;
    overflow: hidden;
    border-bottom-right-radius: 20px;
}

.tw-pic .pic {
    padding-top: 60.7%;
}

.tw-pic img {
    display: block;
    width: 100%;
    transition: all .3s;
}

.main-down ul li:hover .tw-pic img {
    transform: scale(1.2);
}

.zs-text {
    position: relative;
    overflow: hidden;
    padding-left: 60px;
    margin-left: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.zs-text::after {
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    width: 3px;
    height: 70px;
    background-color: #b0101a;
}

.zs-text h3 {
    font-size: 24px;
    font-weight: normal;
    color: #333;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zs-text:hover h3 {
    color: #b0101a;
}

.zs-text p {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #666;
    overflow: hidden;
}

.zs-text span {
    font-size: 16px;
    color: #b0101a;
}

/* 师资列表 */
.sz-list {
    margin-top: 60px;
}

.sz-list ul {
    display: flex;
    flex-wrap: wrap;
}

.sz-list ul li {
    width: 20%;
    margin-bottom: 30px;
    text-align: center;
}

.sz-list ul li a {
    display: block;
    margin: 0 32px;
    line-height: 51px;
    border: 1px solid rgba(148, 7, 10, .2);
}

.sz-list ul li:hover a {
    border-radius: 10px;

    background: #94070A;

    border: 1px solid #94070A;
}

.sz-list ul li:hover a span {
    color: #fff;
}

.sz-list ul li:hover a span::after {
    background: #fff;
}

.sz-list ul li a span {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    color: #3E3E3E;
}

.sz-list ul li a span::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(148, 7, 10, .2);
    left: 0;

}

/* 组织机构 */

.mechanism p {
    margin-top: 30px;
    margin-bottom: 20px;
    border-left: 3px solid #94070A;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    padding-left: 10px;
}

.mechanism ul {
    overflow: hidden;
}

.mechanism ul>li {
    float: left;
    width: 30%;
    margin-bottom: 15px;
    text-align: center;
    background-color: #fdf6ef;
    line-height: 26px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.mechanism ul>li:nth-child(3n-1) {
    margin-left: 5%;
    margin-right: 5%;
}

.mechanism ul>li a {
    display: block;
    border-left: 3px solid #94070A;
    font-size: 14px;
    color: #333;
}

* 图片列表 */ .img-lists ul {
    overflow: hidden;
}

.img-lists ul li {
    float: left;
    width: 32%;
    margin: 30px 0 0 2%;
    border: 1px solid #eee;
    background: #fff8f2;
    transition: all 0.3s;
    position: relative;
    top: 0;
    padding: 20px;
    box-sizing: border-box;
}

.img-lists ul li:nth-child(3n+1) {
    margin-left: 0;
}

.img-lists ul li:hover {
    box-shadow: 0 0 10px #fed7d8;
    /* border-color: #d55160; */
}

.img-lists ul li a {
    display: block;
    width: 100%;
}

.img-lists ul li a .pic {
    padding-top: 71%;
}

.img-lists ul li a>img {
    display: block;
    width: 100%;
    height: 196px;
}

.img-lists ul li a p {
    text-align: center;
    color: #333333;
    font-size: 18px;
    line-height: 65px;
    margin-top: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.img-lists ul li a>div.info {
    padding: 10px;
    font-size: 0;
}

.img-lists ul li a>div.info p {
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.img-lists ul li a>div.info img {
    height: 14px;
    vertical-align: middle;
}

.img-lists ul li a>div.info span {
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
    color: #999;
    vertical-align: middle;
}

@media screen and (max-width:1600px) {
    .sz-list ul li {
        width: 25%;
    }
}

@media screen and (max-width:1400px) {
    #nymain {
        padding-bottom: 40px;
    }


}

@media screen and (max-width:1024px) {
    .nymain .leftNav>ul:after {
        display: none;
    }

    .banner {
        padding-top: 0;
    }

    .nymain .leftNav {
        float: none;
        width: auto;
        background: #94070A;
        margin-top: 0;
    }

    .nymain .leftNav p span {
        display: block;
    }

    .nymain .leftNav p {
        padding: 10px;
        font-size: 22px;
        text-align: left;
    }

    .nymain .leftNav p span {
        top: 12px;
    }

    .nymain .leftNav>ul {
        min-height: auto;
        margin-left: 5px;
        display: none;
        background: #f8f3f3;
    }

    .ny-right {
        padding-left: 0;
        margin-top: 15px;
        padding-top: 0;
    }

    .ny-title h2 {
        font-size: 24px;
    }
}

@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:768px) {
    .sz-list ul li a {
        margin: 0 10px;
    }

    .sz-list ul li {
        width: 33.333%;
    }

    #nymain {
        min-height: initial;
    }

    .mechanism ul>li {
        float: left;
        width: 48%;
    }

    .mechanism ul>li:nth-child(3n-1) {
        margin-left: 0;
        margin-right: 0;
    }

    .mechanism ul>li:nth-child(2n) {
        margin-left: 4%;
    }

}



@media screen and (max-width:700px) {
    .nymain .leftNav>ul>li>a {
        font-size: 16px;
        line-height: 40px;
    }

    .mechanism p {
        font-size: 18px;
    }

    .mechanism ul>li {
        float: none;
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .sz-list ul li {
        width: 50%;
        margin-bottom: 15px;
    }

    .img-lists ul li {
        float: none;
        width: 100%;
        margin: 10px 0;
    }

    .img-lists ul li a p {
        line-height: 24px;
    }

    .sz-list {
        margin-top: 30px;
    }

    .sz-list ul li a span {
        font-size: 16px;
    }

    .sz-list ul li a {
        line-height: 38px;
    }

    .ny-title h2 {
        font-size: 18px;
    }

    .list {
        margin-top: 15px;
    }

    .nymain .leftNav>ul>li.on::after {
        height: 40px;
    }

    .nymain .leftNav>ul>li.on::before {
        top: 3px;
    }

    .nymain .leftNav>ul>li>ul>li>a {
        line-height: 40px;
    }

    .nymain .leftNav>ul>li>span {
        right: 15px;
        top: 10px;
    }



    .ny-title {
        line-height: 40px;
    }

    .list>ul>li {
        background: url(../images/ny-list.png) no-repeat left center;
        padding-left: 25px;
        line-height: 40px;
        padding-right: 95px;
    }
.list-other>ul>li{
    padding-left: 164px;
    padding-right: 20px;
    background: none;
}
    .list-other>ul>li .ssri{background-size: 20px auto;top: 10px;line-height: 20px;}
    .list>ul>li span {
        font-size: 12px;
    }

    .list>ul>li>a {
        font-size: 14px;
    }

    .position span {
        font-size: 14px;
    }

    .position a {
        font-size: 14px;
    }

    .pagination {
        padding-top: 15px;
    }

    #nymain {
        padding-top: 15px;
    }

    .art-main .art-tit h3 {
        margin: 15px 0;
        font-size: 18px;
    }

    .art-main .cont-tit p span {
        margin: 0 5px;
        font-size: 12px;
    }

    .art-main .cont-tit p {
        line-height: 24px;
        padding: 15px 0;
    }

    .art-main .art-body p {
        margin-top: 15px;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .teach>ul>li {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }

    .teach>ul>li .text h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .teach>ul>li .text .jj {
        margin-top: 5px;
        padding-bottom: 5px;
    }

    .sz-top {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .sz-top .sz-l {
        width: 100px;
    }

    .sz-top .sz-r {
        padding-left: 15px;
    }

    .sz-top .sz-r h2 {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .sz-top .sz-r p {
        font-size: 14px;
    }

    .sz-down {
        padding-left: 15px;
    }

    .sz-down p {
        margin-top: 10px;
        font-size: 14px;
    }
}

@media screen and (max-width:500px) {
    .tw-pic {
        float: none;
        width: auto;
    }

    .zs-text {
        padding-left: 0;
        margin-top: 15px;
        margin-left: 0;
    }

    .zs-text::after {
        display: none;
    }

    .zs-text h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .zs-text p {
        margin-bottom: 15px;
    }

    .main-down>ul>li {
        margin-top: 15px;
    }
}





.pb_sys_style1 .p_no_d{border: 1px solid #94070a !important;
    color: #fff;
    background-color: #94070a !important;}