<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* å’¨è¯¢ */


.news-list{
	min-height: 1000px;
	margin-top: 80px;
}
.news-list .center-box{
	display: flex;
	align-items: flex-start;
	min-height: inherit;
	justify-content: space-between;
	padding-bottom: 40px;
}
.news-list .center-box .left-list{
	width: 833px;
	min-height: inherit;
}
.news-list .center-box .left-list .news-title{
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 25px;
}
.news-list .center-box .left-list .det-info{
	width: 100%;
	font-size: 16px;
	color: #666666;
	margin-bottom: 70px;
}
.news-list .center-box .left-list .contents{
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	color: #4a4a4a;
	border-bottom: solid 1px #eeeeee;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.news-list .center-box .left-list .contents *{
	max-width: 100%;
}
.news-list .center-box .left-list .link-nt{
	width: 100%;
	line-height: 40px;
	color: #333333;
	display: block;
}
.news-list .center-box .right-list{
	width: 293px;
	min-height: inherit;
	background-color: #ffffff;
}
.news-list .center-box .right-list .new-news{
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	width: 100%;
	height: auto;
}
.news-list .center-box .right-list .new-news .top-title{
	width: 100%;
	line-height: 51px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	background-color: #1c54a4;
}
.news-list .center-box .right-list .new-news .list-link{
	width: 100%;
	height: inherit;
	padding: 24px 20px;
}
.news-list .center-box .right-list .new-news .list-link .news{
	width: 100%;
	height: 130px;
	position: relative;
	margin-bottom: 18px;
	display: block;
}
.news-list .center-box .right-list .new-news .list-link .news img{
	width: 100%;
	height: 100%;
}
.news-list .center-box .right-list .new-news .list-link .news .news-title{
	width: 100%;
	line-height: 25px;
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	color: #ffffff;
	padding: 0 15px;
}
.news-list .center-box .right-list .new-news video{
	width: 100%;
}
.news-list .center-box .right-list .new-news .links{
	width: 100%;
	height: auto;
	padding: 15px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.news-list .center-box .right-list .new-news .links .link{
	padding: 0 8px;
	border-radius: 50px;
	border: solid 1px #eeeeee;
	font-size: 14px;
	margin-right: 10px;
	color: #333333;
	margin-bottom: 10px;
}
</pre></body></html>