#teachers-wrapper{
	width: 100%;
	height: 390px;
	background-color: #7b7b7b;
	overflow: hidden;
}
.teacher-bm{
	width: 220px;
	margin: 70px auto 0;
}
.teacher-img{
	display: block;
	width: 180px;
	height: 180px;
	background-color: #fff;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}
.teacher-img img{
	display: block;
	width: 100%;
	height: 100%;
}
.teacher-bm{
	text-align: center;
	color: #222;
}
.teacher-bm h3{
	margin-top: 20px;
	font-size: 24px;
	font-weight: normal;
}
.teacher-bm p{
	margin-top: 10px;
	font-size: 16px;
}
/*讲师简介*/
.teacher-child{
	padding: 40px 0;
}
#teacher-iw{
	background-color: #fff;
}
.teacher-intro{
	width: 970px;
	margin: 0 auto;
}
.teacher-item{
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	padding: 10px 0 5px;
	position: relative;
}
#teacher-iw .teacher-item{
	background: -webkit-linear-gradient(left, #222, #222 50%, #fb4f4f 50%, #fb4f4f 100%);
	background: -o-linear-gradient(left, #222, #222 50%, #fb4f4f 50%, #fb4f4f 100%);
	background: -moz-linear-gradient(left, #222, #222 50%, #fb4f4f 50%, #fb4f4f 100%);
	background: linear-gradient(to right, #222, #222 50%, #fb4f4f 50%, #fb4f4f 100%);
	-webkit-background-clip: text;
	-o-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-o-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	text-fill-color: transparent;
}
#teacher-dc .teacher-item{
	background: -webkit-linear-gradient(left, #222, #222 50%, #5baefb 50%, #5baefb 100%);
	background: -o-linear-gradient(left, #222, #222 50%, #5baefb 50%, #5baefb 100%);
	background: -moz-linear-gradient(left, #222, #222 50%, #5baefb 50%, #5baefb 100%);
	background: linear-gradient(to right, #222, #222 50%, #5baefb 50%, #5baefb 100%);
	-webkit-background-clip: text;
	-o-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-o-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	text-fill-color: transparent;
}
.teacher-item:before{
	display: block;
	content: "";
	width: 20px;
	height: 3px;
	background-color: #303030;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 0;
}
.teacher-item-sub{
	font-size: 12px;
	text-align: center;
	margin-bottom: 15px;
}
.teacher-details{
	font-size: 14px;
	line-height: 30px;
	text-align: justify;
}
/*近期动态*/
.teacher-dynamic{
	width: 1200px;
	margin: 0 auto;
}
.dynamic-wrapper{
	margin-top: 30px;
}
.dynamic-item{
	float: left;
	background-color: #fff;
	margin: 0 10px 20px;
	-webkit-transition: box-shadow 0.3s linear;
	-o-transition: box-shadow 0.3s linear;
	-moz-transition: box-shadow 0.3s linear;
	transition: box-shadow 0.3s linear;
}
.dynamic-item a{
	display: block;
	width: 340px;
	height: 68px;
	padding: 20px;
}
.dynamic-time{
	width: 50px;
	height: 100%;
	float: left;
}
.time-wrapper{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	background-color: #da4c46;
	font-size: 14px;
	color: #fff;
	text-align: center;
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,.1);
}
.dynamic-msg{
	float: left;
	width: 285px;
	margin-left: 5px;
}
.msg-name{
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	color: #222;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 7px;
	-webkit-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	transition: color 0.3s linear;
}
.msg-content{
	line-height: 18px;
	font-size: 14px;
	color: #474747;
	padding-left: 8px;
	text-align: justify;
}
.dynamic-item:hover{
	box-shadow: 0 2px 10px 1px rgba(0,0,0,.1);
}
.dynamic-item:hover .msg-name{
	color: #cb0000;
}