@charset "utf-8";

.teacherList {
	width: 848px;
}

.teacherList .listDiv {
	margin-top: 20px;
	width: 848px;
}

.listDiv ul {
	min-height: 411px;
	margin-left: 17px;
}

.listDiv .teachers {
	float: left;
	width: 235px;
	height: 300px;
	border: 1px solid #DDD;
	border-radius: 4px;
	margin: 0px 17px 10px 17px;
	background-color: #FFF;
}

.listDiv .teachers:HOVER {
	border: 1px solid #CCC;
	background-color: #F5F5F5;
}

.teachers .headDiv {
	float: left;
	width: 195px;
	height: 195px;
	margin: 20px 20px 0px 20px;
}

.headDiv .headIMG {
	width: 195px;
	height: 195px;
	display: block;
	float: left;
	overflow: hidden;
}

.headIMG img {
	float: left;
	width: 193px;
	height: 193px;
	border: 1px solid #DDD;
	border-radius: 6px;
}

.headIMG .text {
	float: left;
	width: 193px;
	height: 125px;
	line-height: 24px;
	border-radius: 6px;
	background-color: #000000;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	color: #fff;
	margin-top: 0px;
}

.headIMG .text font {
	display: block;
	font-size: 14px;
	margin: 15px 10px 0px 10px;
}

.teachers .contentDiv {
	float: left;
	width: 205px;
	height: 110px;
	margin: 15px 15px 15px 15px;
}

.tecValueDiv {
	overflow: hidden;
	border-radius: 6px;
	width: 205px;
	height: 26px;
}

.tecValueDiv:HOVER {
	background-color: #DDD;
}

.tecTitle {
	float: left;
	width: 50px;
	height: 26px;
	line-height: 26px;
	margin-left: 10px;
	cursor: default;
}

.tecTitle font {
	font-size: 14px;
	color: #000;
	cursor: default;
}

.tecValue {
	float: left;
	width: 135px;
	height: 26px;
	line-height: 26px;
	cursor: default;
}

.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;
}

.tecScore {
	width: 258px;
	min-height: 272px;
}

.tecScore .list {
	width: 233px;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tecScore .list li {
	height: 34px;
	border: 1px solid #FFF;
	border-radius: 3px;
}

.tecScore .list li:HOVER {
	background-color: #F0F0F0;
	border-color: #BBB;
}

.tecScore font {
	font-size: 14px;
	color: #222;
}

.tecScore .list .liModel {
	float: left;
	height: 34px;
	line-height: 34px;
	text-align: center;
}

.ranking {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin: 7px;
}

.tecScore #tecMsg {
	margin: 7px;
	height: 20px;
	width: 20px;
	border: none;
	background: none;
}
