        /* 页码 */
        
        .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: #c00000;
            color: #fff;
            border: 1px solid #c00000;
        }
        
        .pagination a:hover {
            background: #c00000;
            color: #fff;
            border: 1px solid #c00000;
        }
        
        .pagination span {
            display: inline-block;
            font-size: 14px;
        }
        
        .ny-main {
            margin-top: 30px;
            overflow: hidden;
            margin-bottom: 30px;
        }
        
        .ny-l {
            float: left;
            width: 275px;
            margin-top: 50px;
        }
        
        .ny-l p {
            position: relative;
            padding: 10px 5px;
            font-size: 30px;
            color: #fff;
            text-align: center;
            background-color: #c00000;
        }
        
        .ny-l p span {
            position: absolute;
            top: 17px;
            right: 10px;
            width: 25px;
            height: 25px;
            background: url(../images/sub_left_down2.png) no-repeat center center;
            background-size: 14px 14px;
            display: none;
        }
        
        .ny-l p span.on {
            background: url(../images/sub_left_up2.png) no-repeat center center;
            background-size: 14px 14px;
        }
        
        .ny-l>ul {
            background-color: #f5f5f5;
            border: 1px solid #e2e2e2;
        }
        
        .ny-l>ul>li {
            position: relative;
            text-align: center;
        }
        
        .ny-l>ul>li>span {
            position: absolute;
	width: 25px;
	height: 25px;
	right: 10px;
	top: 20px;
	line-height: 50px;
	background: url(../images/sub_left_down.png) no-repeat center center;
	cursor: pointer;
	transition: all 0.3s;
        }
        
        .ny-l>ul>li.on>span {
            transform: rotate(90deg);
        }


.ny-l>ul>li.on>a {
	background: rgba(192, 0, 0, 0.08);
	color: #c00000;
	font-weight: 600;
}

.ny-l>ul>li.active {
	background: #eee;
}

.ny-l>ul>li.active>a {
	color: #c00000;
	font-weight: 600;
}
.ny-l ul li.active ul{display:block;}
        
        .ny-l>ul>li>a {
            padding: 20px 0;
            display: block;
            border-top: 1px solid #e2e2e2;
        }
        
        .ny-l>ul>li:hover>a {
            color: #c00000;

        }
        
        .ny-l>ul>li:first-child {
            border-top: none;
        }
        
        .ny-l>ul>li>a {
            font-size: 18px;
            color: #333;
        }
        
        .ny-l>ul>li>ul {
            display: none;
        }
        
        .ny-l>ul>li>ul>li {
            line-height: 65px;
        }
        
        .ny-l>ul>li>ul>li>a {
            font-size: 18px;
            color: #333;
        }
        
        .ny-l>ul>li>ul>li:hover>a {
            color: #c00000;
        }
        
        .ny-r {
            overflow: hidden;
            padding-left: 60px;
        }
        
        .position {
            padding-bottom: 30px;
            line-height: 16px;
            text-align: right;
        }
        
        .position span {
            font-size: 14px;
            color: #666666;
        }
        
        .position a {
            font-size: 14px;
            color: #666666;
        }
        
        .position a:hover {
            color: #c00000;
        }
        /* 简介页 */
        
        .ny-r p {
            line-height: 37px;
            font-size: 16px;
            color: #333;
        /*    margin-bottom: 30px;*/
        }
        /* 列表页 */
        
        .list>ul>li {
            position: relative;
            border-bottom: 1px dashed #dedede;
            line-height: 60px;
            padding-right: 90px;
        }
        
        .list>ul>li span {
            position: absolute;
            right: 0;
            top: 0;
            font-size: 16px;
            color: #000000;
        }
        
        .list>ul>li>a {
            display: block;
            font-size: 16px;
            color: #000;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .list>ul>li:hover a {
            color: #c00000;
        }



/* 搜索结果 */
        .ssjg{
                margin-bottom:10px;
        }
        .ssjg>ul>li {
            position: relative;
            border-bottom: 1px dashed #dedede;
            line-height: 60px;
            padding-right: 90px;
        }
        
        .ssjg>ul>li em{
            position: absolute;
            right: 0;
            top: 0;
            font-size: 16px;
            color: #000000;
        }
        .ssjg>ul>li span{
                
font-size: inherit;
                
font-family: inherit;
        }
        
        .ssjg>ul>li>a {
            display: block;
            font-size: 16px;
            color: #000;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .ssjg>ul>li:hover a {
            color: #c00000;
        }
        /* 图文列表页 */
        
        .main-down>ul>li {
            padding: 30px 0;
            border-bottom: 1px dashed #e3e3e3;
            transition: all .3s;
        }
        
        .main-down>ul>li:first-child {
            padding-top: 0;
        }
        
        .main-down ul li a {
            overflow: hidden;
            display: block;
        }
        
        .tw-pic {
            position: relative;
            float: left;
padding-top: 20%;
width: 30%;
            overflow: hidden;
        }
        
        .tw-pic img {
position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
            display: block;
            width: 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: 25px;
            margin-left: 32px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
        }
        
        .zs-text h3 {
            font-size: 20px;
            font-weight: normal;
            color: #333;
            margin-top: 10px;
            margin-bottom: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .zs-text:hover h3 {
            color: #c00000;
        }
        
        .zs-text p {
            font-size: 16px;
            line-height: 30px;
            height: 90px;
            margin-bottom: 5px;
            color: #666;
            overflow: hidden;
        }
        
        .zs-text span {
            font-size: 14px;
            color: #999999;
            line-height: 10px;
            padding-left: 20px;
            background: url(../images/time-other.png) no-repeat left center;
        }
        
        .slick-page {
            padding-top: 43px;
            padding-bottom: 66px;
            text-align: center;
        }
        /* 详情页 */
        
        .art-main .art-tit {
            margin-bottom: 30px;
        }
        
        .art-main .art-tit h3 {
            text-align: center;
            font-weight: 600;
            color: #000;
            font-size: 24px;
            margin-bottom: 35px;
        }
        
        .art-main .art-body p {
            color: #333;
            font-size: 16px;
            line-height: 32px;
         /*   margin-bottom: 30px;*/
        }
        
        .art-main .art-body img {
            max-width: 80% !important;
            margin: 0 auto;
            display: block;
        }
        
        .art-main .cont-tit p {
            line-height: 40px;
            background-color: #f5f5f5;
            font-size: 0;
            text-align: center;
        }
        
        .art-main .art-body p {
            margin-right: 5px;
        }
        
        .art-main .art-body p.detial {
            text-align: center;
        }
        
        .art-main .cont-tit p .liulan {
            margin-left: 50px;
        }
        
        .art-main .cont-tit p span {
            display: inline-block;
            vertical-align: middle;
            font-size: 14px;
            color: #666;
            margin: 0 10px;
        }
        /* 师资队伍 */
        
        .teachers {
            margin-top: 25px;
        }
        
        .ny-topic {
            text-align: center;
        }
        
        .ny-topic h2 {
            font-size: 24px;
            color: #c00000;
            padding-bottom: 15px;
            border-bottom: 3px solid #c00000;
            font-weight: normal;
            margin-bottom: 20px;
            text-align: left;
        }
        
        .ny-topic span {
            display: inline-block;
            width: 160px;
            height: 45px;
            text-align: center;
            line-height: 45px;
            background-color: #eeeeee;
            margin: 0 15px;
            font-size: 18px;
            color: #333;
            cursor: pointer;
        }
        
        .ny-topic span.on {
            background-color: #c00000;
            color: #fff;
        }
        
        .teacher-name {
            padding-left: 20px;
            padding-right: 20px;
        }
        
        .teacher-name>ul>li {
            margin-top: 40px;
        }
        
        .teacher-name>ul>li h3 {
            font-size: 18px;
            color: #c00000;
            padding-bottom: 14px;
            border-bottom: 2px solid #c00000;
        }
        
        .teacher-name>ul>li .name-text {
            background-color: #f8f2f4;
            padding-top: 10px;
            padding-bottom: 10px;
        }
        
        .teacher-name>ul>li .name-text a {
            display: inline-block;
            width: 10.5%;
            line-height: 48px;
            text-align: center;
            font-size: 14px;
            color: #333;
        }
        
        .teacher-text .teacher-name {
            display: none;
        }
        
        .teacher-text .teacher-name:first-child {
            display: block;
        }
        
        @media screen and (max-width:1024px) {
            .ny-l {
                float: none;
                width: auto;
                margin-top: 0;
                margin-bottom: 10px;
            }
            .ny-l p span {
                display: block;
            }
            .ny-l>ul {
                display: none;
            }
            .ny-r {
                padding-left: 10px;
                padding-right: 10px;
            }
            .teachers {
                margin-top: 0;
            }
            .ny-topic h2 {
                padding-left: 10px;
                padding-right: 10px;
            }
        }
        
        @media screen and (max-width:760px) {
            .ny-topic span {
                display: block;
                width: 100%;
                margin: 0;
            }
            .teacher-name>ul>li .name-text a {
                width: 32%;
            }
        }
        
        @media screen and (max-width:450px) {
            .position {
                padding-bottom: 15px;
            }
            .list>ul>li {
                line-height: 40px;
            }
            .ny-r p {
                line-height: 32px;
                font-size: 14px;
                margin-bottom: 15px;
            }
            .art-main .art-tit h3 {
                font-size: 18px;
                margin-bottom: 15px;
            }
            .ny-l p {
                font-size: 22px;
            }
            .ny-l p span {
                top: 10px;
            }
            .ny-l>ul>li>a {
                padding: 15px 0;
                font-size: 14px;
            }
            .art-main .art-body p {
                font-size: 14px;
                margin-bottom: 15px;
            }
            .tw-pic {
                float: none;
                width: auto;
    padding-top: 0;
            }
.tw-pic img{position: static;
    left: auto;
    right: auto;
    transform: none;}
            .zs-text {
                margin-left: 0;
                padding-left: 10px;
                padding-right: 10px;
            }
        }