/*到时的头像和基本信息 */
.tutorAbstractDiv{
	display: inline;
	width: 100%;
	margin-top: 64px;
	padding-bottom: 64px;
	border-bottom: grey dashed 1px;
}
/* 导师头像 */
.tutorHead{
	width: 160px;
	height: 160px;
	border-radius: 50%;
	float: left;
}
/* 导师简介的文字 */
.tutorAbstractText{
	margin-left: 2rem;
	margin-top:72px;
	float: left;

}
/* 导师的履历文字 */
.tutorText{
text-indent: 32px;
	line-height: 24px;
	margin-top:32px;
}
/* 导师的标题布局 */
.tutorActivity{
	width: 100%;
	margin-top: 128px;
}
/* 导师活动的图片 */
.tutorActivityImg{
	display: inline;
	margin-top: 64px;
	width: 29%;
	margin-left: 2%;
	margin-right: 1%;
}
/* 导师的照片布局 */
.tutorActivityImgDiv{
	width: 100%;
	margin-top: 64px;
	padding-bottom: 128px;
	border-bottom: grey dashed 1px;
}
/* 顶部上下一篇的布局 */
.bottomDiv{
	width: 100%;
	margin-top: 2rem;
	padding-bottom: 128px;
}
