.list_hzkh{
	width: 1450rem;
	height: auto;
	margin: 70rem auto 70rem;
}
.list_hzkh1{
	width: 100%;
	height: auto;
	margin-bottom: 30rem;
}
.list_hzkh1 h3{
	font-size: 28rem;
	color: #333333;
	line-height: 1;
	padding:0 5rem 15rem 0;
	border-bottom: 4rem solid #ff5500;
	display: inline-block;
	margin-bottom: 30rem;
}
.list_hzkh1 ul{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}
.list_hzkh1 ul li{
	width: 25%;
	height: auto;
	line-height: 36rem;
}
.list_hzkh1 ul li a{
	font-size: 16rem;
	color: #555555;
	display: block;
	width: 100%;
	height: auto;
	line-height: 36rem;
	box-sizing: border-box;
	padding-right: 20rem;
}
.list_hzkh1 ul li:hover a{
	color: #ff5500;
}
.list_hzkh1 ul li.on a{
	color: #ff5500;
}
@media only screen and (max-width: 1000px) {
	.list_hzkh{
		width: 688rem;
		height: auto;
		margin: 56rem auto 50rem;
	}
	.list_hzkh1{
		width: 100%;
		height: auto;
		margin-bottom: 80rem;
	}
	.list_hzkh1 h3{
		font-size: 32rem;
		color: #333333;
		line-height: 1;
		padding:0 0 15rem 0;
		border-bottom: 4rem solid #ff5500;
		display: inline-block;
		margin-bottom: 30rem;
	}
	.list_hzkh1 ul{
		width: 100%;
		height: auto;
		display: flex;
		flex-wrap: wrap;
	}
	.list_hzkh1 ul li{
		width: 50%;
		height: auto;
		line-height: 48rem;
	}
	.list_hzkh1 ul li a{
		font-size: 26rem;
		color: #555555;
		display: block;
		width: 100%;
		height: auto;
		line-height: 48rem;
		box-sizing: border-box;
		padding-right: 20rem;
	}
	.list_hzkh1 ul li:hover a{
		color: #ff5500;
	}
	.list_hzkh1 ul li.on a{
		color: #ff5500;
	}
}