/* 主体 */

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

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

/* 结合项 */
.filter-box {
	width: 1200px;
	margin: 0 auto 20px auto;
	background: #fff;
	border: 1px solid #ececec;
	overflow: hidden;
}

.filter-row {
	display: flex;
	padding: 18px 22px;
	border-bottom: 1px solid #f3f3f3;
}

.filter-row:last-child {
	border-bottom: none;
}

.filter-title {
	width: 90px;
	flex-shrink: 0;
	display: flex;
	transform: translateY(6px);
	color: #666;
	font-size: 15px;
	font-weight: 600;
}

.filter-title i {
	color: #00b578;
	font-size: 16px;
	margin-right: 8px;
}

.filter-content {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.filter-item {
	height: 30px;
	line-height: 30px;
	padding: 0 14px;
	border-radius: 18px;
	color: #555;
	text-decoration: none;
	transition: .2s;
	font-size: 14px;
}

.filter-item:hover {
	background: #eef8f0;
	color: #26A44B;
}

.filter-item.active {
	background: #00b578;
	color: #fff;
}

/* 房产列表 */

.rent-list {
	width: 880px;
	box-shadow: 0 0 0 1px #f1f1f1;
	margin: 0 auto;
	list-style: none;
	background: #fff;
	overflow: hidden;
}
/* 每条 */

.rent-item {
	display: flex;
	gap: 18px;
	padding: 20px;
	border-bottom: 1px solid #f2f2f2;
	transition: .2s;
}

.rent-item:last-child {
	border-bottom: none;
}

.rent-item:hover {
	background: #fafcff;
}
/* 图片 */

.rent-thumb {
	width: 150px;
	height: 110px;
	flex-shrink: 0;
}

.rent-thumb a {
	display: block;
	width: 100%;
	height: 100%;
}

.rent-thumb img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border-radius: 2px;
}
/* 无图片 */

.rent-item.no-image .rent-thumb {
	display: none;
}
/* 内容 */

.rent-content {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
}
/* 标题 */

.rent-title {
}

.rent-title a {
	color: #222;
	font-size: 17px;
	line-height: 1.9;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.rent-title a:hover {
	color: #ff6600;
}
/* 房源信息 */

.rent-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 14px;
	color: #666;
	margin: 13px 0 21px 0;
}

.no-image .rent-title a {
	line-height: normal;
}

.no-image .rent-meta {
	margin: 17px 0 21px 0;
}

.rent-list-sep {
	margin: 0 10px;
	color: #d6d6d6;
}
/* 地址 */

.rent-location {
	display: flex;
	align-items: center;
	color: #666;
}

.rent-location:hover {
	color: #ff6600;
}

.rent-location i {
	margin-right: 3px;
	font-size: 13px;
}
/* 底部 */

.rent-bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.rent-price {
	font-size: 17px;
	line-height: 1;
	color: #ff5b22;
}

.rent-time {
	color: #999;
	font-size: 13px;
}


/* 右侧模块 */

.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;
}


/* 发布管理模块 */
.publish-entry{
    width:300px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    gap:10px 0;
    margin-bottom: 20px;
}

.publish-entry-item{
    width:145px;              /* (300-10)/2 */
    height:64px;
    border:1px solid #ff6a00;
    border-radius:2px;
    background:#f8e8dc;
    color:#ff6a00;
    text-decoration:none;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    transition:.2s;
}
.publish-entry-item:hover{
    color: #f60;
    background-color: rgba(255, 102, 0, .3);
    border-color: #f60;
}
.publish-entry-item i{
    font-size:17px;
    margin-bottom:3px;
}

.publish-entry-item span{
    font-size:13px;
}

/* 常见问题 */
.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: 62px;
	background: #ff6a00;
	color: #fff;
	border-radius: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	transition: background .2s;
	box-sizing: border-box;
}

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

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

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

/* 广告 */

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

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