@CHARSET "UTF-8";

.mainDiv {
	width: 1138px;
}

.mainDiv .teacher {
	width: 252px;
	margin: 15px;
}

.teacher .headDiv {
	width: 254px;
	margin-top: 20px;
}

.teacher .headDiv img {
	width: 180px;
	height: 180px;
	border: 1px solid #CCC;
	border-radius: 7px;
	margin-left: 35px;
}

.teacher .nameDiv {
	width: 224px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 0px auto;
	border-bottom: 1px solid #ddd;
}

.teacher .nameDiv .name {
	float: left;
	width: 164px;
	height: 50px;
	margin-left: 30px;
}

.name font {
	font-size: 16px;
	color: #333;
}

.teacher .nameDiv .messageBtn {
	float: right;
	width: 30px;
	height: 50px;
}

.messageBtn img {
	width: 20px;
	height: 20px;
	margin-top: 15px;
	cursor: pointer;
}

.teacher .infoDiv {
	width: 224px;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 50px;
	background-color: red;
}

.infoDiv font {
	font-size: 14px;
	color: #333;
}

.mainDiv .teacherDis {
	width: 820px;
	margin: 15px;
}

.teacherDis .contentDiv {
	width: 780px;
	min-height: 273px;
	margin: 0px auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

.teacherDis .contentDiv font {
	line-height: 30px;
	font-size: 14px;
	color: #333;
}

.tecValue {
	float: left;
	width: 135px;
	height: 26px;
	line-height: 26px;
}

.tecValue font {
	font-size: 14px;
	color: #222;
}

.tecValue a {
	margin-right: 10px;
	font-size: 14px;
	color: #222;
}

.tecValue a:HOVER {
	color: #ff8246;
}

.tecName {
	width: 115px;
}

.tecMsg {
	float: right;
	margin: 3px;
	margin-right: 6px;
}

.seeCus {
	width: 100%;
	text-align: center;
	color: #333;
	border-radius: 5px;
}
.seeCus:HOVER {
	color:#ff8246;
	background-color: #EEE;
}
