.breaking-news {
	margin: 10px 0;
}
.breaking-news .title {
	position: absolute;
	white-space: nowrap;
	height: 30px;
	overflow: hidden;
}
.breaking-news .title h4 {
	font-size: 15px;
	font-weight: 400;
	background-color: #16a085;
	color: #fff;
	float: left;
	line-height: 30px;
	padding: 0 10px;
	margin: 0;
}
.breaking-news .content {
	background-color: #f4f4fc;
	font-size: 13px;
	color: #717171;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0 10px;
}