@CHARSET "UTF-8";
@import url("../global.css");

#main{
	margin: 0 auto;
	text-align: left;
	padding: 20px;
}

.duty{
	width: 12px;
	font-size: 12px;
	float:left;
	color: #777777;
}

.divider{
	width: 1px;
	height: 95px;
	background-color: #c0bebe;
	float: left;
	margin-right: 8px;
	margin-left: 4px;
}

.text{
	width: 70px;
	height: 160px;
	margin-top: 60px;
	margin-left: 20px;
	float: left;
}

.name{
	width:32px;
	float:left;
}

.cn_name{
	font-size: 22px;
	width: 22px;
	float: left;
	line-height: 23px;
}

.en_name{
	width:10px;
	font-size: 10px;
	text-align: left;
}

#laoshi{
	width:14px;
	color: #555555;
}

img {
	float:left;
	margin-top: 20px;
}

.description{
	width: 150px;
	color: #e58411;
	background-image: url("../../images/teacher/jiantou.png");
	background-repeat: no-repeat;
	background-position: 0px 4px;
	float: left;
	padding-left: 13px;
	margin-left: 20px;
	margin-top: 60px;
	line-height: 22px;
}

#honor{
	width: 325px;
	height: 227px;
	float: left;
	margin-left: 10px;
}

#honor .honor_header {
	width: 325px;
	height: 57px;
	background-image: url("../../images/teacher/honor_box_header.png");
	background-repeat: no-repeat;
}
#honor .honor_body {
	background-image: url("../../images/teacher/honor_box_body.png");
	background-repeat: repeat-y;
	min-height: 170px;
}
#honor .honor_body .honor_text{
	color: #666;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#honor .honor_footer {
	width: 325px;
	height: 13px;
	background-image: url("../../images/teacher/honor_box_footer.png");
	background-repeat: no-repeat;
}