/* News */
.news1 {
	border: 1px solid #C20;
	margin-top: 10px;
	font-style: normal;
	padding: 0 0 0 80px;
	box-shadow: 0 2px 5px -3px #000;
	border-radius: 3px;
	background: #fff;
}
.news1:before {
	font-family: Arial, sans-serif;
	content: "News&Notice";
	display: inline-block;
	font-style: normal;
	background: #084272;
	padding: 10px;
	color: #FFF;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
}
.news1:after {
	content: '';
	display: block;
	top: 0;
	left: 80px;
	background: #fff;
	/* background: linear-gradient(#FFF, rgba(255, 255, 255, 0)); */
	height: 20px;
}
.news1 ul li {
	list-style: none;
	padding: 10px 0;
	overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}

.news2 {
	border: 1px solid #C20;
	margin-top: 10px;
	font-style: normal;
	padding: 0 0 0 80px;
	box-shadow: 0 2px 5px -3px #000;
	border-radius: 3px;
	background: #fff;
}
.news2:before {
	font-family: Arial, sans-serif;
	content: "User Review";
	display: inline-block;
	font-style: normal;
	background: #BF7F1C;
	padding: 10px;
	color: #FFF;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
}
.news2:after {
	content: '';
	display: block;
	top: 0;
	left: 80px;
	background: #fff;
	/* background: linear-gradient(#FFF, rgba(255, 255, 255, 0)); */
	height: 20px;
}
.news2 ul li {
	list-style: none;
	padding: 10px 0;
	overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
