@charset "UTF-8";
/* CSS Document */


.n-center {max-width: 1200px; margin: 0 auto;}


/*----新闻列表----*/
.n-news {display: -ms-flex; display: flex; justify-content: space-between; padding-top: 10px;}
.n-news-l {-ms-flex: 1; flex: 1; padding-right: 40px; min-width: 0;}
.n-news-list .group {padding-top: 20px;}
.n-news-list .group .box {padding: 20px; background: #fff; border: 1px solid #eee; box-shadow: 0 2px 6px rgba(0, 0, 0, .05); border-radius: 5px;}
.n-news-list .group .title {display: -ms-flex; display: flex; justify-content: space-between; align-items: center; position: relative; padding-left: 13px;}
.n-news-list .group .title:before {content: ''; display: block; width: 3px; height: 16px; border-radius: 2px; background: #B62930; position: absolute; left: 0; top: 50%; margin-top: -8px;}
.n-news-list .group .title .name {-ms-flex: 1; flex: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 18px; font-weight: bold; line-height: 1; color: #000;}
.n-news-list .group .title .name a {color: #000;}
.n-news-list .group .title .name a:hover {text-decoration: underline;}
.n-news-list .group .title .date {font-size: 16px; color: #999; font-family: Roboto, Avenir, Arial; padding-left: 10px;}
.n-news-list .group .text {font-size: 14px; color: #666; line-height: 24px; height: 48px; max-width: 90%; padding-left: 13px; padding-top: 10px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.n-news-list .group .note {display: -ms-flex; display: flex; justify-content: space-between; align-items: center; padding-left: 13px; padding-top: 15px;}
.n-news-list .group .note .tag {display: -ms-flex; display: flex; align-items: center;}
.n-news-list .group .note .tag .item {background: #B62930; border-radius: 3px; font-size: 12px; color: #fff; line-height: 20px; padding: 0 5px;}
.n-news-list .group .note .arr {width: 13px; height: 10px; background: url("../images/n-news-arrow.png") no-repeat top / 100% 200%;}
.n-news-list .group .note .arr a {display: block; width: 100%; height: 100%;}
.n-news-list .group .box:hover {background: #9F020B; border-color: #9F020B;}
.n-news-list .group .box:hover .title:before {background: #fff;}
.n-news-list .group .box:hover .title .name {color: #fff;}
.n-news-list .group .box:hover .title .name a {color: #fff;}
.n-news-list .group .box:hover .title .date {color: #fff;}
.n-news-list .group .box:hover .text {color: #fff;}
.n-news-list .group .box:hover .note .tag .item {background: #fff; color: #9F020B;}
.n-news-list .group .box:hover .note .arr {background-position: bottom;}



.n-news-r {width: 320px; padding-top: 20px;}
.n-news-r-group {padding-bottom: 20px;}
.n-news-r-title {font-size: 18px; color: #B62930; line-height: 24px; padding: 10px 0 10px 25px; position: relative; border-top: 2px solid #B62930; border-bottom: 1px dotted #ccc; font-weight: bold;}
.n-news-r-title:before {content: ''; display: block; width: 15px; height: 24px; position: absolute; left: 0; top: 50%; margin-top: -12px; background: linear-gradient(#CD051A, #9F020B); border-radius: 2px;}
.n-news-r-title:after {content: ''; display: block; width: 15px; height: 24px; position: absolute; left: 0; top: 50%; margin-top: -12px; background: url("../images/n-news-r.png") no-repeat center / 6px 10px; z-index: 2;}



.n-news-recomment {padding-top: 10px;}
.n-news-recomment .item {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 14px; color: #666666; line-height: 36px;}
.n-news-recomment .item a {color: #666; padding-left: 25px; position: relative;}
.n-news-recomment .item a:before {content: ''; display: block; width: 4px; height: 4px; border-radius: 50%; position: absolute; left: 6px; top: 50%; margin-top: -2px; background: #999999;}
.n-news-recomment .item a:hover {color: #B62930; text-decoration: underline; font-weight: bold;}
.n-news-recomment .item a:hover:before {background: #D32F2F;}


.n-news-topic {font-size: 0;}
.n-news-topic .item {padding-top: 20px;}
.n-news-topic .item .box {display: block; position: relative; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, .1);}
.n-news-topic .item .box .space svg {width: 100%;}
.n-news-topic .item .box .img {width: 100%; height: 100%; border-radius: 8px; overflow: hidden; position: absolute; left: 0; top: 0;}
.n-news-topic .item .box .img img {width: 100%; height: 100%; border-radius: 8px; transition: transform .5s;}
.n-news-topic .item .box:hover .img img {-ms-transform: scale(1.2); transform: scale(1.2);}

@media all and (max-width: 1024px) {
    .n-news-l {padding-right: 30px;}
    .n-news-r {width: 300px;}
    .n-news-recomment .item a {padding-left: 15px;}
    .n-news-recomment .item a:before {left: 0;}
}
@media all and (max-width: 960px) {
    .n-news-r {width: 280px;}
    .n-news-list .group .title {display: block; padding-left: 0;}
    .n-news-list .group .title:before {display: none;}
    .n-news-list .group .title .name {padding-left: 13px; position: relative;}
    .n-news-list .group .title .name:before {content: ''; display: block; width: 3px; height: 16px; border-radius: 2px; background: #B62930; position: absolute; left: 0; top: 50%; margin-top: -8px;}
    .n-news-list .group .title .date {padding-left: 13px; padding-top: 10px; font-size: 14px;}
    .n-news-list .group .text {padding-top: 7px; max-width: 100%;}
    .n-news-list .group .box:hover .title .name:before {background: #fff;}

}
@media all and (max-width: 900px) {
    .n-news {padding-top: 0;}
    .n-news-l {padding-right: 25px;}
    .n-news-list .group .box {padding: 15px;}
    .n-news-list .group .title .name {font-size: 16px;}
    .n-news-list .group .title .name:before {height: 14px; margin-top: -7px;}
    .n-news-list .group .note .arr {width: 10px; height: 8px;}
    .n-news-list .group .text {font-size: 13px;}
    .n-news-r-title {font-size: 16px; padding: 8px 0 8px 25px;}
    .n-news-r-title:before {width: 14px; height: 20px; margin-top: -10px;}
    .n-news-r-title:after {width: 14px; height: 20px; margin-top: -10px; background-size: 5px 8px;}
    .n-news-recomment .item {line-height: 32px;}
}
@media all and (max-width: 800px) {
    .n-news-l {padding-right: 20px;}
    .n-news-list .group .box {padding: 15px;}
    .n-news-list .group .note {padding-top: 10px;}
    .n-news-r {width: 240px;}
    .n-news-recomment .item {font-size: 13px;}
    .n-news-topic .item {padding-top: 15px;}
}
@media all and (max-width: 700px) {
    .n-news {display: block;}
    .n-news-l {padding-right: 0;}
    .n-news-r {width: auto; padding-top: 0;}
    .n-news-recomment {display: -ms-flex; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: space-between;}
    .n-news-recomment .item {width: calc(50% - 10px); box-sizing: border-box; font-size: 14px;}
    .n-news-topic {display: -ms-flex; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: space-between;}
    .n-news-topic .item {width: calc(50% - 10px); padding-top: 20px;}
}
@media all and (max-width: 640px) {
    .n-news-recomment .item {font-size: 13px;}
}
@media all and (max-width: 420px) {
    .n-news-list .group .title {display: block;}
    .n-news-list .group .title .name {padding-left: 0;}
    .n-news-list .group .title .name:before {display: none;}
    .n-news-list .group .title .date {font-size: 12px; padding-left: 0;}
    .n-news-list .group .text {padding-left: 0;}
    .n-news-list .group .note {padding-left: 0;}
    .n-news-recomment {display: block;}
    .n-news-recomment .item {width: auto; font-size: 14px; line-height: 34px;}
}
@media all and (max-width: 320px) {
    .n-news-list .group {padding-top: 15px;}
    .n-news-r-group {padding-bottom: 15px;}
    .n-news-recomment .item {font-size: 13px; line-height: 32px;}
    .n-news-topic .item {width: calc(50% - 7px); padding-top: 15px;}
}









/*----内容页----*/
.n-newscon {padding: 30px 0;}
.n-newscon-title {text-align: center; font-size: 30px; color: #000; font-weight: bold;}
.n-newscon-note {font-size: 14px; color: #999; text-align: center; padding-top: 10px; font-family: Roboto, Avenir, Arial;}
.n-newscon-content {font-size: 15px; color: #333; line-height: 1.8; padding: 30px 0;}
.n-newscon-foot {padding: 20px 0; border-top: 1px solid #eee; display: -ms-flex; display: flex; justify-content: space-between;}
.n-newscon-page {font-size: 16px; color: #999999; line-height: 30px; -ms-flex: 1; flex: 1; min-width: 0; padding-right: 20px;}
.n-newscon-page .item {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.n-newscon-page .item a {color: #666;}
.n-newscon-page .item a:hover {color: #B62930; text-decoration: underline;}
.n-newscon-back a {display: -ms-flex; display: flex; justify-content: center; align-items: center; font-size: 15px; color: #B62930; line-height: 30px;}
.n-newscon-back a:before {content: ''; display: block; width: 7px; height: 12px; background: url("../images/conback.png") no-repeat center / 100% 100%; margin-right: 10px;}
@media all and (max-width: 1024px) {
    .n-newscon-title {font-size: 24px;}
    .n-newscon-note {font-size: 13px;}
    .n-newscon-content {font-size: 14px; padding: 20px 0;}
    .n-newscon-page {font-size: 14px;}
    .n-newscon-back {font-size: 14px;}
}
@media all and (max-width: 700px) {
    .n-newscon {padding: 30px 0 10px 0;}
}
@media all and (max-width: 640px) {
    .n-newscon-foot {padding: 15px 0;}
}
@media all and (max-width: 420px) {
    .n-newscon-foot {display: block; padding: 0;}
    .n-newscon-page {border-bottom: 1px solid #eee; padding: 10px 0;}
    .n-newscon-back {display: -ms-flex; display: flex; justify-content: center; padding: 20px 0;}
}
@media all and (max-width: 320px) {
    .n-newscon {padding: 20px 0 0 0;}
    .n-newscon-content {padding: 15px 0;}
    .n-newscon-back {padding: 15px 0;}
}
/*附件*/
.n-newscon-attachments{line-height: 30px;font-size: 14px;}
.n-newscon-attachments-list{padding: 10px 0;}
.n-newscon-attachments-list a{color: #666;}







/*----师范课程----*/
.n-course {display: -ms-flex; display: flex; padding-top: 30px;}
.n-course-l {width: 190px; padding-bottom: 20px; margin-right: 30px;}
.n-course-r {-ms-flex: 1; flex: 1; min-width: 0;}

.n-course-menu {width: auto; height: auto; border-radius: 8px; box-shadow: 0 3px 6px rgba(0, 0, 0, .1);}
.n-course-m-title {background: linear-gradient(to right bottom, #D0363E, #9F020B); border-radius: 8px 8px 0 0; height: 70px; position: relative;}
.n-course-m-title:after {content: ''; display: block; width: 100%; height: 100%; background: url("../images/n-course-title.jpg") no-repeat center / auto 100%; position: absolute; left: 0; bottom: 0; border-radius: 8px 8px 0 0;}
.n-course-m-title .box {display: -ms-flex; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; font-size: 0; position: relative; z-index: 20;}
.n-course-m-title .box img {height: 33px;}

.n-course-m-list {padding: 0 20px; background: #fff; border-radius: 0 0 8px 8px;}
.n-course-m-list .item {border-bottom: 1px dotted #ddd;}
.n-course-m-list .item:last-child {border-bottom: 0 none;}
.n-course-m-list .item a {display: block; width: auto; height: auto; padding: 15px 20px 15px 15px; line-height: 20px; font-size: 15px; color: #777777; position: relative;}
.n-course-m-list .item a:before {content: ''; display: block; width: 5px; height: 5px; position: absolute; left: 0; top: 50%; border-radius: 3px; margin-top: -2.5px; background: #CCCCCC;}
.n-course-m-list .item a:after {content: ''; display: block; width: 7px; height: 12px; position: absolute; right: 0; top: 50%; margin-top: -6px; background: url("../images/n-course-menu.png") no-repeat left / 200% 100%;}
.n-course-m-list .item a:hover {color: #B62930;}
.n-course-m-list .item a:hover:before {background: #B62930;}
.n-course-m-list .item a:hover:after {background-position: right;}
.n-course-m-list .item a.on {color: #B62930; font-weight: bold;}
.n-course-m-list .item a.on:before {width: 3px; height: 12px; margin-top: -6px; background: #B62930;}
.n-course-m-list .item a.on:after {background-position: right;}

.n-course-tabs {display: none; background: #fff; border-radius: 8px; box-shadow: 0 0 6px rgba(0, 0, 0, .05); margin-bottom: 15px; position: relative;}
.n-course-tabs:after {content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 0; box-sizing: border-box; border: 1px solid #eee; border-radius: 8px;}
.n-course-tabs .swiper-slide {width: auto; padding: 0 20px;}
.n-course-tabs .swiper-slide a {display: block; height: 50px; line-height: 50px; font-size: 15px; color: #666; position: relative;}
.n-course-tabs .swiper-slide a:hover {color: #B62930;}
.n-course-tabs .swiper-slide a.on {font-weight: 500; color: #B62930;}
.n-course-tabs .swiper-slide a.on:after {content: ''; display: block; width: 100%; height: 2px; border-radius: 2px; background: #B62930; position: absolute; left: 0; bottom: 0;}


.n-course-filter {background: #fff; border: 1px solid #eee; border-radius: 8px; box-shadow: 0 0 6px rgba(0, 0, 0, .05); padding: 0 20px;}
.n-course-filter .group {border-bottom: 1px dashed #ddd; display: -ms-flex; display: flex; padding: 10px 0;}
.n-course-filter .group:last-child {border-bottom: 0 none;}
.n-course-filter .group .name {line-height: 26px; font-size: 15px; font-weight: 500; color: #333333; padding: 5px 0; margin-right: 20px;}
.n-course-filter .group .r {-ms-flex: 1; flex: 1; min-width: 0; display: -ms-flex; display: flex;}
.n-course-filter .group .list {-ms-flex: 1; flex: 1; min-width: 0; display: -ms-flex; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.n-course-filter .group .list .item {margin-right: 5px; padding: 5px 0;}
.n-course-filter .group .list .item:last-child {margin-right: 0;}
.n-course-filter .group .list .item a {display: block; width: auto; line-height: 24px; border: 1px solid transparent; border-radius: 5px; padding: 0 10px; font-size: 15px; color: #666666;}
.n-course-filter .group .list .item a:hover {color: #B62930;}
.n-course-filter .group .list .item a.on {border-color: #B62930; background: #B62930; color: #fff;}
.n-course-filter .group .show {padding: 6px 0; display: none;}
.n-course-filter .group .show a {display: -ms-flex; display: flex; align-items: center; padding: 0 10px; height: 22px; border: 1px solid #ddd; border-radius: 15px;}
.n-course-filter .group .show a:before {content: '展开'; font-size: 12px; color: #999; margin-right: 5px;}
.n-course-filter .group .show a:after {content: ''; display: block; width: 8px; height: 8px; background: url("../images/filter-show.png") no-repeat center / 100% 100%;}
.n-course-filter .group.on .show a:before {content: '收起';}
.n-course-filter .group.on .show a:after {-ms-transform: rotate(180deg); transform: rotate(180deg);}



.n-course-list {display: -ms-flex; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.n-course-list .group {width: calc(33.333% - 14px); padding: 21px 21px 0 0;}
.n-course-list .group:nth-child(3n + 0) {padding-right: 0;}
.n-course-nohead{margin-top: -21px;}
@media all and (max-width: 900px) {
    .n-course-list {justify-content: space-between;}
    .n-course-list .group {width: calc(50% - 10px); padding: 20px 0 0 0;}
    .n-course-nohead{margin-top: -20px;}
}
@media all and (max-width: 800px) {
    .n-course {padding-top: 20px;}
    .n-course-l {width: 160px; margin-right: 20px;}
    .n-course-m-title {height: 60px;}
    .n-course-m-title .box img {height: 30px;}
    .n-course-m-list .item a {font-size: 14px; padding: 10px 15px 10px 13px;}
    .n-course-m-list .item a:before {width: 4px; height: 4px; margin-top: -2px;}
    .n-course-m-list .item a:after {width: 6px; height: 10px; margin-top: -5px;}
    .n-course-m-list .item a.on:before {height: 10px; margin-top: -5px;}
    .n-course-filter {padding: 0 15px;}
    .n-course-filter .group {padding: 8px 0;}
    .n-course-filter .group .name {font-size: 14px;}
    .n-course-filter .group .list .item a {font-size: 14px;}
}
@media all and (max-width: 700px) {
    .n-course {display: block;}
    .n-course-l {display: none;}
    .n-course-tabs {display: block;}
}
@media all and (max-width: 640px) {
    .n-course-filter .group .list {height: 36px; overflow: hidden;}
    .n-course-filter .group.on .list {height: auto;}
    .n-course-filter .group .show {display: block;}
}
@media all and (max-width: 480px) {
    .n-course-filter .group {display: block; padding: 5px 0 8px 0;}
    .n-course-filter .group .name {padding: 0;}
    .n-course-filter .group .list {height: 34px;}
    .n-course-filter .group .list .item a {line-height: 22px; padding: 0 7px;}
    .n-course-filter .group .show {padding: 5px 0;}
}
@media all and (max-width: 420px) {
    .n-course-filter .group .list .item a {font-size: 13px;}
    .n-course-tabs .swiper-slide {padding: 0 15px;}
    .n-course-tabs .swiper-slide:first-child {padding-left: 20px;}
    .n-course-tabs .swiper-slide:last-child {padding-right: 20px;}
    .n-course-tabs .swiper-slide a {height: 44px; line-height: 44px;}

}
@media all and (max-width: 380px) {
    .n-course-tabs .swiper-slide a {height: 40px; line-height: 40px; font-size: 14px;}
    .n-course-list {padding-top: 6px;}
    .n-course-list .group {width: calc(50% - 7px); padding-top: 14px;}
    .n-course-nohead{margin-top: -14px;}
}
@media all and (max-width: 320px) {
    .n-course {padding-top: 15px;}
    .n-course-list {padding-top: 1px;}
    .n-course-tabs .swiper-slide {padding: 0 10px;}
    .n-course-tabs .swiper-slide:first-child {padding-left: 15px;}
    .n-course-tabs .swiper-slide:last-child {padding-right: 15px;}
    .n-course-tabs .swiper-slide a {height: 40px; line-height: 40px; font-size: 13px;}
    .n-course-filter .group .name {font-size: 13px;}
    .n-course-filter .group .list .item a {font-size: 12px;}
}









/*----课程详细----*/
.n-detail {padding: 30px 0;}
.n-detail-t {display: -ms-flex; display: flex;}
.n-detail-t .l {width: 500px; margin-right: 30px;}
.n-detail-t .r {-ms-flex: 1; flex: 1; min-width: 0;}
.n-detail-cover {position: relative; font-size: 0;}
.n-detail-cover .space svg {width: 100%;}
.n-detail-cover .img {width: 100%; height: 100%; position: absolute; left: 0; top: 0; border-radius: 8px; box-shadow: 0 0 10px rgba(0, 0, 0, .05);}
.n-detail-cover .img a {display: block; width: 100%; height: 100%;}
.n-detail-cover .img img {width: 100%; height: 100%; border-radius: 8px;}

.n-detail-intro .title {font-size: 30px; font-weight: bold; color: #333333;}
.n-detail-intro .text {font-size: 15px; color: #999; line-height: 20px; padding-top: 10px;}
.n-detail-intro .text .item {padding: 8px 0 8px 30px; position: relative; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.n-detail-intro .text .item:before {content: ''; display: block; width: 18px; height: 18px; background: url("../images/detail-intro-text.png") no-repeat left center / auto 100%; position: absolute; left: 0; top: 50%; margin-top: -9px;}
.n-detail-intro .text .item.icon-school:before {background-position-x: 0;}
.n-detail-intro .text .item.icon-college:before {background-position-x: -18px;}
.n-detail-intro .text .item.icon-type:before {background-position-x: -72px;}
.n-detail-intro .text .item span {color: #333; margin-right: 20px;}

.n-detail-ts {background: #F5F5F5; border-radius: 5px; margin-top: 15px;}
.n-detail-ts .title {padding: 10px 10px 0 10px; display: -ms-flex; display: flex; justify-content: space-between; align-items: center;}
.n-detail-ts .title .name {font-size: 15px; font-weight: 500; color: #B62930; position: relative; padding-left: 13px;}
.n-detail-ts .title .name:before {content: ''; display: block; width: 3px; height: 14px; background: #B62930; border-radius: 2px; position: absolute; left: 0; top: 50%; margin-top: -7px;}
.n-detail-ts .title .btns {display: -ms-flex; display: flex; align-items: center;}
.n-detail-ts .title .btns .item {padding: 0 10px;}
.n-detail-ts .title .btns .item a {display: block; width: 7px; height: 12px; background: url("../images/pagebar.png") no-repeat left top / 200% 200%;}
.n-detail-ts .title .btns .item a.prev {background-position-x: left;}
.n-detail-ts .title .btns .item a.next {background-position-x: right;}
.n-detail-ts .title .btns .item a:hover {background-position-y: bottom;}
.n-detail-ts .slide .swiper-slide {padding: 15px 0; text-align: center;}
.n-detail-ts .slide .swiper-slide .name {font-size: 16px; line-height: 1; color: #333; font-weight: 500;}
.n-detail-ts .slide .swiper-slide .note {font-size: 14px; line-height: 1; color: #999; padding-top: 8px;}

.n-detail-total {font-size: 15px; color: #333; padding-left: 30px; position: relative; margin-top: 15px;}
.n-detail-total:before {content: ''; display: block; width: 18px; height: 18px; background: url("../images/detail-intro-text.png") no-repeat -36px center / auto 100%; position: absolute; left: 0; top: 50%; margin-top: -9px;}
.n-detail-total span {font-weight: bold; font-size: 18px; font-family: Roboto, Avenir, Arial; color: #B62930;}



.n-detail-b {padding-top: 30px;}
.n-detail-tabs {display: none;}
.n-detail-tabs .translate {width: calc(100% + 40px); -ms-transform: translateX(-20px); transform: translateX(-20px);}
.n-detail-tabs .swiper-slide {width: auto; padding-left: 20px;}
.n-detail-tabs .swiper-slide:last-child {padding-right: 20px;}
.n-detail-tabs .swiper-slide a {display: block; line-height: 40px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 20px; background: #F5F5F5; border-radius: 8px; font-size: 15px; color: #666666;}
.n-detail-tabs .swiper-slide a.on {font-weight: 500; color: #fff; background: linear-gradient(to right, #9F020B, #C41721);}



.n-detail-flex {display: -ms-flex; display: flex; background: #fff; border: 1px solid #eee; box-shadow: 0 3px 6px rgba(0, 0, 0, .05); border-radius: 8px;}
.n-detail-menu {width: 160px; background: #F5F5F5; border-right: 1px solid #eee; box-sizing: border-box; padding: 10px 10px 0 10px; border-radius: 8px 0 0 8px;}
.n-detail-menu .item {padding-bottom: 10px;}
.n-detail-menu .item a {display: block; line-height: 20px; position: relative; padding: 10px 15px 10px 30px; background: #ffffff; border-radius: 8px; font-size: 15px; color: #666666;}
.n-detail-menu .item a:before {content: ''; display: block; width: 4px; height: 4px; background: #CCCCCC; border-radius: 50%; position: absolute; left: 15px; top: 50%; margin-top: -2px;}
.n-detail-menu .item a:hover {color: #B62930;}
.n-detail-menu .item a:hover:before {background: #B62930;}
.n-detail-menu .item a.on {font-weight: 500; color: #fff; background: linear-gradient(to right, #9F020B, #C41721);}
.n-detail-menu .item a.on:before {background: #fff;}



.n-detail-wrap {-ms-flex: 1; flex: 1; min-width: 0; padding: 0 20px;}
.n-detail-title {display: -ms-flex; display: flex; position: relative; padding: 20px 0;}
.n-detail-title:after {content: ''; display: block; width: 100%; height: 1px; background: #eee; position: absolute; left: 0; bottom: 0;}
.n-detail-title .name {position: relative; line-height: 20px; font-size: 18px; font-weight: bold; color: #333333; padding-left: 13px;}
.n-detail-title .name:before {content: ''; display: block; width: 3px; height: 14px; border-radius: 2px; position: absolute; left: 0; top: 50%; margin-top: -7px; background: #B62930;}
.n-detail-wrap .infolist {display: none;}
.n-detail-wrap .infolist.on {display: block;}

@media all and (max-width: 1024px) {
    .n-detail-t .l {width: 415px; margin-right: 20px;}

    .n-detail-intro .title {font-size: 24px;}
    .n-detail-intro .text {font-size: 14px; padding-top: 5px;}
    .n-detail-intro .text .item {padding: 5px 0 5px 25px;}
    .n-detail-intro .text .item:before {width: 16px; height: 16px; margin-top: -8px;}
    .n-detail-intro .text .item.icon-school:before {background-position-x: 0;}
    .n-detail-intro .text .item.icon-college:before {background-position-x: -16px;}
    .n-detail-intro .text .item.icon-type:before {background-position-x: -64px;}

    .n-detail-ts {margin-top: 10px;}
    .n-detail-ts .title .name {font-size: 14px; padding-left: 12px;}
    .n-detail-ts .title .name:before {width: 2px; height: 12px; margin-top: -6px;}
    .n-detail-ts .title .btns .item a {width: 7px; height: 12px;}
    .n-detail-ts .slide .swiper-slide .name {font-size: 15px;}
    .n-detail-ts .slide .swiper-slide .note {font-size: 13px;}

    .n-detail-total {margin-top: 10px; font-size: 14px; padding-left: 25px;}
    .n-detail-total:before {width: 16px; height: 16px; background-position-x: -32px; margin-top: -8px;}
    .n-detail-total span {font-size: 16px;}

    .n-detail-menu .item a {font-size: 14px;}
    .n-detail-title .name {font-size: 17px;}

}
@media all and (max-width: 860px) {
    .n-detail {padding: 20px 0;}
    .n-detail-t .l {width: 380px;}
    .n-detail-ts {background: none; box-shadow: none; margin-top: 0; padding-top: 2px;}
    .n-detail-ts .title {padding: 0;}
    .n-detail-ts .title .name {font-size: 14px; color: #333; font-weight: normal; padding-left: 25px;}
    .n-detail-ts .title .name:before {width: 16px; height: 16px; margin-top: -8px; background: url("../images/detail-intro-text.png") no-repeat -48px center / auto 100%;}
    .n-detail-ts .slide {background: #F5F5F5; border-radius: 5px; margin-top: 10px;}
    .n-detail-ts .slide .swiper-slide {padding: 10px 0;}
    .n-detail-ts .slide .swiper-slide .name {font-size: 14px;}
    .n-detail-ts .slide .swiper-slide .note {font-size: 13px; padding-top: 5px;}

    .n-detail-b {padding-top: 20px;}
    .n-detail-flex {display: block; background: none; box-shadow: none; border: 0 none;}
    .n-detail-menu {display: none;}
    .n-detail-tabs {display: block;}
    .n-detail-title {display: none;}
    .n-detail-wrap {padding: 0;}
}
@media all and (max-width: 720px) {
    .n-detail-t {display: block;}
    .n-detail-t .l {width: auto; margin-right: 0;}
    .n-detail-t .r {padding-top: 20px;}
    .n-detail-ts .slide {padding: 5px 0;}
}
@media all and (max-width: 480px) {
    .n-detail-t .r {padding-top: 15px;}
}
@media all and (max-width: 420px) {
    .n-detail-intro .title {font-size: 22px;}
    .n-detail-t .r {padding-top: 10px;}
    .n-detail-tabs .swiper-slide {padding-left: 15px;}
    .n-detail-tabs .swiper-slide:first-child {padding-left: 20px;}
    .n-detail-tabs .swiper-slide a {line-height: 36px; padding: 0 15px; font-size: 14px; border-radius: 5px;}
}
@media all and (max-width: 380px) {
    .n-detail-intro .text .item span {margin-right: 10px;}
}
@media all and (max-width: 320px) {
    .n-detail {padding: 15px 0;}
    .n-detail-intro .title {font-size: 20px;}
    .n-detail-intro .text .item span {display: none;}
    .n-detail-tabs .translate {width: calc(100% + 30px); -ms-transform: translateX(-15px); transform: translateX(-15px);}
    .n-detail-tabs .swiper-slide:first-child {padding-left: 15px;}
    .n-detail-tabs .swiper-slide:last-child {padding-right: 15px;}
}







.n-detail-content {font-size: 15px; line-height: 2.1; color: #666; padding: 20px 0; text-align: justify;}
@media all and (max-width: 1024px) {
    .n-detail-content {font-size: 14px; padding: 15px 0;}
}
@media all and (max-width: 720px) {
    .n-detail-content {padding-bottom: 0;}
}
@media all and (max-width: 320px) {
    .n-detail-content {font-size: 13px; padding-top: 15px;}
}



.n-detail-video {font-size: 0; padding: 20px 0;}
.n-detail-video img {width: 100%;}
@media all and (max-width: 720px) {
    .n-detail-video {padding-bottom: 0;}
}
@media all and (max-width: 320px) {
    .n-detail-video {padding-top: 15px;}
}



.n-detail-file {display: -ms-flex; display: flex; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 10px 0;}
.n-detail-file .group {width: calc(50% - 10px); padding: 10px 0;}
.n-detail-file .group .box {background: #ffffff; border: 1px solid #eee; box-shadow: 0 2px 4px rgba(0, 0, 0, .05); border-radius: 8px; padding: 10px 15px 15px 15px;}
.n-detail-file .group .box .name {font-size: 15px; color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.n-detail-file .group .box .name a {color: #333; position: relative; padding-left: 22px;}
.n-detail-file .group .box .name a:before {content: ''; display: block; width: 12px; height: 14px; background: url("../images/n-detail-file.png") no-repeat left / 200% 100%; position: absolute; left: 0; top: 50%; margin-top: -7px;}
.n-detail-file .group .box .name a:hover {color: #B62930;}
.n-detail-file .group .box .name a:hover:before {background-position: right;}
.n-detail-file .group .box .note {display: -ms-flex; display: flex; justify-content: space-between; align-items: center; padding-top: 6px; padding-left: 22px;}
.n-detail-file .group .box .note .tag {display: -ms-flex; display: flex; align-items: center; min-width: 0; -ms-flex: 1; flex: 1;}
.n-detail-file .group .box .note .tag .item {background: #B62930; line-height: 18px; padding: 0 6px; font-size: 12px; color: #fff; border-radius: 10px;}
.n-detail-file .group .box .note .btn a {display: block; font-size: 13px; color: #B62930; font-weight: bold; background: url("../images/n-detail-preview.png") no-repeat right center / auto 12px; padding-right: 12px;}
@media all and (max-width: 1024px) {
    .n-detail-file .group .box {border-radius: 5px;}
}
@media all and (max-width: 720px) {
    .n-detail-file {padding-bottom: 0;}
}
@media all and (max-width: 640px) {
    .n-detail-file {padding: 5px 0 0 0;}
    .n-detail-file .group {width: 100%; padding: 15px 0 0 0;}
}
@media all and (max-width: 380px) {
    .n-detail-file .group .box {padding: 6px 10px 10px 10px;}
}
@media all and (max-width: 320px) {
    .n-detail-file {padding: 0;}
    .n-detail-file .group {width: 100%; padding-top: 15px;}
}




.n-detail-teacher {padding: 10px 0;}
.n-detail-teacher .group {padding: 10px 0; display: -ms-flex; display: flex;}
.n-detail-teacher .group .l {width: 135px; margin-right: 20px;}
.n-detail-teacher .group .img {font-size: 0; position: relative;}
.n-detail-teacher .group .img .space svg {width: 100%;}
.n-detail-teacher .group .img .imgbox {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.n-detail-teacher .group .img .imgbox a {display: block; width: 100%; height: 100%;}
.n-detail-teacher .group .img .imgbox img {width: 100%; height: 100%; box-shadow: 0 3px 6px rgba(0, 0, 0, .1); border-radius: 5px;}
.n-detail-teacher .group .con {-ms-flex: 1; flex: 1; min-width: 0;}
.n-detail-teacher .group .con .name {font-size: 20px; font-weight: bold; color: #333;}
.n-detail-teacher .group .con .note {display: -ms-flex; display: flex; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.n-detail-teacher .group .con .note .item {line-height: 20px; background: #B62930; border-radius: 5px; margin: 10px 10px 0 0; font-size: 12px; color: #fff; padding: 0 5px;}
.n-detail-teacher .group .con .text {font-size: 14px; line-height: 24px; color: #666666; padding-top: 10px; height: 72px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;}
.n-detail-teacher .group .con .show {padding-top: 14px; display: -ms-flex; display: flex;}
.n-detail-teacher .group .con .show a {display: -ms-flex; display: flex; align-items: center; width: auto; height: 26px; box-sizing: border-box; border: 1px solid #ddd; border-radius: 5px; padding: 0 10px;}
.n-detail-teacher .group .con .show a:before {content: '展开'; font-size: 12px; color: #999999; margin-right: 5px;}
.n-detail-teacher .group .con .show a:after {content: ''; display: block; width: 8px; height: 8px; background: url("../images/n-detail-show.png") no-repeat center / 100% 100%;}

.n-detail-teacher .group.on .con .text {height: auto; min-height: 72px; display: block;}
.n-detail-teacher .group.on .con .show a:before {content: '收起';}
.n-detail-teacher .group.on .con .show a:after {-ms-transform: rotate(180deg); transform: rotate(180deg);}
@media all and (max-width: 720px) {
    .n-detail-teacher {padding: 0;}
    .n-detail-teacher .group {padding: 20px 0 0 0;}
}
@media all and (max-width: 640px) {
    .n-detail-teacher .group .l {width: 120px;}
    .n-detail-teacher .group .con .text {height: 48px; -webkit-line-clamp: 2;}
    .n-detail-teacher .group.on .con .text {height: auto; min-height: 48px;}
}
@media all and (max-width: 480px) {
    .n-detail-teacher .group .l {width: 100px; margin-right: 15px;}
    .n-detail-teacher .group .con .name {font-size: 18px; line-height: 1;}
    .n-detail-teacher .group .con .note .item {margin: 8px 8px 0 0;}
    .n-detail-teacher .group .con .text {font-size: 13px; line-height: 22px; height: 44px; padding-top: 8px;}
    .n-detail-teacher .group.on .con .text {height: auto; min-height: 44px;}
    .n-detail-teacher .group .con .show {padding-top: 9px;}
}
@media all and (max-width: 320px) {
    .n-detail-teacher .group {padding-top: 15px;}
    .n-detail-teacher .group .l {width: 90px;}
    .n-detail-teacher .group .con .show {padding-top: 7px;}
    .n-detail-teacher .group .con .show a {height: auto; padding: 0; border: 0 none; border-radius: 0;}
}







/*----热点专题----*/
.n-topic {display: -ms-flex; display: flex; padding-top: 30px;}
.n-topic-l {width: 160px; margin-right: 30px;}
.n-topic-r {-ms-flex: 1; flex: 1; min-width: 0;}


.n-topic-menu {padding-bottom: 5px;}
.n-topic-menu .item {padding-bottom: 15px;}
.n-topic-menu .item a {display: block; position: relative; border-radius: 8px;}
.n-topic-menu .item a span {display: block; line-height: 40px; font-size: 16px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #B62930; position: relative; z-index: 20; padding: 0 10px 0 35px;}
.n-topic-menu .item a:before {content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; box-sizing: border-box; border: 1px solid #B62930; border-radius: 8px;}
.n-topic-menu .item a:after {content: ''; display: block; width: 30px; height: 100%; background: url("../images/n-topic-menu.png") no-repeat right center / auto 100%; position: absolute; left: 0; top: 0; border-radius: 8px 0 0 8px;}
.n-topic-menu .item a.on {background: linear-gradient(to right, #D5373F, #9F020B);}
.n-topic-menu .item a.on span {color: #fff; font-weight: bold;}
.n-topic-menu .item a.on:before {display: none;}
.n-topic-menu .item a.on:after {background-image: url("../images/n-topic-menu-on.png");}


.n-topic-tabs {display: none; padding-bottom: 20px;}
.n-topic-tabs .translate {width: calc(100% + 40px); -ms-transform: translateX(-20px); transform: translateX(-20px);}
.n-topic-tabs .swiper-slide {width: auto; padding-left: 20px;}
.n-topic-tabs .swiper-slide:last-child {padding-right: 20px;}
.n-topic-tabs .swiper-slide a {display: block; position: relative; border-radius: 8px;}
.n-topic-tabs .swiper-slide a span {display: block; line-height: 40px; font-size: 16px; color: #B62930; position: relative; z-index: 20; padding: 0 15px 0 30px;}
.n-topic-tabs .swiper-slide a:before {content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; box-sizing: border-box; border: 1px solid #B62930; border-radius: 8px;}
.n-topic-tabs .swiper-slide a:after {content: ''; display: block; width: 30px; height: 100%; background: url("../images/n-topic-menu.png") no-repeat right center / auto 100%; position: absolute; left: 0; top: 0; border-radius: 8px 0 0 8px;}
.n-topic-tabs .swiper-slide a.on {background: linear-gradient(to right, #D5373F, #9F020B);}
.n-topic-tabs .swiper-slide a.on span {color: #fff; font-weight: bold;}
.n-topic-tabs .swiper-slide a.on:before {display: none;}
.n-topic-tabs .swiper-slide a.on:after {background-image: url("../images/n-topic-menu-on.png");}





.n-topic-list {display: -ms-flex; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; border-bottom: 1px solid #eee;}
.n-topic-list .group {width: calc(33.333% - 20px); box-sizing: border-box; padding-bottom: 30px; margin-right: 30px;}
.n-topic-list .group:nth-child(3n + 0) {margin-right: 0;}

@media all and (max-width: 1100px) {
    .n-topic {padding-top: 20px;}
    .n-topic-l {margin-right: 20px;}
    .n-topic-list {padding-bottom: 10px;}
    .n-topic-list .group {width: calc(33.333% - 14px); padding-bottom: 21px; margin-right: 21px;}
}
@media all and (max-width: 1024px) {
    .n-topic-menu .item a span {font-size: 15px;}
}
@media all and (max-width: 900px) {
    .n-topic-list {justify-content: space-between;}
    .n-topic-list .group {width: calc(50% - 10px); padding-bottom: 20px; margin-right: 0;}
}
@media all and (max-width: 700px) {
    .n-topic {display: block;}
    .n-topic-l {display: none;}
    .n-topic-tabs {display: block;}
}
@media all and (max-width: 480px) {
    .n-topic-tabs .swiper-slide a span {line-height: 36px; font-size: 14px;}
    .n-topic-tabs .swiper-slide a.on:after {width: 26px;}
}
@media all and (max-width: 420px) {
    .n-topic-list .group {width: calc(50% - 7px);}
}
@media all and (max-width: 320px) {
    .n-topic-tabs {padding-bottom: 15px;}
    .n-topic-tabs .translate {width: calc(100% + 30px); -ms-transform: translateX(-15px); transform: translateX(-15px);}
    .n-topic-tabs .swiper-slide {padding-left: 15px;}
    .n-topic-tabs .swiper-slide:last-child {padding-right: 15px;}
    .n-topic {padding-top: 15px;}
}







/*----研究成果----*/
.n-result {padding: 30px 0; display: -ms-flex; display: flex;}
.n-result-l {width: 180px; margin-right: 40px;}
.n-result-r {-ms-flex: 1; flex: 1; min-width: 0; background: #fff; border: 1px solid #eee; border-radius: 8px; box-shadow: 0 3px 6px rgba(0, 0, 0, .05); padding-top: 20px;}

.n-result-menu {width: auto; height: auto;}
.n-result-menu .item {padding-bottom: 20px;}
.n-result-menu .item a {display: block; line-height: 24px; font-size: 18px; padding: 13px; text-align: center; color: #666; box-sizing: border-box; border: 1px solid #eee; border-radius: 50px; box-shadow: 0 3px 6px rgba(0, 0, 0, .05);}
.n-result-menu .item a.on {background: linear-gradient(to right, #B62930, #9F020B); border-color: transparent; color: #fff; font-weight: bold;}

.n-result-tabs {display: none;}
.n-result-tabs .translate {width: calc(100% + 40px); -ms-transform: translateX(-20px); transform: translateX(-20px);}
.n-result-tabs .swiper-container {padding: 20px 0 10px 0;}
.n-result-tabs .swiper-slide {width: auto; padding-left: 20px;}
.n-result-tabs .swiper-slide:last-child {padding-right: 20px;}
.n-result-tabs .swiper-slide a {display: block; line-height: 40px; font-size: 16px; padding: 0 30px; text-align: center; color: #666; box-sizing: border-box; border: 1px solid #eee; border-radius: 20px; box-shadow: 0 3px 6px rgba(0, 0, 0, .05);}
.n-result-tabs .swiper-slide a.on {background: linear-gradient(to right, #B62930, #9F020B); border-color: transparent; color: #fff; font-weight: bold;}

.n-result-title {padding-left: 18px; font-weight: bold; font-size: 18px; color: #333; position: relative; margin: 0 30px;}
.n-result-title:before {content: ''; display: block; width: 3px; height: 16px; background: #B62930; position: absolute; left: 0; top: 50%; margin-top: -8px; border-radius: 2px;}

.n-result-list {padding: 10px 30px 0 30px;}
.n-result-list .item {height: 50px; border-bottom: 1px dotted #ddd; display: -ms-flex; display: flex; justify-content: space-between; align-items: center;}
.n-result-list .item .name {-ms-flex: 1; flex: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 16px; color: #666;}
.n-result-list .item .name a {color: #666; position: relative; padding-left: 20px;}
.n-result-list .item .name a:before {content: ''; display: block; width: 4px; height: 4px; background: #ccc; position: absolute; left: 0; top: 50%; margin-top: -2px;}
.n-result-list .item .name a:hover {color: #B62930; text-decoration: underline;}
.n-result-list .item .name a:hover:before {background: #B62930;}
.n-result-list .item .date {font-size: 16px; color: #999; font-family: Roboto, Avenir, Arial; padding-left: 15px;}
@media all and (max-width: 1024px) {
    .n-result {padding: 20px 0;}
    .n-result-l {width: 160px; margin-right: 20px;}
    .n-result-menu .item {padding-bottom: 15px;}
    .n-result-menu .item a {font-size: 16px; padding: 10px 12px;}
    .n-result-title {margin: 0 20px;}
    .n-result-list {padding: 10px 20px 0 20px;}
    .n-result-list .item .name {font-size: 15px;}
    .n-result-list .item .date {font-size: 15px;}
}
@media all and (max-width: 800px) {
    .n-result-l {width: 140px;}
}
@media all and (max-width: 700px) {
    .n-result {padding: 0;}
    .n-result-l {display: none;}
    .n-result-r {padding-top: 0; background: none; border: 0 none; box-shadow: none;}
    .n-result-title {display: none;}
    .n-result-tabs {display: block; margin: 0;}
    .n-result-list {padding: 0;}
}
@media all and (max-width: 640px) {
    .n-result-tabs .swiper-slide a {line-height: 36px; padding: 0 25px;}
    .n-result-list .item .name a {padding-left: 15px;}
}
@media all and (max-width: 480px) {
    .n-result-tabs .swiper-container {padding-bottom: 5px;}
}
@media all and (max-width: 420px) {
    .n-result-list .item {display: block; height: auto; padding: 15px 0;}
    .n-result-list .item .date {font-size: 13px; padding-top: 5px;}
}
@media all and (max-width: 380px) {
    .n-result-tabs .swiper-slide a {padding: 0 20px; font-size: 15px;}
}
@media all and (max-width: 320px) {
    .n-result-tabs .swiper-container {padding-top: 15px;}
    .n-result-tabs .swiper-slide {padding-left: 15px;}
    .n-result-tabs .swiper-slide:last-child {padding-right: 15px;}
    .n-result-tabs .swiper-slide a {line-height: 32px; padding: 0 15px; font-size: 14px;}
    .n-result-list .item {padding: 12px 0;}
    .n-result-list .item .name {font-size: 14px;}
}





/*----名师团队----*/
.n-team-list {display: -ms-flex; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.n-team-list .group {width: calc(20% - 24px); padding-top: 30px; margin-right: 30px;}
.n-team-list .group:nth-child(5n + 0) {margin-right: 0;}
@media all and (max-width: 1024px) {
    .n-team-list .group {width: calc(25% - 15px); padding-top: 20px; margin-right: 20px;}
    .n-team-list .group:nth-child(5n + 0) {margin-right: 20px;}
    .n-team-list .group:nth-child(4n + 0) {margin-right: 0;}
}
@media all and (max-width: 720px) {
    .n-team-list .group {width: calc(33.333% - 14px); padding-top: 21px; margin-right: 21px;}
    .n-team-list .group:nth-child(5n + 0) {margin-right: 21px;}
    .n-team-list .group:nth-child(4n + 0) {margin-right: 21px;}
    .n-team-list .group:nth-child(3n + 0) {margin-right: 0;}
}
@media all and (max-width: 520px) {
    .n-team-list {justify-content: space-between;}
    .n-team-list .group {width: calc(50% - 10px); padding-top: 20px; margin-right: 0;}
    .n-team-list .group:nth-child(5n + 0) {margin-right: 0;}
    .n-team-list .group:nth-child(4n + 0) {margin-right: 0;}
    .n-team-list .group:nth-child(3n + 0) {margin-right: 0;}
}
@media all and (max-width: 320px) {
    .n-team-list .group {width: calc(50% - 7px); padding-top: 15px;}
}






/*----中心介绍----*/
.n-about {display: -ms-flex; display: flex; padding: 30px 0;}
.n-about-l {-ms-flex: 1; flex: 1; min-width: 0;}
.n-about-r {width: 200px; padding-left: 40px;}

.n-about-menu {background: #fff; box-shadow: 0 3px 6px rgba(0, 0, 0, .05); border-top: 3px solid #B62930;}
.n-about-menu .title {padding: 15px 20px; font-size: 18px; font-weight: bold; color: #333;}
.n-about-menu .list .item a {display: block; line-height: 40px; font-size: 16px; color: #666666; padding: 0 30px 0 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; position: relative;}
.n-about-menu .list .item a:after {content: ''; display: block; width: 6px; height: 12px; position: absolute; right: 10px; top: 50%; margin-top: -6px; background: url("../images/n-about-menu.png") no-repeat left / 300% 100%;}
.n-about-menu .list .item a:hover {color: #B62930;}
.n-about-menu .list .item a:hover:after {background-position: right;}
.n-about-menu .list .item a.on {background: linear-gradient(to right, #9F020B, #B62930); color: #fff; font-weight: bold;}
.n-about-menu .list .item a.on:after {background-position: center;}


.n-about-tabs {display: none; position: relative;}
.n-about-tabs:after {content: ''; display: block; width: 100%; height: 1px; background: #eee; position: absolute; left: 0; bottom: 0;}
.n-about-tabs .swiper-slide {width: auto; margin-right: 20px;}
.n-about-tabs .swiper-slide:last-child {margin-right: 0;}
.n-about-tabs .swiper-slide a {display: block; line-height: 60px; font-size: 16px; color: #666; position: relative;}
.n-about-tabs .swiper-slide a.on {font-weight: bold; color: #333;}
.n-about-tabs .swiper-slide a.on:after {content: ''; display: block; width: 100%; height: 2px; border-radius: 2px; background: #B62930; position: absolute; left: 0; bottom: 0;}

.n-about-main {padding: 10px 0;}
.n-about-title {font-size: 30px; font-weight: bold; color: #000; text-align: center; border-bottom: 1px solid #EEEEEE; padding-bottom: 30px;}
.n-about-content {font-size: 15px; color: #666666; line-height: 1.9; padding-top: 20px; text-align: justify;}
@media all and (max-width: 1024px) {
    .n-about {padding: 20px 0;}
    .n-about-title {font-size: 28px; padding-bottom: 20px;}
    .n-about-main {padding: 10px 0;}
    .n-about-r {padding-left: 30px;}
}
@media all and (max-width: 900px) {
    .n-about {padding: 0; display: block;}
    .n-about-r {display: none;}
    .n-about-tabs {display: block;}
    .n-about-main {padding: 30px 0;}
    .n-about-title {border-bottom: 0 none; padding-bottom: 0;}
}
@media all and (max-width: 640px) {
    .n-about-main {padding: 20px 0;}
    .n-about-title {font-size: 24px;}
    .n-about-content {font-size: 14px;}
}
@media all and (max-width: 480px) {
    .n-about-content {padding-top: 15px;}
}
@media all and (max-width: 420px) {
    .n-about-content {padding-top: 10px;}
}
@media all and (max-width: 320px) {
    .n-about-title {font-size: 20px;}
}







/*----联盟成员----*/
.n-alliance-list {display: -ms-flex; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.n-alliance-list .item {width: calc(25% - 23px); padding-top: 30px; margin-right: 30px;}
.n-alliance-list .item:nth-child(4n + 0) {margin-right: 0;}
.n-alliance-list .item .box {display: block; position: relative; font-size: 0; border-radius: 8px; box-shadow: 0 3px 6px rgba(0, 0, 0, .05); border: 1px solid #eee;}
.n-alliance-list .item .box .img {width: 100%; height: 100%; position: absolute; left: 0; top: 0;align-items: center;display: flex;}
.n-alliance-list .item .box .img img {width: 100%; height: 100%; border-radius: 8px;}
.n-alliance-list .item .box .space svg {width: 100%;}
.n-alliance-list.league .item:last-child{display: none}
@media all and (max-width: 1024px) {
    .n-alliance-list .item {width: calc(25% - 15px); padding-top: 20px; margin-right: 20px;}
}
@media all and (max-width: 860px) {
    .n-alliance-list .item {width: calc(33.333% - 20px); padding-top: 30px; margin-right: 30px;}
    .n-alliance-list .item:nth-child(4n + 0) {margin-right: 30px;}
    .n-alliance-list .item:nth-child(3n + 0) {margin-right: 0;}
    .n-alliance-list.league .item:last-child{display: block;}
}
@media all and (max-width: 640px) {
    .n-alliance-list .item {width: calc(33.333% - 14px); padding-top: 21px; margin-right: 21px;}
    .n-alliance-list .item:nth-child(4n + 0) {margin-right: 21px;}
    .n-alliance-list .item:nth-child(3n + 0) {margin-right: 0;}
}
@media all and (max-width: 480px) {
    .n-alliance-list {justify-content: space-between;}
    .n-alliance-list .item {width: calc(50% - 10px); padding-top: 21px; margin-right: 0;}
    .n-alliance-list .item:nth-child(4n + 0) {margin-right: 0;}
    .n-alliance-list .item:nth-child(3n + 0) {margin-right: 0;}
    .n-alliance-list.league .item:last-child{display: none}
}
@media all and (max-width: 320px) {
    .n-alliance-list .item {width: calc(50% - 7px); padding-top: 15px;}
}





/*----搜索结果----*/
.n-search-form {padding: 60px 0;}
.n-search-form .flex {display: -ms-flex; display: flex; justify-content: center; font-size: 0;}
.n-search-form .flex .inpbox {width: 500px;}
.n-search-form .flex .inpbox input.inp {width: 100%; height: 44px; font-size: 16px; color: #333; box-sizing: border-box; padding: 0 15px; border: 1px solid #B62930; background: #fff; border-radius: 8px 0 0 8px; border-right: 0 none;}
.n-search-form .flex .btnbox {width: 100px;}
.n-search-form .flex .btnbox input.btn {display: block; width: 100%; height: 44px; background: #B62930; border: 0 none; font-size: 16px; color: #fff; cursor: pointer; border-radius: 0 8px 8px 0;}
@media all and (max-width: 800px) {
    .n-search {padding: 0;}
    .n-search-form {padding: 30px 0;}
    .n-search-form .flex .inpbox {width: auto; -ms-flex: 1; flex: 1;}
}
@media all and (max-width: 720px) {
    .n-search-form .flex .inpbox input.inp {font-size: 15px;}
    .n-search-form .flex .btnbox input.btn {font-size: 15px;}
}
@media all and (max-width: 640px) {
    .n-search-form .flex .inpbox input.inp {font-size: 14px; height: 40px;}
    .n-search-form .flex .btnbox input.btn {font-size: 14px; height: 40px;}
}
@media all and (max-width: 420px) {
    .n-search-form .flex .btnbox {width: 90px;}
}
@media all and (max-width: 320px) {
    .n-search-form .flex .inpbox input.inp {padding: 0 10px;}
    .n-search-form .flex .btnbox {width: 80px;}
}


.n-search-tabs {width: auto; height: auto; background: #fff; border: 1px solid #eee; box-shadow: 0 3px 6px rgba(0, 0, 0, .05); border-radius: 8px;}
.n-search-tabs .swiper-slide {width: auto; height: auto; padding: 0 30px;}
.n-search-tabs .swiper-slide a {display: block; height: 44px; line-height: 44px; font-size: 16px; color: #666; font-family: Roboto, Avenir, Arial;}
.n-search-tabs .swiper-slide a.on {color: #B62930; font-weight: 500;}
.n-search-tabs .swiper-slide a.on:after {content: ''; display: block; width: 20px; height: 2px; background: #B62930; position: absolute; left: 50%; margin-left: -10px; bottom: 5px; border-radius: 2px;}
@media all and (max-width: 1000px) {
    .n-search-tabs .swiper-slide {padding: 0 20px;}
}
@media all and (max-width: 720px) {
    .n-search-tabs .swiper-slide a {font-size: 15px;}
}
@media all and (max-width: 640px) {
    .n-search-tabs .swiper-slide a {font-size: 14px;}
}
@media all and (max-width: 420px) {
    .n-search-tabs .swiper-slide {padding: 0 15px;}
    .n-search-tabs .swiper-slide:first-child {padding-left: 20px;}
    .n-search-tabs .swiper-slide:last-child {padding-right: 20px;}
}
@media all and (max-width: 320px) {
    .n-search-tabs .swiper-slide {padding: 0 10px;}
    .n-search-tabs .swiper-slide:first-child {padding-left: 15px;}
    .n-search-tabs .swiper-slide:last-child {padding-right: 15px;}
}



.n-search-wrap {padding: 20px 0;}
.n-search-group {padding: 20px 0;}
.n-search-title {display: -ms-flex; display: flex; justify-content: space-between; align-items: center;}
.n-search-title .name {font-size: 18px; font-weight: 500; color: #333; position: relative; padding-left: 15px;}
.n-search-title .name:before {content: ''; display: block; width: 3px; height: 16px; border-radius: 2px; background: #B62930; position: absolute; left: 0; top: 50%; margin-top: -8px;}
.n-search-title .more a {display: block; font-size: 14px; color: #999;}
.n-search-title .more a:hover {color: #B62930;}
@media all and (max-width: 800px) {
    .n-search-wrap {padding: 15px 0;}
    .n-search-group {padding: 15px 0;}
}
@media all and (max-width: 640px) {
    .n-search-title .name {font-size: 16px;}
    .n-search-title .name:before {height: 14px; margin-top: -7px;}
}


.n-search-list {display: -ms-flex; display: flex; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.n-search-list .group {padding-top: 20px; width: calc(50% - 10px);}
.n-search-list .group .box {background: #fff; border: 1px solid #eee; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, .05); box-sizing: border-box; padding: 15px;}
.n-search-list .group .box .name {font-size: 16px; font-weight: 500; color: #333; position: relative; padding-left: 12px;}
.n-search-list .group .box .name:before {content: ''; display: block; width: 4px; height: 4px; background: #B62930; border-radius: 50%; position: absolute; left: 0; top: 50%; margin-top: -2px;}
.n-search-list .group .box .name a {color: #333;}
.n-search-list .group .box .name a:hover {color: #B62930; text-decoration: underline;}
.n-search-list .group .box .date {font-size: 14px; color: #999; padding-left: 12px; padding-top: 5px; font-family: Roboto, Avenir, Arial;}
.n-search-list .group .box .text {font-size: 14px; color: #666; padding-left: 12px; padding-top: 5px; line-height: 22px; height: 44px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
@media all and (max-width: 720px) {
    .n-search-list .group {width: auto;}
}
@media all and (max-width: 480px) {
    .n-search-list .group .box {padding: 10px;}
    .n-search-list .group .box .name {font-size: 15px;}
    .n-search-list .group .box .date {font-size: 13px;}
    .n-search-list .group .box .text {font-size: 13px;}
}
@media all and (max-width: 420px) {
    .n-search-list .group {padding-top: 10px;}
}
@media all and (max-width: 320px) {
    .n-search-list .group .box .name {font-size: 14px;}
    .n-search-list .group .box .date {font-size: 12px;}
    .n-search-list .group .box .text {font-size: 12px; line-height: 20px; height: 40px;}
}


.n-search-course {display: -ms-flex; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.n-search-course .group {width: calc(25% - 15px); padding-top: 20px; margin-right: 20px;}
.n-search-course .group:nth-child(4n + 0) {margin-right: 0;}


.n-search-topic {display: -ms-flex; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.n-search-topic .group {width: calc(25% - 15px); padding-top: 20px; margin-right: 20px;}
.n-search-topic .group:nth-child(4n + 0) {margin-right: 0;}


.n-search-team {display: -ms-flex; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.n-search-team .group {width: calc(20% - 16px); padding-top: 20px; margin-right: 20px;}
.n-search-team .group:nth-child(5n + 0) {margin-right: 0;}

@media all and (max-width: 1024px) {
    .n-search-team .group {width: calc(25% - 15px);}
    .n-search-team .group:nth-child(5n + 0) {margin-right: 20px;}
    .n-search-team .group:nth-child(4n + 0) {margin-right: 0;}
}
@media all and (max-width: 1000px) {
    .n-search-course .group {width: calc(33.333% - 14px); padding-top: 21px; margin-right: 21px;}
    .n-search-course .group:nth-child(4n + 0) {margin-right: 21px;}
    .n-search-course .group:nth-child(3n + 0) {margin-right: 0;}

    .n-search-topic .group {width: calc(33.333% - 14px); padding-top: 21px; margin-right: 21px;}
    .n-search-topic .group:nth-child(4n + 0) {margin-right: 21px;}
    .n-search-topic .group:nth-child(3n + 0) {margin-right: 0;}
}
@media all and (max-width: 800px) {
    .n-search-team .group {width: calc(33.333% - 14px); padding-top: 21px; margin-right: 21px;}
    .n-search-team .group:nth-child(5n + 0) {margin-right: 21px;}
    .n-search-team .group:nth-child(4n + 0) {margin-right: 21px;}
    .n-search-team .group:nth-child(3n + 0) {margin-right: 0;}
}
@media all and (max-width: 700px) {
    .n-search-course {justify-content: space-between;}
    .n-search-course .group {width: calc(50% - 10px); padding-top: 20px; margin-right: 0;}
    .n-search-course .group:nth-child(4n + 0) {margin-right: 0;}
    .n-search-course .group:nth-child(3n + 0) {margin-right: 0;}

    .n-search-topic {justify-content: space-between;}
    .n-search-topic .group {width: calc(50% - 10px); padding-top: 20px; margin-right: 0;}
    .n-search-topic .group:nth-child(4n + 0) {margin-right: 0;}
    .n-search-topic .group:nth-child(3n + 0) {margin-right: 0;}
}
@media all and (max-width: 520px) {
    .n-search-team {justify-content: space-between;}
    .n-search-team .group {width: calc(50% - 10px); padding-top: 20px; margin-right: 0;}
    .n-search-team .group:nth-child(5n + 0) {margin-right: 0;}
    .n-search-team .group:nth-child(4n + 0) {margin-right: 0;}
    .n-search-team .group:nth-child(3n + 0) {margin-right: 0;}
}
@media all and (max-width: 320px) {
    .n-search-course .group {width: calc(50% - 7px); padding-top: 15px;}
    .n-search-topic .group {width: calc(50% - 7px); padding-top: 15px;}
    .n-search-team .group {width: calc(50% - 7px); padding-top: 15px;}
}





/*----新增热点专题二级栏目----*/
.n-topic-navs {background: #f5f5f5; border-radius: 10px; padding: 15px; margin-bottom: 30px;}
.n-topic-navs .relative {position: relative;}
.n-topic-navs .list {display: -ms-flex; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; height: 44px; overflow: hidden;}
.n-topic-navs .list .item {padding: 10px 15px;}
.n-topic-navs .list .item a {display: block; font-size: 18px; line-height: 24px; color: #333; position: relative; padding-left: 15px;}
.n-topic-navs .list .item a:before {content: ''; display: block; width: 6px; height: 6px; position: absolute; left: 0; top: 50%; margin-top: -3px; border-radius: 50%; background: #333;}
.n-topic-navs .list .item a:hover {color: #B62930;}
.n-topic-navs .list .item a:hover:before {background: #B62930;}
.n-topic-navs .list .item a.on {color: #B62930;}
.n-topic-navs .list .item a.on:before {background: #B62930;}
.n-topic-navs .more {display: -ms-flex; display: flex; justify-content: flex-end; padding: 10px 15px; padding-left: 60px; position: absolute; right: 0; bottom: 0; background: linear-gradient(to right, rgba(245, 245, 245, 0), #f5f5f5 25%); border-radius: 10px;}
.n-topic-navs .more a {display: -ms-flex; display: flex; align-items: center; height: 24px;}
.n-topic-navs .more a:before {content: ''; display: block; width: 12px; height: 8px; background: url("../images/sub-navs-more-arrow.png") no-repeat center top / 100% 200%; margin-right: 10px;}
.n-topic-navs .more a:after {content: '更多'; font-size: 18px; color: #333; line-height: 1;}
.n-topic-navs .more a:hover:before {background-position-y: bottom;}
.n-topic-navs .more a:hover:after {color: #B62930;}
.n-topic-navs.show .relative {padding-bottom: 44px;}
.n-topic-navs.show .list {height: auto;}
.n-topic-navs.show .more a:before {-ms-transform: rotate(180deg); transform: rotate(180deg);}
.n-topic-navs.show .more a:after {content: '收起';}
@media all and (max-width: 1100px) {
    .n-topic-navs .list .item a {font-size: 17px;}
    .n-topic-navs .more a:after {font-size: 17px;}
}
@media all and (max-width: 1024px) {
    .n-topic-navs {margin-bottom: 20px;}
    .n-topic-navs .list {height: 84px;}
    .n-topic-navs .list .item a {font-size: 16px; line-height: 22px;}
    .n-topic-navs .more a {height: 22px;}
    .n-topic-navs .more a:before {width: 10px; height: 6px;}
    .n-topic-navs .more a:after {font-size: 16px;}
    .n-topic-navs.show .relative {padding-bottom: 42px;}
}
@media all and (max-width: 900px) {
    .n-topic-navs {padding: 10px;}
    .n-topic-navs .list {height: 64px;}
    .n-topic-navs .list .item {padding: 6px 10px;}
    .n-topic-navs .list .item a {font-size: 15px; line-height: 20px;}
    .n-topic-navs .more {padding: 6px 10px; padding-left: 50px;}
    .n-topic-navs .more a {height: 20px;}
    .n-topic-navs .more a:after {font-size: 15px;}
    .n-topic-navs.show .relative {padding-bottom: 32px;}
}
@media all and (max-width: 700px) {
    .n-topic-navs .list .item a {font-size: 14px; padding-left: 12px;}
    .n-topic-navs .list .item a:before {width: 4px; height: 4px; margin-top: -2px;}
    .n-topic-navs .more a:before {width: 8px; height: 5px; margin-right: 8px;}
    .n-topic-navs .more a:after {font-size: 14px;}
}
@media all and (max-width: 420px) {
    .n-topic-navs {padding: 5px;}
    .n-topic-navs .list {height: 60px;}
    .n-topic-navs .list .item {padding: 5px 10px;}
    .n-topic-navs .list .item a {font-size: 13px;}
    .n-topic-navs .more {padding: 5px 10px; padding-left: 40px;}
    .n-topic-navs .more a:after {font-size: 13px;}
    .n-topic-navs.show .relative {padding-bottom: 30px;}
}
