.news-main{
	display: flex;
	flex-direction: column;
	width: 700px;
/* 	background-color: red; */
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
}


.item-news{
	display: flex;
	flex-direction: row;
}
.news-detail{
	margin-left: 15px;
	display: flex;
	flex-direction: column;
	
}

.news-title{
	color: #313131;
}

.news-time{
	font-size: 12px;
	color: #919191;
}

.news-desc{
	overflow: hidden;
	font-size: 14px;
	color: #616161;
	margin-bottom: 0;
}

.news-line{
	width: 100%;
	height: 1px;
	border-top: #919191 solid 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.navbar {
    background-color: #f7f8fa;
    padding: 10px 0px 10px 0px;
}