

h3{
	position:relative;
	padding:2px 48px;
	border-bottom:1px solid #62A1CB;
	font-weight:lighter;
}
h3:first-letter{color:#62A1CB;}
h3:before, h2.ppt:after{
	content:"";
	display:block;
	position:absolute;
}
h3:before{
	width:32px;height:32px;
	border-radius:50%;
	border:1px solid #ddd;
	bottom:-16px;
	left:8px;
}
h3:after{
	height:64px;
	border-left:1px solid #ddd;
	bottom:-32px;
	left:24px;
}


ul.arrowList li{
	list-style:none;
	padding-left:1.5rem;
	position:relative;
}
ul.arrowList li:before,
ul.arrowList li:after{
	content:"";
	display:block;
	position:absolute;
}
ul.arrowList li:before{
	width:12px;height:12px;
	border-radius:2px;
	background:#8CC4D9;
	left:0;
	top:5px;
}
ul.arrowList li:after{
	border:3px solid transparent;
	border-left-color:#fff;
	left:5px;
	top:8px;
}

.double{
	width:100%;
	text-align:center;padding-top:60px;
}
.double h2{
	position:relative;
	display:inline-block;

	
}
.double h2:before, .double h2:after{
	content:"";
	display:block;
	width:200px;
	height:4px;
	border-top:1px solid #111;
	border-bottom:1px solid #111;
	position:absolute;
	top:50%;
	margin-top:-2px;
	
}
.double h2:before{left:-224px;}
.double h2:after{right:-224px;}


.ornament{
	width:100%;
	text-align:center;
}

.circle{
	text-align:center;
padding-bottom:60px;
}
