 /* 区域切换样式 */
 .dist_list{
    width: 1000px;
    height: 645px;
    background: #fff;
    border: 1px solid #ddd;
    position: absolute;
	display:none;
    margin-top: 20px;
    padding: 20px;
    z-index: 100;
    margin-left: -600px;
	top:130px;
	left: 50%;
}
 .dist_list span{
    font-size: 22px;
    font-weight: bold;
     cursor: pointer;
     vertical-align: -4px;
}
.dist_list ul{
    margin-top: 32px;
}
.dist_list .lo > li{
    float: left;
    height: 500px;
    /*text-align: center;*/
    text-indent: 20px;
}
.dist_list .lo > li.xz_title{
    float: left;
    height: 500px;
    text-indent: 20px;
    width:22%;
}
.dist_list .lo >li span{
    font-size: 18px;
}

.dist_list .or{
    border-right: 1px solid #F2F2F2;
}
.dist_list .city{
    height: 500px;
    margin-top: 15px !important;
}
/* .dist_list .city-3 li,.dist_list .city-4 li,.dist_list .city-5 li{
    display:none;
} */
.xz_title{
    width:20%;
    display: inline-block;
}
.city-3,.city-4,.city-5{
    display:none;
}
.dist_list .quxian,.dist_list .jiedao,.dist_list .shequ{
    display:none;
}
.dist_list .city-1{
    width: 110px;
}
.dist_list .city-2{
    width: 210px;
}
.dist_list .city-3{
    width: 100%;
}
.dist_list .city-4{
    width: 100%;
    height: 455px;
}
.dist_list .city-5{
    width: 100%;
}
.dist_list .city li{
    float: left;
    /*padding: 10px;*/
}
.dist_list .city-4 li{
    float: left;
    /*padding: 10px;*/
}
.dist_list #gogo{
    width: 80px;
    height: 36px;
	line-height: 36px;
    font-size: 20px;
    background: #4c67a7;
    color: #fff;
    cursor: pointer;
    margin-right: 15px;
    float: right;
    outline: none;
    border: none;
}
.dist_list .close{
    width: 80px;
    height: 36px;
	line-height: 36px;
    font-size: 20px;
    background: #e4e8f2;
    color: #4c67a7;
    cursor: pointer;
    margin-right: 15px;
    float: right;
    outline: none;
    border: none;
}
.dist_list .city li{
    width: 83px;
    height: 42px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    margin-left: 12px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #4D4D4D;
    /*text-align: center;*/
    line-height: 40px;
    text-indent: 5px;
}
.dist_list .city li:hover{
    background: #edf0f6;
    color: #4c67a7 !important;
    border-radius: 2px;
}
.dist_list .selection-last{
    background: #edf0f6;
    color: #4c67a7 !important;
    border-radius: 2px;
    font-weight: bold;
    font-size: 16px;
}
.dist_list .selection{
    background: #E5F2FF;
    color: #4F8CEE;
    border-radius: 2px;
    font-weight: bold;
    font-size: 16px;
}
/* .dist_list .site{
    display: none;
} */
.dist_list .hot_cun{
    background: #33A0E5 !important;
    color: #fff !important;
    border-radius: 2px;
}
 .line35{
     line-height: 35px;
 }