.left_float{
	float: left;
	width: 30%;
	padding-left: 3px;
	margin-left: 1px;
}
.left_float_new {
	float: left;
	width: 25%;
	padding-left: 30px;
	margin-left: 1px;
	background: url(images/new.gif) no-repeat left top;
}
.float_title{
	float: left;
	width: 75%;
	font-size: 16px;
	font-weight: bolder;
}
.float_title_r{
	float: right;
	width: 50%;
	font-size: 16px;
	font-weight: bolder;
}
.float_title_l{
	float: left;
	width: 50%;
	font-size: 16px;
	font-weight: bolder;
}

.clear{
	clear:both;
	width:100%;
	height:1px;
	}
.right_float_cont{
	float: right;
	width: 30%;
	margin-right: 25px;
	padding-right: 55px;	
}
.right_float{
	float: right;
	width: 25%;
}
.title_color {
	background-color: #F3F8FC;

}
.switchcontent{display:none;}
