.teacher_content{
	min-height: 385px;
	margin-top: 10px;
	background-color: white;
}
.teacher_message{
	width: 654px;
	height: 254px;
	background-color: white;
	position: absolute;
	left: 640px;
	top: 469px;
	z-index: 9;
}
.all_message{
	width: 104px;
	height: 38px;
	background-color: #DBAD29;
	color: #5F4731;
	font-size: 16.2px;
	border: 1px;
	border-radius: 6px;
	cursor: pointer;
}
.teacher_list:hover{
	box-shadow: 1px 6px 20px rgba(0, 0, 0, 0.63);
}
.pagelist {
	text-align : center;
	margin: 25px auto;
	clear: both;
	padding-top: 10px;
}
.right_side{
	position: absolute;
	top:419px;
	left:968px;
}
.left_side{
	position: absolute;
	top:419px;
	left:-32px;
}
.Train_div_default_title{
	width:1200px;
	margin:0px auto;
	height: 42px;
	background-image: url(../images/title_head.fw.png);
	background-size: cover;
	background-position: center;
	margin-top: 20px;
}
.Train_div_default_title p{
	line-height: 42px;
    font-size: 18px;
    color: #5f4731;
    padding-left: 50px;
    float: left;
}
.teacher_introduce{
	width:1160px;
	margin:0px auto;
	background-color: white;
	padding: 20px;
	font-size: 14px;
}
.introduce{
	color: #494949;
	font-size: 14px;
}
.course{
	width:1200px;
	margin:0px auto;
	min-height: 300px;
	background-color: white;
	padding-top: 20px;
	padding-bottom: 25px;
}
.course_message{
	width: 265px;
	height: 328px;
	background-image:url(../images/train_message.fw.png); 
	float: left;
	margin-left: 28px;
	background-position:center;
	cursor: pointer;
}
.course_message:HOVER{
	box-shadow: 1px 4px 20px rgba(0, 0, 0, 0.63);
	background-image: url(../images/course.fw.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.trainTyle{
	width: 78px;
	height: 31px;
	font-size: 16.2px;
	color: white;
	line-height: 31px;
	text-align: center;
	position: relative;
	left: 187px;
	top:-172px;
	display: block;
}
.review{
	display: block;
	width: 61px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	color: white;
	background-color: #000000;
	position: relative;
	left: 203px;
	top:-54px;
}
.course_message_title{
	width: 233px;
	font-size: 16px;
	margin: -48px 0px 0px 20px;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.usurl{
	background-repeat: no-repeat;
	background-position: center left;
	margin: 7px 0px 0px 20px;
	padding-left: 18px;
	line-height: 20px;
	font-size: 14px;
	color: #b0b0b0;

}
.registration_time{
	background-image: url(../images/time.fw.png);
}
.classHour{
	background-image: url(../images/classHour.fw.png);
	width: 33%;
	display: inline-block;
}
.people{
	background-image: url(../images/people.fw.png);
	width: 33%;
	display: inline-block;
}
.left_line{
	position: absolute;
	top:421px;
	left:349px;
}
.right_line{
	position: absolute;
	top:683px;
	left:1182px;
}
.left{
	position: absolute;
	left: 861px;
	top: 476px;
	z-index: 99;
}
.right{
	position: absolute;
	left: 1226px;
	top: 658px;	
	z-index: 99;
}
.teacherImg{
	padding: 20px 10px 18px 30px;
	float: left;
}
.teacher_detale{
	width: 450px;
	height: 254px;
	background-color: white;
	float: left;
}
.teacher_detale p{
	color: #5B5B5B;
	font-size: 14px;
	margin-left: 83px;
	line-height: 25px;
	font-family: 微软雅黑;
}