/* default styles
   -------------- */
   
body { 
	padding: 0; 
	margin: 0 auto; 
	font: 12px '宋体'; 
	line-height: 100%;
	background: #fff; 
	color: #454545; 
}
ul li{ line-height:140%;}

a {
	color: #185DA0;
	background: inherit; 
}

a:hover {
	color: #ff0000;
	background: inherit; text-decoration:underline;	
}

a.title {
	color: #FE6700;
	background: #FFF;
}

img {
	border:0px;
}

h1 {
	font: bold 16px '宋体';
	letter-spacing: -1px; 
	padding: 7px 0 0 8px;
	margin: 0;
}

h1 a, h2 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	color: #FF6600;
	background: #FFF;
}

h2 { 
	margin: 0; 
	padding: 0; 
	font: bold 14px '宋体'; 
	letter-spacing: -1px;
}

h2 { 
	font-size: 16px;
	margin-bottom: 5px; color:#FFFF00; 

	background: inherit;
}
h3 {font: bold 16px '宋体';  
	 margin-left:40px;
	margin-top: 7px; color:#3A62E9; 

	background: inherit;
}

p {	
	margin: 0 0 5px 0;
}

ul { 
	margin: 0; 
	padding : 0; 
	list-style : none; 
}

form { 
	margin: 0; 
}

input.search { 
	width: 199px; 
	border: none;
	background: url(../images/input.gif); 
	padding: 4px; 
}

input.login { 
	width: 100px;
	border: none; 
	background: url(../images/logininput.gif); 
	padding: 4px; 
}

.font_red {
	color:#ff0000;
}
/*输入框*/
.input{
	border: #B3B9C3 1px solid;
	width:200px;
}
.inputred{
	border: red 1px solid;
	width:200px;
}
.select{
	border: #B3B9C3 1px solid;
}
.selectred{
	border: red 1px solid;
}

/*新*/
.in{
	border: #B3B9C3 1px solid;
	width:100px;
}
.inred{
	border: red 1px solid;
	width:100px;
}

.inp{
	border: #B3B9C3 1px solid;
	width:220px;
}
.inm{
	border: #B3B9C3 1px solid;
	width:300px;
}
.inpred{
	border: red 1px solid;
	width:220px;
}

.inpu{
	border: #B3B9C3 1px solid;
	width:400px;
}
.inpured{
	border: red 1px solid;
	width:300px;
}

/* layout
   ------ */

#content{ display:block; 
	margin:0px auto; 
	width: 970px;
	padding:0px ;
}
#content_in{ 
    margin:0px auto; 
	width: 970px;
	padding:0px ;
	
}


.slogan {
	font-size: 12px;
	width: 140px;
}
.head{background:#FFCC99; margin-bottom:5px;}

#bar { 
	clear: both;
	font-size: 12px;
	height: 30px; text-align:center; display:block;
	
}

	#bar li { 
		padding: 8px 7.5px 0px 7px; width:60.8px;
		color: #808080; 
		background:url(../images/b_bg.gif); height:22px; margin-bottom:0px;		 
		float: left; margin-top:5px; 
	}
	
	#bar li.active { 
		background: url(../images/active.gif)  ; 
		color: #fff; width:64px;
		font-weight: bold; 
		padding-top: 8px; height:22px; 
	}

	#bar a { letter-spacing:2px; font-weight:400; 
		 
		color: #000; 
		background: inherit;
		text-decoration:none;	
	} 

#member_bar { 
	clear: both;
	font-size: 13px;
	height: 30px; display:table; 
}
	#member_bar li { 
		padding: 0px 8px 0px 8px;
		color: #808080;
		background: #FFF;
		float: left; 
	}
	#member_bar a { 
		font-weight: bold;
		color: #4A8EBC; 
		background: inherit;
		text-decoration:none;	
	} 


#search_field { background: #F66E26;F69866;
	
	color: #000; height:30px;width:970px;float:left; display:table;

	
	text-align: center; 
	padding: 10px 0 5px 0;
	margin-top:0px;
}
#search_field .left_title {
		float:left;
		margin-left:10px;
		font-size:26px;
		font-weight:bold;
		line-height:100%;
	}
#search_field .right_title {
		float:right;
		margin-right:10px;
	}

#subheader {
	margin: 3px 0 3px 0;
}

#link {
	clear:both;
	margin: 0px auto 20px auto;
	width: 960px; 
	padding: 8px;
	background: #f4f4f4;
	color: #808080;
	border-bottom: 1px solid #ccc; display:table; text-align:center;
	 
}
	#link li {
		float:left;
		width:120px;
		 margin-bottom:10px;
	}

/* footer
   ------ */

#footer { display:table;
	clear: both; 
	text-align: center;
	line-height: 150%;
	color: #808080;
	background: #FFF;
	padding: 5px 0 5px 0;
	border-top: 1px solid #eee;
	margin-top:10px;
}

	#footer a {
		color: #9EC068;
		background: #fff;
	}

.nlist{
	margin:10px 0 0 10px;
}

.nlist .li {
	width:98%;
	text-align;left;
	border:1px #eeeeee solid;
}
.nlist ul li {
	line-height:20px;
}	

.nlist .li ul{
	padding:5px;
}

.nlist .li ul li{
	text-align:center;
}

.nlist .li04 {
	width:100%;
	line-height:10px;
}
		
.nlist .lii01{
	background-color:#F4F4F4;
}

.nlist .lii01,.lii03{
	font-weight:bold;
	font-size:12px;
}

	/* right side
   --------- */
	#right {
		float: right;
		width: 210px;
	}
		.right_articles {
			border: 1px solid #eee;
			margin: 0 0 10px 0;
			width:96%;
		}
			.right_articles .title {
				padding:5px 10px 0px 10px;
				width:96%;			
				background: #f4f4f4 url(../images/subheaderbg.gif) no-repeat;
				color: #808080;
				border-bottom: 1px solid #eee;
			}
			.right_articles .title span {
				float:right;
			}
			.right_articles .title h2 {
				color: #185da0;
			}
			.right_articles .list {
				width:98%;
				padding:10px 0px 10px 10px;	
			}
			.right_articles .list ul li {
				line-height:20px;
			}
		.right_ad {
			margin: 0 0 10px 0;
		}


#ie7 a{ margin:0 5px;}
#ie7{ text-align:left;}
#c_left{ width:220px; float:left; border:1px solid #eee;  text-align:center; }
#c_left .title0 {
				padding:5px 0px 5px 10px;
				width:96%;			
				background: #f4f4f4 url(../images/subheaderbg.gif) no-repeat;
				color: #808080;
				border-bottom: 1px solid #eee;
			}
#c_left .title0 span {
				float:right;
			}
#c_left .title h2 {
				color: #185da0;
			}


#c_left ul li{ border:1px solid #CCCCCC; width:210px; text-align:center; list-style:none; margin-bottom:5px; height:90px; }


	.con_list {
		border: 1px solid #eee;
		
		color: #454545; width:970px;
	}
		.con_list .title {
			padding:5px 10px 0px 10px;
			width:97%;			
			background: #f4f4f4 url(../images/subheaderbg.gif) no-repeat;
			color: #808080;
			border-bottom: 1px solid #eee;
		}
	
	#middle{  border:1px solid #eeeeee; padding:0 10px 10px 10px;  }
	#middle .title{ padding:5px;background: #f4f4f4 url(../images/subheaderbg.gif) no-repeat;
			color: #808080;		border-bottom: 1px solid #eee;}
    
	#middle .title h2{color: #185da0;}

   .tls_title{ padding:4px 4px 3px 20px;  background:url(../images/tool_1.gif);  }
   .sec_title{ margin:0PX auto; height:26px;   background:url(../images/tool_2.gif); background-repeat:no-repeat;  }
   .tool{ border:1px solid #43A2FF;}
   .tool_cont{style="overflow:scroll; height:500px; width:570px; margin:0px;"}
  