html {
	background: #f1f4fd;
}

.banner {
	width: 100%;
	margin-bottom: 10px;
}

#container {
    column-count: 2;
    column-gap: 10px;
    padding: 0 10px;
}
 
.list {
    background-color: #fff;
    border-radius: 5px;
    color: #666;
    break-inside: avoid;
    margin-bottom: 10px;
    padding-bottom: 1px;
}

.list .img {
    width: 100%;
/*    height: 120px;*/
    background: url(https://newhouse.zjol.com.cn/xp/images/xp-no-image.jpg) center no-repeat;
    background-size: 100% 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.list .name {
    padding: 5px 10px 0 10px;
    color: #000;
    font-weight: bold;
    font-size: 18px;
}

.list .sale,
.list .price,
.list .area {
    margin: 0 10px 5px;
/*    font-size: 12px;*/
}

.list .price {
/*    color: #e24319;*/
    font-size: 14px;
/*    font-weight: bold;*/
}

.list .sale {
    color: #e24319;
/*    background-color: rgba(226, 67, 25, 0.3);*/
    line-height: 22px;
/*    color: #000;*/
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
}

.list .info {
	border-top: 1px solid #f2f2f2;
	margin: 5px 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 20px;
}