body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,  
form,fieldset,input,textarea,p,blockquote,th,td {  
padding: 0;  
margin: 0;  
}  
table {  
border-collapse: collapse;  
border-spacing: 0;  
}  
fieldset,img {  
border: 0;  
}  
/*address,caption,cite,code,dfn,em,strong,th,var {  
font-weight: normal;  
font-style: normal;  
} */ 
ol,ul {  
list-style: none;  
}  
caption,th {  
text-align: left;  
}  
h1,h2,h3,h4,h5,h6 {  
font-weight: normal;  
font-size: 100%;  
}  
q:before,q:after {  
content:”;  
}  
abbr,acronym { border: 0;  
}  

*:focus {outline: none;}

textarea {resize:none;}
/*--------以上是初始化CSS--------------*/

.clear
{
    font-size:0px;
    height:0px;
    line-height:0px;
    overflow:hidden;
    clear:both;    
    display:block;
    width:0px;
}

body
{
	background-image:url(../Images/3_bg0.jpg);
	background-repeat:repeat;
	margin:8px;
	font-size:12px;
}

#header
{
	margin:0 auto;
	background-image:url(../Images/08_top.jpg);
	width:845px;
	height:149px;	
}

#footer
{
	margin:0 auto;
	width:845px;
	text-align:center;
	border-top:solid 5px #cc0000;
	color:#333333; 
	background-color:#e3e8f6;
	padding:5px 0;	
}

#body
{
	margin:0 auto;
	width:845px;
	background-color:#e3e8f6;	
}

.hr
{
	border-top:solid 1px #333333;
	width:800px;
	margin:0px auto;
	padding:10px;
	margin-top:10px;	
}

.nav
{
	border-bottom:solid 1px #bebebe;
	margin:0 20px;
	padding-top:10px;	
}

.nav .nav_href
{
	float:left;
	display:inline;
	height:25px;
	line-height:25px;
	width:80px;
	margin:0 3px;
	/*border:solid 1px #bebebe;*/
	/*border-bottom:none; */
	text-align:center;
	color:#004880;
	text-decoration:none;
}

.nav .nav_href_hover
{
	color:#FF8C69;
	font-weight:bold;
}

.nav .nav_href_btn
{
	float:right;
	display:inline;	
	height:34px;
	width:119px;
	line-height:34px;
	background-image:url(../Images/ggSearch.png);
	color:Black;
	letter-spacing:3px;
	padding-left:20px;
	text-align:left;
	font-size:11px;
}

.nav .nav_href_btn:hover
{
	background-image:url(../Images/ggSearch_hover.png);
}

.nav .nav_href_back
{
	height:16px;
	line-height:16px;
	width:30px;
	padding-left:15px;
	background-image:url(../Images/fh.png);	
	background-repeat:no-repeat;
	float:right;
	display:inline;
}

.line
{
	padding-top:10px;	
	color:#004880;
	margin-left:30px;
}

.line .des
{
	float:left;
	display:inline;	
	height:25px;
	line-height:25px;
	width:90px;
	text-align:right;
}

.line .des02
{
	float:left;
	display:inline;	
	height:25px;
	line-height:25px;
	width:250px;
	text-align:right;
}

.line .pub_text
{
	float:left;
	display:inline;	
}

.line .check_code
{
	float:left;
	display:inline;	
	margin-left:10px;
	cursor:pointer;
}

.line .check_box
{
	float:left;
	display:inline;
	margin-left:10px;
	height:25px;
	line-height:25px;	
} 

.line .ws_list_item
{
	text-decoration:none;	
	font-size:16px;
	color:#004880;
	margin-left:40px;
}

.line .ws_list_item:hover
{
	text-decoration:underline;	
}

.btn_search
{
	border:none;
	background-color:Transparent;
	background-image:url(../Images/Query.png);
	width:70px;
	height:27px;
	cursor:pointer;	
}

.btn_clear
{
	border:none;
	background-color:Transparent;
	background-image:url(../Images/Empty.png);
	width:70px;
	height:27px;
	cursor:pointer;		
}

.gg_list
{
	width:830px;
	margin:0px auto;	
	padding:15px 0px;
}

.gg_list .tab
{
	width:820px;
	margin:0 auto;
	table-layout:fixed;
		
}

.gg_list .tab td
{
	border:solid 1px #004880;	
	height:25px;
	line-height:25px;
	text-align:center;
}

.gg_list .tab .tab_title td
{
	background-color:#C0C0FF;
	text-align:center;
}

.content
{
	padding:15px;	
}

.title
{
	font-size:20px;
	font-weight:bold;
}

.button {
    background: transparent url('bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

.button span {
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

.BulletedList {
     width:298px;
    float: left;
 padding-left: 25px;
   line-height:15px;
} 
