.rdoc {
	font-family: "宋体";
	color: #000;
	font-size: 16px;
	line-height: 175%
}

.rdoc body {
	margin: 0;
	padding: 10px;
	box-sizing: border-box
}

.rdoc ol,.rdoc ul {
	padding-left: 40px;
	margin: 16px 0
}

.rdoc a {
	color: #00e;
	text-decoration: underline
}

.rdoc b {
	font-weight: 700
}

.rdoc em,.rdoc i {
	font-style: italic
}

.rdoc sub {
	vertical-align: sub
}

.rdoc sup {
	vertical-align: super
}

.rdoc ol {
	list-style-type: decimal
}

.rdoc ul {
	list-style-type: disc
}

.rdoc ol>li {
	list-style-type: decimal
}

.rdoc ul>li {
	list-style-type: disc
}

.rdoc img {
	max-width: 100%;
	display: inline-block;
	border: none
}

.rdoc p {
	margin: 16px 0
}

.rdoc blockquote {
	margin-left: 40px
}

.rdoc td,.rdoc th {
	text-align: left
}

.editorImageUnits {
	white-space: nowrap
}

.editorImageUnit {
	display: inline-block;
	border: 1px solid #ddd
}

.editorImageUnit img {
	display: block;
	margin: 0 auto
}

.editorImageUnit div {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: #eee;
	line-height: 40px;
	font-size: 18px;
	color: #666;
	padding: 0 10px;
	box-sizing: border-box
}

.editorImageUnits.col2>.unit0,.editorImageUnits.col2>.unit1 {
	width: 50%
}

.editorImageUnits.col3>.unit0,.editorImageUnits.col3>.unit1 {
	width: 33%
}

.editorImageUnits.col3>.unit2 {
	width: 34%
}