#citys {
    left: 50px;
    position: absolute;
    top: 50px;
    width: 545px;
    z-index:100;
}
.cityview {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    font-size: 13px;
    height: 250px;
    height: auto; 
 /*    position: absolute; */
    width: 100%;
    display:none;
    box-shadow: 1px 1px 2px 0 #E6E6E6;
}
.closediv {
    background-image: url("image/close.png");
    cursor: pointer;
    height: 14px;
    position: absolute;
    right: 5px;
    top: 2px;
    width: 14px;
    z-index:1;
}
.gnw {
    border-bottom: 0 solid #E8E8E8;
    color: #0084BB;
    height: 25px;
    position: relative;
}
.gnwA {
    cursor: pointer;
    float: left;
    margin-left: 24px;
    margin-top: 3px;
    position: relative;
}
.gnwdiv {
    height: auto;
    position: relative;
    width: 100%;
}
.gwdiv {
    display: none;
}
.fldiv {
    border-bottom: 1px solid #E8E8E8;
    color: #0084BB;
    padding-left: 22px;
    padding-top: 9px;
    height:26px;
}
.fldivA {
    bottom: 0px;
    cursor: pointer;
    display: inline-block;
    height: 26px;
    margin-right: 0;
    position: relative;
    text-align: center;
    width: 18px;
}
.flbottom {
    color: #999999;
    font-size: 12px;
    padding-bottom: 13px;
    padding-right: 12px;
    padding-top: 4px;
    position: relative;
    text-align: right;
}
/* 
.flbottom {
    bottom: 0;
    color: #999999;
    font-size: 12px;
    padding-bottom: 13px;
    padding-right: 12px;
    padding-top: 4px;
    position: absolute;
    right: 0;
    text-align: right;
} */
.citylistA {
    cursor: pointer;
    float: left;
    height: 19px;
    overflow: hidden;
    padding-bottom: 15px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px;
}
.flcityA {
    height: auto;
    position: relative;
    width: 100%;
}  
/* .flcityA {
    height: 145px;
    overflow: hidden;
    position: relative;
    width: 100%;
} */
.citylist {
    display: inline-block;
    padding-left: 22px;
    padding-top: 15px;
}
.gnwA:hover{
	font-weight: bold;
}
.gnwAhover{
	font-weight: bold;
}
.fldivA:hover{
	font-weight: bold;
	border-bottom: 1px solid #0084BB;
}
.citylistA:hover{
	font-weight: bold;
	color:#0084BB;
}
.fldivAhover{
	font-weight: bold;
    border-bottom: 1px solid #0084BB;
}


/*竖向*/
.clist {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    display: none;
    font-size: 13px;
    height: auto;
    position: absolute;
    width: 248px;
    box-shadow: 1px 1px 2px 0 #E6E6E6;
    max-height: 335px;
    overflow-y: auto;
}

.clistB {
    cursor: pointer;
    overflow: hidden;
    padding-bottom: 7px;
    padding-left: 7px;
    padding-top: 7px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* .clistB:hover{
	background: #42AEC6;
	color:#FFFFFF;
	font-weight: bold;
} */ 
.clistBhover{
	background: #3192BF;
	color:#FFFFFF;
	font-weight: bold;
}

.clistA {
    position: relative;
}

.fldivB {
    bottom: 0;
    cursor: pointer;
    display: inline-block;
    height: 26px;
    margin-right: 0;
    position: relative;
    text-align: center;
    width: 66px;
}

.fldivA:first-child {
    width: 37px;
}