body {
	font-family: Source Han Sans CN !important;
}

.ui-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
}

.main {
	width: 100%;
	height: auto;
	z-index: 2;
	overflow: hidden;
	position: relative;
	top: 1.61rem;
}

.main-box {
	padding: 0.53rem 0.32rem 0;
	min-height: 11.33rem;
	margin-bottom: 0.53rem;
}

.ui-list-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 0.05rem solid #eee;
	margin-bottom: 0.08rem;
	padding-bottom: 0.1rem;
}

.list-top-one {
	display: flex;
	align-items: center;
}

.list-tit {
	font-size: 0.4rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #2D4386;
}

.list-rg {
	display: flex;
	align-items: center;
	font-size: 0.24rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
}

.house {
	width: 0.27rem;
	height: 0.27rem;
	display: block;
	margin-right: 0.09rem;
	position: relative;
	/* top: 0.03rem; */
}

.list-rg-a {
	font-size: 0.24rem;
	font-weight: 400;
	color: #999999;
}

.lf-menu-img {
	width: 0.47rem;
	height: 0.39rem;
	display: block;
	margin-right: 0.2rem;
}

.detail {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	padding-top: 0.4rem;
}

.detail-top {
	display: flex;
	flex-direction: column;
	border-bottom: 0.03rem solid #eee;
	padding-bottom: 0.27rem;
}

.detail-top-p {
	font-size: 0.43rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 0.66rem;
	overflow: hidden;
	/*text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;*/
	margin-bottom: 0.13rem;
	text-align: left;
}

.detail-top-span {
	font-size: 0.29rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	line-height: 0.32rem;
	text-align: left;
}

.detail-bot {
	width: 100%;
}

.detail-bot-p {
	font-size: 0.35rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 0.5rem;
	text-indent: 2em;
	text-align: justify;
	padding: 0.33rem 0;
}

.mass {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	display: none;
	z-index: 99;
}