﻿@CHARSET "UTF-8";
*{ margin:0; padding:0; font-size:11pt;list-style:none ;font-family : "Lucida Grande", Verdana, Lucida, Arial, Helvetica, 宋体,sans-serif; }
body
{
  background-color: #FFF;
  
  /*background:url('image/newyear.png') no-repeat fixed top;*/
  margin:0px 0px 0px 0px; /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */

}
.round{
	-webkit-border-top-left-radius:7px;
 	-webkit-border-top-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
 	-webkit-border-bottom-right-radius:7px;
  	-moz-border-radius-topleft:7px;
  	-moz-border-radius-topright:7px;
  	-moz-border-radius-bottomleft:7px;
  	-moz-border-radius-bottomright:7px;
}

#wrapper
{
	margin:0 auto;
	width:879px;
}
#header
{
	float:left;
	width:100%;
	z-index: 0;
}
#main
{	
	background-color: #F8FAFC;
	float: left;
	margin-top: 5px;
	border: 2px solid #1a66b3;
	width: 100%;
}
#content
{
	
	margin: 30px 120px;
}
#content .tm{
	margin:4px 0;
	text-align: center;
	font-size: 9pt;	
}
#content h2
{
	text-align: center;
	margin:5px 0;
}	
#content h3
{

	color:#1a66b3;
}	
#content .nl
{
	
	height:3px;
	border:none;
	border-top:3px solid #074F9E;
	margin:0;
	*margin:0 0 -14px 0;
	float:none;
	*float:left;
	display:block;
	opacity: 0.3;
	filter: alpha(opacity=100,finishopacity=0,style=1);

}
#content .nd
{
	height:1px;
	border:none;
	border-top:1px solid #BBB;	
	display:block;
	margin:0;
	*margin:0 0 -14px 0;
	float:none;
	*float:left;
}
#content .text
{
	font-size: 14px;
	color: #333333;
    line-height: 23px;
	text-decoration: none;
	padding: 10px;
}

#focusNews {
  position:relative;
  left:5px;
  margin:0px;
}
#content h4 {
	text-align: center;
	margin:10px 0;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	text-align:center;
	font-weight: normal; 
}
#titlelist
{
	width:600px;
	margin:20px auto;
}

#content ul
{
	color: #1a66b3;
}	
#content li
{
	line-height: 30px;
	float: left;
}
#content li a
{
	background:url("../homelib/images/bg_point1.gif")  no-repeat left 1;
	color:#0000AA;
	float:left;	
}
#content li  a:hover
{

	color:#cc0000;	
}
#content li span
{	
	float:right;
	width:150px;
	color:#999;
	font-size: 9pt;
	text-align: right;
}
#footer
{
	clear:both;
	margin-top:5px;
	padding:5px 0;
	width:879px;
	height:100px;
	border:2px solid #BBB;
	background-color: #EEE;
	
}
#footer p
{	
	text-align:center;
	line-height: 18px;
	font-size: 9pt;
}
.clear {
  clear: both;
  }
