@CHARSET "UTF-8";

#bgcover {
	width: 990px;
	height: 100%;
	margin: auto;
	position: fixed;
	z-index: -1;
	top: 0px;
	left: 50%;
	margin-left: -495px;
	/* background-color: #fff; */
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#middle {
	width: 1200px;
	margin: auto;
}

#header {
	width: 100%;
	height: 84px;
	position: absolute;
	z-index: 999;
}

#conduct {
	width: 100%;
	height: 650px;
    position: relative;
    z-index: 1;
}

#footer {
	height: 120px;
    width: 100%;
    background: #404040;
}

#progressBar {
	display: block;
	width: 148px;
	height: 28px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -74px;
	margin-top: -14px;
	padding: 10px 10px 10px 50px;
	text-align: left;
	line-height: 27px;
	font-weight: bold;
	position: absolute;
	z-index: 2001;
	border: solid 2px #86a5ad;
	background: #FFF url(../images/progressBar_m.gif) no-repeat 10px 10px;
}

.content_left {
	width: 226px;
	float: left;
}

.content_right {
	width: 100%;
	float: left;
	padding-right: 20px;
	margin-top: 5px;
}

.right_nav {
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	padding-top: 10px;
	padding-left: 45px;
	height: 38px;
	color: #797979;
	background: url(../images/right_nav.png) 0px 0px no-repeat;
}

.right_nav a {
	color: #797979;
	text-decoration: none;
}

.right_content {
	font-size: 15px;
}