@charset "UTF-8";
/* CSS Document */
#sec1 .news {
	margin: 0 auto 30px;
	width: 886px;
}
#sec1 article {
	border-top: solid 1px #CCC;
	padding: 15px 0;
	overflow: hidden;
}
.news_date {
	float: left;
	width: 16%;
	font-size: 0.875em;
	text-align: center;
}
.news_tag {
	float: left;
	color: #fff;
	margin: 0 4% 0 1%;
	background: #FF9900;
	border: 1px solid #FF9900;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 14%;
	font-size: 0.813em;
	text-align: center;
}
.news_tit {
	float: left;
	width: 62%;
	font-size: 0.875em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #2D8ACC;
}
