
/******* 列表页面 *******/


/******* 文章内容页面 *******/
.article img{
	max-width:98%;
}

.article h2{
	font-family:"微软雅黑";
	font-size:24px;
	font-weight:normal;
	text-align:center;
	margin-top:50px;
	padding-bottom:40px;
}

/* 学校简介：profile */
/* 发展规划：future */
.article .profile,
.article .future
{
	font-size:16px;
	line-height:2;
	font-family:"宋体";
	padding-bottom:50px;
}

/* 机构设置：structural */
.article .structural h3{
	font-size: 18px;
	font-family:"微软雅黑";
	display: block;
	line-height: 2;
	border-bottom: 1px solid #999;
	padding-left: 20px;
	margin: 20px 0 10px;
}

.article .structural>div{
	margin-bottom: 50px;
}
.article .structural div{
	width: 92%;
}
.article .structural span{
	padding: 10px 15px;
}


/* 学校领导：leadship */
.article .leadship{
	margin-bottom: 50px;
}

.article .leadship >div{
	padding:20px 10px 20px 140px;
	border-bottom: 1px dashed #CCC;
	min-height: 140px;
}
.article .leadship img{
	float: left;
	margin-left: -120px;
	width: 105px;
	height: 140px;
}
.article .leadship h3{
	line-height: 48px;
	font-size: 16px;
	font-family:"微软雅黑";
}
.article .leadship p{
	line-height: 1.8;
	text-indent: 2em;
}
.article .leadship >div:first-child{
	border-top: 1px dashed #CCC;

}


