div.related-items-title {
	background: repeating-linear-gradient(to bottom, #38388b 0, #232373 100%);
    position: relative;
    color: #fff;
    height: 60px;
    zoom: 1;
    line-height: 60px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
	clear:both;
}

ul.related-items {
	padding: 0;
	margin: 0;
	display: flex;
}

ul.related-items li.related-item {
	padding: 0;
	background: none;
	margin: 0 0 0.25em;
	list-style: none;
}

ul.related-items li.related-item>a {
	height: 16px;
	line-height: 16px;
	float: left;
	padding: 0;
	margin: 0 0.5em 0 0;
	font-size: 13px;
	font-weight: bold;
	color:#1c1c1c;
	display: inline-table;
}
ul.related-items li.related-item>a:hover{
	color:#0345bf;
}
ul.related-items li.related-item>a.related-items-title{
	padding-bottom: 10px;
}
ul.related-items li.related-item>a.related-item-image-link {
	text-decoration: none;
	display: table;
	padding-bottom: 15px;
}

ul.related-items li.related-item>a img {
	padding: 0;
	margin: 0;
	height: 170px;
	border: 0;
}

ul.related-items li.related-item>a span {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
}

ul.related-items li.related-item>a span.related-item-date {
	color: #8c8c8c;
}
ul.related-items li.related-item>a span.relate-author {
	color: #8c8c8c;
}
/*clearfix*/
ul.related-items li.related-item:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

ul.related-items li.related-item {
	display: block;
}