/* body区 */
.g-bd{
	width:1200px;
	margin:0 auto;
}

/* 左边栏 */
.g-sd{
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	position:relative;
	float: left;
	width:215px;
	margin-left: -15px;
	margin-top: -38px;
	background: #3D95D4;
	margin-bottom: 20px;
}
.g-sd .tt{
	height:67px;
	line-height: 67px;
	text-align: center;
	font-size:22px;
	color:#fff;
}
.g-sd ul{
	float: right;
	width:200px;
	background: #fbfbf9;
}
.g-sd li{
	height:53px;
	line-height: 53px;
	border-bottom:1px solid #ccc;
	padding-left:20px;
	font-size: 16px;
	color:#333;
}
.g-sd .crt{	
	position:relative;
	left:-5px;
	width:180px;
	color:#3D95D4;
	font-weight: bold;
	border-left: 5px solid #e9bc1b;
}
.g-sd .sublist{
	position:relative;
	/*left:-5px;*/
	width:160px;
	height:45px;
	background: #eee;	
	font-size:14px;
	padding-left:40px;
}
.g-sd .sel{
	left:-5px;
	border-left: 5px solid #e9bc1b;
	font-weight: bold;
}
.g-sd .first{height:20px;}
.g-sd .more{
	margin-left:90px;
		display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	width:15px;
	height:10px;
	background: url(../images/szhvs/sprite.png) no-repeat -278px -253px;
}
/* 主体main区 */
.g-mn{
		display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	/*position:absolute;*/
	position: relative;
	float: right;
	/*top:220px;
	right:0;*/
	width:980px;
	/*height:600px;*/
}
.g-mn a:hover{
	color: #3D95D4;
}
/* 面包屑 */
.g-mn .crm{
	margin-top:10px;
	clear: right;
}
/* 表头 */
.g-mn .caption{
	display: block;
	height:80px;
	line-height: 80px;
	font-size: 22px;
	color:#3D95D4;
}
/* 导航tab */
.g-mn .inactive{
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	height:32px;
	width: 80px;
	line-height: 32px;
	background: #DDDDDD;
	text-align: center;
	margin-right: 20px;
	border-radius: 4px;
	border:1px solid #ccc;
}
.g-mn .inactive a{
	display: block;
	height:32px;
	width: 80px;
	font-size: 16px;
	color:#666;
}
.g-mn .active{
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	height:32px;
	width: 80px;
	line-height: 32px;
	background: #3D95D4;
	text-align: center;
	margin-right: 20px;
	border-radius: 4px;
	border:1px solid #661515;
}
.g-mn .active a{
	display: block;
	height:32px;
	width: 80px;
	font-size: 16px;
	color:#fff;
}
/* 表格 */
.g-mn table{margin-top: 25px;}
.g-mn caption{
	height:50px;
	line-height: 50px;
	font-size:22px;
	color:#3D95D4;
	border-bottom:1px solid #ccc;
	margin-bottom: 10px;
}
.g-mn tr.tt{
	text-align: center;
	height:42px;
	line-height:42px;
}
.g-mn .table tr td{
	line-height:32px;
	border: none
}
.g-mn .even{background: #f1f1f1;}
.g-mn .tt th{
	/*text-align: center;*/
	background: #DDDDDD;
	color: #333;
	font-weight: bold;
}
.g-mn .tt th:first-child,
.g-mn .tt th:last-child
{
	text-align: center;
}
.g-mn tr td:last-child
{
	text-align: center;
}
.g-mn .first{
	padding-left:20px;
	text-align:left;
	width:480px;
}
.g-mn .middle{width:150px;}
.g-mn .end{width: 150px;}
.g-mn .null{width:200px;}
.g-mn td a{
	font-size:14px;
	color:#666;
}
/* 分页 */
.g-mn .page{
	width:100%;
	margin:30px auto;
	height:38px;
	/*text-align: center;*/
}
/* .g-mn div{
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
} */
.teacher-ul {
	height: 680px;
}
.g-mn .page a,.g-mn .page .current{

	margin:0 6px;
	padding:4px 8px;
}
.g-mn .page .num,
.g-mn .page .next,
.g-mn .page .prev{
	border-radius: 2px;
	background-color:#eee;

}


.g-mn .page .current,
.g-mn .page .num:hover,
.g-mn .page .next:hover,
.g-mn .page .prev:hover{
	border-radius: 2px;
	background-color:#3D95D4;
	color: #fff;
}

.teacher-ul .teacher-li {
	/* display:inline-block; */
	float: left;
	width:326px;
	padding: 10px;
	height: 230px;
	overflow: hidden;
	margin-bottom: 10px;
	border-radius: 3px;
}
.teacher-ul .teacher-li:hover {
	background-color: rgba(61, 149, 212, 0.3);
}
.teacher-item {
	background-color: #fff;
	border-radius: 3px;
}
.teacher-li .teacher-img {
	width: 130px;
	height: 190px;
	overflow: hidden;
}
.teacher-img img {
	width: 130px;
	border: 3px;
}
.teacher-item-div {
	float: left;
}
.teacher-info {
	width: 162px;
	margin-left: 10px;
}
.teacher-name {
	width: 160px;
	font-size: 20px;
	font-weight: bold;
	color: #3D95D4;
	height: 31px;
	line-height: 20px;
}
.teacher-desc-li {
//	height:55px;
	line-height: 23px;
	font-size: 14px;
}
.teacher-desc-li .desc-label {
	/* font-weight: bold; */
	margin-right: 8px;
	color: #333;
	font-weight: 500;
	/* color: #3D95D4; */
}
.teacher-desc-li .desc-text {
	color: #666;
}
.teacher-desc-li-honor {
	height: 80px;
	line-height: 25px;
	overflow: hidden;
}
.teacher-desc-btn {
	float: left;
	height: 40px;
}
.teacher-desc-btn a:hover {
	color: #fff;
	position: relative;
	top: 1px;
	left: 1px;
}
.student-desc-li-honor {
	/* height: 60px !important; */
}
