body {
	min-height: 100vh;
	background: #000;
}
.banner {
	min-width: 1200px;
	height: 370px;
}
.banner2017 {
	background: url(../img/banner2017.jpg) no-repeat center;
}
.banner2018 {
	background: url(../img/banner2018.jpg) no-repeat center;
}
.house-wrap {
	min-width: 1200px;
}
.house-nav {
	position: relative;
	padding: 0 25px;
	width: 1150px;
	height: 46px;
	margin: 0 auto;
}
.nav-btn {
	position: absolute;
	width: 25px;
	height: 46px;
	top: 0;
}
.btn-left {
	left: 0;
	background: url(../img/arrow_l.png) no-repeat left center;
}
.btn-right {
	right: 0;
	background: url(../img/arrow_r.png) no-repeat left center;
}
.nav-con {
	width: 100%;
	overflow: hidden;
}
.nav-scroll-con {
	float: left;
	width: 200%;
	height: 46px;
}
.nav-scroll-con.change {
	margin-left: -1150px;
}
.nav-con .nav-list {
	float: left;
	width: 170px;
	height: 44px;
	line-height: 44px;
	margin-right: 20px;
	text-align: center;
	color: #bca978;
	font-size: 18px;
	border:1px solid #c7aa62;
	border-radius: 4px;
	cursor: pointer;
}
.nav-con .nav-list.active {
	color: #333;
	border: 1px solid transparent;
	background: rgb(183,136,71);
	background:linear-gradient(90deg,rgba(183,136,71,1),rgba(226,182,86,1),rgba(183,136,71,1));
}
.house-content {
	width: 1200px;
	margin: 0 auto 50px;
}
.house-con {
	width: 1300px;
	padding: 45px 0 0;
}
.house-list {
	float: left;
	position: relative;
	margin: 0 25px 55px 0;
	width: 380px;
}
.house-list .h-city {
	position: absolute;
	left: 10px;
	top: -7px;
	padding: 5px 8px;
	width: 16px;
	height: 50px;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	background: url(../img/city.png) no-repeat 0 0;
	overflow: hidden;
}
.houseImg {
	width: 380px;
	height: 280px;
	border-radius: 4px 4px 0px 0px;
}
.houseinfo {
	width: 380px;
	height: 90px;
	background: #fff;
	border-radius: 0 0 4px 4px;
	text-indent: 12px;
}
.houseinfo h4 {
	float: left;
	position: relative;
	padding-right: 60px;
	max-width: 180px;
	height: 54px;
	line-height: 54px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.houseinfo p {
	float: left;
	width: 100%;
	height: 36px;
	line-height: 1;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sellType.selling {
	background: #ff4e49;
}
.sellType.coming {
	background: #35aadc;
}
.houseinfo .sellType {
	position: absolute;
	right: 8px;
	top: 16px;
	width: 46px;
	height: 22px;
	line-height: 22px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-indent: 0;
}
.houseinfo strong {
	font-size: 22px;
	color: #666;
	font-weight: 600;
}
.house-price {
	float: right;
	width: 140px;
	height: 54px;
	line-height: 54px;
	font-size: 14px;
	color: #666;
	text-indent: 0;
}
.house-price em {
	font-size: 200%;
	font-weight: 600;
	color: #ff4e49;
}
.page-wrap {
	position: relative;
	width: 100%;
	height: 34px;
}
.page-con {
	position: absolute;
	top: 0;
	left: 50%;
	height: 34px;
}
.page-con span,
.page-con .page i {
	float: left;
	margin-right: 10px;
	font-size: 16px;
	color: #fff;
	line-height: 34px;
	padding: 0 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}
.page-con .page {
	margin-right: 0;
}
.page-con .prev,
.page-con .next,
.page i {
	background: #7d7d7d;
}
.page-con .prev.default,
.page-con .next.default {
	cursor: default;
	background: #333;
	color: #aaa;
}
.page i.active {
	background: #eb6120;
	cursor: default;
}
