.article-body {
    color: #080000;
    font-size: 16px;
    line-height: 1.6;
}
h1{}
h2{
        position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #32cd32;
}
h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}
h3 {
		position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
}
h3::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #32cd32;
}
h4 {
    border-bottom:1px solid #ccc;
}
blockquote {
    background-color:#fafafa;
    border: 1px solid #fff;
}
blockquote:before {
    color: #ddd;
}
img{
    max-width: 100%;
    height: auto;
}
iframe{
    width: 100%;
}