<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.news_content {
	min-height: 500px;
}

.news_detail {
	padding-bottom: 30px;
}

.news_detail h2 {
	padding: 44px 0 18px 0;
	line-height: 34px;
	font-size: 18px;
	color: #000;
	text-align: center;
}

.news_detail .date {
	line-height: 32px;
	font-size: 14px;
	color: #7f7f7f;
	text-align: center;
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
}

.news_detail .news_desc p {
	line-height: 28px;
	font-size: 16px;
	color: #222;
	margin-bottom: 8px;
}

.news_list li {
	padding: 38px 0;
	border-bottom: 1px solid #e6e6e6;
}

.news_list li a {
	align-items: center;
}

.news_list li .thumb {
	width: 290px;
	height: 160px;
	margin-right: 60px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.news_list li .info {
	width: 0;
	flex-grow: 1;
}

.news_list li .info h3 {
	font-size: 16px;
	line-height: 34px;
	color: #222;
	margin-bottom: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_list li .info .brief {
	font-size: 12px;
	line-height: 22px;
	color: #7f7f7f;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	margin-bottom: 16px;
}

.news_list li .info .date {
	font-size: 12px;
	color: #7f7f7f;
}</pre></body></html>