
.side-contact {
	margin-top: 20px;
	color: #575757;
	font-size: 12px;
	line-height: 30px;
	width: 240px;
}
.side-title {
	font-size: 18px;
	font-weight: bold;
	color: #3487d5;
	border-bottom: 1px solid #dddddd;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 15px;
    margin-top: 20px;
}
.side-title:after {
	content: '';
	display: block;
	position: absolute;
	width: 18px;
	height: 3px;
	background-color: #296dac;
	bottom: -2px;
}
.side-title span {
	color: #999999;
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
}
.side-contact img {
	margin-bottom: 1px;
}
