@charset "utf-8";







/*教师列表*/
.tabbox{ width: 100%;background: #f4f4f4; padding-bottom:20px;}    /*教 padding-bottom:40px;   表*/
.tutorheight{height:1020px;}
.studheight{height:1510px;}
.audioinfo{width:980px; margin:0 auto; overflow:hidden; font-size:16px; padding-top:10px;}
.listmenu{
	margin: 0 auto;
	height:70px;
	padding-bottom:20px;
	background: #f4f4f4;
}
.listmenu ul{
	overflow: hidden;
	margin: 0 auto;
	width: 1000px;
}
.listmenu li{
	overflow:hidden;
	float:left;
	cursor:pointer;
	width:996px;
	line-height:66px;
	height:66px;
	text-align:center;
	color:#2ad5cd;
	font-size:26px;
	border: 1px solid #2ad5cd;
}
.listmenu li.off{color:#fff; background:#F70;}  /*之前是这个 background:#2ad5cd  粉绿色*/
.listbox{margin: 0 auto;width: 1000px;}
.masterlist{margin-top: 50px;}
.masterlist p.listimg{
	margin-left: 20px;
	float: left;
	width: 160px;
	position: relative;
	}
.masterlist p.imgheight{height:240px;}

.masterlist p.listimg a{ cursor: pointer;}
.mastertxt{float: right;width: 790px; margin-top: 5px;}
.mastertxt dt{font-size: 26px; position: relative; padding-left:34px;}

.mastertxt h2 a{color: #2596cd;cursor: pointer;}
.mastertxt h2 .green{
		vertical-align: middle;
    margin-left: 8px;
    display: inline-block;
    font-size: 12px;
    color: #66b21d;
    padding: 2px 8px;
    border: 1px solid #66b21d;
    border-radius: 2px;
}
.mastertxt h2 .reds{
	vertical-align: middle;
    margin-left: 28px;
    display: inline-block;
    font-size: 12px;
    color: #e84f4f;
    padding: 2px 8px;
    border: 1px solid #e84f4f;
    border-radius: 2px;
}
.mastertxt li{	
	float: left;
	margin: 5px 30px 12px 0;
	color: #555;
	font-size: 14px;
}
.mastertxt li span{
	display: inline-block;
	width: 16px;
	height: 14px;
	margin-right: 8px;
}
.mastertxt dd{line-height: 22px;font-size: 14px;color: #777;}


/*之前的，把对应的超链接a删掉了
.mastertxt dd a{
	line-height: 22px;
	font-size: 14px;
	color: #777;
}
表*/
.listbottom{
	padding: 20px 0 20px 20px;
	margin-top: 10px;
	background: #f5f5f5;
	border-bottom: 1px solid #ddd;
}
.listbottom div.audio{
	position: relative;
	background-color:#FFF;
	padding-bottom: 12px;
	float: left;
	margin-right: 40px;
	width:404px;
	height: 28px;

	border-radius: 2px;
}
.listbottom div.audio span{
	position: absolute;
	top: 8px;
	left: 10px;
	display:inline-block;

}
.listbottom div.audio object{
	position: absolute;
	top: 10px;
	left:130px;
}
.listbottom a.details{
	display:block;
	float: left;
	cursor: pointer;
	width: 166px;
	height: 40px;
	background: #f70;
	border-radius: 2px;
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	text-align: center;
}
/*  之前是粉蓝色 background: #2adbcd;  */

.listbox a.more{
	cursor: pointer;
	margin: 0 auto;

	display: block;
	width: 230px;
	height: 46px;
	border-radius: 2px;
	background: #ff6600;
	font-size:20px;
	color: #fff;
	text-align: center;
	line-height: 46px;
}
/*教师列表   end*/

.box{ border:1px solid #e84f4f; width:138px;padding-left:9px; font-size:14px;padding-top:2px; padding-bottom:2px; margin-bottom:10px;}






/*公共banner*/
.teachers{margin: 50px auto;}
/*公共banner*/
