@charset "utf-8";
/* Index页的布局及特定样式*/

/*mainBox*/
.mainBox2 {
	clear:both;
	margin-bottom:6px;
}
.mainBox2 .mainBox21 {
	float:left;
	width:26%;
}
.mainBox2 .mainBox22 {
	float:right;
	width:73%;
}

/*mainBox*/
.subBox1 {
	clear:both;
	margin-bottom:6px;
}
.subBox2 {
	clear:both;
	margin-bottom:6px;
}
.subBox2 .subBox21 {
	float:left;
	width:64%;
}
.subBox2 .subBox22 {
	float:right;
	width:35%;
}


/*text*/
.more {
	text-align:right;
}
