<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#pagetitle{
	background:url('../images/news/bg_pagetitle.webp') no-repeat;
}
main section{
	max-width:1020px;
	margin:0 auto;
}
main section article{
	display:flex;
	gap:40px;
	margin:0 auto 60px;
}
main section article .news_l{
	width:220px;
	flex:none;
}
main section article .news_l img{
	display:block;
	width:100%;
	height:auto;
}
main section article .news_r{
	width:220px;
	flex:none;
}
main section article .news_r a{
	display:flex;
	width:100%;
	height:100%;
	box-sizing:border-box;
	align-items:center;
	justify-content:center;
	text-align:center;
	border:1px solid #ccc;
	border-radius:10px;
	color:#000;
	flex:none;
}
main section h3{
	font-size:24px;
	padding:10px 0;
}
.time_wrap{
}
.time_wrap time{
	padding:0 30px 0 0;
}
.time_wrap .category-name{
	background:#222222;
	color:#fff;
	padding:0 20px;
}</pre></body></html>