/*内容区*/

.l-list li{
	font-size: 18px;
	line-height:50px;
}
.l-list li a{
	font-weight:bold;
	color:#666;
	padding:0 20px;
}
.l-list li a:hover{
	color:#d01605;
}

.l-list .current{
	background:#9b0101;
}
.l-list .current a{
	color:#fff;
	text-decoration:none;
}
.faculty-list{
	width: 78%;
	float: right;
	border-top:3px solid #d01605;
}
.site{
	color:#666;
	border-bottom:1px solid #ccc;
	background-color: #fff;
}

.site table tbody tr td{
 height:50px;
 padding-left:10px;
}

.nav-site{
	padding:20px 0 0 20px;
	color:#9b0101;
}
.f-list{
	padding-top:20px;
	padding-left:5px;
}
.f-list li{
	float: left;
	margin-right:8px;
	margin-bottom:20px;
}
.teacher{

}
.teacher .f-img{
	width: 150px;
	height: 150px;
}
.f-img img{
	width:100%;
}
.intro{
	position: relative;
	left:2px;
	width: 146px;
height: 218px;
	background: #fff;
	border:1px solid #e6e6e6;
	padding:18px; ;
 overflow:hidden;
}
.intro .name{
	font-size: 18px;
	line-height: 28px;
	cursor: pointer;
	display: block;
	padding-bottom:10px;
}

.intro .name a{
   color:#9b0101;
}

.intro .name:hover{
	text-decoration: underline;
}
.intro .position,.intro .area{
	font-size:14px;
	line-height: 20px;
}