.teacher_list_box{
	background-color: #f3f5f7;
	width: 100%;
	padding: 30px 0px 80px;
}
.teacher_list_box2{
	width: 1200px;
	margin: 0 auto;
}
.teacher_nav{
}
.teacher_nav span{
	width: 14px;
	color: #999999;
	padding: 0 5px;
}
.teacher_nav a{
	width: 14px;
	color: #999999;
}
.teacher_list_main{
	margin-top: 30px;
}
.teacher_list_ul li{
	float: left;
	width: 224px;
	border-radius: 8px;
	margin-right: 20px;
	margin-bottom: 30px;
	position: relative;
}
.teacher_list_ul li:hover .teacher_list_zhezhao{
	display: block;
}
.teacher_list_ul li:hover .teacher_list_jianjie{
	display: block;
}
.teacher_list_ul li .teacher_list_zhezhao {
	width: 224px;
	height: 296px;
	background: #000;
	border-radius: 8px;
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	filter: alpha(opacity=50);
	-moz-opacity: 0.6;
	opacity: 0.6;
	font: bold 12px/30px Verdana, Arial;
	text-align: center;
	cursor: hand;
}
.teacher_list_ul li .teacher_list_jianjie{
	position: absolute;
	bottom: 60px;
	left: 0;
	z-index: 99;
	display: none;
	font-size: 16px;
	line-height: 34px;
	color: #fff;
	text-align: center;
	width: 100%;
	cursor: pointer;
}
.teacher_list_hover{
	transition: all .3s ease-out;
}
.teacher_list_ul .teacher_list_hover:hover{
	transform: translateY(-4px);
	-moz-box-shadow: 0px 0px 16px 4px #e1e4e7;
	-webkit-box-shadow:0px 0px 16px 4px #e1e4e7;
	box-shadow:0px 0px 16px 4px #e1e4e7;
}
.teacher_list_ul li a{
	display: block;
	cursor: pointer;
}
.teacher_list_img{
	width: 224px;
	height: 224px;
	overflow: hidden;
}
.teacher_list_img img{
	width: 224px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.teacher_list_name{
	padding: 22px;
	background: #c0c5cb;
	text-align: center;
	height: 28px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.teacher_list_name2{
	display: inline-block;
}
.teacher_list_name2 p{
	float: left;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	line-height: 28px;
	margin-right: 15px;
}
.teacher_list_name2 span{
	display: block;
	width: 66px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	background-color: #f4dbab;
	color: #875427;
	float: left;
	border-radius: 4px;
	margin-top: 2px;
}
.teacher_detail_main{
	margin-top: 30px;
}
.teacher_detail_left{
	float: left;
	width: 855px;
}
.teacher_detail_left_top{
	padding: 40px;
	width: 775px;
	background: #fff;
	border-radius: 8px;
}
.tdetail_ltop_img{
	width: 180px;
	float: left;
	margin-right: 40px;
}
.tdetail_ltop_img img{
	width: 180px;
	border-radius: 8px;
}
.tdetail_ltop_con{
	width: 550px;
	float: left;
}
.tdetail_ltop_name{
	margin-bottom: 20px;
}
.tdetail_ltop_name p{
	float: left;
	font-size: 24px;
	color: #0e1133;
	font-weight: bold;
}
.tdetail_ltop_name span{
	display: block;
	width: 66px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	background-color: #f4dbab;
	color: #875427;
	float: left;
	border-radius: 4px;
	margin-top: 6px;
	margin-left: 24px;
	font-size: 12px;
	font-weight: normal;
}
.tdetail_ltop_box{
	padding: 14px;
	background-color: #f9f9f9;
	font-size: 14px;
	color: #6d6e75;
	border-radius: 4px;
}
.tdetail_ltop_fieldset{
  border: none;
  margin-top: 40px;
  border-top: 1px solid transparent;
  border-image: -webkit-radial-gradient(#f0f0f5,#f0f0f5) 1 10;  
}
.tdetail_ltop_legend{
  font-size: 12px;
  text-align: center;
  padding: 0 10px;
  color: #999999;
}
.tdetail_ltop_ul{
	margin-top: 20px;
}
.tdetail_ltop_ul li{
	float: left;
	width: 179px;
	margin-right: 19px;
}
.tdetail_ltop_ul li img{
	width: 179px;
	height: 116px;
	border-radius: 4px;
}
.tdetail_ltop_ul li p{
	font-size: 14px;
	color: #0e1133;
	text-align: left;
	margin-top: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.tdetail_ltop_ul li a{
	display: block;
	cursor: pointer;
}
.tdetail_ltop_ul li:hover p{
	font-weight: 600;
}
.teacher_detail_left_bottom{
	margin-top: 25px;
}
.tdetail_bottom_title{
	font-size: 20px;
	color: #0e1133;
	margin-bottom: 30px;
}
.tdetail_bottom_ul li{
	float: left;
	width: 160px;
	border-radius: 8px;
	margin-right: 13px;
}
.tdetail_bottom_hover{
	transition: all .3s ease-out;
}
.tdetail_bottom_ul .tdetail_bottom_hover:hover{
	transform: translateY(-4px);
	-moz-box-shadow: 0px 0px 16px 4px #e1e4e7;
	-webkit-box-shadow:0px 0px 16px 4px #e1e4e7;
	box-shadow:0px 0px 16px 4px #e1e4e7;
}
.tdetail_bottom_ul li a{
	display: block;
	cursor: pointer;
}
.tdetail_list_img{
	width: 160px;
	height: 160px;
	overflow: hidden;
}
.tdetail_list_img img{
	width: 160px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.tdetail_bottom_name{
	background: #c0c5cb;
	text-align: center;
	width: 100%;
	height: 40px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.tdetail_bottom_name a{
	line-height: 40px;
	font-size: 16px;
	color: #fff;
}
.tdetail_ltop_class2{
	margin-top: 30px;
}
.tdetail_ltop_fieldset2{
  border: none;
  margin-top: 40px;
  border-top: 1px solid transparent;
  border-image: -webkit-radial-gradient(#f0f0f5,#f0f0f5) 1 10;  
}
.tdetail_ltop_legend2{
  font-size: 12px;
  text-align: left;
  padding: 0 10px;
  color: #999999;
}
.tdetail_ltop_a{
	margin-top: 20px;
}
.tdetail_ltop_a a{
	font-size: 16px;
	color: #6d6e75;
	line-height: 30px;
	cursor: pointer;
	display: block;
}

.teacher_detail_left_top2{
	padding: 40px;
	width: 775px;
	background: linear-gradient(
	    to top,
	    #fff 84%,
	    #fff 84%,
	    #fff 84%,
	    #e9eef5 84%
	  );
	border-radius: 8px;
}
