.con_left{
	position: fixed;
	left: 0;
	bottom: 0;
	top: 66px;
	right: 75%;
	width: 25%;
}


.left_row{
	width: 100%;
	min-height: 45px;
	padding: 15px 0;
	/*line-height: 54px;*/
	border-bottom: 1px solid #e6e6e6;
	background: #efefef;
	text-align: center;
	font-size: 14.4px;
}

.con_left .on{
	background: white;
	border-left: 3px solid #f5394e;
}

.con_right{
	position: fixed;
	left: 25%;
	bottom: 0;
	top: 66px;
	right: 0;
	background: white;
	width: 75%;
}


.rb_title{
	width: 100%;
	text-align: center;
	font-size: 14.4px;
	height: 50px;
	line-height: 50px;
}
.rb_block{
	width: 33.3%;
	padding: 5%;
	float: left;
}
.rb_block img{
	width: 100%;
}
.rb_block p{
	text-align: center;
	font-size: 14.4px;
}