/* CSS Document */
* { margin:0; padding:0;}
body { background:#fff; color:#ccc; font:12px/1.6em Helvetica, Arial, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-size:1em; }
a { color:#333; text-decoration:none; }
a:hover { text-decoration:underline; }
ul, li { list-style:none; }
fieldset, img { border:none; }
/* 新闻标签样式 */
#hotnews { width:430px; margin:0 6px 0 2px;}
	#hotnews_caption { width:410px; overflow:hidden; border-bottom:1px solid #DADADA; }
  	#hotnews_caption ul {
	float:right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DADADA;
}
    #hotnews_caption ul li {
	float:left;
	width:50px;
	text-align:center;
	cursor:pointer;
	border-top-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DADADA;
	border-left-width: 1px;
	border-left-color: #DADADA;
	line-height: 20px;
}
    #hotnews_caption .normal { background:#F8F8F8; }
    #hotnews_caption .current{background:#fff;color:#000;font-weight: bold;}
/*新闻内容样式*/
#hotnews_content {}
	#hotnews_content .normal { display:none; }
	#hotnews_content .current { display:block; }
	#hotnews_content ul { padding:8px 0 0 5px; }
	#hotnews_content ul li a { font-size:14px; }

