.fy-top{
    position: relative;
    width: 100%;
    height: 400px;
    background: url("../../images/mooc_xcy/talent_bg.png") no-repeat top center;
    /*background-size: 100%;*/
}
.main-fy-top{
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.main-fy-top .fy-name{
    margin-top: 80px;
}
.main-fy-top .layui-breadcrumb a,.main-fy-top .layui-breadcrumb a:hover{
    color: #fff !important;
}
.main-fy-top .layui-breadcrumb span[lay-separator]{
    color: #fff !important;
}
.main-fy-top .fy-name-en{
    font-size: 30px;
    font-family: fzysjt;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 20px;
}

.main-fy-top .fy-name-ch{
    font-size: 36px;
    font-family: fzysjt;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}
.main-fy-top .fy-name-ch:after{
    content:"";
    position: absolute;
    width: 44px;
    height: 3px;
    background: #F1CB9A;
    margin-left: -92px;
    bottom: 0;
}

/*教师列表*/
/*.main{*/
/*    min-width: 1200px;*/
/*    max-width: 1920px;*/
/*    margin: 0 auto;*/
/*    overflow: hidden;*/
/*}*/
.main-bt{
    margin-top: 50px;
}
.main-content{
    width: 1200px;
    margin: 0 auto;
}
ul.teacher_list{
    overflow: hidden;
}
ul.teacher_list li{
    float: left;
    width: 280px;
    height: 462px;
    margin-bottom: 30px;
    margin-right: 23px;
    background: #fff;
}
ul.teacher_list li:nth-child(4n){
    margin-right: 0;
}
ul.teacher_list li .img{
    width: 100%;
    height: 266px;
    margin: 0 auto;
}

ul.teacher_list li .info{
    margin: 0 27px 0 19px;
    padding-bottom: 60px;
}
ul.teacher_list li .info .name{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1A1E24;
    margin: 10px 0 10px;
}
ul.teacher_list li .info .zhiwei{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #66748F;
    margin-bottom: 16px;
    width: 160px;
}
ul.teacher_list .desc{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #66748F;
}