@charset "utf-8";
/* CSS Document */

/* 中间部分开始 */
#content{
	width:1200px;
	margin:0 auto;
	margin-top:10px;
	padding-bottom:20px;
	overflow:hidden;
	padding-bottom: 181px; 
	}
	
#left{
	width:268px;
	float:left;
	margin-top:12px;
	padding:15px 0;
	background:#FFF;
	}
	
/* 左边导航条部分开始 */
.menu_list{width:240px;margin:0 auto;}
.menu_head{height:47px;line-height:47px;padding-left:38px;font-size:16px;color:#525252;cursor:pointer;border:1px solid #e1e1e1;position:relative;margin:0px;font-weight:bold;background:#f1f1f1 url(../images/pro_left.png) center right no-repeat;}
.menu_list .current{background:#f1f1f1 url(../images/pro_down.png) center right no-repeat;}
.menu_body{line-height:38px;border-left:1px solid #e1e1e1;backguound:#fff;border-right:1px solid #e1e1e1;}
.menu_body a{display:block;height:38px;line-height:38px;padding-left:38px;color:#777777;background:#fff;text-decoration:none;border-bottom:1px solid #e1e1e1;}
.menu_body a:hover{text-decoration:none;}
/* 左边导航条部分结束 */	


#right{
	width:920px;
	float:right;
	margin-top:12px;
	background:#fff;
	}
#right h1 {
	line-height:55px;
	height:55px;
	padding-left:20px;
	font-size: 16px;
	font-weight:100;
}
#right h1 a{
	font-size: 16px;
	font-weight:100;
}
#right ul{
	width:850px;
	margin:0 auto;
	}
#right ul li {
	line-height: 35px;
	height: 35px;
	padding-left:12px;
	background:url(../images/tubiao10.gif) no-repeat 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #979797;
	}
#right ul li a{
	width:600px;
    font-size:14px;
	display: block;
	white-space:nowrap;     /*强制不换行*/
	overflow:hidden;            /*//自动隐藏文字*/
	text-overflow: ellipsis;    /*/文字隐藏后添加省略号*/
	-o-text-overflow:ellipsis; /*/适用于opera浏览器*/
	}
#right ul li span{
	float: right;
	margin-right:10px;
	color:#666;
	}
#right ul li a:hover {
	color:#0c72ba;
}


#fy{
	margin-top:30px;
	text-align:center;
	padding-right:15px;
	}

/* 中间部分结束 */

