/**
 * cugb.css by zhangnan
 * Copyright China University of Geosciences,Beijing
 * Released on: August 26, 2020
 */

a.content-link:link {
	color:#0000fB;
}
a.content-link:visited {
	color:#0000fB;
}
a.content-link:hover{
	color: #f60;
}

.content-title-wrapper {
	border-bottom: 1px solid #184DB0;
}
.content-title-wrapper div {
	height:42px;
	background:#184DB0;
}
.content-title-wrapper div h4 {
	font-weight: 400;
	line-height:42px;
	font-size: 16px;
	color:#fff;
	text-align: center;
}

span.content-headline::before {
  content: "\f0da";
  padding-right: 5px;
}
span.content-headline {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	padding-left: 5px;
	color: #00009B;
	font-size: 16px;
}

