@charset "gb2312";
/* Default Css Style */
#banner {
	overflow:hidden;
	padding-top:5px;
}
	#banner .localhost{
		text-align:right;
		padding:8px 10px 5px 0;
		font-family:"ËÎÌå";
	}
	#banner .localhost span{
		color:#2790C9;
		font-weight:bold;
	}
#main {
	margin-top:5px;
}
#main #left {
	width:180px;
	height:350px;
	background:url(../about/img/bg_left.gif) no-repeat #EEEEEE;
}
	#main #left .leftmenu{
		width:180px;
	}
	#main #left .leftmenu li{
		width:180px;
		border-bottom:#FFFFFF solid 1px;
	}
	#main #left .leftmenu li a{
		display:block;
		width:130px;
		padding:8px 25px 5px 25px;
		background:url(../about/img/ico_arr.gif) no-repeat 10px 50%;
	}
#main #right {
	width:820px;
}
	#main #right .title {
		width:760px;
		background:url(../about/img/bg_right.gif) no-repeat;
		height:34px;
		font-weight:bold;
		color:#fff;
		font-size:14px;
		margin:0 auto;
		padding:6px 0 0 20px;
	}
	#main #right .text {
		width:780px;
		margin:0 auto;
		line-height:18px;
		text-align:justify;
		text-justify:inter-ideograph;
	}
		#main #right .text td {
			line-height:20px;
			text-align:justify;
			text-justify:inter-ideograph;
		}
	#main #right .text p {
		margin-bottom:15px;
	}
	/* news */
		#main #right .text .news {
			width:780px;
		}
		#main #right .text .news li {
			width:780px;
			float:left;
		}
		#main #right .text .news li a {
			width:690px;
			float:left;
			padding:3px 0 4px 20px;
			background:url(../img/icon_arr2.gif) no-repeat 10px 50%;
		}
		#main #right .text .news li span {
			width:70px;
			float:right;
		}
		#main #right .text .paper {
			width:760px;
			padding-left:20px;
			padding-top:8px;
			margin:8px auto 0 auto;
			border-top:#F5F5F5 solid 1px;
		}
		#main #right .text .paper span {
			color:#FF0000;
		}
		#main #right .text .paper .total {
			float:left;
		}
		#main #right .text .paper .go {
			float:right;
		}
		#main #right .text_news {
			width:740px;
			padding:0 20px;
			line-height:18px;
			margin:0 auto;
			text-align:justify;
			text-justify:inter-ideograph;
		}
		#main #right .text_news p{
			margin-bottom:15px;
		}
			#main #right .text_news .title_news {
				font-size:14px;
				font-weight:bold;
				color:#0099CC;
				margin:0 auto 15px auto;
				text-align:center;
				border-bottom:#E4E4E4 solid 1px;
				padding-bottom:7px;
			}
			#main #right .text_news .title_news span {
				font-size:12px;
				font-weight: normal;
				color: #CCCCCC;
				display:block;
				margin-top:5px;
			}
			#main #right .text_news .tools {
				padding:10px 0 20px 0;
				text-align:right;
			}
		
			#main #right .text .in{
				widht:501px;
				background:url(../online/img/bg_right.gif) no-repeat;
				height:200px;
				overflow:hidden;
				padding:10px 25px;
			}
				#main #right .text .in textarea{
					width:271px;
					height:71px;
					border:#CCCCCC solid 1px;
					background:#fff;
					display:block;
					margin-bottom:5px;
					padding:5px;
					color:#999A9B;
				}
				#main #right .text .in input{
					height:18px;
					border:#CCCCCC solid 1px;
					background:#fff;
				}
				#main #right .text .in .search{
					width:45px;
					height:17px;
					margin-top:2px;
					margin-left:5px;
					border:none;
					cursor:pointer;
					background: url(../img/bg_in.gif) no-repeat;
				}
				#main #right .text .in .t {
					font-weight:bold;
					font-size:12px;
					color:#006699;
					margin-bottom:5px;
					padding-top:10px;
				}
