@charset "utf-8";
/* CSS Document */

.line-report  { 
	width: 100%; height: 1px; 
	border-top: 2px solid #cccccc; 
	display: block; 
	margin-bottom: 15px; 
	margin-top: 15px;
	clear: left;
}

.report { width: 100%; padding: 30px 20px; min-height: 220px; display: block; position: relative; float: left; }

.report::after { clear: both ; }

.report-content { display: block; }

.report .img-wrap { 
	float:left; 
	max-width: 170px;
	padding: 4px;
	margin: 0 20px 15px 0;
	background-color: #EFEFEF;
	border-radius: 4px;
}
.report .img-wrap img { border-radius: 2px; }

.report h4 { 
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: normal;
	padding-bottom: 4px;
	margin-bottom: 11px;
	margin-left: 5px;
	
}
.report p {
	font-size: 15px;
	line-height: 20px;
	text-align: justify;
	text-justify: inter-character;
	white-space: normal;
	word-break: keep-all;
	margin-bottom: 12px;
}

.report-btn { position: relative; float: right; padding: 5px; }

.report a { color: #134A86; }

.report a.btn, .report a.btn:visited {
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 1px 6px 1px 10px;
	line-height: 18px;
	font-size: 18;
	text-transform: uppercase;
	color: #134A86;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
	outline: none;
	border-radius: 5px;
	border: 2px solid #134A86;
}

.report a.btn span { font-size: 12px; line-height: 18px; font-weight: 600; }

.report a.btn i { 
	display: inline-block; 
	font-size: 18px; 
	line-height: 20px; 
	vertical-align: middle; 
	width: 18px; height: 18px;
}


.report a.btn:hover, .report a.btn span:hover, .report a.btn i:hover {
	background-color: #134A86; color: #FFFFFF;
}

@media screen and (max-width: 660px) { 
	.report { padding: 20px 10px; } 
	.report .img-wrap {max-width: 150px;} 
	.report h4 { font-size: 17px;}
	.report p {text-align: left; }
}

@media screen and (max-width: 520px) { 
	.report .img-wrap { float:none; margin-bottom: 20px;}
	.report h4 { font-family: "Roboto", "Arial", sans-serif, normal; font-size: 16px;}	
}

/*-------------- Article ------------*/

.article .two_third { padding-left: 0px; }
.article-title, .article-content {padding: 20px 0px;}

.article-title { }
.article-title .img-wrap { 
	max-height: 180px;
	padding: 4px;
	background-color: #EFEFEF;
	border-radius: 4px;
	margin: auto;
}
.article-title .img-wrap img { border-radius: 2px; }

.article-title h3 { 
	font-size: 28px; 
	line-height: 30px; 
	font-weight: 500; 
	text-align: center;
	letter-spacing: normal;
	margin-bottom: 35px; }

.article-title h4 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0.5px;
}
.article-title p { font-size: 15px; }
.article-title i { font-size: 17px; }

.article span { font-size: 13px; font-weight: 400; margin-right: 10px; }
.article small { font-size: 11px; color: #464646 ; text-transform: uppercase ;}
.article a { color: #134A86 ;}



.line-article-bg  { 
	width: 100%; 
	height: 16px;
	display: block; 
	margin-bottom: 10px; 
	margin-top: 25px;
	line-height: 16px;
}
.article-icon { float: left; width: 25px; display: inline-block;}

.article-icon img { max-height: 15px; }

.line-article  {
	width: 95%;
	height: 4px;
	float: right;
	padding: 6px 0;
	display: inline-block;
	box-sizing: content-box;
}

.line-article span {
	width: 100%;
	height: 4px;
	margin-bottom: auto;
	margin-top: auto;
	border-top: 3px solid #134A86;
	display: block;
}


.article-content p { font-size: 14px; }

.article-content em {
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	font-style: italic;
	vertical-align: baseline;
	text-align: center;
	background-color: #EFEFEF;
	border-radius: 5px;
	padding: 20px;
	margin: 18px 0px;
}

.article-content em b { 
	font-size: 30px; 
	line-height: 18px;
	font-weight: 400;
	vertical-align: bottom;
}

.article-content em i{
	font-size: 15px;
	line-height: 12px;
	font-weight: 300;
	color: #6A6A6A;
	vertical-align: baseline;
	padding: 0px 10px;
	width: 20px;
}
.article-content em i::before { height: 12px; }

.article-content h5 { font-size: 20px; font-weight: 500; letter-spacing: 0.5px; margin: 25px 0px; }

@media screen and (max-width: 600px) { 
	.line-article  {width: 90%;}
	.article-icon { max-width: 20px; width: 10%;}
}
	
	
