.house{
	padding: 0 10%;
	position: relative;
	background: #F9F9F9;
}
.bread{
	padding: 10px;
}
.news{
	display: flex;
}
.clk_red{
	background: red;
	color: white;
	font-weight: bold;
}

.zs_hua{
	float: left;
	padding: 10px;
}
.zs_hua>ul{
	height: 100vh;
	background: #FFFFFF;
	border-radius: 10px;
	overflow: auto;
}
.zs_hua>ul::-webkit-scrollbar{
	display: none;
}
.zshua{
	position: fixed;
	top: 60px;
	width: calc(14% - 20px);
}
.zshuaend{
	position: absolute;
	bottom: 30px;
	width: calc(14% - 20px);
}
.maodian{
	width: 100%;
	text-align: center;
	padding: 20px 0;
	font-size: 18px;
	cursor: pointer;
}
.maodian:hover{
	color: #fff;
	background: #f00;
}

@media (max-width: 767px) {
	.house{
		padding: 0;
	}
	.news{
		flex-wrap: wrap;
	}
	.news>.b5{
		width: 100%;
	}
	.news .pad20{
		padding: 10px 0;
	}
	.b4{
		width: 50%;
	}
	.zs_hua{
		width: 100%;
		overflow: auto;
	}
	.zs_hua>ul{
		width: max-content;
		height: 7vh;
	}
	.zslist>.b1{
		width: max-content;
	}
	.maodian{
		width: max-content;
		padding: 0 5px;
		font-size: 15px;
		line-height: 7vh;
		float: left;
	}
	.sh_id{
		width: 100%;
	}
}