.dangshi{
	height: -webkit-fill-available;
}
.professor-status ul{
	float: left;
	background: #DCE3EB;
	width: 100%;
	overflow: hidden;
}

.professor-status ul li{
	float: left;
	font-size: 18px;
	padding-top: 10px;
	width: 33%;
	text-align: center;
	cursor: pointer;
}

.professor-name-list{
	margin-top: 30px;
}

.professor-name-list li  a{
	display: inline-block;
	width: 30%;
	text-align: center;
	margin-bottom: 20px;
	font-size: 16px;
}

.professor-name-list span a{
	/* display: inline-block; */
	/* width: 30%;
	text-align: center;
	font-size: 16px; */
}

.professor-name-list li a:hover{
	color: #FDA55C;
	cursor: pointer;
	text-decoration: none;
}

.fl_ul span{
	color: #FDA55C;
}

#main{
	width: 1010px;
	height:500px;
	margin-bottom: 50px;
}