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


/*--header--*/
.header {width: auto; height: auto; padding: 0 30px; display: -ms-flex; display: flex; align-items: flex-end;}
.header .center {max-width: 1200px; width: 100%; margin: 0 auto; display: -ms-flex; display: flex; justify-content: space-between; align-items: center; padding: 100px 0 40px 0;}
.header .logo {display: -ms-flex; display: flex; align-items: center;}
.header .logo .img {font-size: 0;}
.header .logo .img img {width: 360px;}
.header .logo .sub {font-size: 0; margin-left: 15px;}
.header .logo .sub img {width: 340px;}

.header .search {position: relative;}
.header .search .box {overflow: hidden;}
.header .search input.inp {display: block; width: 216px; height: 36px; background: #fff; border: 1px solid #a90a0f; box-sizing: border-box; float: left; font-size: 14px; color: #333; padding: 0 12px;}
.header .search input.btn {display: block; width: 84px; height: 36px; background: #a90a0f; border: 0 none; cursor: pointer; text-align: center; line-height: 36px; font-size: 14px; color: #fff; float: left;}
.header .search a.btn {display: none; width: 36px; height: 36px; background: url("../images/search-button.png") #a90a0f no-repeat center / 100%; position: absolute; right: 0; top: 0;}




/*--menu--*/
.menubar {
    width: auto;
    height: 60px;
    background: #a90a0f;
    padding: 0 30px;
}

.menubar .center {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

.menubar .swiper-wrapper {
    justify-content: space-between;
}

.menubar .swiper-slide {
    width: auto;
    height: 60px;
    line-height: 60px;
}

.menubar .swiper-slide a {
    font-size: 20px;
    color: #fff;
}

.menubar .swiper-slide a.login {
    background: url("../images/menubar-login.png") no-repeat left center / 24px 24px;
    padding-left: 35px;
}

.menubar .swiper-slide span.line {
    display: -ms-flex;
    display: flex;
    align-items: center;
    width: 2px;
    height: 100%;
}

.menubar .swiper-slide span.line:before {
    content: '';
    display: block;
    width: 2px;
    height: 20px;
    background: #fff;
}


/*--footer--*/
.footer {
    padding: 30px;
    background: #555555;
}

.footer .center {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: env(safe-area-inset-bottom);
}

.footer .row {
    padding: 30px 0;
    border-bottom: 2px solid #fff;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}

.footer .row:last-child {
    border-bottom: 0 none;
}

.footer .content {
    width: 35%;
}

.footer .content .tit {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.footer .content .txt {
    font-size: 16px;
    color: #fff;
    line-height: 2;
    padding-top: 15px;
}

.footer .links {
    font-size: 16px;
    color: #fff;
    line-height: 2;
    width: 60%;
}

.footer .links a {
    display: inline-block;
    color: #fff;
}

.footer .links span {
    padding: 0 14px;
}

.footer .support {
    font-size: 16px;
    color: #fff;
    line-height: 2;
    width: 35%;
}


/*--newFooter--*/

.newfooter {
    background: #3e3a39;
}

.newfooter .center {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.newfooter .links {
    padding: 30px 0;
    border-bottom: 1px solid #9f9d9c;
    font-size: 14px;
    color: #ffffff;
}

.newfooter .links a {
    color: #ffffff;
    display: inline-block;
    margin-right: 20px;
}

.newfooter .group {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}

.newfooter .group .logo {
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.newfooter .group .logo .img {
    font-size: 0;
    margin-right: 20px;
}

.newfooter .group .logo .img a {
    display: block;
}

.newfooter .group .logo .img img {
    width: 140px;
}

.newfooter .group .logo .txt {
    font-size: 14px;
    color: #fff;
}

.newfooter .group .copy {
    color: #fff;
    font-size: 14px;
}

.newfooter .group .copy a {
    color: #fff;
    margin-right: 30px;
}

.newfooter .newGroup {
    display: -ms-flex;
    display: flex;
    align-items: center;
    padding: 30px 0;
}

.newfooter .newGroup .column {
    -ms-flex: 1;
    flex: 1;
}

.newfooter .newGroup .logo {
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.newfooter .newGroup .logo .img {
    font-size: 0;
    margin-right: 20px;
}

.newfooter .newGroup .logo .img a {
    display: block;
}

.newfooter .newGroup .logo .img img {
    width: 160px;
}

.newfooter .newGroup .logo .txt {
    font-size: 14px;
    color: #fff;
}

.newfooter .newGroup .copy {
    color: #fff;
    font-size: 14px;
    text-align: right;
}

.newfooter .newGroup .support {
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.newfooter .newGroup .support a {
    color: #fff;
}


/*--wrapper--*/
.centerWrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.inrow {
    padding-top: 60px;
    width: 100%;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/*.intitle {height: 54px; position: relative;}*/
/*.intitle:before {content: ''; display: block; width: 315px; height: 54px; position: absolute; left: 0; bottom: 0; background: url("../images/intit-l.png") no-repeat left top / 100%; z-index: 1;}*/
/*.intitle:after {content: ''; display: block; width: auto; height: 54px; position: absolute; left: 10px; right: 0; bottom: 0; background: url("../images/intit-r.png") repeat-x left top / auto 100%; z-index: 0;}*/
/*.intitle .name {position: relative; z-index: 20; float: left; height: 44px; line-height: 44px; text-align: center; width: 210px; font-size: 20px; font-weight: bold; color: #fff;}*/
/*.intitle .more {position: relative; z-index: 20; float: right; height: 36px; line-height: 36px; font-size: 14px; padding-top: 15px; margin-right: 10px;}*/
/*.intitle .more a {color: #4a4a4a; background: url("../images/intit-m.png") no-repeat right center / auto 12px; padding-right: 15px;}*/


.intitle {
    height: 44px;
    background: linear-gradient(to right, #a90a0f, rgba(253, 234, 205, 0));
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.intitle .name {
    font-size: 24px;
    color: #fff;
    padding-left: 20px;
}

.intitle .more {
    font-size: 12px;
}

.intitle .more a {
    color: #a90a0f;
}

.intitle .more a.white {
    color: #fff;
}

.intitle .more a:after {
    content: ' >>';
}

.intitle .l {
    display: -ms-flex;
    display: flex;
    align-items: center;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.intitle .l .tabs {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    padding: 0 20px;
}

.intitle .l .tabs .swiper-slide {
    width: auto;
    height: auto;
    margin-right: 20px;
}

.intitle .l .tabs .swiper-slide a {
    font-size: 14px;
    color: #fff;
}


/*.inrow-top {align-items: center;}*/
.inrow-bot {
    height: 60px;
}

.inrow-space {
    height: 20px;
}

.inslide {
    width: calc(50% - 10px);
    height: auto;
    max-width: 580px;
}

.inslide .box {
    display: block;
    position: relative;
}

.inslide .box .img {
    font-size: 0;
}

.inslide .box .img img {
    width: 100%;
}

.inslide .box .txt {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
    padding: 15px 80px 15px 20px;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: rgba(255, 255, 255, .3);
    color: #fff;
    box-sizing: border-box;
}

.inslide .swiper-pagination {
    width: auto;
    left: auto;
    right: 20px;
    font-size: 0;
    line-height: 0;
    bottom: 24px;
}

.inslide .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
}

.inslide .swiper-button-next,
.inslide .swiper-button-prev {
    width: 36px;
    height: 66px;
    left: 0;
    margin-top: -45px;
    background: rgba(255, 255, 255, .5);
    border-radius: 0 5px 5px 0;
    z-index: 90;
}

.inslide .swiper-button-next {
    left: auto;
    right: 0;
    border-radius: 5px 0 0 5px;
}

.inslide .swiper-button-next:after,
.inslide .swiper-button-prev:after {
    content: '';
    display: block;
    width: 16px;
    height: 28px;
    background: url("../images/inslide-controller.png") no-repeat left / auto 100%;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -14px;
}

.inslide .swiper-button-next:after {
    background-position: right;
}


.inslide {
    width: calc(50% - 10px);
    height: auto;
}

.inslide .videoGroup {
    position: relative;
}

.inslide .img {
    font-size: 0;
    position: relative;
}

.inslide .img .imgbox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.inslide .img .imgbox img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.inslide .img .space img {
    width: 100%;
}

.inslide .con {
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
    padding: 0 20px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, .3);
    display: -ms-flex;
    display: flex;
    align-items: center;
    border-radius: 0 0 10px 10px;
}

.inslide .con .btn {
    margin-right: 20px;
}

.inslide .con .btn a {
    display: block;
    width: 32px;
    height: 32px;
    background: url("../images/inslide-play.png") no-repeat center / 100%;
}

.inslide .con .txt {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 100px;
}

.inslide .videoGroup .box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    background: #000;
    display: none;
}

.inslide .videoGroup .box .video,
.inslide .videoGroup .box .video video {
    width: 100%;
    height: 100%;
}

.inslide .videoGroup .box .close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    background: rgba(0, 0, 0, .5);
    font-size: 0;
}

.inslide .videoGroup .box .close a {
    display: block;
    width: 36px;
    height: 36px;
    position: relative;
}

.inslide .videoGroup .box .close a span {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.inslide .videoGroup .box .close a span:before,
.inslide .videoGroup .box .close a span:after {
    content: '';
    display: block;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 1px;
}

.inslide .videoGroup .box .close a span:before {
    width: 16px;
    height: 2px;
    margin-left: -8px;
    margin-top: -1px;
}

.inslide .videoGroup .box .close a span:after {
    width: 2px;
    height: 16px;
    margin-left: -1px;
    margin-top: -8px;
}

.inslide .swiper-pagination {
    width: auto;
    left: auto;
    right: 20px;
    bottom: 10px;
    font-size: 0;
}

.inslide .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    margin: 0 0 0 5px;
}

.inslide .swiper-button-prev,
.inslide .swiper-button-next {
    width: 24px;
    height: 50px;
    background: rgba(255, 255, 255, .3);
    top: 50%;
    margin-top: -25px;
}

.inslide .swiper-button-prev {
    left: 0;
    border-radius: 0 5px 5px 0;
}

.inslide .swiper-button-next {
    right: 0;
    border-radius: 5px 0 0 5px;
}

.inslide .swiper-button-prev:after,
.inslide .swiper-button-next:after {
    content: '';
    display: block;
    width: 6px;
    height: 12px;
    background: url("../images/inslide-arrow.png") no-repeat left top / auto 100%;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 50%;
    margin-top: -6px;
}

.inslide .swiper-button-next:after {
    background-position: right;
}

.inslide.hide-controller .swiper-pagination,
.inslide.hide-controller .swiper-button-prev,
.inslide.hide-controller .swiper-button-next {
    display: none;
}

.inslide .videoGroup.on .box {
    display: block;
}


.innews {
    width: calc(50% - 10px);
    height: auto;
    max-width: 580px;
}

.innews-list {
    background: #fff;
    padding: 10px 20px;
}

.innews-list .item {
    line-height: 40px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 15px;
}

.innews-list .item a {
    color: #4a4a4a;
}

.innews-list .item a:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    border: 2px solid #a90a0f;
    border-radius: 50%;
}

.innews-list .item a:hover {
    color: #a90a0f;
}

.innews-list .item a:hover:before {
    background: #a90a0f;
}


.inpolicy {
    width: calc(50% - 10px);
    height: auto;
    max-width: 580px;
}

.inactivity {
    width: calc(50% - 10px);
    height: auto;
    max-width: 580px;
}

.inpolicy-list {
    padding-top: 10px;
}

.inpolicy-list .item {
    display: -ms-flex;
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.inpolicy-list .item .img {
    width: 134px;
    font-size: 0;
    margin-right: 20px;
    position: relative;
}

.inpolicy-list .item .img a {
    display: block;
    width: 100%;
    height: 100%;
}

.inpolicy-list .item .img .real {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
}

.inpolicy-list .item .img .real img {
    width: 100%;
    height: 100%;
}

.inpolicy-list .item .img .space img {
    width: 100%;
}

.inpolicy-list .item .con {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.inpolicy-list .item .con .tit {
    font-size: 18px;
    line-height: 32px;
    max-height: 64px;
    color: #323131;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.inpolicy-list .item .con .tit a {
    color: #323131;
}


.inresource {
    width: 100%;
}

.inresource-list {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.inresource-list .item {
    width: calc(25% - 30px);
    height: auto;
    margin: 30px 40px 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.inresource-list .item:nth-child(4n + 0) {
    margin-right: 0;
}

.inresource-list .item .img {
    position: relative;
}

.inresource-list .item .img a {
    display: block;
}

.inresource-list .item .img .imgbox {
    font-size: 0;
    overflow: hidden;
    position: relative;
}

.inresource-list .item .img .imgbox .space img {
    width: 100%;
}

.inresource-list .item .img .imgbox .real {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.inresource-list .item .img .imgbox .real img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.inresource-list .item .img .txtbox {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
    background: rgba(0, 0, 0, .5);
    font-size: 16px;
    color: #fff;
    padding: 5px 10px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inresource-list .item .con {
    border: 1px solid #ddd;
    border-top: 0 none;
    padding: 10px;
}

.inresource-list .item .con .name {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inresource-list .item .con .name a {
    color: #333;
}

.inresource-list .item .con .note {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #999999;
    padding-top: 10px;
}

.inresource-list .item .con .note .person {
    background: url("../images/inresource-person.png") no-repeat left center / auto 16px;
    padding-left: 20px;
}

.inresource-list .item .img .imgbox .real img {
    transition: all .2s;
}

.inresource-list .item:hover .img .imgbox .real img {
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}


.inteam {
    width: 100%;
}

.inteam-list {
    padding-top: 20px;
}

.inteam-list .swiper-slide {
    width: 190px;
    margin-right: 12px;
}

.inteam-list .swiper-slide:last-child {
    margin-right: 0;
}

.inteam-list .swiper-slide .img {
    font-size: 0;
    border: 1px solid #ddd;
}

.inteam-list .swiper-slide .img a {
    display: block;
}

.inteam-list .swiper-slide .img img {
    width: 100%;
}

.inteam-list .swiper-slide .txt {
    text-align: center;
    font-size: 14px;
    color: #333333;
    padding-top: 10px;
}

.inteam-list .swiper-slide .txt a {
    color: #333333;
}


.inadcenter {
    padding-top: 20px;
    height: auto;
    font-size: 0;
    overflow: hidden;
}

.inadcenter .box {
    width: auto;
    height: auto;
}

.inadcenter .box a {
    display: block;
}

.inadcenter .box img {
    width: 100%;
}


.intheory {
    width: 100%;
}

.intheory-list {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.intheory-list .item {
    width: calc(50% - 20px);
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
    display: -ms-flex;
    display: flex;
}

.intheory-list .item .img {
    width: 160px;
    font-size: 0;
    margin-right: 20px;
}

.intheory-list .item .img a {
    display: block;
}

.intheory-list .item .img img {
    width: 100%;
}

.intheory-list .item .con {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.intheory-list .item .con .tit {
    font-size: 18px;
    color: #333333;
    line-height: 32px;
    max-height: 96px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.intheory-list .item .con .tit a {
    color: #333333;
}


.intopic {
    width: 100%;
}

.intopic-list {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.intopic-list .item {
    width: calc(33.333% - 20px);
    height: auto;
    margin: 30px 30px 0 0;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.intopic-list .item:nth-child(3n + 0) {
    margin-right: 0;
}

.intopic-list .item a {
    display: block;
}

.intopic-list .item .img {
    font-size: 0;
    position: relative;
}

.intopic-list .item .img .real {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
}

.intopic-list .item .img .real img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.intopic-list .item .img .space img {
    width: 100%;
}

.intopic-list .item .txt {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 30;
    font-size: 18px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .5);
    border-radius: 0 0 5px 5px;
}


.inbigs {
    width: 100%;
}

.inbigs-list {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.inbigs-list .item {
    width: calc(33.333% - 20px);
    height: auto;
    margin: 30px 30px 0 0;
    position: relative;
}

.inbigs-list .item:nth-child(3n + 0) {
    margin-right: 0;
}

.inbigs-list .item .img {
    position: relative;
    font-size: 0;
}

.inbigs-list .item .img a {
    display: block;
    width: 100%;
    height: 100%;
}

.inbigs-list .item .img .real {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
}

.inbigs-list .item .img .real img {
    width: 100%;
    height: 100%;
}

.inbigs-list .item .img .space img {
    width: 100%;
}

.inbigs-list .item .txt {
    padding: 10px 10px 0 10px;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.inpartner {
    width: 100%;
}

.inpartner-list {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px;
}

.inpartner-list .item {
    width: calc(20% - 16px);
    height: auto;
    margin: 20px 20px 0 0;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    font-size: 0;
    background: #fff;
}

.inpartner-list .item:nth-child(5n + 0) {
    margin-right: 0;
}

.inpartner-list .item a {
    display: block;
}

.inpartner-list .item img {
    width: 100%;
}


.nPagePadding {
    padding: 20px 0 60px 0;
}

.nPageBox {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.nPageHead {
    padding: 20px;
    position: relative;
    border-bottom: 1px solid #dddddd;
}

.nPageHead-title {
    width: auto;
    height: 200px;
    background: url("../images/ntitle.png") no-repeat left top / auto 100%;
    position: relative;
}

.nPageHead-title .icon {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 20px;
    top: 32px;
    font-size: 0;
}

.abbbbb {
    background: #000;
    opacity: .5;
}

.nPageHead-title .icon img {
    width: 100%;
}

.nPageHead-title .text {
    font-size: 36px;
    font-weight: bold;
    color: #ecb67e;
    line-height: 80px;
    padding: 32px 0 0 120px;
}

.nPageHead-location {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 14px;
    color: #999999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nPageHead-location a {
    color: #999999;
}

.nPageMain {
    padding: 0 20px;
}

.nPageSpace {
    height: 20px;
}


.sinoPages {
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sinoPages .list {
    display: -ms-flex;
    display: flex;
    align-items: center;
    padding-right: 10px;
}

.sinoPages .list a,
.sinoPages .list b,
.sinoPages .list span {
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: auto;
    min-width: 40px;
    border: 1px solid #ddd;
    padding: 0 5px;
    position: relative;
    font-size: 16px;
    color: #999999;
    height: 40px;
    box-sizing: border-box;
    margin-right: 10px;
}

.sinoPages .list b {
    background: #a90a0f;
    color: #fff;
    border: 0 none;
    font-weight: normal;
}

.sinoPages .list a.prev:before,
.sinoPages .list a.next:before {
    content: '';
    display: block;
    width: 8px;
    height: 16px;
    background: url("../images/pagebar.png") no-repeat left top / auto 200%;
}

.sinoPages .list a.prev:before {
    background-position-x: left;
}

.sinoPages .list a.next:before {
    background-position-x: right;
}

.sinoPages .list a.prev:hover:before,
.sinoPages .list a.next:hover:before {
    background-position-y: bottom;
}

.sinoPages .list a:hover {
    color: #a90a0f;
    border-color: #a90a0f;
}

.sinoPages .list span {
    border: 0 none;
}

.sinoPages .info {
    font-size: 16px;
    color: #999999;
}

.sinoPages .info span {
    color: #a90a0f;
}

.nnews .item {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.nnews .item .img {
    width: 240px;
    margin-right: 20px;
    font-size: 0;
    position: relative;
}

.nnews .item .img a {
    display: block;
    width: 100%;
    height: 100%;
}

.nnews .item .img .real {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
}

.nnews .item .img .real img {
    width: 100%;
    height: 100%;
}

.nnews .item .img .space img {
    width: 100%;
    height: 100%;
}

.nnews .item .con {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.nnews .item .con .name {
    font-size: 20px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nnews .item .con .name a {
    color: #333;
}

.nnews .item .con .text {
    font-size: 16px;
    color: #999999;
    line-height: 28px;
    max-height: 56px;
    padding-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.nnews .item .con .note {
    font-size: 16px;
    color: #999999;
    padding-top: 20px;
}


.nnewscon {
    padding-top: 10px;
}

.nnewscon-head {
    padding: 30px 0;
    border-bottom: 2px solid #ddd;
    text-align: center;
}

.nnewscon-head .title {
    font-size: 30px;
    color: #333333;
}

.nnewscon-head .note {
    font-size: 16px;
    color: #999999;
    padding-top: 30px;
}

.nnewscon-content {
    padding: 30px 0;
    font-size: 16px;
    color: #333333;
    line-height: 1.8;
    border-bottom: 1px solid #ddd;
}

.nnewscon-foot {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.nnewscon-foot .page {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.nnewscon-foot .page .item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333333;
    padding: 5px 0;
}

.nnewscon-foot .page .item a {
    color: #333333;
}

.nnewscon-foot .back {
    padding-left: 20px;
}

.nnewscon-foot .back a {
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 50px;
    box-sizing: border-box;
    padding: 0 20px;
    border: 1px solid #ddd;
    border-radius: 25px;
    font-size: 16px;
    color: #999999;
}

.nnewscon-foot .back a:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url("../images/conback.png") no-repeat center / 100%;
    margin-right: 10px;
}


.nabout {
    padding: 50px 0;
}

.nabout .title {
    text-align: center;
    font-size: 30px;
    color: #333333;
    font-weight: bold;
}

.nabout .content {
    font-size: 16px;
    color: #333333;
    line-height: 1.8;
    padding-top: 40px;
}


.nteam .item {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    display: -ms-flex;
    display: flex;
}

.nteam .item .img {
    font-size: 0;
    width: 140px;
    margin-right: 30px;
}

.nteam .item .img a {
    display: block;
}

.nteam .item .img img {
    width: 100%;
    border: 1px solid #ddd;
}

.nteam .item .con {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.nteam .item .con .name {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.nteam .item .con .name a {
    color: #333;
}

.nteam .item .con .note {
    font-size: 14px;
    color: #333;
    padding-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nteam .item .con .text {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    max-height: 96px;
    padding-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.ntopic {
    padding-top: 20px;
}

.ntopic-tabs {
    display: none;
}

.ntopic-tabs {
    padding-bottom: 20px;
}

.ntopic-tabs .swiper-slide {
    width: auto;
    height: 38px;
    margin-right: 20px;
}

.ntopic-tabs .swiper-slide:last-child {
    margin-right: 0;
}

.ntopic-tabs .swiper-slide a {
    display: block;
    width: auto;
    height: 38px;
    line-height: 20px;
    font-size: 18px;
    color: #666666;
    padding-left: 35px;
    position: relative;
}

.ntopic-tabs .swiper-slide a:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    background: url("../images/ntopic-menu-round.png") no-repeat left top / auto 200%;
    z-index: 20;
}

.ntopic-tabs .swiper-slide a:after {
    content: '';
    display: block;
    width: calc(100% - 15px);
    height: 26px;
    position: absolute;
    left: 15px;
    bottom: 0;
    background: url("../images/ntopic-menu.png") no-repeat left top / auto 200%;
}

.ntopic-tabs .swiper-slide a.on {
    color: #a90a0f;
}

.ntopic-tabs .swiper-slide a.on:before,
.ntopic-tabs .swiper-slide a.on:after {
    background-position-y: bottom;
}

.ntopic-wrap {
    display: -ms-flex;
    display: flex;
}

.ntopic-menu {
    width: 160px;
    height: auto;
    margin-right: 40px;
}

.ntopic-menu ul {
    position: relative;
}

.ntopic-menu ul:before {
    content: '';
    display: block;
    width: 2px;
    height: auto;
    background: #a90a0f;
    position: absolute;
    left: 9px;
    top: 12px;
    bottom: 32px;
}

.ntopic-menu ul li {
    position: relative;
    z-index: 20;
    padding-bottom: 32px;
}

.ntopic-menu ul li:last-child {
    padding-bottom: 0;
}

.ntopic-menu ul li a {
    display: block;
    width: auto;
    height: 38px;
    line-height: 20px;
    font-size: 18px;
    color: #666666;
    padding-left: 45px;
    position: relative;
}

.ntopic-menu ul li a:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    background: url("../images/ntopic-menu-round.png") no-repeat left top / auto 200%;
    z-index: 20;
}

.ntopic-menu ul li a:after {
    content: '';
    display: block;
    width: calc(100% - 15px);
    height: 26px;
    position: absolute;
    left: 15px;
    bottom: 0;
    background: url("../images/ntopic-menu.png") no-repeat left top / auto 200%;
}

.ntopic-menu ul li a.on {
    color: #a90a0f;
}

.ntopic-menu ul li a.on:before,
.ntopic-menu ul li a.on:after {
    background-position-y: bottom;
}

.ntopic-main {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.ntopic-list {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ntopic-list .item {
    width: calc(33.333% - 20px);
    height: auto;
    padding: 30px 30px 0 0;
}

.ntopic-list .item:nth-child(3n + 0) {
    padding-right: 0;
}

.ntopic-list .item:nth-child(1),
.ntopic-list .item:nth-child(2),
.ntopic-list .item:nth-child(3) {
    padding-top: 0;
}

.ntopic-list .item a {
    display: block;
    position: relative;
}

.ntopic-list .item a .img {
    font-size: 0;
    position: relative;
}

.ntopic-list .item a .img .real {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
}

.ntopic-list .item a .img .real img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.ntopic-list .item a .img .space img {
    width: 100%;
}

.ntopic-list .item a .txt {
    width: 100%;
    height: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .5);
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 30;
    text-align: center;
    border-radius: 0 0 5px 5px;
}


.nsearch-form {
    padding: 50px 0;
}

.nsearch-form .box {
    max-width: 620px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.nsearch-form .box input.inp {
    width: calc(100% - 100px);
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-right: 0 none;
    border-radius: 6px 0 0 6px;
    font-size: 18px;
    color: #333;
    padding: 0 18px;
    float: left;
}

.nsearch-form .box input.btn {
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 0 none;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    background: #a90a0f;
    border-radius: 0 6px 6px 0;
    float: left;
}

.nsearch-tabs {
    width: auto;
    height: auto;
    position: relative;
}

.nsearch-tabs:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #a90a0f;
    position: absolute;
    left: 0;
    bottom: 0;
}

.nsearch-tabs .swiper-slide {
    width: auto;
    height: 50px;
}

.nsearch-tabs .swiper-slide a {
    display: block;
    width: auto;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #666666;
    padding: 0 30px;
}

.nsearch-tabs .swiper-slide a.on {
    background: #a90a0f;
    color: #fff;
}


.nsearch-group {
    padding-bottom: 70px;
}

.nsearch-title {
    font-size: 20px;
    color: #333333;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 20px 0 20px 15px;
}

.nsearch-title:before {
    content: '';
    display: block;
    width: 5px;
    height: 20px;
    background: #a90a0f;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}

.nsearch-more {
    text-align: center;
    font-size: 16px;
    color: #666666;
    padding-top: 25px;
}

.nsearch-more a {
    color: #666;
}


.nresource {
    padding-top: 20px;
}

.nresource-tabs {
    display: none;
    position: relative;
}

.nresource-tabs:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 0;
    bottom: 0;
}

.nresource-tabs .swiper-slide {
    position: relative;
    z-index: 20;
    width: auto;
}

.nresource-tabs .swiper-slide a {
    display: block;
    height: 44px;
    line-height: 44px;
    padding: 0 25px;
    font-size: 16px;
    color: #666;
}

.nresource-tabs .swiper-slide a.on {
    background: #a90a0f;
    color: #fff;
}

.nresource-wrap {
    display: -ms-flex;
    display: flex;
}

.nresource-menu {
    width: 230px;
    height: auto;
    margin-right: 40px;
}

.nresource-menu .title {
    width: auto;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background: url("../images/nresource-menu.png") no-repeat left top / 100% auto;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.nresource-menu .list {
    border: 1px solid #ddd;
    border-top: 0 none;
}

.nresource-menu .list .item a {
    display: block;
    width: auto;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    position: relative;
    padding-left: 40px;
}

.nresource-menu .list .item a:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -4px;
    background: #999999;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
}

.nresource-menu .list .item a:hover {
    color: #a90a0f;
}

.nresource-menu .list .item a:hover:before {
    background: #a90a0f;
}

.nresource-menu .list .item a.on {
    background: #e9e9e9;
    color: #a90a0f;
}

.nresource-menu .list .item a.on:before {
    background: #a90a0f;
}

.nresource-main {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.nresource-filter {
    border: 1px solid #ddd;
    box-shadow: 0 3px 0 #dddddd;
}

.nresource-filter .head {
    padding: 5px 10px 15px 0;
    border-bottom: 1px solid #ddd;
    display: -ms-flex;
    display: flex;
}

.nresource-filter .head .name {
    width: 105px;
    height: 30px;
    line-height: 30px;
    padding: 10px 0 0 20px;
    font-size: 16px;
    color: #333333;
}

.nresource-filter .head .tags {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 20px;
}

.nresource-filter .head .tags .item {
    padding: 10px 10px 0 0;
}

.nresource-filter .head .tags .item span {
    display: block;
    width: auto;
    height: 28px;
    line-height: 28px;
    border: 1px solid #a90a0f;
    border-radius: 15px;
    padding: 0 20px;
    font-size: 16px;
    color: #a90a0f;
}

.nresource-filter .list .group {
    padding: 5px 10px 15px 0;
    border-bottom: 1px solid #ddd;
    display: -ms-flex;
    display: flex;
}

.nresource-filter .list .group:last-child {
    border-bottom: 0 none;
}

.nresource-filter .list .group .name {
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 125px;
    height: 30px;
}

.nresource-filter .list .group .name .txt {
    width: 100%;
    box-sizing: border-box;
    line-height: 30px;
    padding: 10px 0 0 20px;
    font-size: 16px;
    color: #333333;
    position: relative;
}

.nresource-filter .list .group .name .txt:after {
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 10px;
    background: #ddd;
}

.nresource-filter .list .group .name .btn {
    display: none;
}

.nresource-filter .list .group .name .btn a {
    color: #a90a0f;
}

.nresource-filter .list .group .name .btn a:before {
    content: '展开+';
}

.nresource-filter .list .group .tags {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 20px;
}

.nresource-filter .list .group .tags .item {
    padding: 10px 10px 0 0;
}

.nresource-filter .list .group .tags .item a {
    display: block;
    width: auto;
    height: 28px;
    line-height: 28px;
    border: 1px solid transparent;
    border-radius: 15px;
    padding: 0 20px;
    font-size: 16px;
    color: #666666;
}

.nresource-filter .list .group .tags .item a.on {
    border-color: #a90a0f;
    color: #a90a0f;
}

.nresource-filter .list .group.on .name .btn a {
    color: #999;
}

.nresource-filter .list .group.on .name .btn a:before {
    content: '收起-';
}


.nresource-list {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 40px;
    border-bottom: 1px solid #ddd;
}

.nresource-list .item {
    width: calc(33.333% - 26px);
    height: auto;
    margin: 0 39px 39px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.nresource-list .item:nth-child(3n + 0) {
    margin-right: 0;
}

.nresource-list .item .img {
    position: relative;
}

.nresource-list .item .img a {
    display: block;
}

.nresource-list .item .img .imgbox {
    font-size: 0;
    position: relative;
    overflow: hidden;
}

.nresource-list .item .img .imgbox .space img {
    width: 100%;
}

.nresource-list .item .img .imgbox .real {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.nresource-list .item .img .imgbox .real img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nresource-list .item .img .txtbox {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
    background: rgba(0, 0, 0, .5);
    font-size: 16px;
    color: #fff;
    padding: 5px 10px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nresource-list .item .con {
    border: 1px solid #ddd;
    border-top: 0 none;
    padding: 10px;
}

.nresource-list .item .con .name {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nresource-list .item .con .name a {
    color: #333;
}

.nresource-list .item .con .note {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #999999;
    padding-top: 10px;
}

.nresource-list .item .con .note .person {
    background: url("../images/inresource-person.png") no-repeat left center / auto 16px;
    padding-left: 20px;
}

.nresource-list .item .img .imgbox .real img {
    transition: all .2s;
}

.nresource-list .item:hover .img .imgbox .real img {
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}


.nresourcecon {
    padding: 20px 0;
}

.nresourcecon-intro {
    display: -ms-flex;
    display: flex;
}

.nresourcecon-intro .img {
    width: 466px;
    height: auto;
    font-size: 0;
    margin-right: 30px;
}

.nresourcecon-intro .img img {
    width: 100%;
}

.nresourcecon-intro .con {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.nresourcecon-intro .con .title {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}

.nresourcecon-intro .con .text {
    padding-top: 15px;
}

.nresourcecon-intro .con .text .item {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #868686;
    padding-left: 30px;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: left center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nresourcecon-intro .con .text .item.icon-school {
    background-image: url("../images/nresourcecon-school.png");
}

.nresourcecon-intro .con .text .item.icon-teacher {
    background-image: url("../images/nresourcecon-teacher.png");
}

.nresourcecon-intro .con .text .item span {
    color: #333;
    margin-right: 15px;
}

.nresourcecon-intro .con .slide {
    margin-top: 10px;
    background: #f0f0f0;
    position: relative;
}

.nresourcecon-intro .con .slide .swiper-button-prev,
.nresourcecon-intro .con .slide .swiper-button-next {
    width: 6px;
    height: 12px;
    left: inherit;
    right: 0;
    top: -34px;
    margin: 0;
    background: url("../images/nresourcecon-controller.png") no-repeat left top / auto 200%;
}

.nresourcecon-intro .con .slide .swiper-button-prev {
    right: 30px;
}

.nresourcecon-intro .con .slide .swiper-button-next {
    background-position-x: right;
}

.nresourcecon-intro .con .slide .swiper-button-prev:hover,
.nresourcecon-intro .con .slide .swiper-button-next:hover {
    background-position-y: bottom;
}

.nresourcecon-intro .con .slide:after {
    content: '';
    display: block;
    width: 1px;
    height: 60%;
    background: #f0f0f0;
    position: absolute;
    right: 0;
    top: 20%;
    z-index: 20;
}

.nresourcecon-intro .con .slide .swiper-slide {
    height: 80px;
    position: relative;
    text-align: center;
}

.nresourcecon-intro .con .slide .swiper-slide:after {
    content: '';
    display: block;
    width: 1px;
    height: 60%;
    background: #ddd;
    position: absolute;
    right: 0;
    top: 20%;
}

.nresourcecon-intro .con .slide .swiper-slide .name {
    font-size: 18px;
    color: #333;
    line-height: 20px;
    padding-top: 17px;
}

.nresourcecon-intro .con .slide .swiper-slide .note {
    font-size: 14px;
    color: #999;
    line-height: 16px;
    padding-top: 10px;
}

.nresourcecon-intro .con .person {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    background: url("../images/nresourcecon-person.png") no-repeat left center / 16px 16px;
    padding-left: 30px;
    margin-top: 40px;
}

.nresourcecon-intro .con .person span {
    font-size: 18px;
    color: #a90a0f;
}


.nresourcecon-tabs {
    display: none;
    position: relative;
    background: #f5f5f5;
}

.nresourcecon-tabs .swiper-slide {
    position: relative;
    z-index: 20;
    width: auto;
}

.nresourcecon-tabs .swiper-slide a {
    display: block;
    height: 44px;
    line-height: 44px;
    padding: 0 25px;
    font-size: 16px;
    color: #666;
}

.nresourcecon-tabs .swiper-slide a.on {
    background: #a90a0f;
    color: #fff;
}

.nresourcecon-wrap {
    display: -ms-flex;
    display: flex;
}

.nresourcecon-menu {
    width: 180px;
    height: auto;
    background: #f0f0f0;
    margin-right: 60px;
    padding-bottom: 20px;
}

.nresourcecon-menu .item {
    height: 60px;
    position: relative;
}

.nresourcecon-menu .item a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #333333;
    border-left: 5px solid transparent;
    padding-left: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.nresourcecon-menu .item a:before {
    content: '';
    display: none;
    width: 8px;
    height: 14px;
    background: url("../images/nresourcecon-menu.png") no-repeat center / 100%;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
}

.nresourcecon-menu .item a:after {
    content: '';
    display: none;
    width: 20px;
    height: 20px;
    background: url("../images/nresourcecon-shadow.png") no-repeat center / 100%;
    position: absolute;
    right: 0;
    top: 100%;
}

.nresourcecon-menu .item a.on {
    background: #a90a0f;
    border-color: #a86e35;
    color: #fff;
    width: calc(100% + 20px);
}

.nresourcecon-menu .item a.on:before {
    display: block;
}

.nresourcecon-menu .item a.on:after {
    display: block;
}


.nresourcecon-main {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.nresourcecon-title {
    width: auto;
    height: 80px;
    position: relative;
    overflow: hidden;
}

.nresourcecon-title:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 0;
    bottom: 0;
}

.nresourcecon-title .name {
    float: left;
    height: 80px;
    line-height: 60px;
    font-size: 24px;
    color: #333333;
    padding-left: 35px;
    position: relative;
    z-index: 20;
}

.nresourcecon-title .name:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #a90a0f;
    position: absolute;
    left: 0;
    bottom: 0;
}

.nresourcecon-title .name span {
    display: block;
    position: absolute;
    left: 0;
    top: 20px;
    width: 14px;
    height: 14px;
    background: #a90a0f;
    font-size: 0;
    line-height: 0;
}

.nresourcecon-title .name span:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #a90a0f;
    position: absolute;
    left: 10px;
    top: 10px;
}

.nresourcecon-content {
    font-size: 14px;
    color: #666666;
    line-height: 2;
    padding: 30px 0;
    min-height: 500px;
}

.nresourcecon-player {
    font-size: 0;
    padding-top: 30px;
}

.nresourcecon-player video {
    width: 100%;
}


.nresourcecon-data {
    padding: 20px 0;
}

.nresourcecon-data .table {
    width: 100%;
    height: auto;
}

.nresourcecon-data .table .tr {
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.nresourcecon-data .table .tr .th,
.nresourcecon-data .table .tr .td {
    font-size: 16px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.nresourcecon-data .table .tr .th {
    background: #f3f3f3;
    color: #666666;
}

.nresourcecon-data .table .tr .th:first-child {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.nresourcecon-data .table .tr .th:nth-child(2) {
    width: 30%;
    min-width: 120px;
}

.nresourcecon-data .table .tr .th:last-child {
    width: 14%;
    min-width: 130px;
}

.nresourcecon-data .table .tr .td {
    border-bottom: 1px solid #ddd;
    color: #999999;
}

.nresourcecon-data .table .tr .td:first-child {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.nresourcecon-data .table .tr .td:nth-child(2) {
    width: 30%;
    min-width: 120px;
}

.nresourcecon-data .table .tr .td:last-child {
    width: 14%;
    min-width: 130px;
}

.nresourcecon-data .table .tr .td .tit {
    width: 100%;
    text-align: left;
    position: relative;
    color: #333333;
    padding-left: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nresourcecon-data .table .tr .td .tit:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #a90a0f;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -3px;
}

.nresourcecon-data .table .tr .td a.btn {
    display: flex;
    width: 90px;
    height: 30px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #999999;
    border-radius: 15px;
    color: #999999;
}

.nresourcecon-data .table .tr .td a.btn:before {
    content: '';
    display: block;
    width: 18px;
    height: 14px;
    background: url("../images/nresourcecon-preview.png") no-repeat left top / auto 200%;
    margin-right: 8px;
}

.nresourcecon-data .table .tr .td a.btn:hover {
    background: #a90a0f;
    border-color: #a90a0f;
    color: #fff;
}

.nresourcecon-data .table .tr .td a.btn:hover:before {
    background-position-y: bottom;
}


.nresourcecon-teacher {
    padding-top: 10px;
}

.nresourcecon-teacher .item {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    display: -ms-flex;
    display: flex;
}

.nresourcecon-teacher .item .img {
    font-size: 0;
    width: 140px;
    margin-right: 20px;
}

.nresourcecon-teacher .item .img a {
    display: block;
}

.nresourcecon-teacher .item .img img {
    width: 100%;
    border: 1px solid #ddd;
}

.nresourcecon-teacher .item .con {
    -ms-flex: 1;
    flex: 1;
}

.nresourcecon-teacher .item .con .name {
    font-size: 24px;
    color: #333;
}

.nresourcecon-teacher .item .con .note {
    font-size: 14px;
    color: #333;
    padding-top: 8px;
}

.nresourcecon-teacher .item .con .text {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    max-height: 72px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 8px;
}

.nresourcecon-teacher .item .con .more {
    padding-top: 10px;
}

.nresourcecon-teacher .item .con .more a {
    display: flex;
    width: 110px;
    height: 30px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    border: 1px solid #a90a0f;
    border-radius: 15px;
}

.nresourcecon-teacher .item .con .more a:before {
    content: '全部展开';
    font-size: 14px;
    color: #a90a0f;
    margin-right: 10px;
}

.nresourcecon-teacher .item .con .more a:after {
    content: '';
    display: block;
    width: 10px;
    height: 6px;
    background: url("../images/nresourcecon-show.png") no-repeat center / 100%;
}

.nresourcecon-teacher .item.on .con .text {
    display: block;
    max-height: none;
}

.nresourcecon-teacher .item.on .con .more a:before {
    content: '全部收起';
}

.nresourcecon-teacher .item.on .con .more a:after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


/*--详细页目录切换--*/
.nresourcecon-main .infolist {
    display: none;
}


.npartners {
    padding-bottom: 20px;
}

.npartners .inpartner-list {
    padding-top: 0;
}


/*---------*/
.nteam .item .con .text {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    max-height: 72px;
    padding-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.nteam .item .con .more {
    padding-top: 10px;
}

.nteam .item .con .more a {
    display: flex;
    width: 110px;
    height: 30px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    border: 1px solid #a90a0f;
    border-radius: 15px;
}

.nteam .item .con .more a:before {
    content: '全部展开';
    font-size: 14px;
    color: #a90a0f;
    margin-right: 10px;
}

.nteam .item .con .more a:after {
    content: '';
    display: block;
    width: 10px;
    height: 6px;
    background: url("../images/nresourcecon-show.png") no-repeat center / 100%;
}

.nteam .item.on .con .text {
    display: block;
    max-height: none;
}

.nteam .item.on .con .more a:before {
    content: '全部收起';
}

.nteam .item.on .con .more a:after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}