.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: 74px;
	font: 22px/74px "microsoft yahei";
	background: #fff;
	color: #333333;
	cursor: pointer;
}

.active {
	/*color: #d42b32;*/
	/*shawn 20180106*/
	color: #fff;
	background-color: #d42b32;
}


/*右侧标题*/

.maincontent {
	overflow: hidden;
}

.articleTitle {
	padding: 0 0 20px;
	position: relative;
}

.character {
	font: 28px/1em "microsoft yahei";
	color: #d42b2a;
	padding: 0 20px 0 31px;
	margin-left: -31px;
	background-color: #ffffff;
}

.character>em {
	color: #333333;
}

.line {
	height: 1px;
	position: absolute;
	margin-top: -14px;
	width: 100%;
	z-index: -22;
	background: #bababa;
}

.img {
	float: right;
	padding-left: 20px;
	background: #ffffff;
}

.article>p {
	font: 18px/2em "microsoft yahei";
	color: #333333;
	margin-bottom: 30px;
}
.article img{
	max-width: 100%;
}

.slogan {
	font: 18px/1.5em "microsoft yahei";
	color: #333333;
}

.slogan>span {
	color: #d42b32;
}

.signature {
	width: 90%;
	margin: 0 auto;
}

.signature>img {
	width: 100%;
	min-width: 300px;
}

.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: 1rem;
	}
	.maincontent img {
		width: 100%;
	}
	.navList {
		display: none;
	}
}