.content {
	height: auto;
	width: 1155px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	overflow:hidden;
}
.content .left {
	float: left;
	height: auto;
	width: 240px;
}
.content .right {
	float: right;
	height: auto;
	width: 880px;
}
.content .left .leftTitle {
	color: #FFFFFF;
	background-color: #0A7DB3;
	height: 60px;
	width: 240px;
	text-align: center;
	padding-top:10px;
}
.content .left .leftTitle .H1 {
	color: #FFFFFF;
	height: 30px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 24px;
	font-weight: 800;
	text-align: left;
}
.content .left a .submenu {
	background-color: #CCCCCC;
	height: 38px;
	width: 210px;
	border-top:solid 1px #fff;
	padding-left: 30px;
	line-height: 38px;
	color: #000000;
	font-size: 12px;
	outline: 0;  
	-webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color:#000000;
}
.content .left a:hover .submenu {
	background-color: #0A7DB3;
    color:#ffffff;
    height: 38px;
}
.content .left .hover .submenu {
	background-color: #0A7DB3;
    color:#ffffff;
    height: 38px;
}
.content .right .current {
	height: 35px;
	width: 100%;
	font-size: 14px;
	line-height: 35px;
	font-family: "ËÎÌå";
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.content .right .w_body {
	height: auto;
	width: 100%;
	line-height: 35px;
	margin-top: 10px;
}
