.ccm-page .img_r-space img{
	float: right;
	margin: 0 0 16px 16px;
	width: 40%;
    height: auto;
}
.ccm-page .img_r-space li{
	margin:0 0 16px 0px;
	padding-left: 1em;
	position: relative;
}
.ccm-page .img_r-space li::before{
	font-family: FontAwesome;
    content: "\f111";
    font-size: 0.6rem;
    position: absolute;
    top: 3px;
    left: 2px;
}
