.news-list{
	width: 12.4rem;
	margin: 0.3rem auto;
	
}
.news-item{
	width: 100%;
	height: 1.9rem;
	display: flex;
	margin-bottom: 0.2rem;
	border-bottom: 1px dashed #DCDCDC;
	padding: 0.2rem 0;
}
.news-item-img{
	width: 2rem;
	height: 1.5rem;
	overflow: hidden;
}
.news-item-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	
}

.news-item-cont{
	width: 10rem;
	margin-left: 0.3rem;
}
.news-item-cont a h3{
	color: #333;
	font-weight: 900;
	font-size: 0.18rem;
	position: relative;
	padding-right: 1rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 0.3rem;
}
.news-item-cont a h3 span{
	position: absolute;
	right: 0;
	line-height: 0.3rem;
	top: 0;
	color: #333;
	font-size: 0.13rem;
}
.news-item-cont a p{
	display: -webkit-box;
	margin-bottom: 0.2rem;
	color: #999999;
	text-overflow: ellipsis;
	line-height: 0.2rem;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 0.15rem;
	font-size: 0.13rem;
}
.news-item-label{
	width: 100%;
	height: 0.3rem;
	display: flex;
	justify-content: space-between;
	margin-top: 0.15rem;
	align-items: center;
}
.news-item-label ul{
	flex: 1;
	display: flex;
	align-items: center;
	font-size: 0.12rem;
}
.news-item-label ul li{
	margin-left: 0.1rem;
}
.news-item-view{
	display: flex;
	margin-left: 0.2rem;
	align-items: center;
	height: 0.3rem;
	font-size: 0.12rem;
	
}
.news-item-view img{
	margin-right: 0.08rem;
}

.news-pages{
	width: 100%;
	height: 0.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0.3rem auto 0.6rem;
}
.news-pages ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.news-pages li{
	width: 0.4rem;
	height: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.12rem;
	color: #333;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
}
.news-pages li.cur{
	background-color: #1C5BAE;
}
.news-pages li.cur a{
	color: #fff;
}