sup {
    font-size: 11px;
    position: relative;
    top: -5px;
}
sub {
    font-size: 11px;
    position: relative;
    bottom: -5px;
}
.content_ {
	font-size: 13px;
	line-height: 20px;
}
.content_  a{
	color: #f36f2b;
}
.content_  .orange{
	color: #f36f2b;
}
.content_ p+p{
	padding-top: 16px;
}
.content_ h2{
	font-size: 18px;
	font-weight: 700;
}
.content_ h3{
	font-size: 16px;
	font-weight: 700;
}
.content_ h4{
	font-weight: 700;
	padding-top: 24px;
}
.content_ li{
	padding-left: 11px;
	position: relative;
}
.content_ ul{
	margin-bottom: 25px;
	list-style: outside;
}
/*
.content_ li:before{
	background: #000;
	border-radius: 50%;
	content: '';
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	width: 4px;
}*/
.content_ .box{
	padding-bottom: 44px;
	padding-top: 44px;
}
.content_ .box+.box{
	border-top: 1px solid #e4e6e7;
}
.content_ h1.title   {
	font-size: 18px;
    font-weight: 700;
    padding-bottom: 20px;
  /*  text-transform: capitalize; */
}