@CHARSET "UTF-8";
@import url("../global.css");
@import url("../style.css");

/**body text-align 属性为center，会造成弹窗内容移位**/
body{
	text-align: left;
}
/***浮动菜单set定width,否则浮动时,以absolut定位,元素从文档流中抽出,width变化,造成子元素移位**/
#float_menu{
	width: 335px;
}
/**main_left text-align属性为center会造成浮动菜单移位**/
#main_left{
	width:335px;
	min-height: 500px;
	float:left;
	text-align: left;
}

#main_right{
	width:818px;
	float:left;
	text-align:left;
	overflow: hidden;
}

#teacher_outline{
	font-size:36px;
}

#teacher_english_outline{
	font-size:18px;
	color:#a3a3a3;
}

#line_under_channel_name{
	width:159px;
	height:5px;
	background-color: #e58411;
	margin:0 auto;
	margin-top:4px;
}

/** 科目 **/
#subject_box{
	
}

#subject_box .header{
	width: 334px;
	height: 48px;
	background-image: url('../../images/teacher/subject_title.png');
}
ul#subject_list{
	width: 333px;
}
ul#subject_list li {
	width: 333px;
	line-height: 44px;
	background-image: url('../../images/teacher/subject_bg.png');
}
ul#subject_list li a{
	display: block;
	width: 331px;
	color: #fba744;
	border-bottom: 1px #fabc74 solid;
	font-size: 16px;
	background-color: #efefef;
	text-align: left;
	text-indent: 110px;
}
ul#subject_list li a:hover{
	background-color: #fba744;
	color: #fff;
}
ul#subject_list li a.last {
	border-bottom: 1px solid #efefef;
}
.subject_bottom_shadow {
	width: 333px;
	height: 5px;
	background-image: url('../../images/teacher/bottom_shadow.png');
	background-repeat: no-repeat;
}

/** 右侧 **/
#main_right {
	width: 780px;
	margin-left: 20px;
	float: left;
}
.subject_title {
	width: 100%;
	margin-top: 30px;
}
.subject_title .box_left {
	float: left;
	width: 200px;
	height: 40px;
	border-bottom: 4px solid #fcc560;
}
.subject_title .box_left .cn_name {
	font-size: 30px;
	color: #333;
}
.subject_title .box_right {
	width: 570px;
	margin-left: 10px;
	height: 42px;
	float: left;
	border-bottom: 2px solid #cbcbcb;
}


ul.teacher_list{}
ul.teacher_list li {
	width: 357px;
	height: 192px;
	float: left;
	margin-left: 25px;
	margin-top: 25px;
	background-image: url("../../images/teacher/teacher_panel.png");
	background-position: 128px 0px;
	background-repeat: no-repeat;
}

ul.teacher_list li img {
	float: left;
}
ul.teacher_list .text{
    float: left;
    margin-top: 38px;
    margin-left: 23px;
}

ul.teacher_list .text .introduce{
	font-size: 12px;
	color: #666;
	margin-top: 10px;
	width: 200px;
	height: 90px;
	overflow: hidden;
	line-height: 18px;
}

ul.teacher_list .text .cn_name{
	font-size: 18px;
}

ul.teacher_list .text .en_name{
	font-size: 12px;
	font-family: Arial;
	color: #666;
}
ul.teacher_list .text .duty {
	line-height: 22px;
	color: #333;
}
