.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: #B50100;
	height: 55px;
	width: 240px;
	text-align: center;
	padding-top:7px;}
.content .left .leftTitle .H1,.content .left .leftTitle .H1 a {
	color: #FFFFFF;
	height: 30px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	font-family: "微软雅黑";
	font-size: 20px;
	font-weight: 800;
	text-align: left;}
.content .left a .submenu {
	background-color: #CCCCCC;
	height: 38px;
	width: 240px;
	border-top:solid 1px #fff;
	padding-left: 30px;
	line-height: 38px;
	color: #000000;
	font-size: 13px;
	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: #B40605;
    color:#ffffff;
    height: 38px;}
.content .left .hover .submenu {
	background-color: #B40605;
    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;}
