﻿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;
}
.tzggList{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	margin-bottom: 0.27rem;
}
.tzgg-list-a{
	width: 9.36rem;
	display: flex;
	flex-direction: column;
	margin-bottom: 0.27rem;
	padding: 0.53rem 0 0;
	border-bottom: 0.03rem solid #eee;
}
.tzgg-list-div{
	font-size: 0.37rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 0.48rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	margin-bottom: 0.3rem;
}
.tzgg-list-p{
	font-size: 0.32rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	line-height: 0.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	margin-bottom: 0.18rem;
}
.tzgg-list-span{
	font-size: 0.32rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	line-height: 0.54rem;
	padding-bottom: 0.2rem;
}

.mass {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	display: none;
	z-index: 99;
}




