@charset "utf-8";
 
.city_search{ width:100%; font-size:1em; position:relative; z-index:8000;}

.city_search li { display:inline-block; *display:inline; *zoom:1; vertical-align:top; width:40%; margin-top:1em; margin-right:5%; position:relative; text-align:left; }

.city_title { position:relative; z-index:8002; color:#777; height:40px; line-height:40px;cursor:pointer; background-color:#fff; }
.city_title_on { }

.key_word { position:absolute; left:0px; top:0px; width:100%; text-indent:10px;height:40px; line-height:40px; padding:0; overflow:hidden;  }

.city_icon { position:absolute; right:0px;top:0px; width:40px; height:40px; background:url(../image/sanjiao1.gif) center center no-repeat; }
.city_icon_on{ background:url(../image/sanjiao2.gif) center center no-repeat; }


.city_content { position:absolute; left:0; top:41px; z-index:8001; width:100%; padding:0;overflow:hidden; *zoom:1;  border:1px solid #ccc; display:none; box-shadow:0px 0px 3px #ccc; border-radius:3px; background-color:#fff;   }

 

.city_list { width:100%; padding-bottom:10px; }
.city_list h5 { background-color:#f6f6f6; margin:0; padding:0;}
.city_list h5 b{ display:inline-block; *display:inline; *zoom:1; vertical-align:top; padding:5px 10px; font-weight:normal; color:#06c; }
.city_list a { display:inline-block; *display:inline; *zoom:1; vertical-align:top; color:#999; margin-right:10px;word-break:break-all; white-space:nowrap; padding:5px 10px; cursor:pointer; margin:5px 5px 0 0; }
.city_list a:hover { color:#06c; text-decoration:underline;}

