.us_hed{
	width: 100%;
	height: 1.1rem;
	position: fixed;
	z-index: 1;
	max-width: 750px;
	background: #ededed;
}
.us_hed_l{
	float: left;
	width: 17%;
	height: 1.1rem;
	line-height: 1.1rem;
	font-size: 0.26rem;
	padding-left: 3%;
}
.us_hed_c{
	float: left;
	width: 60%;
	height: 1.1rem;
	line-height: 1.1rem;
	font-size: 0.32rem;
	text-align: center;
}
.us_hed_r{
	float: left;
	width: 20%;
	height: 1.1rem;
	line-height: 1.1rem;
	font-size: 0.26rem;
}
.list{
	width: 94%;
	padding-top:3%;
	padding-left: 3%;
	padding-right: 3%;
	overflow: hidden;
}
.list_m{
width: 90%;
height: auto;
padding: 3% 5%;
margin-bottom: 0.3rem;
background-color: rgba(255, 255, 255, 1);
border-radius: 0.2rem;
overflow: hidden;
display: inline-block;
}
.list_m_l{
	float: left;
	width: 80%;
	height: 1rem;
}
.list_m_l_t{
	width: 100%;
	height: 0.6rem;
	line-height: 0.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.28rem;
}
.list_m_l_b{
	width: 100%;
	height: 0.4rem;
	line-height: 0.4rem;
	font-size: 0.26rem;
	color: rgba(0,0,0,0.5);
}
.list_m_r{
	float: right;
	width: 20%;
	height:1rem;
	line-height:1rem;
	text-align: right;
	color: #000;
	font-size: 0.28rem;
}
.tit{
	width: 94%;
	padding: 3%;
	padding-bottom: 0;
	overflow: hidden;
	text-align: center;
	font-size: 0.3rem;
}
.tm{
	width: 94%;
	padding: 3%;
	overflow: hidden;
	text-align: center;
	font-size: 0.26rem;
	color: rgba(0,0,0,0.5);
	border-bottom: 0.0168rem solid rgba(0,0,0,0.05);
}
.nr{
	display: inline-block;
	width: 94%;
	padding: 3%;
	padding-bottom: 1rem;
	overflow: hidden;
	text-align: left;
	font-size: 0.3rem;
}