@charset "gb2312";
/* Default Css Style */
#banner {
	height:176px;
	overflow:hidden;
	padding-top:5px;
}
#time {
	background:#EBEBEB;
}
	#time .clock{
		text-align:right;
		padding-right:10px;
		font-weight:bold;
	}
#main {
	margin-top:10px;
	height:300px;
	overflow:hidden;
}
#main #left {
	width:213px;
}
	#main #left .exprss {
		background:url(../img/bg_exprss.gif) no-repeat;
		width:202px;
		height:149px;
	}
	#main #left .exprss td{
		padding-left:10px;
		padding-top:24px;
	}
		#main #left .exprss textarea{
			width:171px;
			height:61px;
			border:#CCCCCC solid 1px;
			background:#fff;
			display:block;
			margin-bottom:2px;
			padding:5px;
			color:#999A9B;
		}
		#main #left .exprss .input{
			width:56px;
			height:18px;
			border:#CCCCCC solid 1px;
			background:#fff;
		}
		#main #left .exprss .search{
			width:45px;
			height:17px;
			margin-top:2px;
			border:none;
			cursor:pointer;
			background: url(../img/bg_in.gif) no-repeat;
		}
#main #center {
	width:537px;
}
	#main #center .newstitle {
		text-align:right;
		width:503px;
		padding:6px 10px 7px 10px;
		height:9px;
		background:url(../img/bg_news.gif) no-repeat;
	}
	
	#main #center .news {
		width:515px;
		margin-left:8px;
		margin-bottom:10px;
		margin-top:8px;
	}
	#main #center .news li {
		width:515px;
		float:left;
	}
	#main #center .news li a {
		width:420px;
		float:left;
		padding:2px 10px;
		background:url(../img/icon_arr2.gif) no-repeat left 50%;
	}
	#main #center .news li span {
		width:75px;
		float:right;
	}
	#main #center .online {
		background:url(../img/bg_online.gif) no-repeat;
		height:149px;
		width:249px;
		float:left;
	}
		#main #center .online .more {
			text-align:right;
			padding:6px 10px 7px 10px;
			height:11px;
			width:229px;
		}
		#main #center .online .list {
			width:70px;
			margin-left:124px;
			margin-top:8px;
		}
		#main #center .online .list li {
			width:370px;
			float:left;
		}
		#main #center .online .list li a {
			float:left;
			padding:2px 10px;
			background:url(../img/icon_arr2.gif) no-repeat left 50%;
		}
		#main #center .online .list li a:hover {
			color:#0066CC;
			text-decoration:underline;
		}
	#main #center .service {
		background:url(../img/bg_guide.gif) no-repeat;
		height:149px;
		width:249px;
		float:left;
		margin-left:24px;
		display:inline;
	}
		#main #center .service .more {
			text-align:right;
			width:229px;
			padding:6px 10px 7px 10px;
			height:11px;
		}
		#main #center .service .list {
			width:70px;
			margin-left:124px;
			margin-top:8px;
		}
		#main #center .service .list li {
			width:370px;
			float:left;
		}
		#main #center .service .list li a {
			float:left;
			padding:2px 10px;
			background:url(../img/icon_arr2.gif) no-repeat left 50%;
		}
		#main #center .service .list li a:hover {
			color:#0066CC;
			text-decoration:underline;
		}

#main #right {
	background:url(../img/bg_about.gif) no-repeat;
	width:230px;
	padding:34px 10px 0 10px;
	line-height:18px;
	text-align:justify;
	text-justify:inter-ideograph;
}
	#main #right img {
		margin:0 5px 0 0;
	}
	#main #right select {
		background:#EBEBEB;
		border:#CCCCCC solid 1px;
		height:18px;
		width:230px;
		margin-top:13px;
		color:#555555;
	}

