/* 富文本样式 */
.section {
	font-size: 14px;
	color: #333;
	line-height: 2em
}
.section p {
	margin: 0;
	line-height: 2;
	/* padding-top: 1em; */
}
.section img {
	max-width: 100%;
	display: block
}
.section em{
	font-style: italic
}
.section ul{
	list-style-type: disc;
	padding-left: 1em;
	line-height: 2;
	/* padding-top: 1em; */
}
.section li{
	line-height: 2;
	padding-top: 1em;
}
.section ol{
	list-style-type: decimal;
	/* padding-top: 1em; */
	padding-left: 1em;
	line-height: 2;
}
.section table{
	width: 100%;
	padding-top: 1em;
	border-top-color: #ccc;
    border-right-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
}
.section td {
	line-height: 40px;
}
.section a {
	color: #2e9ff5;
	cursor: pointer;
	text-decoration: none
}
.section a:hover{
	text-decoration: underline
}

