@charset "utf-8";
.section-of1 ul li{
	line-height: 32px;
	padding: 50px 0 10px;
}
.section-of1 ul.sonLi li{
	line-height: 32px;
	padding: 6px 0 10px;
	margin-left: 50px;
	color: gray;
	list-style-type: circle;
}
.section-of1 ul li>h4{
	height: 38px;
	line-height: 38px;
	background-color: #0f954b;
	border-radius: 4px;
	color: #FFFFFF;
	margin: 30px 0 10px 0;
	text-align: center;
	padding: 0 20px;
	display: inline-block;
}
.section-of1 {
	text-align: justify;
	word-wrap: break-word;
	word-break: break-all;
	line-height: 170%;
	letter-spacing: 2px;
	min-height: 300px;
}
.section-of1 p {
	margin-bottom: 10px;
}
.section-of1 h4{
	height: 38px;
	line-height: 38px;
	background-color: #0f954b;
	border-radius: 4px;
	color: #FFFFFF;
	margin: 30px 0 10px 0;
	text-align: center;
	padding: 0 20px;
	display: inline-block;
}
.section-of1 ul img{
	width: auto;
	max-width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.section-of1 h5{
	font-size: inherit;
	margin: 23px 0 13px;
}
.section-of1 ul li p+p{
	margin-top: 12px;
}
.section-of1 table{
	border-collapse: collapse;
	table-layout: fixed;
}
.section-of1 table tr th{
	background-color: #b9b9b9;
	color: #555;
}
.section-of1 table tr td,.section-of1 table tr th{
	vertical-align: middle;
	padding: 13px 10px;
	border:1px solid #ddd;
}
.section-style1{
	padding:20px 40px 60px;
	background-color: #FFFFFF;
	margin-top: -24px;
}
.section-of1 ul li a{
	color: #3882FD;
}
.section-of1 ul li a:hover{
	text-decoration: underline;
}