#top-news {
	float: left;
	width: 100%;
	height: 225px;
}
#top-news img {
	float: left;
	height: 225px;
	width: 300px;
}
#top-news h1 {
	white-space:nowrap;
	overflow: hidden;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	min-height: 51px;
	border-bottom: 1px solid #d2d2d2;
	vertical-align: middle;
	background: #fff;
}
#top-news h1 div.item {
	margin: 10px;
}
#top-news h1 .bg {
	background: url('/i/h1.png') right no-repeat;
	height: 51px;
	border: 0px;
}
#top-news h1.active {
	background: url('/i/active_news.jpg') repeat-x;
	height: 122px;
	border-bottom: none;
	white-space: normal;
}
#top-news h1.active .bg {
	background: none;
	border: 0px;
}
#top-news h1.active a {
	text-decoration: none;
}
#top-news .last.active {
	border-bottom: none;
}
#top-news h1.active span {
	display: block;
	font-size: 13px;
	white-space: normal;
	font-weight: normal;
	line-height: 16px;
	font-style: italic;
	margin: 0px 10px 0px 50px;
	color: #fff;
	float: left;
}
#top-news h1.active a, #top-news h1.active a:hover{color:#fff !important}
#top-news h1 a span { display:none}
#top-news h1 a span img{ display:none}

#top-news h1 div.title {
	overflow: hidden;
	white-space: nowrap;
	width: 80%;
	max-width: 500px;
	float: left;
}
#top-news h1 table {
	font-size: 18px;
	font-weight: bold;
}
#top-news h1 table,
#top-news h1 div,
#top-news h1 td {
	margin: 0px;
	padding: 0px;
}
#top-news h1 div.background {
	width: 100px;
	height: 22px;
	float: left;
	position: relative;
	left: -100px;
	background: url('/i/line_bg_.png') no-repeat;
}
#top-news h1.active div.background {
	background: none;
}
#top-news h1.active div.title {
	white-space: normal;
	width: 100%;
	max-width: none;
	overflow: inherit;
	margin: 0px;
	padding: 0px;
}