.content-header .header-wrap h2 {
	padding-bottom: 34px;
	}
.content-header .header-wrap h2 em {
	bottom: 0; left: 10px;
	width: 250px;
	}
.content-header .header-wrap h2 abbr {
    display: inline-block;
    position: relative;
	margin: 0 5px;
    color: #ffffac;
    text-decoration: none;
	}
.content-header .header-wrap h2 abbr::after {
    content: attr(data-title);
    position: absolute; bottom: -20px; left: 0;
    width: 200px;
    font-size: 14px;
	}
.content-header .header-wrap h3 abbr {
    display: inline-block;
    position: relative;
	margin: 0 5px;
    color: #80ff80;
    text-decoration: none;
	}
.content-header .header-wrap h3 abbr::after {
    content: attr(data-title);
    position: absolute; top: -20px; left: 0;
    width: 230px;
    font-size: 14px;
	}
.content-header .header-wrap h3 abbr em {
	position: absolute; top: -36px; left: 200px;
	width: 210px;
	font-size: 14px;
	}
.content-header .header-wrap hr {
	left: 250px;
	width: calc(100% - 250px);
	}
.content-header .header-wrap h4 abbr {
    display: inline-block;
    position: relative;
	margin: 0 5px;
    color: #80ff80;
    text-decoration: none;
	}
.content-header .header-wrap h4 abbr::after {
    content: attr(data-title);
    position: absolute; bottom: -20px; left: 0;
    width: 200px;
    font-size: 14px;
	}
.content-header .header-wrap h4 abbr:last-child::after {
	bottom: auto; top: -20px;
	}