﻿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;
}

.glfw{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.glfw-list{
	display: flex;
	flex-direction: column;
	padding-top: 0.4rem;
}
.glfw-list-div{
	font-size: 0.4rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #2D4386;
	line-height: 0.4rem;
	position: relative;
	padding-left: 0.13rem;
}
.glfw-list-div::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0.03rem;
	width: 0.05rem;
	height: 0.36rem;
	background: #27417E;
	border-radius: 0.03rem;
}
.glfw-list-a{
	width: 100%;
	border-bottom: 0.03rem solid #eee;
	padding: 0.4rem 0;
	display: block;
}
.glfw-list-a-span{
	font-size: 0.37rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 0.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}












