#page_title{
	background:url('../images/news/pagetitle.webp') no-repeat top center;
}
#cat_nav{
	max-width:1280px;
	margin:0 auto;
	display:flex;
	gap:70px;
}
#cat_nav p{
	white-space:nowrap;
}
#cat_nav dl{
	display:flex;
	gap:20px;
}
#cat_nav dl ul,
.catlist{
	list-style:none;
	display:flex;
	gap:10px;
	margin-bottom:10px;
}
.catlist{
	justify-content:flex-end;
	width:100%;
	padding:15px 0 0;
}
#cat_nav dl ul a,
.catlist a{
	display:inline-block;
	border:1px solid #ccc;
	text-decoration:none;
	color:#222;
	line-height:28px;
	padding:0 10px;
	border-radius:15px;
}
#cat_nav dl ul a:hover,
.catlist a:hover{
	color:#fff !important;
	background:#222;
}
main{
	background:#f3f3f3;
	padding:20px 0;
}
#main-news{
	max-width:1100px;
}
#main-news article{
	background:#fff;
	border-radius:0 0 10px 10px;
	overflow:hidden;
}
#main-news article h3{
	padding:40px 40px 20px;
}
#main-news article a{
	color:#222;
	text-decoration:none;
}
.news_header{
	display:flex;
	justify-content:space-between;
	padding:0 40px 20px;
}
.news_header time{
	display:block;
}
#main-news figure img{
	max-width:initial !important;
	width:100%;
	display:block;
}
#news_list{
	max-width:1100px;
	margin:0 auto 160px;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	gap:40px;
}
#news_list article{
	background:#fff;
	margin:0;
	width:calc((100% - 80px) / 3);
}
#news_list article .comment{
	padding:20px;
}
#news_list article .comment h3{
	font-size:21px;
}
#news_list article .comment h3 a{
	text-decoration:none;
	color:#222;
}
#news_item{
	background:#fff;
	max-width:1100px;
	margin:0 auto 160px;
	padding:40px;
	border-radius:10px;
}
#news_item time{
	display:block;
	text-align:right;
	margin-bottom:40px;
}