.service {
	position: relative;
	display: none;
	right: 203px;
	width: 200px;
	top: 40px;
	z-index: 9999;
	background: #fff;
	border-radius: 10px 10px 0 0;
}
p.header-title {
	position: relative;
	top: -25px;
}

.header {
	background: #3351a8;
	text-align: center;
	font-size: 20px;
	height: 50px;
	color: #fff;
	border-radius: 10px 10px 0 0;
}
.content-header {
	height: 110px;
	border: 1px solid#3351a8;
	border-top: none;
}

.content-header-left{
	float: left;
	width: 48%;
	margin-left: 2%;
	color: #533a35;
}

.content-header-right {
	float: left;
	width: 50%;
}

.content-center {
	height: 50px;
	border: 0.5px solid#3351a8;
	border-top: none;
}

.content-footer {
	height: 30px;
	border: 0.5px solid#3351a8;
	border-top: none;
}

.icon {
	position: relative;
	top: -1px;
}

.content-list-one a {
	text-decoration: none;
	width: 88px;
	color: #3351a8;
}

.content-center-left ,.content-footer-left {
	float: left;
	width: 48%;
	margin-left: 2%;
	line-height: 23px;
	color: #533a35;
}

.content-center-right ,.content-footer-right {
	float: left;
	width: 50%;
}