.router {
	text-align: left;
	width: 100%;
	height: 80px;
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
}

.router ul {
	margin: 0px;
}

.router ul li {
	display: inline-block;
	margin: 0px;
}

.router ul li a {
	line-height: 80px;
	color: #666;
	font-weight: 300;
}

.router ul li+li:before {
	padding: 0px 7px 0px 5px;
	color: #666;
	content: "-";
}

.router ul li a {
	line-height: 80px;
	color: #666;
}

.hyxwxqy_box {
	padding: 80px 0px 100px;
	width: 100%;
	overflow: hidden;
}

.hyxwxqy_box h4 {
	font-size: 18px;
	/* color: #333; */
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 20px;
	line-height: 31px;
	margin-bottom: 25px;
	float: left;
	width: 100%;
}

.hyxwxqy_box .date {
	color: #999;
	text-align: center;
	margin-bottom: 20px;
}

.hyxwxqy_box .nr_text p {
	margin: 10px 0px;
	line-height: 30px;
	color: #666;
	font-weight: 300;
}


@media(max-width:980px) {
	.hyxwxqy_box {
		width: 100%;
		overflow: hidden;
	}

	.hyxwxqy_box .nr_text img {
		display: block;
		margin: 0 auto 15px;
		width: 100% !important;
	}

	.hyxwxqy_box .nr_text td {
		width: 100% !important;
		display: block;
	}

}