#news-list-area {
	border-top: none;
	padding-top: 10px;
}
.news-tabs {
	display: flex;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1rem;
}
.news-tab {
	padding: 8px 12px;
	cursor: pointer;
	font-size: 1rem;
	border: 1px solid #ccc;
	border-bottom: none;
	background: #f5f5f5;
	border-radius: 4px 4px 0 0;
	margin-right: 4px;
	color: #999;
}
.news-tab.active {
	background: #fff;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	margin-bottom: -1px;
	color: #666;
}
.news-panel {
	display: none;
}
.news-panel.active {
	display: block;
}
