.newslist{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.newstitle{
	color: #686868;
	flex: 1;
	margin-right: 20px;
}
.newstitle a{color: #686868;cursor: pointer;}
.newstitle a:hover{
	text-decoration: underline;
}
.newstime{
	color: #686868;
}
.newsmore a{
	color: #FF0000;
	cursor: pointer;
}
.newsmore a:hover{
	text-decoration: underline;
}
.newsdt{
	width: 100%;
}
.ndt-title{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.ndt-intime{
	width: 100%;
	color: #686868;
	text-align: right;
}
.ndt-content{
	width: 100%;
	line-height: 1.6;
	color: #686868;
}