body{
	padding:0.3rem;
	box-sizing: border-box;
}
.box{
	display: none;
}
.listBox{
	padding: 0.3rem 0.3rem;   
	background: #FFFFFF;
	border-radius: 0.1rem;
	margin-bottom: 0.2rem;
	display: flex;
}
.listimg{
	width: 30%;
	height: 1rem;
	margin-right: 0.2rem;
}
.listtext{
	width: 67%;
	height: 100%;
	float: right;
}
.listtext p{
	line-height: 0.37rem;
}
.title,
.lm,
.time{
	font-size: 0.22rem;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.title{
	font-size: 0.26rem;
	font-weight: 600;
}
