#six_points{
	font-size:1.4rem;
}
#six_points ul li {
	position: relative;
	padding-left:2em;
	padding-bottom:14px;
	margin-bottom: 14px;
	border-bottom: 1px #888 solid;
}
#six_points ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: .5em;
	width: 12px;
	height: 12px;
	background: #ffd800;
	border-radius: 50%;
}

.title_img {
    position: relative;
}

.title_img p {
    position: absolute;
    right: 5px;
    bottom: 5px;
    color:#fff;
}