.header-image {
	width: 100%;
}


/*左侧公共导航栏样式开始*/

.navList {
	border: 1px solid #e0e0e0;
	width: 20%;
	/*padding: 3px; shawn 20180106*/
	float: left;
	text-align: center;
	margin-right: 31px;
}

.nav-left {
	/*	background: #f7f7f7;*/
	/*shawn 20180106*/
	background-color: #fff;
	border-left: 5px solid #d42b32;
	border-bottom: 1px solid #e0e0e0;
}

.item {
	display: inline-block;
	/*height: 90px;
	color: #333333;
	font: 22px/81px "microsoft yahei";
	background: #f7f7f7;*/
	/*shawn 20180106*/
	width: 100%;
	height: 65px;
	font: 18px/65px "microsoft yahei";
	background: #fff;
	color: #333333;
	cursor: pointer;
}

.active {
	/*color: #d42b32;*/
	/*shawn 20180106*/
	color: #fff;
	background-color: #d42b32;
}

.QR-code {
	width: 100%;
	padding: 20px 0;
}

.QR-code>img {
	width: 70%;
	margin: 0 auto;
}

.maincontent {
	overflow: hidden;
	margin-bottom: 70px;
}

.recuitTable {
	width: 100%;
	border-collapse: collapse;
	font-size: 16px;
	font-family: "microsoft yahei";
	text-align: center;
}

.head {
	background: #d42b32;
	color: #ffffff;
	line-height: 1.8em;
	font-size: 16px;
	font-family: "Microsoft YaHei" ! important;
}

.head>td {
	width: 25%;
}

.info {
	line-height: 2.8em;
	border-bottom: 1px solid #e0e0e0;
	cursor: pointer;
	font-size: 15px;
	font-family: "Microsoft YaHei" ! important;
}

.info:hover {
	background: #DFDFDF;
}

.info:last-of-type {
	/*border-bottom: none;*/
}

.content {
	padding: 0 15%;
}

@media screen and (max-width: 1600px) {
	.content {
		padding: 0 12%;
	}
}

@media screen and (max-width: 1500px) {
	.content {
		padding: 0 10%;
	}
}

@media screen and (max-width: 1300px) {
	.content {
		padding: 0 8%;
	}
}

@media screen and (max-width: 1230) {
	.content {
		padding: 0 5%;
	}
}

@media screen and (max-width: 992px) {
	.content {
		padding: 0 2%;
	}
}

@media screen and (max-width: 768px) {
	.content {
		padding: 0;
	}
	.navList {
		display: none;
	}
	.maincontent {
		padding: 1rem 0;
	}
}

@media screen and (max-width: 360px) {
	.info {
		font-size: 12px;
	}
}