<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container .bannner {
	background-size: 100% 100%;
	background: url(../../img/news/banner.png) no-repeat;
	background-size: cover;
	background-position:center;
	height: 700px;
	text-align: center;
}

.container .news-list {
	height: 1236px;
	width: 1200px;
	margin: 0 auto;
	padding-top: 116px;
	display: flex;
	flex-wrap: wrap;
}

.container .news-list .news-list-content {
	width: 600px;
	height: 120px;
	display: flex;
}

.container .news-list .news-list-content:hover .news-content-left {
	background-color: #7C93BF;
}

.news-content-left {
	width: 120px;
	height: 120px;
	background-color: #ACB3BF;
	cursor: pointer;
}

.news-content-left .left-date {
	font-size: 60px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 23px;
}

.news-content-left .left-month {
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 15px;
}

.news-content-right {
	width: 480px;
	padding-left: 20px;
}

.news-content-right .main-title {
	font-size: 24px;
	margin-top: 15px;
	font-weight: normal;
	color: #333333;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.news-content-right .main-title a {
	color: #000000;
}

.news-content-right .main-text {
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 16px;
	font-weight: 400;
	color: #999999;
}

.page {
	display: flex;
	width: 600px;
	margin: 0 auto;
}

.page .page-button {
	border: 1px solid #eeeeee;
	margin: 0 10px;
	text-align: center;
	margin-bottom: 60px;
	cursor: pointer;
}

.page .text {
	width: 82px;
	height: 33px;
}

.page .number {
	width: 32px;
	height: 33px;
}

.pl-30 {
	padding-left: 30px;
}</pre></body></html>