﻿#main_left {
	font-size: 10.5pt;
	height: auto;
}

.sec {
	overflow: hidden;
}

.white {
	background: #fff;
	padding: 15px;
	margin-bottom: 20px;
	overflow: hidden;
	/* //width:45%; */
	margin: 20px 0;
}

.white ul {
	color: #466426;

}

.white h6 {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}

.white h6 span.span_left {
	float: left;
	width: 35px;
	height: 35px;
	display: block;
	background: #ffbb2f;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 15pt;
	font-weight: bold;
	line-height: 1.8em;
}

.white h6 span.span_right {
	display: block;
	float: left;
	margin-left: 20px;
	font-size: 12pt;
	line-height: 2.6em;
	color: #565656;
}

.left {
	/* width: 50%; */
	line-height: 1.8em;
}

.link {
	background: #f26b44;
	color: #fff;
	text-align: center;
	margin-top: 30px;
}

.link a {
	color: #fff;
	padding: 10px 0;
	display: block;
}

.right img {
	width: 100%;
}

/* 
.left {
	float: left;
}

.right {
	float: right;
} */