.lists{
	display: flex;
	align-items: center;
	padding: 0.3rem;
	border-bottom: 1px solid #DDDDDD;
}
.lists:last-child{
	border: 0;
}
.listimg{
	width: 2.28rem;
	margin-right: 0.2rem;
	flex-shrink: 0;
}
.listContent{
	flex: 1;
}
.newsTitle{
	font-size: 0.34rem;
	line-height: 0.48rem;
	color: #222222;
	margin-bottom: 0.2rem;
}
.newsFooter{
	font-size: 0.24rem;
	color: #999999;
}
.newsLabel{
	display: inline-block;
	font-size: 0.18rem;
	color: #F33C3F;
	border: 1px solid #F33C3F;
	padding: 0 0.1rem;
	line-height: 1.3;
	margin-right: 0.1rem;
}
.borderTip::after{
	content: '|';
	color: #999;
	display: inline-block;
	vertical-align: top;
	margin: 0 0.1rem 0 0.15rem;
}