.house>.b1{
	position: relative;
}
.content,.content p,.content span{
	font-size: 18px;
	line-height: 2;
}
h2,h3,h4,h5,h6{
	font-weight: 500;
}
.content h2{
	font-size: 30px;
}
.content h3{
	font-size: 24px;
}
.content h4{
	font-size: 18px;
}
.content h5{
	font-size: 16px;
}
.content h6{
	font-size: 14px;
}
.eweima{
	position: absolute;
	right: 10px;
	bottom: 80px;
}

@media (max-width: 1000px) {
	.eweima{
		position: unset;
	}
}

@media (max-width: 767px) {
	.house{
		padding: 0;
	}
}

@media (max-width: 365px) {
	.eweima img{
		width: 50%;
	}
}