/* 主体 */

.byz-list-main {
	display: flex;
	gap: 20px;
}

.byz-list-right {
	width: 300px;
}


/* 房产内容 */

.house {
	width: 880px;
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0 0 0 1px #f1f1f1;
}

.house-header {
	padding: 24px 28px 18px;
	border-bottom: 1px solid #eee
}

.house-title {
	font-size: 24px;
	font-weight: 700;
}

.house-price {
	font-size: 20px;
	font-weight: 700;
	color: #ff5b22;
	margin: 12px 0 15px 0;
}

.house-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 28px;
	color: #888;
	font-size: 14px;
}

.house-meta span {
	display: flex;
	align-items: center;
	gap: 6px
}

.house-meta i {
	color: #999
}

.house-section {
	padding: 21px 25px 25px 25px;
	border-bottom: 1px solid #eee
}

.house-section:nth-last-child(2) {
	border-bottom: none;
}

.house-section:last-child {
	padding: 0 25px 25px 25px;
	border-bottom: none
}

.house-section-title {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 20px
}

.house-info-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px 28px
}

.house-info-item {
}

.house-info-label {
	font-size: 13px;
	color: #999;
	margin-bottom: 4px
}

.house-info-value {
	font-size: 15px;
	color: #222
}

.house-contact-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px 40px;
	font-size: 15px;
}

.house-contact-item {
	display: flex;
	align-items: center;
	gap: 8px
}

.house-contact-item i {
	color: #666;
	width: 18px
}

.house-contact-item span {
    color: #888;
}

.house-content {
	font-size: 15px;
	color: #555;
	white-space: pre-line;
	line-height: 1.9;
}

.house-gallery-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px
}

.house-gallery-image {
	width: 100%;
	display: block;
	border: 1px solid #eee
}

.house-report {
	text-align: right
}

.house-report a {
	color: #999;
	font-size: 14px;
}

.house-related {
	width: 880px;
	margin: 20px auto;
	background: #fff;
	box-shadow: 0 0 0 1px #f1f1f1;
}

.house-related-title {
	padding: 20px;
	font-size: 18px;
	font-weight: 700
}

.house-related-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 30px;
	padding: 0 20px 10px 20px;
}

.house-related-item {
	padding: 18px 2px 20px 2px;
	border-top: 1px solid #f2f2f2
}

.house-related-link {
	display: block;
	font-size: 15px;
	margin-bottom: 12px
}

.house-related-meta {
	font-size: 13px;
	color: #888
}

.house-related-price {
	color: #ef6b22;
	margin-right: 12px
}


/* 右侧模块 */

.right-box {
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 0 0 1px #f1f1f1;
}

.byz-home-topic-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.byz-home-module-title {
	font-size: 18px;
	font-weight: 600;
	color: #333;
}

.byz-home-more {
	display: flex;
	align-items: center;
	gap: 4px;
	color: #999;
	font-size: 14px;
}

.byz-home-more:hover {
	color: #08c26e;
}

.byz-home-more i {
	font-size: 12px;
}


/* 常见问题 */
.job-qa {
	list-style: none;
	padding: 0 0 5px;
}

.job-qa a {
	display: block;
	margin-bottom: 18px;
	font-size: 15px;
	text-decoration: none;
}

.job-qa a:last-child {
	margin-bottom: 0;
	color: #f60;
}

.job-qa a:hover {
	text-decoration: underline;
}

/* 联系客服 */
.by-business {
	margin-bottom: 15px;
}

.by-business-btn {
	width: 300px;
	height: 58px;
	background: #ff6a00;
	color: #fff;
	border-radius: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	text-decoration: none;
	font-size: 15px;
	transition: background .2s;
	box-sizing: border-box;
}

.by-business-btn:hover {
	background: #f35f00;
	color: #fff;
}

.by-business-btn i {
	font-size: 20px;
}

.by-business-btn span {
	line-height: 1;
}

.house-alert {
	display: flex;
	align-items: center;
    padding: 20px 25px;
    margin-bottom: 3px;
	background: #f8eaea;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.house-alert-icon {
	width: 54px;
	height: 54px;
	flex-shrink: 0;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}

.house-alert-icon i {
	font-size: 24px;
	color: #ef4b4b;
}

.house-alert-content {
	flex: 1;
}

.house-alert-title {
	font-size: 17px;
	font-weight: 700;
	color: #ef3b46;
	margin-bottom: 10px;
	line-height: 1.4;
}

.house-alert-text {
	font-size: 14px;
	color: #ef3b46;
	line-height: 1.6;
}

.house-alert-text span {
	font-weight: 600;
}

.house-config-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px 24px
}

.house-config-item {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #333
}

.house-config-item i {
    color: #16a34a;
    margin-right: 8px;
    font-size: 16px
}

/* 广告 */

.adia-box {
	padding: 0;
	margin-bottom: 20px;
}

.adia-box img {
	width: 100%;
	display: block;
}

/* 手机 */

@media(max-width:768px) {
	.byz-list-main {
		flex-direction: column;
	}

	.byz-list-left, .byz-list-right {
		width: 100%;
	}
}