.map{
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
	overflow: hidden;
}
#map_left{
	width: 500px;
	height: 300px;
	background: green;
	float: left;
}
.map_right{
	float: right;
	width: 530px;
	height: ;
	
}
.map_ul{
	border-bottom: 2px solid #1e90cf;
	padding-bottom: 8px;
}
.map_ul li:first-child{
	color: #1e90cf;
	font-size: 33px;
	letter-spacing: 2px;
}
.map_ul li:first-child+li{
	color: #9f9f9f;
	font-size: 18px;
	letter-spacing: 1px;
}
.map_list{
	width: 100%;
	padding-top: 16px;
}
.map_list li{
	font-size: 16px;
	color: #9f9f9f;
	line-height: 42px;
	padding-left: 36px;
}




















