.header-image {
	width: 100%;
}


/*左侧公共导航栏样式开始*/

.navList {
	border: 1px solid #e0e0e0;
	width: 20%;
	float: left;
	text-align: center;
	margin-right: 31px;
}

.nav-left {
	background-color: #fff;
	/*border-left: 5px solid #d42b32;*/
	border-bottom: 1px solid #e0e0e0;
}

.nav-left li {
	cursor: pointer;
}

.item {
	display: inline-block;
	width: 100%;
	height: 65px;
	font: 18px/65px "microsoft yahei";
	background: #fff;
	color: #333333;
	cursor: pointer;
}

.active {
	color: #fff;
	background-color: #d42b32;
}

.QR-code {
	width: 100%;
	padding: 20px 0;
}

.QR-code>img {
	width: 70%;
	margin: 0 auto;
}

.maincontent {
	overflow: hidden;
}

.lawNoticeItem {
	margin-bottom: 30px;
}

.lawNoticeItem>p {
	text-indent: 2em;
	font: 16px/2em "microsoft yahei";
	color: rgba(0, 0, 0, 0.9);
}

.lawNoticeTitle {
	display: inline-block;
	font: 600 18px/1em "microsoft yahei";
	margin-bottom: 6px;
}

.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;
	}
	.maincontent {
		padding: 10px;
	}
	.navList {
		display: none;
	}
}