#m2news * {
	font-family: Arial;
	box-sizing: border-box;
}

#m2news {
	float: none;
	min-height: 420px !important;
	margin: 0px;
	border: 1px solid #d5d5d5;
	border-top: 3px solid #fbbf1f;
}

#m2news #m2news_head {
	position: static;
	top: auto;
}

#m2news a.m2news_title.active {
	cursor: pointer !important;
	display: block !important;
	margin: 0;
	padding: 7px 8px 9px;
	font-size: 16px !important;
	text-decoration: none !important;
	font-weight: 400 !important;
	color: #1b1b1b !important;
	text-align: center !important;
	background: whitesmoke !important;
	padding-top: 15px;
	width: 100% !important;
	border-radius: 0;
}

#m2news #m2news_1 {
	min-height: 0;
	padding: 15px;
	background: #fff;
}

#m2news .news_content_item {
	position: relative;
	padding-bottom: 5px;
	padding-left: 15px;
	margin: 0;
}

#m2news .news_content_item h3 {
	text-align: left;
	margin: 0 0 5px;
	padding: 0;
}

#m2news .news_content_item h3 a {
	position: relative;
	font-size: 15px;
	font-weight: 400;
	color: #000 !important;
	line-height: 125%;
	text-decoration: none !important;
}

#m2news .news_content_item h3 a:hover {
	text-decoration: underline !important;
}

#m2news .news_content_item p {
	margin: 0;
	color: #878787 !important;
	font-size: 12px !important;
	line-height: 140%;
}

#m2news #m2news_1:after {
	content: "";
	display: table;
	clear: both;
}

#m2news .news_content_item:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	background: #ed1846;
	left: 0;
	top: 8px;
	border-radius: 20em;
}

#m2news .news_content_item:last-of-type {
	float: right;
	width: auto;
	padding: 0;
	text-align: center;
	margin-top: 15px;
}

#m2news .news_content_item:last-of-type:before {
	display: none;
}

#m2news .news_content_item:last-of-type a {
	margin-bottom: 15px;
	text-decoration: none !important;
	background: #ed1846;
	padding: 7px 12px;
	color: #fff !important;
	font-size: 13px;
	border-radius: 3px;
}

#m2news .news_content_item:last-of-type a:hover {
	background: #c30f36;
}