.web-map .title {
	width: 100%;
	display: inline-block;
	position: relative;
	margin: 0 auto 10px;
	padding: 20px 0;
	font-size: 18px;
	border-bottom: 1px solid #e0e0e0;
	font-weight: bold;
	color: #017cda;
	text-indent: 20px;
}
.web-map .title a {
	color: #017cda;
}
.web-map .title span {
    display: block;
    width: 5px;
	height:20px;
    border-left: 5px solid #017cda;
    position: absolute;
    left: 0;
    transition: 0.5s all linear;
}
.web-map .title:hover span {
    display: block;
    width: 5px;
	height: 0px;
    border-left: 5px solid #017cda;
    position: absolute;
    left: 0;
}


.map-list {
    width: 100%;
    margin: 0 auto 10px;
}
.map-list:last-child {
    margin: 0 auto 25px;
}
.map-list p,
.map-list .filter-box {
    position: relative;
    float: left;
    width: 200px;
    padding: 6px 8px 0;
    height: 40px;
    margin: 10px 8px;
	border: 1px solid #ebebeb;
    
}

.map-list p,
.map-list .filter-box,
.map-list .filter-text,
.map-list .filter-text input {
	font-size: 16px;
	text-align: center;
	color: #333;
	background: #f8f8f8;
	text-overflow: ellipsis;
	height: 46px;
}
.map-list .filter-box,
.map-list .filter-text,
.map-list .filter-text input {
    height: 46px;
    line-height: 46px;
}
.map-list p,
.map-list .filter-text input {
    overflow: hidden;
}
.map-list p {
    line-height: 10px;
}
.map-list p:after {
    display: inline-block;
    content: "";
    height: 100%;
    vertical-align: middle;
}
.map-list .filter-text {
    border: none;
}
.map-list .filter-text i {
    height: 43px;
    line-height: 43px;
    font-style: normal;
}



.map-list .select select {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    /*去掉默认的下拉三角*/
    appearance:none;  
    -moz-appearance:none;  
    -webkit-appearance:none;
}
.map-list .select:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: "+";
    width: 20px;
    background: #f8f8f8;
    color: #6d97bb;
}
.map-list option {
    width: 216px;
	height: 46px;
}


.filter-list {
    display: none;
    width: 100%;
    max-height: 300px;
    background-color: #fff;
    font-size: 14px;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 99;
    border: 1px solid #f6f7f7;
    overflow: auto;
}
.filter-list li.filter-null a {
    color: #d2d2d2;
}
.filter-list li a {
    display: block;
    padding: 0 10px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    color: #333;
	font-size:16px;
}
.filter-list li:hover {
    background-color: #edf4f9;
}

.filter-list li.filter-selected {
    background-color: #fff;
	line-height:50px;
}
.filter-list li.filter-selected a {
	font-size:16px;
    display: block;
    color: #333;
}
.filter-list li.filter-selected a:hover {
    color: #017cda;
}

.filter-text {
    height: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    padding: 0 30px 0 10px;
    background: #fff;
    border: 1px solid #e6e6e6
}








.clear:after {
    content: "·";
    clear: both;
    display: block; 
    height: 0;
    visibility: hidden; 
    clear: both; 
}


.filter-disabled {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}
.filter-box select {
    display: none
}

.filter-text .icon {
    position: absolute;
	top:0;
	right:10px;
}
.filter-text .filter-title {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 0;
    background-color: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    cursor: pointer
}