.teacher{
	width:1200px;
	margin: 0 auto;
}
.teacherTit{
	border:solid 1px #e4e4e4;
	font-size: 12px;
	height:40px;
	margin:15px 0;
}
.type{
	float: left;
}
.type span{
	display: inline-block;
	background: #f8f8f8;
    color: #272727;
    font-size: 14px;
    font-style: normal;
    line-height: 40px;
    padding: 0 6px 0 12px;
}
.type a{
	display: inline-block;
	color: #666666;
    font-size: 12px;
    line-height: 40px;
    margin-right: 15px;
    padding: 0 8px;
}
.type a:hover{
	color: #316bf5;
    text-decoration: underline;
}
.type .tActive{
	color: #316bf5;
    text-decoration: underline;
}
.inp{
	float: left;
	margin-top:7px;
}
.inp input[type='text']{
	font-family: 'Microsoft Yahei';
    line-height: 21px;
    color: #7a7a7a;
    padding: 1px 8px;
    border: 1px solid #e6e6e6;
    border-right: none;
    outline:none;
    float: left;
}
.inp input[type='button']{
	font-family: 'Microsoft Yahei';
    padding: 1px 14px;
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    height: 25px;
}
.teacherTit p{
	float: right;
	color:#e73a3c;
    line-height: 40px;
    padding-right:10px;
}
/* 师资介绍 */
.teacherList{
	border:solid 1px #ededed;
	padding:0 20px 40px;
}
.teacherList dl{
	border-bottom:solid 1px #ededed;
	padding:20px 0;
	overflow: hidden;
	zoom: 1;
}
.teacherList dt{
	float: left;
}
.teacherList dt img{
	width:200px;
	height:270px;
}
.teacherList dd{
	margin:5px 0 0 20px;
	float: left;
	font-size:15px;
	width:928px;
	line-height: 24px;
}
.teacherList dd a{
	display: inline-block;
	background: url(../../img/teacher_btns.png) no-repeat;
    width: 130px;
    height: 33px;
    margin-right: 10px;
}
.teacherList p:last-child{
	margin-top:20px;
}
.teacherList .briefPlay{
	float: left;
	background-position: 0 -207px;
}
.teacherList .briefPlay:hover{
	background-position: 0 -257px;
}
.teacherList .btn_book{
	background-position: 0 0;
}
.teacherList .btn_book:hover{
	background-position: 0 -50px;
}
.teacherList .freeName{
	background-position: 0 -157px;
}
/* .briefPlay{
	border: solid #ccc 1px;
    color: #777777;
    font-size: 14px;
    float: left;
    width: 130px;
	height: 31px;
    margin-right: 13px;
    line-height: 31px;
    cursor:pointer;
} */
/* .briefPlay i{
	background: url(../../img/indexlive_icon11.png)no-repeat center center;
    background-size: cover;
    float: left;
    width: 18px;
    height: 18px;
    margin: 7px 8px 0 18px;
} */
.briefPlay:hover{
	//border-color:#227bce;
	color:#227bce;
}
.teacherPlayDiv{
	width:100%;
	height:100%;
	position: fixed;
	left:0;
	top:0;
	background: rgba(0,0,0,.5);
	z-index:9999;
	display: none;
}
.teacherVideo{
	width:660px;
	height:350px;
	background: #fff;
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
	padding:20px;
}
.teacherVideo>div{
	height:98%;
	background: #000;
}
.teacherVideo span{
	cursor:pointer;
	position: absolute;
	right:0px;
	top:2px;
	background: url(../../img/dialog_close.png)no-repeat;
	width:20px;
	height:20px;
	z-index:999;
}
.teacherList .tv{
	display: none;
}