.ccm-page .img_r h1:first-child,
.ccm-page .img_r h2:first-child,
.ccm-page .img_r h3:first-child,
.ccm-page .img_r h4:first-child,
.ccm-page .img_r h5:first-child,
.ccm-page .img_r h6:first-child{
	margin-top:0;
}
.ccm-page .img_r ol{
	counter-reset: number 0;
}
.ccm-page .img_r li {
	margin: 0 0 16px 0px;
	padding-left: 1em;
	position: relative;
	line-height: 1.6;
}
.ccm-page .img_r ul li::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f111";
	font-size: 0.6rem;
	position: absolute;
	top: 4px;
	left: 2px;
}
.ccm-page .img_r ol li::before{
	counter-increment: number 1;
	content: counter(number) "、 ";
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
}
