.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-status ul li span{
	display: inline-block;
	padding-bottom: 7px;
	border-bottom: 3px solid #DCE3EB;
}

.professor-status .active span{
	border-bottom: 3px solid #FDA55C;
}

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

.professor-name-list div{
	display: inline-block;
}

.professor-name-list .name-first-label{
	width: 16px;
	height: 16px;
	margin-left: 20px;
	font-size: 16px;
	color: #FDA55C;
	margin-top: 3px;
	vertical-align: top;
}

.professor-name-list .name-list{
	/* margin-left: 40px; */
	width: 240px;
}

.professor-name-list .name-list span{
	/* display: inline-block; */
	width: 30%;
	text-align: center;
	font-family: "SimSun";
}

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

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

.professor-name-list li:first-child{
	padding-top: 30px;
}

.professor-name-list li{
	margin-top: 20px;
	clear: both;
}

.professor-name-list li i{
  display: block;
  width:240px;
  height: 1px;
  margin:0 auto;
  float: right;
  background: url(./lst_line.png)no-repeat
}

/* .professor-status .active:hover span{
	padding-bottom: 7px;
	border-bottom: 3px solid #DCE3EB;
} */

.article-title{
	color: #333333;
	font-size: 32px;
	line-height: 45px;
	/* font-weight: bold; */
}

.article-other-info{
	margin-top: 20px;
	color: #999999;
	line-height:20px;
	font-size: 14px;
}

.divide-line{
	margin-top: 36px;
	height: 1px;
	border-bottom: 2px solid #EEF2F7;
}

.article-content{
	font-size: 18px;
	line-height: 34px;
}

.article-content p{
	margin-top: 20px;
	line-height: 34px;
	text-indent: 2em;
	font-size:16px;
	font-family:PingFangSC-Regular;
}


.professor-detail-info{
	width: 700px;
	background: #f9f9f9;

}

.professor-detail-info .professor-main{
	text-align: center;
	padding-bottom:30px;
}

.professor-detail-info .professor-main .img-frame{
	width: 110px;
	padding-top: 30px;
}

.professor-detail-info .professor-main .img-frame img{
	width: 100%;
}

.professor-detail-info .professor-main .professor-name{
	margin-top: 30px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.professor-detail-info .professor-introduce{
	/* margin-top: 18px; */
	line-height: 32px;
	text-indent: 2em;
    padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	font-size: 16px;
}

.chengguo-list h3{
  font-size:18px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(51,51,51,1);
  line-height:25px;
  padding-left:25px;
  background: url(./line3.png)no-repeat;
  margin-left:10px;
  margin:20px 20px 20px 0px;
}