@charset:utf-8;
/*CSS Document*/


.main{
	width: 980px;
	 
	/*background-color: #ddd;*/
	margin: auto;
	overflow: hidden;
}

.mainLeft{
	width: 25%;
	min-height: 700px;
	float: left;
}

.mainTitle,
.rightTitle{
	width: 100%;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	height: 50px;
	background-color: #247db0;
	line-height: 50px;
	color: #fff;
	font-weight: 600;
}

.menu_list{
	/*margin:0px 0px;*/  /*调整左侧列表边距*/
	width: 100%;
	/*border: 2px solid #f00;*/
	background-color: #fff;
	}
.addBorder{
	border-bottom: 1px solid #e1e1e1;
}

.menu_head{
	width: 100%;
	height:47px;
	line-height:47px;
	font-size:14px;
	color:#525252;
	cursor:pointer;
	border:1px solid #e1e1e1;
	position:relative;
	font-weight:bold;
	background:#f1f1f1;
	/* url(../imgs/pro_left.png) center right no-repeat*/
	margin:0;
	}

/*控制列表字体相对位置*/
.menu_head span{
	margin-left: 20px;
}
.menu_body span{
	margin-left: 32px;
}

.menu_list .current{
	background:#f1f1f1;
	/* url(../imgs/pro_down.png) center right no-repeat*/
	}
.menu_body{
	width: 100%;
	height:auto;
	overflow:hidden;
	line-height:38px;
	border-left:1px solid #e1e1e1;
	background:#fff;
	border-right:1px solid #e1e1e1;
	padding:0px 10px;
	}
.menu_body a{
	display:block;
	width: 100%;
	height:38px;
	line-height:38px;
	color:#777777;
	background:#fff;
	text-decoration:none;
	border-bottom:1px solid #e1e1e1;
	}
.menu_body a:hover{text-decoration:none;}

.mainRight{
	width: 75%;
	min-height: 700px;
	float: left;
	background-color: #ccc;
	/*border: 2px solid #f00;*/
	background-color: #fff;
}

.mainRight ul{
	list-style:none;
}
.mainRight ul li {
	float:left;
	width:25%;
	text-align:center;
	 
}
.mainRight ul li img{ margin:2px auto;}