div.news-list .section_name {
	border-bottom: 1px dashed #9cc0dc;
	display: table;
	margin-top: 8px;
	color: #0074D0;
	cursor: pointer;
}

div.news-list .section_items {
	display: none;

}

div.news-list .section_items .news-item {
	margin-top: 20px;
	padding: 20px 25px;
	background: #f9f9f9;
	font-weight: 300;
	color: #424242;
	text-shadow: 0.1px 0.1px 0 rgb(64, 65, 72);
	line-height: 23px;
	font-size: 14px;
	letter-spacing: 0.25px;
}

div.news-list .section_items .news-item b {
	font-weight: 500;
}