*{
	margin:0;
	padding:0;
}
#header{
	height:80px;
	width:100%;
	background-color:#f5f5f5;	
}
#header img{
	height:80px;
	margin-left:20px;
	float:left
}
#header h2{
	float:left;
	line-height:80px;
	margin-left:20px;
}
#header h3{
	float:left;
	line-height:140px;
	margin-left:20px;
}
.content{
	margin:0 20px;
}
#menu{
	border: 1px solid #ccc;
	border-top:3px solid #ccc;
	margin-top: 20px;
	height:40px;
	background-color: #F5F5F5;
	margin-bottom:10px;
}
#menu ul{
	display:block;
}
#menu ul li{
	cursor:pointer;
	cursor:hand;
	display:inline-block;
	list-style-type: none;
	line-height: 40px;
	padding:0px 15px;
	font-weight: 600;
	font-family: "arial";
	
}
#menu ul li.current{
	color:#ff7f27;
	
	
}
#menu ul li.other{
	color:#000;
	
	
}
#sub_menu_list{
	display: inline-block;
	width:210px;
	height:100%;
	border: 1px solid #ccc;
	overflow:auto;
}
#sub_menu_list ul{
	margin-top: 10px;
}
#sub_menu_list ul li{
	margin-left:20px;


	cursor: pointer;
	color:#000;
	font-family: "微软雅黑","arial";
	font-weight:500;
	font-size: 14px;
	vertical-align: middle;
	margin-bottom:10px;
}
#sub_menu_list ul li.current{
	color:#FF7F27;
	
}
#right_show{
	display: inline-block;
	
	
	height:100%;
	/*border: 1px solid #ccc;
	border-left:none*/
}
.titleP{
	font-weight: bold;
	font-size:20px;
	margin:10px 0px;
	text-indent: 30px;
}
p{
	margin:10px 0px;
	text-indent: 30px;
	padding-left:10px;
	font-weight: bold;
	font-size:20px;
}
.img_show{
	width:98%;	
	margin-left:10px;
}
#table2 tr td {
	width:120px;
}
.qqImg{
	width:13px
}
a{
	text-decoration: none;
	color:#0066d6;
}
a:link{
	text-decoration: none;
	color:#0066d6;
}
a:visited{
	text-decoration: none;
	color:#0066d6;
}

a:hover{
	text-decoration: none;
	color:#0066d6;
}
a:active{
	text-decoration: none;
	color:#0066d6;
}