.site-main {
	display: table
}

.news-list {
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 30px;
	font-size: 16px
}

.news-list li {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee
}

.news-list p.news-title {
	font-size: 16px
}

.news-list p.news-title a {
	color: #131313
}

.news-desc {
	font-size: 14px;
	color: #777;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	max-height: 60px;
	text-align: justify
}

.news-time {
	margin-bottom: 0;
	color: #999
}

.news-cover {
	display: block;
	width: 200px;
	height: 130px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50%
}

.news-cover img {
	display: none
}

.news-info {
	width: -webkit-calc(100% - 220px);
	width: calc(100% - 220px)
}