/**
 * */
.lecturer{
	/*border: 1px solid;*/
	padding-top: 37px;
	text-align: center;
	padding-bottom: 30px;
}
.lecturer h2{
	height:60px;
	width: 400px;
	color: rgb(36,201,255);
	border-bottom: 1px solid rgba(36,201,255,1);
	margin: 0 auto;
	margin-bottom: 5px;
	font-size: 36px;
}
.lecturer > p{
	width: 600px;
	margin: 0 auto;
	font-size: 16px;
	margin-bottom: 20px;
	line-height:30px;
}
.lecturer_in{
	width: 1170px;
	/*border: 1px solid;*/
	margin: 0 auto;
	margin-top: 28px;

}

.img_first{
	float:left;
	width: 201px;
	vertical-align: top;
	margin: 0 10px;
	text-align: left;
}
.img_first h4{
	color: rgb(36,201,255);
	margin-bottom: 20px;
	font-size: 18px;
	}
.img_first p{
	font-size: 15px;
	color: #666666;
	line-height: 24px;

}
.lecturer_Last{
	width: 259px;
	height: 56px;
	border: 0.8px solid;
	border-radius: 40px;
	line-height: 56px;
	margin: 0 auto;
	font-size: 24px;
	margin-bottom: 20px;
}
.lecturer_Last a{color:black;}
.lecturer_Last:hover{
	background: #008AFF;
	color: white;
}
.lecturer_Last:hover a{color: white;}
.imging{
	animation-duration: 3s;
	-moz-animation-duration: 3s;
	-ms-animation-duration: 3s;
}
