.top{
	height: 50px;
	position: relative;
	background: -webkit-linear-gradient(160deg,#2277e6,#1bb9fb);
}

.top-left-img{
	position: absolute;
	left: 0;
    margin-top: 9px;
}

.top-right-img{
	position: absolute;
	right: 8px;
    margin-top: 9px;
}

.content{
	box-sizing: border-box;
	padding: 15px;
	background: white;
}

.map{
	text-align: center;
	width: 100%;
	height: 250px;
	margin: 0;
	font-family: "微软雅黑";
}

.BMap_cpyCtrl {
	display: none !important;
}

.list-div{
	margin-top: 25px;
}

.con-item{
	list-style: none;
	box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 10px;
}

.icon-img{
	width: 24px;
	vertical-align:middle;
	margin-right: 10px;
}
.top-img{
    width: 100%;
	display: block;
}