.section{
    display: flex;
    flex-flow: column;
}
body{
    background-color: #fff;
}
.section_wrap {
    padding-bottom: .666667rem;
}
/* 头部及导航 */
.header_wrap {
    width: 100%;
    height: 1.466667rem;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 .4rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: fixed;
    z-index: 999;
}
.header_wrap>a {

}
.header_wrap>a>i {
    font-size: .64rem;
    color: #88D0F4;
}
.header_wrap h1 {
    text-align: center;
}
.header_wrap h1 img {
    width: 50%;
    height: auto;
}
.navs_wrap {
    display: none;
    width: 4rem;
    height: 100%;
    position: fixed;
    background-color: #fff;
    box-shadow: 0 0px 10px 0px rgba(20,87,126,0.12);
    left: 0;
    top: 1.466667rem;
    z-index: 999;
}
.navs_wrap ul {
    width: 100%;
    height: 100%;
    padding-left: .4rem;
    padding-top: .146667rem;
    padding-right: .36rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.navs_wrap ul li {

}
.navs_wrap ul li a {
    display: block;
    color: #333;
    font-size: .426667rem;
    line-height: 1.386667rem;
    border-bottom: 1px solid rgba(0,0,0,0.13);
}
.header_wrap .search_box{
    width: 100%;
    height: 1.933333rem;
    background-color: rgba(255,255,255, 0.97);
    position: absolute;
    left: 0;
    top: 1.466667rem;
    z-index: 3;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: .533333rem 0;
    display: none;
}
.header_wrap .search_box .ipt {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 6.933333rem;
    height: .866667rem;
    line-height: .866667rem;
    padding-left: .48rem;
    padding-right: .48rem;
    background-color: #F3F3F3;
    border-radius: .466667rem;
    border: 0;
    margin-left: .4rem;

}
.header_wrap .search_box .ipt::-webkit-input-placeholder{
    color: #BBBBBB;
    font-size: .346667rem;
}
.header_wrap .search_box i{
    position: absolute;
    font-size: .533333rem;
    color: #14577E;
    right: 2.88rem;
    top: 0.76rem;
}
.header_wrap .search_box span{
    display: inline-block;
    margin-left: .133333rem;
    width: 1.866667rem;
    height: .866667rem;
    background-color: #14577E;
    border-radius: .466667rem;
    color: #fff;
    font-size: .346667rem;
    text-align: center;
    line-height: .866667rem;
    cursor: pointer;
    vertical-align: middle;
}
/* 当前导航 */
.current_line{
    margin: 1.466667rem .2rem 0 .4rem;
    height: .384rem;
    background-image: linear-gradient(90deg,#88D0F4 1px, transparent 0);
    background-size: 8px 1px;
}

/* 当前导航 */
.current_line_{
    margin: 0 .2rem 0 .4rem;
    height: .384rem;
    background-image: linear-gradient(90deg,#88D0F4 1px, transparent 0);
    background-size: 8px 1px;
}
.current_page {
    font-size: .48rem;
    font-weight: 400;
    color: #08607F;
    height: .76rem;
    line-height: .76rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: .5rem;
    padding: .15rem 0;
    /*margin-top: 1.466667rem;*/
    background-color: #ffffff;
}
.current_page::before {
    /* content: '';
    width: 80px;
    height: 1px;
    background-color: #999;
    margin-right: .133333rem; */
}
.current_page::after {
    /* content: '';
    width: 80px;
    height: 1px;
    background-color: #999;
    margin-left: .133333rem; */
}
.load_more{
    margin: .533333rem 0;
    text-align: center;
    display: none;
}
.load_more img{
    width: 1.6rem;
}
/* footer */
.footer_wrap {
    width: 100%;
    background-color: #FFFFFF;
    /* margin-top: .4rem; */
    padding: .866667rem 0;
}
.footer_line{
    height: .6rem;
    margin: .1rem .1rem;
    background-image: linear-gradient(90deg, #88D0F4 1px, transparent 0);
    background-size: 8px 1px;
}
.footer_navs {
    /* height: 1.773333rem; */
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: .533333rem;
}
.footer_navs a {
    color: #08607F;
    font-size: .32rem;
    line-height: .44rem;
    padding: 0 .233333rem;
    border-right: 1px solid #08607F;
}
.footer_navs a:last-child{
    border-right: 0;
}
.copyrights {
    height: 2.346667rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: start;
    padding-left: 0.48rem;
}
.copyrights p {
    color: #08607F;
    font-size: .32rem;
    line-height: .44rem;
    margin-bottom: .133333rem;
    letter-spacing: 1px;
}
.copyrights p a{
    color: #08607F;
    font-size: .32rem;
    line-height: .44rem;
    margin-bottom: .133333rem;
    letter-spacing: 1px;
}
/* 轮播图 */
.banner {
    position: relative;
    overflow: hidden;
}
.slider_wrap {
    display: flex;
}
.swiper-wrapper {
    /* height: inherit!important; */
}
.banner .swiper-slide {
    width: 100%;
}
.banner img {
    width: 100%;
    display: block;
    max-width: 100%;
}
.swiper-button-prev {
    width: .666667rem;
    height: 1.333333rem;
    color: #D7D7D7;
    background:rgba(0,0,0,0.1);
    left: 0;
}
.swiper-button-prev::after {
    font-size: .533333rem;
}
.swiper-button-next {
    width: .666667rem;
    height: 1.333333rem;
    color: #D7D7D7;
    background:rgba(0,0,0,0.1);
    right: 0;
}
.swiper-button-next::after {
    font-size: .533333rem;
}
.swiper-pagination {
    text-align: right;
}
.swiper-pagination-bullet {
    width:.4rem;
    height: .066667rem;
    background:rgba(255,255,255,0.4);
    border-radius:.04rem;
    margin: 0 .133333rem!important;
}
.swiper-pagination-bullet:last-child {
    margin-right: 1.2rem!important;
}
.swiper-pagination-bullet-active {
    background:rgba(255,255,255,1);
}


/* 公共模块css */
.section_news_tlt {
    font-size: .426667rem;
    color: #333;
    margin-bottom: .266667rem;
}
.section_news_tlt::before {
    display: inline-block;
    content: '';
    width: .096rem;
    height: .48rem;
    background-color: #88D0F4;
    vertical-align: middle;
    margin-bottom: .026667rem;
    margin-right: .16rem;
}
.section_news_tlt a{
    float: right;
    color: #14577E;
    font-size: .32rem;
    line-height: .4rem;
    display: flex;
    align-items: center;
}
.section_news_tlt a::after{
    display: inline-block;
    width: .293333rem;
    height: .293333rem;
    content: '';
    background: url('../images/more.png') no-repeat center;
    background-size: contain;
    margin-left: .026667rem;
}

.section_news {
    margin-bottom: .533333rem;
}
.section_news:last-child {
    margin-bottom: 0;
}
.section_news a{
    display: block;
    position: relative;
}
.section_news a img {
    display: block;
    width: 100%;
    height: auto;
}
.section_news a .mask {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: .266667rem;
    background:rgba(0,0,0,0.5);
    display: flex;
    flex-flow: column;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
}
.section_news a .mask b {
    width: 100%;
    font-size: .373333rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    line-height: .533333rem;

}
.section_news a .mask i {
    width: 100%;
    color: #fff;
    line-height: .4rem;
    font-size: .293333rem;
    font-style: normal;
    opacity: 0.8;
    margin-top: .053333rem;
}
/* 嘉宾导师公共 */
.section_ts_body {
    display: flex;
    flex-wrap: wrap;
}
.section_wrap .section_ts_body {
   padding: 0 .4rem;
}
.section_wrap .section_ts_body .tips {
    line-height: .48rem;
    margin-bottom: .133333rem;
    margin-top: .266667rem;
    width: 100%;
    padding-right: .266667rem;
    display: flex;
    justify-content: space-between;
}
.section_wrap .section_ts_body .tips a{
    color: #14577E;
    font-size: .293333rem;
    line-height: .4rem;
    display: flex;
    align-items: center;
}
.section_wrap .section_ts_body .tips a::after{
    display: inline-block;
    width: .293333rem;
    height: .293333rem;
    content: '';
    background: url('../images/more.png') no-repeat center;
    background-size: contain;
    margin-left: .026667rem;
}
.section_wrap .section_ts_body .tips span{
    color: #333;
    font-size: .346667rem;
}
.section_wrap .section_ts_box{
    margin-bottom: .266667rem;
    margin-right: .453333rem;
}
.section_ts_box {
    display: flex;
    margin-right: .453333rem;
}
.section_ts_box:nth-of-type(2n){
    margin-right: 0;
}
.section_ts_box a {
    display: flex;
    flex-flow: column;
    width: 4.346667rem;
}
.section_ts_box img {
    width: 100%;
    height: 4.346667rem;
}
.section_ts_box .des{
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: .133333rem;
    text-align: center;
}
.section_ts_box .des b{
    display: block;
    color: #225D7F;
    line-height: .6rem;
    font-size: .426667rem;
}
.section_ts_box .des i{
    display: block;
    color: #666;
    font-size: .346667rem;
    line-height: .426667rem;
    font-style: normal;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 首页 */
.index_page {
    margin-bottom: .4rem;
}
.section_latest {
    padding: .4rem .4rem 0;
}
.section_ts_wrap {
    margin-top: .4rem;
}
.index_page .section_ts_wrap {
    margin-bottom: .4rem;
}
/* 嘉宾课程 */
.course_wrap {

}
.course_wrap .course_lists {
    padding: 0 .4rem;
}
.course_nav_wrap {
    margin-bottom: .266667rem;
}
.section_wrap .lists {
    margin-top: .266667rem;
    padding: 0 .4rem;
}
.scroll_navs{
   overflow: hidden;
   overflow-x: auto;
   white-space: nowrap;
   border-bottom: .026667rem solid rgba(0,0,0,0.1);
   position: relative;
   padding-left: .4rem;
   padding-right: .4rem;
   display: flex;
}
.scroll_navs::-webkit-scrollbar {
    background-color: transparent;
    display: none;
}
.scroll_navs li {
    height: 1.093333rem;
    line-height: 1.093333rem;
    padding-right: .533333rem;

}
.scroll_navs li:last-child{
    /* padding-right: 0; */
}
.scroll_navs li.current {

}
.scroll_navs li a{
    display: block;
    color: #666;
    font-size: .426667rem;
    position: relative;
}
.scroll_navs li.current a{
    color: #08607F;
    font-weight: bold;
}
.scroll_navs li.current a::after{
    display: block;
    content: '';
    width: 100%;
    height: .053333rem;
    background-color: #DBE000;
    position: absolute;
    bottom: 0px;
    left: 0px;

}
.course_bm_btn {
    position: fixed;
    display: block;
    width: 2rem;
    height: 2rem;
    right: .586667rem;
    bottom: 1rem;
}
.course_bm_btn img {
    display: block;
    width: 100%;
    height: 100%;
}
.two_navs {
}
.two_navs li {
   display: flex;
   flex: 1;
   justify-content: center;
   margin-right: 0;
}
/* 校友名录 */
.ts_dynamic {
    margin-top: .266667rem;
    padding: 0 .4rem;
    display: none;
}
/* 关于我们 */
.about_nav_wrap .scroll_navs {
    justify-content: space-between;
}
.about_main_wrap {
    margin-bottom: .666667rem;
}
.about_main_wrap .company_brief{
    display: block;
}
.about_main_wrap .company_brief {
    margin-top: .266667rem;
    padding: 0 .4rem;
}
.about_main_wrap .company_brief h3 {
    color: #14577E;
    font-size: .426667rem;
    line-height: .6rem;
    text-align: center;
    margin-bottom: .08rem;
    margin-top: .4rem;
}
.about_main_wrap .company_brief h3:nth-of-type(1) {
    margin-top: 0;
}
.about_main_wrap .company_brief p{
    color: #333;
    font-size: .346667rem;
    line-height: .56rem;
    margin-bottom: .133333rem;
}
.about_main_wrap .company_brief .about_title {
    margin-bottom: .133333rem;
}
.about_main_wrap .company_brief .about_title+p{
    text-align: center;
    line-height: .493333rem;
    margin-bottom: .4rem;
}
.about_main_wrap .company_brief img {
    display: block;
    width: 8.893333rem;
    height: auto;
    margin: 0 0.293333rem;
}
.company_founder {
    margin-top: .2rem;
    display: none;
}
.company_founder .founder_info_tlt{
    display: flex;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: .106667rem solid#14577E;
    width: 100%;
    border-radius: .066667rem;
    padding-left: .4rem;
    padding-right: .4rem;
}
.company_founder .founder_info_tlt .txt{
    margin-top: .586667rem;

}
.company_founder .founder_info_tlt .txt .name {
    margin-bottom: .4rem;
}
.company_founder .founder_info_tlt .txt .name p:nth-of-type(1) {
    display: flex;
    flex-flow: column;
}
.company_founder .founder_info_tlt .txt .name p:nth-of-type(1) span:nth-of-type(1){
    color: #14577E;
    font-size: .48rem;
    line-height: .586667rem;
    font-weight: bold;
}
.company_founder .founder_info_tlt .txt .name p:nth-of-type(1) span:nth-of-type(2){
    font-size: .373333rem;
    line-height: .586667rem;
    color: #14577E;
    font-weight: bold;
}
.company_founder .founder_info_tlt .txt .name p:nth-of-type(2) {
    font-size: .32rem;
    color: #14577E;
    font-weight: bold;
    line-height: .586667rem;
}
.company_founder .founder_info_tlt .txt .details{

}
.company_founder .founder_info_tlt .txt .details p{
    color: #333;
    font-size: .32rem;
    line-height: .48rem;
}
.company_founder .founder_info_tlt .img {
    width: 2.52rem;
    margin-left: .066667rem;
}
.company_founder .founder_info_tlt .img img {
    display: block;
    width: 2.52rem;
    height: 4.133333rem;
}

.company_founder .founder_info_des{
    padding: 0 .4rem;
    margin-top: .4rem;
}
.company_founder .founder_info_des p{
    color: #333;
    font-size: .346667rem;
    line-height: .56rem;
    margin-bottom: .346667rem;
    text-align: justify;
}
.company_founder .founder_info_position {
    padding: 0 .266667rem;
}
.company_founder .founder_info_position h4 {
    color: #14577E;
    font-size: .426667rem;
    line-height: .6rem;
    margin-bottom: .133333rem;
}
.company_founder .founder_info_position p{
    color: #333;
    font-size: .346667rem;
    line-height: .56rem;
    margin-bottom: .346667rem;
}
.company_join {
    padding: .4rem .4rem 0;
    display: none;
}
.company_join .block h4{
    color: #333;
    font-size: .426667rem;
    line-height: .6rem;
    margin-bottom: .173333rem;
}
.company_join .block:nth-of-type(1) ul{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: .266667rem;
    margin-bottom: .4rem;
}
.company_join .block:nth-of-type(1) li {
    margin-bottom: .586667rem;
}
.company_join .block:nth-of-type(1) li:last-child{
    margin-bottom: 0;
}
.company_join .block:nth-of-type(1) li p:nth-of-type(1){
    display: flex;
    margin-bottom: .133333rem;
    line-height: .466667rem;
}
.company_join .block:nth-of-type(1) li p:nth-of-type(1) b{
    width: .466667rem;
    height: .466667rem;
    background-color: #1E6082;
    color: #fff;
    font-size: .373333rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
}
.company_join .block:nth-of-type(1) li p:nth-of-type(1) span{
    font-size: .373333rem;
    color: #1E6082;
    font-weight: bold;
}
.company_join .block:nth-of-type(1) li p:nth-of-type(2){

}
.company_join .block:nth-of-type(1) li p:nth-of-type(2) span{
    color: #333;
    display: block;
    font-size: .346667rem;
    line-height: .56rem;
}
.company_join .block:nth-of-type(1) li p:nth-of-type(3){
    color: #333;
    font-size: .373333rem;
    line-height: .533333rem;
    margin-top: .266667rem;
    font-weight: bold;
}
.company_join .block:nth-of-type(2){

}
.company_join .block:nth-of-type(2) li{
    font-size: .346667rem;
    line-height: .56rem;
    color: #333;
}
.company_join .block:nth-of-type(3) {
    display: flex;
    align-items: center;
    margin-top: .666667rem;
}
.company_join .block:nth-of-type(3) img {
    width: 1.066667rem;
    height: 1.066667rem;
    margin-right: .266667rem;
}
.company_join .block:nth-of-type(3) b{
    color: #333;
    font-size: .426667rem;
    line-height: .6rem;
}
.company_contact {
    padding: 0 .4rem;
    margin-top: .4rem;
    display: none;
}
.company_contact .block:nth-of-type(1) {

}
.company_contact .block:nth-of-type(1) p{
    color: #333;
    font-size: .373333rem;
    line-height: .506667rem;
    margin-bottom: .266667rem;
}
.company_contact .block:nth-of-type(1) p:nth-of-type(2) {

}
.company_contact .block:nth-of-type(1) p:nth-of-type(2) span {
    display: block;
    color: #333;
    font-size: .373333rem;
    line-height: .506667rem;
}
.company_contact .block:nth-of-type(1) p:nth-of-type(2) span:nth-of-type(2){
    margin-left: 1.226667rem;
}
.company_contact .block:nth-of-type(1) p:nth-of-type(3) {

}
.company_contact .block:nth-of-type(2) {
    color: #333;
    font-size: .373333rem;
    line-height: .56rem;
}
.company_contact .block:nth-of-type(3) {

}
.company_contact .block:nth-of-type(4) {

}
.company_contact .block_img {

}
.company_contact .block_img p:nth-of-type(1) {
    color: #333;
    font-size: .373333rem;
    line-height: .56rem;
    margin-top: .4rem;
}
.company_contact .block_img p:nth-of-type(2) {
    padding-left: 2.133333rem;
    margin-top: .133333rem;
}
.company_contact .block_img p:nth-of-type(2) img {
    display: block;
    width: 3rem;
    height: 3rem;
}

/* 导师 校友详情 */
.back_wrap {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 .4rem;
    height: 1.32rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.back_wrap a{
}
.back_wrap a img {
    display: block;
    width: .266667rem;
    height: .48rem;
}
.back_wrap span {
    cursor: pointer;
}
.back_wrap span img {
    display: block;
    width: .666667rem;
    height: .666667rem;
}
.section_ts_detail_wrap {

}
.ts_details_main {
    padding: 1.9rem .4rem 0;
    background-color: #F7F7F7;
}
.ts_details_main .ts_info {
    display: flex;
    align-items: center;
    flex-flow: column;
    padding-top: .4rem;
    background-color: #fff;
    padding-bottom: .4rem;

}
.ts_details_main .ts_info .img {
    /* width: 4.533333rem; */
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}
.ts_details_main .ts_info .img img {
    display: block;
    width: 4.533333rem;
    height: 4.533333rem;
}
.ts_details_main .ts_info .img .des{
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: .2rem;
}
.ts_details_main .ts_info .img .des b{
    font-size: .48rem;
    line-height: .666667rem;
    color: #225D7F;
    margin-bottom: .133333rem;
}
.ts_details_main .ts_info .img .des i{
    font-size: .346667rem;
    line-height: .426667rem;
    color: #666;
    font-style: normal;
}
.ts_details_main .ts_info .txt{
    padding: 0 .4rem;
    margin-top: .266667rem;
}
.ts_details_main .ts_info .txt p{
    color: #333;
    font-size: .346667rem;
    line-height: .613333rem;
    text-align: justify;
}
.ts_details_main .ts_related {
    margin-top: .4rem;
    margin-bottom: 1.32rem;
}
/* 文章详情 */
.section_article_details_wrap .back_wrap{
    background-color: #fff;
    margin-top: 1.466667rem;
}
.section_article_details_wrap{
background-color: #F7F7F7;
}
.article_main{
    background-color: #fff;
    padding: 1.5rem .4rem 0;
    margin-bottom: .266667rem;
}
.article_main>h3{
    text-align: center;
    color: #333;
    font-size: .426667rem;
    line-height: .48rem;
    margin-bottom: .4rem;
}
.article_main>p{
    text-align: center;
    color: #333;
    font-size: .32rem;
    line-height: .48rem;
    margin-bottom: .266667rem;
}
.article_content {
    font-size: .346667rem;
    line-height: .56rem;
    color: #333;
}

section{
    max-width: 100%;
}

.article_content img{
    max-width: 100%;
}
.article_content_inner {
    height: 8.466667rem;
    overflow: hidden;
}
.article_content_inner.full_height{
    height: auto;
}
.section_inner_box .more{
    margin-top: .373333rem;
    display: flex;
    color: #666;
    font-size: .346667rem;
    justify-content: center;
    align-items: center;
    line-height: .48rem;
}
.section_inner_box .more span{
    margin-right: .226667rem;
}
.section_inner_box .more img{
    width: .266667rem;
    height: .48rem;
    transform: rotate(-90deg);
}
.section_inner_box .more img.cur {
    transform: rotate(90deg);
}
.article_related{
    padding: 0 .4rem;
}
.section_article_details_wrap .bg,
.section_research_wrap .bg{
    width: 100%;
    height: .106667rem;
    border-radius: .053333rem;
    background-color: #14577E;
    margin-bottom: .4rem;
}

/* 嘉宾研究 */
.section_research_wrap{
    padding-top: .266667rem;
    background-color: #fff;
}
.section_research_box {
    margin-bottom: .266667rem;
}
.section_research_box>h4{
    color: #333;
    font-size: .426667rem;
    line-height: .48rem;
    text-align: center;
    margin-bottom: .266667rem;
}
.section_research_box>p{
    color: #666;
    font-size: .346667rem;
    line-height: .48rem;
    text-align: center;
}
.section_research_body {
    margin-top: .266667rem;
}
.section_research_inner {
    height: 8.466667rem;
    overflow: hidden;
}
.section_research_inner>img{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: .266667rem;
}
.section_research_inner>p{
    padding: 0 .4rem;
    color: #333;
    font-size: .346667rem;
    line-height: .56rem;
    text-align: justify;
}
.section_research_inner.full_height{
    height: auto;
}
.section_research_wrap .ts_related {
    padding: 0 .4rem;
}
/* 搜索结果 */
.section_search_wrap {


}
.search_results {
    padding: 0 .4rem;
    margin-top: 1.466667rem;
    background-color: #F7F7F7;
}
.search_results h5,
.no_results h5{
    font-size: .426667rem;
    line-height: .6rem;
    color: #333;
}
.search_results h5 {
    margin: .266667rem 0;
}
.search_result {

}
.no_results {
    padding: 0 .4rem;
    margin-top: 1.466667rem;
    background-color: #F7F7F7;
}
.no_results h5 {
    margin: .666667rem 0;
}

.videoFrame_wrap {
    width: 100%;
}
.videoFrame {
    width: 100%;
}



















