body
{
background:#e9e9e9;
width:1200px;
font-size:12px;
color:#909090;
margin:0 auto;
}
*
{
padding:0;
margin:0 auto;
}
ul
{
list-style:none;
}
img
{
border:none;
}
a
{
color:#999999;
text-decoration:None;
}
a:hover
{
text-decoration:underline;
}
.clr
{
height:0;
font-size:0;
clear:both;
visibility:Hidden;
overflow:hidden;
}



#headline .headline {
	float:left;
	width:382px;
	height:300px;
	overflow:hidden;
	padding-right:10px;
}
#headline .topic {
	float:right;
	width:235px;
	height:300px;
	overflow:hidden;
	padding-left:10px;
	border-left:1px dotted #999;
}
#headline .topic li {
	float:left;
	width:235px;
	height:90px;
	overflow:hidden;
	padding:5px 0;
}
#headlinepic {
	height:232px;
	overflow:hidden;
	background:#F4F4F4;
	margin-bottom:10px;
	border:1px solid #CCC;
}
#headlinelist li {
	height:22px;
	overflow:hidden;
	line-height:22px;
	cursor:pointer;
}
#headlinelist .current {
	background:#F4F4F4;
}
#headlinelist .current a {
	color:#C30;
}
#headlinelist .type {
	color:#06F;
}
#headlinelist .date {
	float:right;
	margin-top:-22px;
	margin-right:5px;
	color:#999;
}
