@charset "utf-8";
#topnews {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}



#topnews .news-list {
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 635px;
}
#topnews .news-list .left {
	float: left;
	width: 100px;
}

#topnews .news-list .left p {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 3px;

}

#topnews .news-list .right {
	float: right;
	width: 530px;
}


#topnews .news-list .right .diagram {
	padding: 5px;
	float: right;
	width: 100px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #C1C1C1;
}

#topnews .news-list .right .diagram img {
	width: 100px;
}
#topnews .news-list  .right  h3 {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 1.6;
	color: #FF6666;
	font-weight: bold;
}
#topnews .news-list  .right a {
	color: #FF6666;
}

#topnews .news-list  .right a:hover {
	color: #FF3300;
}



#topnews .news-list .right .subtitle {
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 1.6;
	color: #003366;
}

#topnews .news-list .right .subtitle a:hover {
	color: #003366;
	text-decoration: none;
}
#topnews .news-list .right .text {
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 1.6;
}
#topnewserea {
	margin-top: 5px;
}
