/*
* @Author: Space Yuan
* @Date:   2022-08-09 16:13:17
* @Last Modified by:   Space Yuan
* @Last Modified time: 2022-08-09 16:30:37
*/
article.news-article{
	display: flex;flex-direction: column;
}

h3.news-h3 {
	color: #666;
	font-weight: unset;
	font-size: 1.7rem;
	margin-bottom: unset;
	line-height: 23px;
	flex-basis: auto;
	flex-grow: 2;
}

h4.news-h4 {
	margin-bottom: unset;
	line-height: 35px;
	margin-top: 20px;
	font-size: 1rem;
	color: #977e25;
}

div.news-desc {
	margin: 20px 0;
	min-height: 100px;
}

div.news-list{
	margin: 40px -15px 40px -15px;
}