* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
/*	color: #333;*/
}

body {
	background-color: #f3f3f3;
}
a {
	color: #333;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
	display: flex;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}


.nocontent {
	text-align: center;margin-top: 50px;font-size: 20px;
}
.personList{
	width: 100%;
	min-height: 400px;

}
.personList li{
	/*float: left;*/
	/*flex: 1;*/
	/*text-align: center;*/
	/*padding-top: 100px;*/
	line-height: 67px;
}
.personList label{
	width: 100px;
	display: inline-block;
}
.personList span{
	margin-left: 10px;
}
.linkList li{
	float: left;
	list-style: none;
	flex: 1;
	text-align: center;
}
.linkList{
	display: flex;
}
.hcont{
	display: none;
	width: 100%;
	margin: 0 auto;
	height: 65px;
	border: 2px solid #2356a1;
	background: #ffffff;
	/*box-shadow: -1px 0px 6px #2356a1;*/
	/*z-index: 999;*/
	line-height: 62px;
	font-size: 14px;
	margin-top: -2px;
}
.links .hcont a{
	width: 20%;
	/*display: inline-block;*/
	text-align: center;
	font-size: 16px;
	padding-left: 10px;
}
.linkListHover{
	border: 2px solid #2356a1;
	border-bottom: none;
	z-index: 999;
	background: #ffffff;
}