@charset "gb2312";
/* CSS Document */

/*师资队伍css-在职教职工*/
.firstword {
	width: 100%;
	min-height: 36px;
}
.firstword ul{
    padding: 0;
	margin:0;
}

.firstword ul li {
	display: inline;
	float: left;
}

.firstword ul li a {
	display: inline-block;
	padding: 1px 12px;
	font-size: 13px;
    color: #999999;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ddd;
}
.firstword ul li a.active01{
	background-color: #687C8F;
    color: white;
    border: 1px solid #687C8F;
}
.firstword ul li a:hover:not(.active01){
	background-color: #ddd;
}

/*教师名片teacher-box*/
.teacher-list{
	overflow:hidden;
}
.tescher-No{
	font-size: 30px;
	font-weight: bold;
	color:#A80505;
}
.teacher-box{
	width: 500px;
	height: 200px;
	margin: 15px 18px 10px 0px;
	float: left;
	border: 1px solid #CCCCCC;
}

.tb-img {
	margin: 18px;
	float: left;
}
.tb-content {
	width: 340px;
	float: left;
}
.tb-content-namebar{
	width: 330px;
	height: 35px;
	margin: 18px 0 18px 0;
}
.tb-content-name {
	height: 35px;
	line-height: 35px;
	float: left;
	font-size: 28px;
	font-weight: bold;
}
.tb-content-name a{
	text-decoration: none;
	font-size: 28px;
	font-weight: bold;
	color: #333333;	
}
.tb-content-name a:hover{
	text-decoration:underline;
}
.tb-content-namebar img{
	margin: 0 3px 0 3px;
	float: right;
}
.tb-content table{
	width: 100%;
	height: 100px;
	overflow: hidden;
	font-size: 13px;
	line-height: 22px;
	text-align: left;
}

/*员工名片详情页facultydetail*/
.faculty-img {
	margin: 20px 40px 20px 0;
	float: left;
}
.faculty-basic {
	margin: 20px 0 20px 0;
	float: left;
	overflow: auto;
}
.faculty-other{
	width: 100%;
	float: left;
	overflow: auto;
}
.faculty-name {
	font-size: 28px;
	font-weight: bold;
}
.faculty-hr {
	width: 810px;;
	height: 5px;
	margin: 30px 0;
	background-color: #F84241;
}
.faculty-basic table {
	width: 100%;
	height: 202px;
	overflow: hidden;
	font-size: 16px;
	line-height: 38px;
	text-align: left;
}
.faculty-title {
	width: auto;
	height: 40px;
	padding-left: 15px;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px;
	background-color: #e1e6ec;
}
.faculty-content {
	width: auto;
	padding: 5px;
	font-size: 14px;
}
