﻿.ny-main::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.ny-left {
    float: left;
    width: 260px;
    position: relative;
}

.ny-right {
    float: right;
    width: 1000px;
    padding-top: 15px;
}

.ny-topic {
    position: absolute;
    top: -90px;
    width: 260px;
    text-align: center;
    background-color: rgba(4, 91, 162, 0.9);
}

.ny-topic>h2 {
    font-size: 26px;
    font-weight: normal;
    line-height: 90px;
    color: #ffffff;
}

.clear {
    clear: both;
}

.ny-left a {
    display: block;
}

.ny-left>ul {
    padding-bottom: 60px;
    background: url("../image/ny-navbg.png") no-repeat bottom;
}

.ny-left>ul>li {
    line-height: 55px;
    margin-top: 15px;
    position: relative;
}

.ny-left>ul>li>a {
    font-size: 18px;
    color: #333333;
    padding-left: 35px;
    position: relative;
}

.ny-left>ul>li>span {
    width: 30px;
    height: 16px;
    position: absolute;
    right: 23px;
    top: 16px;
    cursor: pointer;
    background: url("../image/ny-nav.png") no-repeat center center;
}

.ny-left>ul>li>ul {
    margin-top: 10px;
    display: none;
}

.ny-left>ul>li>ul>li {
    position: relative;
}

.ny-left>ul>li>ul>li>ul {
    display: none;
}

.ny-left>ul>li>ul>li>a {
    line-height: 50px;
    padding-left: 50px;
    font-size: 16px;
    color: #666666;
    position: relative;
}

.ny-left>ul>li>ul>li:hover>a {
    color: #045ba2;
}

.ny-left>ul>li>ul>li>span {
    width: 30px;
    height: 16px;
    position: absolute;
    right: 40px;
    top: 16px;
    cursor: pointer;
    background: url("../image/ny-nav.png") no-repeat center center;
}

.ny-left>ul>.on>a {
    background-color: #e9f5ff;
    color: #045ba2;
    font-weight: 600;
}

.ny-left>ul>li:hover>a {
    background-color: #e9f5ff;
    color: #045ba2;
    font-weight: 600;
}

.ny-main .ny-left>ul>li.on>span {
    transform: rotate(90deg);
}

.ny-main .ny-left>ul>li>ul>li.on1>span {
    transform: rotate(90deg);
}

.ny-left>ul>li>ul>li>ul>li>a {
    line-height: 40px;
    padding-left: 60px;
    font-size: 16px;
    color: #666666;
    position: relative;
}

.ny-left>ul>li>ul>li>ul>li:hover>a {
    color: #000;
}

.ny-left>ul>li>.on1>a {
    background-color: #e9f5ff;
    color: #045ba2;
}

.ny-title {
    line-height: 65px;
    padding-left: 35px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    background: url("../image/sy.png") no-repeat left center;
}

.ny-title a {
    font-size: 16px;
    color: #333333;
}

.pagination {
    margin-top: 40px;
    text-align: center;
    margin-bottom: 45px;
}

.pagination a {
    display: inline-block;
    padding: 0 11px;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #333333;
}

.pagination a p {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    border: 1px solid #cccccc;
}

.active {
    background-color: #045ba2;
    color: #ffffff !important;
}


/* 列表页 */

.text-list>li {
    line-height: 55px;
    border-bottom: 1px dashed #cccccc;
}

.text-list>li:last-child {
    border: none;
}

.text-list>li>a {
    display: block;
    position: relative;
}

.text-list>li>a>p {
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 150px;
    background: url("../image/list-dot.png") no-repeat left center;
}

.text-list>li>a>span {
    font-size: 16px;
    color: #333333;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.text-list>li:hover p {
    color: #045ba2;
}


/* 内容页 */

.text-t {
    margin-top: 35px;
    margin-bottom: 50px;
    text-align: center;
}

.text-t>h4 {
    font-size: 24px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 40px;
}

.text-t>p>span {
    font-size: 14px;
    color: #999999;
    margin-right: 30px;
}

.text-b>p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 30px;
    text-indent: 32px;
}

.text-img>img {
    display: block;
    width: 100%;
    max-width: 597px;
    margin: auto;
}

.text-img {
    margin-bottom: 20px !important;
}

.paging {
    padding: 17px 0;
    border-top: 1px solid #e8e8e8;
}

.paging>a {
    display: block;
    line-height: 55px;
}

.paging>a>span {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}

.paging>a>p {
    display: inline-block;
    font-size: 16px;
    color: #333333;
}

.paging>a:hover p {
    color: #045ba2;
}


/* 师资列表 */

.sz {
    margin-top: 15px;
    margin-bottom: 20px;
}

.sz-list>h2 {
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    color: #045ba2;
    background-color: #f3faff;
    border-left: 3px solid #045ba2;
}

.sz-list>ul {
    overflow: hidden;
    margin: 15px 0;
}

.sz-list>ul>li {
    line-height: 46px;
    text-align: center;
    width: 200px;
    float: left;
    cursor: pointer;
    margin-top: 10px;
    margin-right: 35px;
    background: url("../image/sz-list.png") no-repeat 20%;
}

.sz-list>ul>li:hover {
    color: #ffffff;
    background: #045ba2 url("../image/sz-list1.png") no-repeat 20%;
}


/* 师资内容 */

.sz-con {
    margin-top: 30px;
}

.sz-con-t {
    overflow: hidden;
}

.sz-con-b {
    padding-bottom: 50px;
}

.sz-l {
    float: left;
    padding-left: 15px;
}

.sz-r {
    overflow: hidden;
    padding-left: 40px;
    padding-top: 22.5px;
    padding-bottom: 22.5px;
}

.sz-r h4 {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
}

.sz-r span {
    font-size: 18px;
    color: #333333;
}

.sz-r>div {
    line-height: 42px;
}

.sz-indue {
    margin-top: 30px;
}

.sz-indue>h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #333333;
}

.sz-indue>p {
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}


/* 图片列表 */

.img-list>li {
    padding: 26px 0;
    border-bottom: 1px dashed #cccccc;
}

.img-list>li>a {
    display: block;
    overflow: hidden;
}

.img-list>li>a .pic {
    /* padding-top: 75%; */
}

.img-con-l {
    float: left;
}

.img-con-r {
    overflow: hidden;
    padding: 12px 0 12px 30px;
}

.img-con-r>h2 {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}

.img-con-r>p {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    margin: 17px 0;
}

.img-con-r>span {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    padding-left: 30px;
    background: url("../image/rl.png") no-repeat left center;
}

.img-list>li:hover a {
    background-color: #045ba2;
}

.img-list>li:hover a h2,
.img-list>li:hover a p {
    color: #ffffff;
}

.img-list>li:hover a span {
    background: url("../image/rl-hover.png") no-repeat left center;
    color: #ffffff;
}

.img-list>li:last-child {
    border: none;
}
