@charset "utf-8";
/* Index页的布局及特定样式*/

/*mainBox*/
.mainBox2 {
	clear:both;
	margin-bottom:6px;
}
.mainBox2 .mainBox21 {
	float:left;
	width:67%;
}
.mainBox2 .mainBox22 {
	float:right;
	width:32%;
}

.mainBox3 {
	clear:both;
	margin-top:6px;
	margin-bottom:6px;
}
.mainBox3 .mainBox31 {
	float:left;
	width:32%;
}
.mainBox3 .mainBox32 {
	float:left;
	width:36%;
	margin-left:1%;
}
.mainBox3 .mainBox33 {
	float:right;
	width:30%;
}



.tabPanel10 .tabContentGroup {
	height:200px;

