/* CSS Document */
body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, form, button, textarea, p, th, td,img
{
	margin: 0;
	padding: 0;
	border: 0;
}
input{
	margin: 0;
	padding: 0;
}
a{
	text-decoration:none;
	color:#1e507c;
}
a:hover {color:#1e507c!important; text-decoration:underline;}
div,p{
	font-family:"Î¢ÈíÑÅºÚ";
}
li{
	list-style:none;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.em2 {text-indent:2em; display:inline-block;}
.fl {float:left!important;;}
.fr {float:right!important;}
/***********************************************************/
body{
background-color:#f8f8f8;
}
#header{
	background:url("../img/banner_side.png") repeat-x;
}
#right_content{
	width:50%;
	float:right;
}
#left_content{
	width:48%;
	float:left;
}
#banner{
	width:980px;
	height:240px;
	margin:0 auto;
	background:url("../img/banner.png") no-repeat center;
	position:relative;
}
#banner img{
	width:100%;
}
#banner div{
	position:absolute;
	top:30px;
	right:20px;
	color:#fff;
	font-size:12px;
}
#banner p{
	margin-bottom:20px;
}
#banner #cd{
	position:absolute;
	top:165px;
	left:563px;
	font-size:30px;
	font-weight:bold;
	text-shadow: -1px -1px 0 #fff,1px 1px 0 #333,1px 1px 0 #444;
}
#banner_small{
	height:144px;
	margin:0 auto;
	background:url(../img/banner_small.png) no-repeat center; overflow:hidden;
	position:relative;
}
#nav{
	background: #3c84b9; /* Old browsers */
	background: -moz-linear-gradient(top,  #3c84b9 0%, #2f70a3 50%, #2a6395 51%, #1e507c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c84b9), color-stop(50%,#2f70a3), color-stop(51%,#2a6395), color-stop(100%,#1e507c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3c84b9 0%,#2f70a3 50%,#2a6395 51%,#1e507c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3c84b9 0%,#2f70a3 50%,#2a6395 51%,#1e507c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3c84b9 0%,#2f70a3 50%,#2a6395 51%,#1e507c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3c84b9 0%,#2f70a3 50%,#2a6395 51%,#1e507c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c84b9', endColorstr='#1e507c',GradientType=0 ); /* IE6-9 */
}
#nav a {color:#fff;}
#nav ul{
	width:980px;
	height:42px;
	margin:0 auto;
}
#nav li{
	float:left;
	color:#fff;
}
#nav li:hover{
	background:url("../img/highlight.png") no-repeat center;
}
#nav li a{
	padding:10px 15px;
	display:block;
}
#nav li a:hover { color:#fff!important; text-decoration:none;}
#content{
	width:980px;
	margin:0 auto;
}
/*****************************************/
.title{
	position:relative;
	border-top:2px solid #1e507c;
	padding:10px 15px;
	background: #e9eef4; /* Old browsers */
	background: -moz-linear-gradient(top,  #e9eef4 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9eef4), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e9eef4 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e9eef4 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e9eef4 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e9eef4 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9eef4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.title_name{
	color:#1e507c;
	font-weight:bold;
	float:left;
}
.arclist{
	padding:0px 10px 10px 15px;
}
.arclist li{
	list-style:inside;
	margin:8px 0px;
	font-size:10px;
	color:#999;
}
.arclist li a{
	color:#595959;
	font-size:13px;
}
.more{
	float:right;
}
/*****************************************/
#link{
	width:100%;
	margin:0 10px;
	border:1px solid #ccc;
	border-top:0;
	padding-bottom:20px;
	background-color:#fff;
}
.location { margin-left:10px; color:#595959; background:url(../img/icon1.png) 0 4px no-repeat; margin-top:15px; display:block; padding-left:18px; font-size:12px}
.location a { color:#595959}
.location_reg { margin:10px; color:#595959; background:url(../img/icon1.png) 0 4px no-repeat; display:block; padding-left:18px; font-size:12px; float:left;}
.location_reg a { color:#595959}

#sponsor{
}
#sponsor img{
	margin:0px 15px;
}
#link_bar{
	margin:0px 20px;
}
#link_bar li{
	float:left;
	color:#999;
}
#link_bar li a{
	color:#999;
}
#copyright{
	text-align:center;
	width:100%;
	margin:50px auto;
	color:#aaa;
	font-size:15px;
}
#footer{
	width:980px;
	margin:0 auto;
}
#foot{width:980px;margin:10px auto;}
#foot_link{width:100%;margin:0 10px;border:1px solid #ccc;border-top:0;padding-bottom:20px;background-color:#fff;}
#foot p a {color:#595959;}
#footer_link { margin:15px 20px 0; font-size:13px; color:#dedede;}
#footer_link span {margin:0 10px;font-size: 12px;}
#foot p a:hover {color:#1e507c; }
#banquan { text-align:center; margin-bottom:20px; color:#999; font-size:13px;border-top: solid 1px #e9e9e9;padding: 20px 0;box-shadow: inset 0 1px 0 #FFF;}
#footer_link p{margin:3px 0;}
#guide_download {color:#1e507c; text-decoration:underline;}
#guide_download:hover {text-decoration:none;}
.report_passage p {display:block;}
#footer {clear:both;}

.title_footer {background-color: #e9eef4;
color: #fff;
border-top: 1px solid #ccc;}
.footer_name {color: #1e507c;
font-weight: bold;
padding: 10px 15px;
}











