@charset "utf-8";
.ny-main {
    padding-top: 55px;
    padding-bottom: 70px;
}

.ny-title {
    position: relative;
    line-height: 39px;
    overflow: hidden;
    padding-bottom: 10px;
}

.ny-title::before {
    content: "";
    position: absolute;
    left: 130px;
    right: 0;
    bottom: 11px;
    height: 1px;
    background: #c8bdad;
}

.ny-title::after {
    content: "";
    position: absolute;
    left: 0;
    width: 180px;
    bottom: 0;
    height: 1px;
    background: #c8bdad;
}

.ny-title h2 {
    position: relative;
    float: left;
    font-size: 32px;
    color: #271202;
}

.ny-title h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 80px;
    height: 2px;
    background: #c8bdad;
}

.ny-title h2 span {
    color: #a70008;
}

.position {
    float: right;
}

.position span {
    color: #666;
    font-size: 14px;
    vertical-align: middle;
}

.position a {
    color: #666;
    font-size: 14px;
    margin: 0 5px;
    vertical-align: middle;
}

.position a:hover {
    color: #a70008;
}

.ny {
    padding-top: 55px;
}

.ny-left {
    position: relative;
    float: left;
    width: 275px;
}

.ny-left p {
    position: relative;
    background: #a70008;
    line-height: 77px;
    font-size: 30px;
    text-align: center;
    color: #fff;
}

.ny-left>ul {
    background: #f5f5f5;
    border: 1px solid #eaeaea;
}

.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: 99;
}

.ny-left p span.on {
    background: url(../images/sub_left_up2.png) no-repeat center center;
}

.ny-left>ul>li {
    position: relative;
    border-bottom: 1px solid #e2e2e2;
}

.ny-left>ul>li>span {
    position: absolute;
    right: 15px;
    top: 15px;
    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;
    line-height: 60px;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.ny-left>ul>li.on>a {
    color: #a70008;
    background: #fff;
    font-weight: bold;
}

.ny-left>ul>li>ul {
    display: none;
    padding-bottom: 20px;
}

.ny-left>ul>li.active>ul {
    display: block;
    padding: 15px 0;
}

.ny-left>ul>li>ul>li {
    position: relative;
    line-height: 40px;
}

.ny-left>ul>li>ul>li>a {
    display: block;
    font-size: 16px;
    color: #5d5d5d;
    text-align: center;
}

.ny-left>ul>li>ul>li:hover>a {
    color: #a70008;
}

.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-right {
    overflow: hidden;
    padding-left: 75px;
    min-height: 300px;
}

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 50px;
}

.pagination .pb_sys_style1 .p_no_d {
    border: 1px solid #a70008;
    color: #fff;
    background-color: #a70008;
}





/* 图文列表 */

.timg-list ul li a {
    display: block;
    transition: all 0.3s;
    padding: 30px 0;
    border-bottom: 1px dashed #cecece;
}

.timg-list ul li:first-child a {
    padding-top: 0;
}

.timg-list ul li a h3 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
}

.timg-list ul li a>div {
    overflow: hidden;
}

.timg-list-img {
    float: left;
    width: 260px;
    margin-right: 30px;
}

.timg-list ul li a .pic {
    padding-top: 65.111%;
}

.timg-list ul li a:hover h3 {
    color: #1f5ab4;
}

.timg-list ul li a:hover .date {
    color: #fff;
}

.timg-linfo {
    position: relative;
    overflow: hidden;
}

.timg-linfo p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    height: 60px;
    overflow: hidden;
}

.timg-linfo .date {
    font-size: 14px;
    color: #666;
    margin-top: 15px;
}

.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 a:hover {
    background: #a70008;
    padding: 25px;
}

.timg-list ul li a:hover h3 {
    color: #fff;
}

.timg-list ul li a:hover p {
    color: #fff;
}


/* 文字列表 */

.list-text>ul>li {
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.list-text>ul>li::after {
    content: "";
    position: absolute;
    left: -30px;
    right: 120%;
    top: 0;
    bottom: 0;
    background: #a70008;
    transition: all .3s;
}

.list-text>ul>li:hover::after {
    right: 0;
}

.list-text>ul>li>a {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 6;
}

.list-text li .tm {
    /* width: 73px; */
    /* height: 76px; */
    padding-right: 25px;
    float: left;
    text-align: center;
    border-right: 1px solid #e7e7e7;
    color: #271202;
    /* background-color: #f0f4f8; */
    box-sizing: border-box;
}

.list-text li:hover .tm {
    color: #fff;
}

.list-text li .tm span {
    display: inline-block;
    font-size: 14px;
    opacity: .6;
    position: relative;
}

.list-text li .tm span:first-child {
    display: block;
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
    opacity: 1;
    /* padding-top: 10px; */
}

.list-text li .tm span.big {
    position: relative;
}

.list-text li .text {
    overflow: hidden;
    padding-left: 30px;
}

.list-text li .text p {
    font-size: 18px;
    color: #333;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-text li:hover .text p {
    color: #fff
}


/* 详情页 */


/* 内容页 */

.detail-tit {
    /* margin-top: 40px; */
    padding-bottom: 20px;
    /* border-top: 1px solid #eeeeee; */
    border-bottom: 1px dashed #eeeeee;
    text-align: center;
}

.detail-tit>h4 {
    font-size: 24px;
    color: #333;
    font-weight: normal;
    margin-bottom: 10px;
}

.detail-tit>p {
    font-size: 14px;
    color: #666666;
}

.detail-tit>p>span {
    display: inline-block;
    margin: 0 10px;
}

.detail-text {
    margin-top: 30px;
}

.detail-text p {
    font-size: 16px !important;
    line-height: 36px !important;
    color: #333;
    margin-top: 5px;
    text-indent: 2em;
    font-family: 微软雅黑 !important;
}

.detail-text span {
    font-size: 16px !important;
    line-height: 36px !important;
    color: #333;
    font-family: 微软雅黑 !important;
}

 .detail-text p img {
    display: block;
    /* width: 100%; */
    /* max-width: 100%; */
    margin: auto;
    height:auto!important;
}

.detail-img {
    margin-top: 16px;
    margin-bottom: 16px;
    text-align: center;
}

.detail-img span {
    font-size: 15px;
    color: #444;
}


/* 图片列表 */

.art-pic>ul>li {
    position: relative;
    float: left;
    width: 30%;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: 5%;
    text-align: center;
    border: 1px solid #d5dee6;
    box-sizing: border-box;
    transition: all .3s;
}

.art-pic>ul>li:nth-child(3n-2) {
    margin-left: 0;
}

.art-pic>ul>li>a {
    position: relative;
    padding: 15px;
    padding-bottom: 0;
    display: block;
    background: #fff;
    z-index: 2;
}

.art-pic>ul>li>a .pic {
    position: relative;
    padding-top: 63%;
    overflow: hidden;
}

.art-pic>ul>li>a .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.art-pic>ul>li>a .pic:hover img {
    transform: translate(-50%, -50%) scale(1.2);
}

.art-pic>ul>li .text {}

.art-pic>ul>li .text p {
    line-height: 45px;
    font-size: 18px;
    color: #1f1f1f;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.art-pic>ul>li::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #d5dee6;
    transform: translate(-9px, -9px);
    transition: all .3s;
}

.art-pic>ul>li:hover {
    border: 1px solid #a70008;
}

.art-pic>ul>li:hover::after {
    border: 1px solid #a70008;
    background: #a70008;
}


/* 师资列表 */

.teach>ul>li {
    float: left;
    width: 48%;
    margin-left: 4%;
    margin-bottom: 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: #a70008;
    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: 80px;
    height: 30px;
    border: 1px solid #f78100;
    text-align: center;
    line-height: 30px;
    margin-top: 15px;
    float: right;
}

.teach>ul>li .text .more a {
    font-size: 16px;
    color: #f78100;
}

.teach>ul>li .text .more:hover {
    border: 1px solid #c70000;
}

.teach>ul>li .text .more:hover a {
    color: #c70000;
}


/* 组织机构 */

.jgsz>ul>li {
    margin-top: 50px;
}

.jgsz>ul>li:first-child {
    margin-top: 0;
}

.jgsz>ul>li h2 {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}

.jgsz>ul>li>ul {
    font-size: 0;
}

.jgsz>ul>li>ul>li {
    display: inline-block;
    margin-top: 15px;
    border: 1px solid #d5e4f4;
    width: 23%;
    margin-left: 2.6667%;
    height: 60px;
    line-height: 60px;
    border-left: 6px solid #b90103;
}

.jgsz>ul>li>ul>li:nth-child(4n-3) {
    margin-left: 0;
}

.jgsz>ul>li>ul>li a {
    display: block;
    font-size: 18px;
    color: #333;
    font-family: "pf";
    padding-left: 35px;
}

.jgsz>ul>li>ul>li:hover a {
    color: #b90103;
}


/* 综合页 */

.l-zhy {
    padding-top: 0
}

.l-zhy .zhy-tit a {
    position: relative;
    display: block;
}

.l-zhy .zhy-tit a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 22px;
    width: 587px;
}

.l-zhy .zhy-tit a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 22px;
    width: 587px;
}

.l-zhy .zhy-tit a img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.l-zhy .zhy-s1 {
    margin-top: 50px;
}

.l-zhy .zhy-s1>ul>li {
    float: left;
    width: 32%;
    border: 1px solid #efefef;
    padding: 20px;
    margin-left: 2%;
}

.l-zhy .zhy-s1>ul>li:nth-child(3n-2) {
    margin-left: 0;
}

.l-zhy .zhy-s1>ul>li .zh-tit {
    overflow: hidden;
    padding-top: 20px;
}

.l-zhy .zhy-s1>ul>li .zh-tit h2 {
    float: left;
}

.l-zhy .zhy-s1>ul>li .zh-tit h2 span {
    display: inline-block;
    border-left: 5px solid #962f32;
    padding-left: 10px;
    font-size: 30px;
    color: #333;
    line-height: 30px;
}

.l-zhy .zhy-s1>ul>li .zh-tit a {
    float: right;
    font-size: 16px;
    color: #333;
}

.l-zhy .zhy-s1>ul>li .zh-tit a:hover {
    color: #962f32;
    text-decoration: underline;
}

.l-zhy .zhy-s1>ul>li ul {
    margin-top: 20px;
}

.l-zhy .zhy-s1>ul>li ul li {
    line-height: 35px;
    padding-left: 20px;
    border-bottom: 1px dashed #eee; 
}

.l-zhy .zhy-s1>ul>li ul li:last-child {
    border-bottom: none;
}

.l-zhy .zhy-s1>ul>li ul li a {
    display: block;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.l-zhy .zhy-s1>ul>li ul li:hover a {
    color: #962f32;
}

.l-zhy .zhy-s2 {
    margin-top: 40px;
}

.l-zhy .zhy-s2 ul li a .icon {
    position: relative;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 6px solid #ebd8d9;
    background: #962f32;
    margin-left: auto;
    margin-right: auto;
}

.l-zhy .zhy-s2 ul li a .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 1s;
}

.l-zhy .zhy-s2 ul li:hover a .icon img {
    transform: translate(-50%, -50%) rotatey(360deg);
}

.l-zhy .zhy-s2 ul li a .text {
    margin-top: 20px;
    text-align: center;
}

.l-zhy .zhy-s2 ul li a .text p {
    font-size: 16px;
    color: #333;
    line-height: 20px;
}

.l-zhy .zhy-s2 ul li:hover a .text p {
    font-weight: bold;
    color: #962f32;
}

.l-zhy .zhy-s2 .slick-prev {
    top: 40%;
    left: 0;
    width: 20px;
    height: 25px;
    left: 0;

}

.l-zhy .zhy-s2 .slick-next {
    top: 40%;
    left: auto;
    right: 0;
    width: 20px;
    height: 25px;

}

@media screen and (max-width: 1400px) {
    .l-zhy .zhy-tit a::before,
    .l-zhy .zhy-tit a::after {
        width: 470px;
    }
}

@media screen and (max-width: 1024px) {
    .ny-left {
        float: none;
        width: 100%;
    }
    .ny-left p span {
        display: block;
    }
    .ny-left p {
        line-height: 49px;
        font-size: 24px;
        text-align: left;
        padding-left: 15px;
    }
    .ny-left>ul {
        display: none;
    }
    .ny {
        padding-top: 15px;
    }
    .ny-right {
        padding-left: 0;
        margin-top: 15px;
    }
    .l-zhy .zhy-tit a::before,
    .l-zhy .zhy-tit a::after {
        width: 380px;
    }
}

@media screen and (max-width: 1000px) {
    .l-zhy .zhy-tit a::before,
    .l-zhy .zhy-tit a::after {
        width: 245px;
    }
    .l-zhy .zhy-s1>ul>li .zh-tit h2 span {
        font-size: 22px;
    }
    .l-zhy .zhy-s1>ul>li .zh-tit {
        line-height: 30px;
    }
    .l-zhy .zhy-s1>ul>li {
        padding: 10px;
    }
}

@media screen and (max-width: 700px) {
    .ny-main {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .ny-title h2 {
        float: none;
        font-size: 22px;
    }
    .position {
        float: none;
        margin-top: 15px;
    }
    .ny-title {
        background-position: 110px 15px;
    }
    .ny-title::before {
        left: 90px;
        bottom: 65px;
    }
    .ny-title::after {
        width: 180px;
        bottom: 56px;
    }
    .ny-title h2::after {
        bottom: -10px;
    }
    .ny {
        padding-top: 0;
    }
    .ny-left p {
        font-size: 18px;
    }
    .timg-list-img {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .timg-list ul li a {
        padding: 15px 0;
    }
    .timg-list ul li a h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .pagination {
        padding-top: 15px;
    }
    .timg-linfo .date {
        margin-top: 5px;
    }
    .ny-left>ul>li>a {
        line-height: 40px;
    }
    .ny-left>ul>li>span {
        top: 5px;
    }
    .teach>ul>li {
        float: none;
        width: 100%;
        margin-left: 0
    }
    .teach>ul>li .text {
        padding-left: 15px;
    }
    .teach>ul>li .text h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .teach>ul>li .text .more {
        margin-top: 5px;
    }
    .teach>ul>li {
        margin-bottom: 15px;
    }
    .art-pic>ul>li {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .art-pic>ul>li {
        margin-top: 20px;
    }
    .list-text li .tm {
        padding-right: 10px;
    }
    .list-text li .tm span:first-child {
        font-size: 22px;
    }
    .list-text li .text p {
        font-size: 14px;
    }
    .list-text li .text {
        padding-left: 10px;
    }
    .list-text>ul>li {
        padding: 5px 0;
    }
    .detail-tit>h4 {
        font-size: 20px;
    }
    .detail-text p {
        margin-top: 15px;
    }
    .jgsz>ul>li>ul>li {
        width: 100%;
        margin-left: 0;
    }
    .jgsz>ul>li>ul>li {
        height: 40px;
        line-height: 40px;
    }
    .jgsz>ul>li>ul>li a {
        padding-left: 15px;
        font-size: 15px;
    }
    .jgsz>ul>li {
        margin-top: 15px;
    }
    .l-zhy .zhy-tit a img {
        height: 60px;
    }
    .l-zhy .zhy-tit a::before,
    .l-zhy .zhy-tit a::after {
        width: 80px;
    }
    .l-zhy .zhy-s1 {
        margin-top: 15px;
    }
    .l-zhy .zhy-s1>ul>li {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .l-zhy .zhy-s1>ul>li ul {
        margin-top: 5px;
    }
    .l-zhy .zhy-s2 {
        margin-top: 15px;
    }
    .l-zhy .zhy-s2 ul li a .icon {
        width: 80px;
        height: 80px;
    }
    .l-zhy .zhy-s2 ul li a .icon img {
        height: 30px;
    }
    .l-zhy .zhy-s2 .slick-prev {
        top: 25%;
    }
    .l-zhy .zhy-s2 .slick-next {
        top: 25%;
    }
    .l-zhy .zhy-s2 ul li a .text {
        margin-top: 10px;
    }
}