@charset "utf-8";
/* CSS Document */

.wrong-message{text-align:center;}

#main_map{
	height: 600px;
	margin-top: 24px;
}

/*.wrong-message{
	margin-top: 28px;
	font-size: 14px;
	color: #f00;
	height: 36px;
	line-height: 36px;
	color: #005F19;
}

.wrong-message .wrong-message-text{
	display: inline-block;
	margin: 0 8px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #ccc;
	padding: 0 8px;
	width: 240px;
}

.wrong-message .wrong-message-btn{
	height: 36px;
	line-height: 36px;
	width: 112px;
	background: #005F19;
	color: #fff;
	cursor: pointer;
}*/

#diqu .container{
	margin-top: 36px;
	margin-bottom: 36px;
	border: 1px solid #ebebeb;
	color: #333333;
	font-size: 14px;
}

#diqu-select{
	height: 44px;
	line-height: 44px;
	background: #f4f4f4;
}

#diqu-select select{
	display: inline-block;
	width: 142px;
	height: 26px;
	background: #fff;
	border: 1px solid #cccccc;
	padding: 0 18px 0 8px;
	background-image: url(../img/common-img/select-bg.png);
	background-position:  right center;
	background-repeat: no-repeat;
	padding-right: 0\9;;
}

#diqu-select .span1{
	padding: 0 10px 0 18px;
}

#diqu-select .span2{
	padding: 0 8px 0 24px;
}

#diqu-select .diqu-btn{
	display: inline-block;
	width: 72px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: #013f0e;
	color: #fff;
	font-size: 12px;
	margin-left: 24px;
	cursor: pointer;
}

.area_list{

}

.area_list ul li {
    font-size: 14px;
    color: #333;
}

.area_list ul li p{
	border-top: 1px solid #ebebeb;
	padding-left: 18px;
	height: 44px;
	line-height: 44px;
}

.area_list ul li p.cityName{
	padding-left: 42px;
	background: url(../img/common-img/city-bg.png) 18px center no-repeat;
	
}

.area_list ul li p.msg span{
	display: inline-block;
	margin-right: 30px;
}














































