@charset "utf-8";
/*teacher*/
.new_teacher_section{
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
    position: relative;
}
.new_teacher_section img{
    transition: filter .3s;
}
.new_teacher_section img:hover{
    filter: brightness(.6);
}
.new_teacher_wrap{
    width: 1200px;
    margin: 0 auto;
}
.teacher_tab{
    width: 100%;
    padding: 30px 0;
}
.teacher_tab > a{
    display: block;
    float: left;
    font-size: 16px;
    padding: 13px 35px;
    border-radius: 30px;
    background: #ffffff;
    color: #2b2b2b;
    margin-right: 20px;
    line-height: 16px;
    border: 1px solid #ffffff;
    box-sizing: border-box;
}
.teacher_tab > a.active{
    border: 1px solid #ff0101;
    color: #ff0101;
}
.teacher_list{
    width: 100%;
    overflow: hidden;
}
.teacher_list > ul > li{
    float: left;
    width: 385px;
    height: 455px;
    margin: 0 22px 25px 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.teacher_list > ul > li:nth-child(3n) {
    margin-right: 0;
}
.teacher_pic{
    width: 100%
}
.teacher_list > ul > li:hover .teacher_info{
    bottom: 0;
}
.teacher_list > ul > li:hover .teacher_name > span{
    opacity: 0;
}
.teacher_info{
    padding: 20px 20px 0;
    width: 345px;
    background: #ffffff;
    position: absolute;
    bottom: -64px;
    transition: all .3s ease-out;
}
.teacher_info > p{
    color: #2b2b2b;
    width: 100%;
    margin-bottom: 15px;
}
.teacher_name{
    width: 100%;
    font-size: 22px;
    font-weight: 600;
}
.teacher_name > span{
    float: right;
    opacity: 1;
    transition: opacity .3s;
}
.teacher_profe{
    width: 100%;
    font-size: 18px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.teacher_be{
    width: 100%;
    font-size: 16px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 42px;
}
.teacher_btn{
    display: table;
    margin: 30px auto 20px;
}
.teacher_btn > a{
    float: left;
    display: block;
    width: 120px;
    text-align: center;
    line-height: 40px;
    color: #2b2b2b;
    margin: 0 10px;
    border: 1px solid #2b2b2b;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.teacher_btn > a:last-child{
    border: 1px solid #ff0101;
}

/*teacher show*/
.t_show_section{
    width: 100%;
    background: #f5f5f5;
}
.t_show_section img{
    transition: filter .3s;
}
.t_show_section img:hover{
    filter: brightness(1.1);
}
.t_show_wrap{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.t_show_info{
    padding: 40px;
    background: #ffffff;
    margin-top: 35px;
    cursor: pointer;
}
.t_show_info_pic{
    float: left;
    width: 510px;
}
.t_show_info_pic img:hover{
	filter: brightness(1.1);
}
.t_show_info_text{
    float: right;
    width: 50%;
    position: relative;
}
.t_show_info_text > h2{
    font-size: 36px;
    font-weight: 600;
    line-height: 60px;
}
.t_show_info_text > p{
    margin: 10px 0 20px;
    font-size: 20px;
    color: #666666;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.t_show_info_text > h3{
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 15px;
}
.t_show_info_text > span{
	/*height: 210px;*/
    font-size: 16px;
    line-height: 35px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    transition: height .3s;
}
.t_show_info_text > span.active{
	height: auto;
}

/*
 * 强制
 */
.t_show_info_text > span p,.t_show_info_text > span span,.t_show_info_text > span strong{
	font-size: 16px !important;
	line-height: 35px !important;
	font-family: "微软雅黑","microsoft yahei" !important;
}

.t_show_info_text > a{
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 20px;
    color: #ff0101;
    border: 1px solid #ff0101;
    padding: 8px 18px;
    border-radius: 3px;
    transition: all .3s;
}
.t_show_info_text > a:hover{
    background: #ff0101;
    color: #ffffff;
}
.teach_works{
    padding: 20px 40px 40px;
    margin-top: 35px;
    background: #ffffff;
}
.teach_works > p{
    font-size: 24px;
    color: #2b2b2b;
    line-height: 60px;
}
.teach_works > p > span{
    font-weight: 600;
}
.teach_works > ul > li{
    width: 362px;
    height: 277px;
    margin: 20px 17px 0 0;
    float: left;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.teach_works > ul > li:nth-child(3n){
    margin-right: 0;
}
.teach_works li:hover {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.teach_works > ul p{
    font-size: 22px;
    color: #2b2b2b;
    line-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all .3s ease-out;
}
.teach_works > ul > li:hover p{
    padding-left: 10px;
}

#showbtn{
	display: block;width: 100px;text-align: center; color: #00A0E9;position: absolute;bottom: 0;right: 0;background: #ffffff;font-size: 16px;line-height:35px;
}
