body{
    background: #F1F1F1;
}
/*共同标题*/
.common_wrap {
    position: relative;
    overflow: hidden;
    /*width: 100%;*/
    margin: 0 auto;
    padding-bottom: 1.867rem;
}

.common_wrap .common_title .more {
    position: absolute;
    right: 0.533rem;
    bottom: 0;
    /*top: 50%;*/
    /*transform: translate(0, -50%);*/
    font-family: fzysjt;
    font-size: 0.32rem;
    font-weight: 400;
    color: #FFFFFF;
    /*line-height: 14px;*/
}
.talent_wrap.common_wrap .common_title .more{
    color: #0C273C;
}
.common_wrap .common_title {
    position: relative;
    /*margin-bottom: 80px;*/
    margin: 0.907rem 0.573rem 0.533rem;
}
.common_wrap .common_title .common_biaoti{
    font-family: fzysjt;
    font-size: 0.48rem;
    font-weight: 400;
    color: #fff;
    /*line-height: 43px;*/
}

.common_wrap .common_title .common_biaoti span.title{
    margin: 0 0.187rem;
}
.common_wrap .common_title .common_biaoti span.title_en{
    font-family: fzysjt;
    font-size: 0.24rem;
    font-weight: 400;
    color: #fff;
}
.common_wrap .common_title .common_biaoti img{
    width: 0.32rem;
    /*height: 0.533rem;*/
}

.common_wrap .common_title_white .common_biaoti{
    color: #fff;
}
.common_wrap .common_title_white .common_biaoti span.title_en{
    color: #fff;
}
.common_wrap .common_title_white .more{
    color: #fff;
}
.talent_header{
    width: 100%;
    height: 5.333rem;
    background:url("../../images/mooc/talent_bg.png") no-repeat;
    background-size: 100%;
}
.talent_wrap.common_wrap .common_title .more{
    color: #0C273C;
}
.talent_wrap.common_wrap .common_title .common_biaoti{
    color: #0C273C;
}
.talent_wrap.common_wrap .common_title .common_biaoti span.title_en{
    color: #0C273C;
}

/*列表*/
.moocList{
    padding: 0 0 0 0.4rem;
    width: 100%;
    overflow: hidden;
}
.moocList .swiper-slide{
    overflow: hidden;
    margin-top: 0.373rem;
    background: #fff;
    width: 7rem;

    border-radius: 0.267rem 0.267rem 0px 0px;
}
.moocList .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
}
.moocList .swiper-slide .thumb{
    width: 100%;
    height: 4rem;
    background: #eee;
}
.moocList .swiper-slide .info{
    width: 100%;
    height: 2.787rem;
    padding: 0 0.427rem 0 0.333rem;
    /*height: 2.053rem;*/
}
.moocList .swiper-slide .info .title{
    margin-top: 0.533rem;
    margin-bottom: 0.453rem;
    /*height: 79px;*/
    font-size: 0.427rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #0C273C;
    line-height: 0.64rem;
}
.moocList .swiper-slide .info .venue{
    font-size: 0.32rem;
    color: #818181;
    display: block;
}
.teacher_list{
    padding: 0 0.533rem;
}
.teacher_list li{
    width: 100%;
    overflow: hidden;
    margin-bottom: 0.4rem;
    height: 2.667rem;
    background: #FFFFFF;
    border-radius: 0.4rem;
}
.teacher_list li:last-child{
    margin-bottom: 0;
}
.teacher_list li a{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.teacher_list li .img{
    border-radius: 0.4rem 0px 0px 0.4rem;
    margin-right: 0.6rem;
    width: 2.8rem;
    height: 2.667rem;
    flex: none;
}
.teacher_list li .img img{
    border-radius: 0.4rem 0px 0px 0.4rem;
}
.teacher_list li .info{

}
.teacher_list li .info .name{
    font-size: 0.48rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #0C273C;
    margin-bottom: 0.4rem;
}
.teacher_list li .info .zhiwei{
    font-size: 0.347rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #66748F;
    max-width: 5.2rem;
}
