th,
td,
button,
input,
select,
textarea,
div,
span,
ul,
li {
	font-size: 0.18rem;
	font-family: "SiYuan";
}

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

img {
	display: block;
}

::-webkit-scrollbar {
	display: none;
	width: 0 !important;
}



.box {
	width: 100vw;
}

.content {
	height: 14.4rem;
	box-sizing: border-box;
	padding: 0 2.4rem;
	background-image: url("../img/qywh-bg.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	margin-top: 0 !important;
}

.content-box {
	position: relative;
}
.wh-list{
	box-sizing: border-box;
	padding-top: 1rem;
}
.wh-list li{
	margin-bottom: 0.3rem;
}
.wh-list li .top{
	display: flex;
	align-items: center;
}
.wh-list li .top img{
	width: 0.37rem;
	height: 0.37rem;
	margin-right: 0.2rem;
}
	
.wh-list li .top span{
	font-size: 0.35rem;
	color: #CD151D;
}
.wh-list li p{
	display: inline-block;
	margin-top: 0.2rem;
	line-height: 0.62rem;
	font-size: 0.2rem;
	color: #000000;
	border-top: 0.02rem solid #CD151D;
}
@media (max-width:991px) {
	.content {
		height: 600px;
		box-sizing: border-box;
		padding: 0 15px;
		background-image: url("../img/sj-qywh-bg.png");
		background-repeat: no-repeat;
		background-size: 100%;
		margin-top: 0 !important;
	}
	
	.content-box {
		position: relative;
	}
	.wh-list{
		box-sizing: border-box;
		padding-top: 28px;
	}
	.wh-list li{
		margin-bottom: 25px;
	}
	.wh-list li .top{
		display: flex;
		align-items: center;
	}
	.wh-list li .top img{
		width: 17px;
		height: 17px;
		margin-right: 10px;
	}
		
	.wh-list li .top span{
		font-size: 18px;
		color: #CD151D;
	}
	.wh-list li p{
		display: inline-block;
		margin-top: 13px;
		line-height: 23px;
		font-size:13px;
		color: #000000;
		border-top: 1px solid #CD151D;
	}
}