/* news latest */
.news-latest h3 { color: #FFFFFF; }
.news-latest strong,
.news-latest p { color: #FFFFFF; line-height: 26px; }
.news-latest .article {
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #FFFFFF;
}
.news-latest .article:last-child { border: 0px; padding-bottom: 0px; }
.news-latest .image {
	float: left;
	width: 78px;
	height: 78px;
}
.news-latest .image img { width: 100%; height: auto; }
.news-latest .text {
	float: right;
	padding-left: 20px;
	width: calc(100% - 78px);
	width: -webkit-calc(100% - 78px);
}
.news-latest .text p { padding-bottom: 0px; }
.news-latest .text p:after {
	content: '\f178';
	font-size: 15px;
	color: #FFFFFF;
	display: inline-block;
	margin-left: 10px;
	font-weight: 400;
	transition: margin 0.2s linear;
	-webkit-transition: margin 0.2s linear;	
}
.news-latest .article:hover .text p:after { margin-left: 20px; }