@charset "utf-8";
body {
    background: #EEEEEE;
}

.banner img {
    display: block;
    width: 100%;
}

.ny-main {
    position: relative;
    margin-bottom: 130px;
    padding-top: 17px;
}

.ny-left {
    float: left;
    width: 236px;
    margin-right: 65px;
    position: relative;
    margin-top: -61px;
}

.ny-left h4 {
    font-size: 20px;
    line-height: 88px;
    color: #3A5FC9;
    text-align: center;
    background: #F49800;
    font-weight: normal;
}

.ny-left>ul>li {
    border-top: 1px solid #fff;
}

.ny-left>ul>li>a {
    display: block;
    line-height: 68px;
    color: #3A5FC9;
    text-align: center;
    background: #DFDFDC;
    transition: all .3s;
}

.ny-left>ul>li ul {
    display: none;
    padding: 5.5px 0;
    background: #EEEEEE;
}

.ny-left>ul>li ul>li>a {
    display: block;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    color: #0F4C82;
}

.ny-left>ul>li.active>a,
.ny-left>ul>li.on>a {
    color: #fff;
    background: #0F4C82;
}

.ny-left>ul>li.active ul {
    display: block;
}

.ny-left>ul>li ul>li>a:hover {
    color: #F49800;
}

.ny-right {
    overflow: hidden;
}

.position {
    font-size: 0;
    text-align: right;
}

.position a,
.position span {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    vertical-align: middle;
}

.position span {
    margin: 0 5px;
}

.ny-tit {
    position: relative;
    line-height: 48px;
    height: 48px;
    margin-top: 30px;
}

.ny-tit h4 {
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 24px;
    font-weight: normal;
    background: #EEEEEE;
    padding-left: 12px;
    padding-right: 30px;
    z-index: 9;
    font-family: 'CN-Normal';
}

.ny-tit h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 22px;
    background: #000;
    transform: translateY(-50%);
}

.ny-tit::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #707070;
    transform: translateY(-50%);
}


/* 分页 */

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 77px;
}

.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: #3A5FC9;
    color: #fff;
    border: 1px solid #3A5FC9;
}

.pagination a:hover {
    background: #3A5FC9;
    color: #fff;
    border: 1px solid #3A5FC9;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}


/* 列表 */

.list>ul>li {
    position: relative;
    line-height: 40px;
    margin-top: 10px;
    border-bottom: 1px dashed #707070;
}

.list>ul>li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #333;
    transform: translateY(-50%);
}

.list>ul>li a {
    display: block;
    font-size: 18px;
    color: #333333;
    padding-left: 12px;
    padding-right: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'CN-Light';
}

.list>ul>li span {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #000;
    font-family: 'CN-Normal';
}

.list>ul>li:hover a,
.list>ul>li:hover span {
    color: #F49800;
}

.list {
    margin-top: 35px;
    padding: 0 6px;
}


/* 教师列表 */

.list2 .teacher {
    width: 142px;
    height: 194px;
    float: left;
    margin-right: 20px;
}

.list2 .teacher img {
    display: block;
    width: 100%;
}

.list2 .t-info {
    overflow: hidden;
}

.list2 .t-info h4 {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: normal;
    margin-top: 140px;
}

.list2 .t-info p {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}

.list2>ul>li {
    padding: 18px 0;
    border-bottom: 1px dashed #707070;
}

.list2 {
    margin-top: 20px;
}


/* 文章-图片-1 */

.ny-text {
    margin-top: 90px;
}

.ny-text h4 {
    font-size: 28px;
    line-height: 48px;
    color: #666666;
    font-weight: normal;
    font-family: 'CN-Normal';
}

.ny-text .p-box p {
    font-size: 18px;
    line-height: 30px;
    color: #666666;
}

.ny-text .p-box {
    margin-top: 23px;
}

.ny-text img {
    display: block;
 
   
}


/* 内容页 */

.con-tit h4 {margin-bottom: 30px;
    font-size: 28px;
    line-height: 30px;
    color: #000;
    font-weight: normal;
    text-align: center;
}

.con-tit p {
    font-size: 0;
    line-height: 30px;
    margin-top: 35px;
}

.con-tit p span {
    display: inline-block;
    font-size: 14px;
    color: #666666;    margin-left: 10px;
}

.con-tit p span:last-child {
    float: right;
}

.con-tit {  margin-bottom: 35px;
    border-bottom: 2px solid #707070;
}

.con-list {
    overflow: hidden;
    margin-top: 40px;
}

.con-list>li {
    float: left;
    width: 446px;
    padding: 13px;
    margin-bottom: 10px;
    border: 1px solid #707070;
}

.con-list>li:nth-child(even) {
    margin-left: 7px;
}

.con-list>li img {
    display: block;
    width: 100%;
}

.con-body p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-indent: 2em;
   
    font-family: 'CN-Light';
}

.downLoad p {
    font-size: 14px;
    line-height: 30px;
    color: #000;
    text-indent: 0;
}

.downLoad p a {
    color: #F49800;
}


/* 海报 */

.no-botom {
    margin-bottom: 0;
}

.poster {
    margin-top: 45px;
}

.poster img {
    display: block;
    max-width: 100%;
    height: auto;
}


/* 图片列表 */

.list-img {
    margin-top: 5px;
}

.list-img>ul {
    overflow: hidden;
}

.list-img>ul>li {
    float: left;
    width: 280px;
    background: #fff;
    margin-top: 32px;
}

.list-img>ul>li:nth-child(3n+2) {
    margin-left: 29.5px;
    margin-right: 29.5px;
}

.list-img>ul>li a {
    display: block;
}

.list-img>ul>li img {
    display: block;
    width: 280px;
    height: 418px;
    transition: all .3s;
}

.list-img>ul>li .pic {
    overflow: hidden;
}

.list-img>ul>li .img-info p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-align: center;
}

.list-img>ul>li .img-info p:first-child {
    font-size: 18px;
    color: #000;
}

.list-img>ul>li .img-info {
    padding: 10px;
}

.list-img>ul>li:hover {
    background: #F49800;
}

.list-img>ul>li:hover .img-info p {
    color: #fff;
}

.list-img>ul>li:hover img {
    transform: scale(1.1);
}