.news-main{
	display: flex;
	flex-direction: column;
	width: 720px;
/* 	background-color: red; */
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
}


.item-news{
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
	margin-top: 20px;
}
.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;
}

.news-img{
	width: 300px;
	height: 140px;
	object-fit: contain; 
}

.navbar {
    background-color: #f7f8fa;
    padding: 10px 0px 10px 0px;
}

.divider-line{
	width: 720px;
	height: 1px;
	background-color: #cccc;
}

.fenye-div{
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

.fenye-div ul {
	list-style: none;
	
}

.fenye-div ul li {
	display: inline;
}

.fenye-div ul li a {
	width: 100px;
	padding: 10px;
	cursor: pointer;
}