
.top-content{
    position: relative;
}

.cityCode_h{
    display: none;
    width: 1000px;
    padding: 24px 88px 48px 92px;
    font-size: 14px;
    background-color: #fff;
    position: absolute;
    top: 50px;
    /* top: 3px; */
    left: 0;
    z-index: 9999;
    /* padding: 20px; */
    border: 1px solid #f1f2f3;
    box-shadow: 0px 10px 29px 0px rgba(212, 213, 214, 0.7);
}
.cityCode_h .gbBox_img {
  width: 32px;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.cityCode_h .quhuaBox{
    width: 100%;
    /* height: 200px; */
    /* background-color: pink; */
}
.cityCode_h .curSsq li {
    /* line-height: 38px;
    height: 38px; */
    float: left;
  }

  .cityCode_h .curSsq li a::after {
    content: " > ";
    color:#c9cbd0;
    width: 5px;
    margin: 0 5px;
    text-align: center;
  }

  .cityCode_h .curSsq li:last-of-type a::after {
    content: '';
    clear: both;
  }

  .cityCode_h .curSsq li a {
    display: block;  color: #303133; font-size:16px;font-weight: 700; 
  }

.cityCode_h .selectedBox {
    padding: 20px 0;
    /* border-bottom: 1px solid #ccc; */
  }

.cityCode_h .selectedBox li {
    float: left;
    width: 152px;
    margin-right: 10px;
  }

/* .cityCode_h .selectedBox li:nth-of-type(9n) {
    margin-right: 0;
  } */

.cityCode_h .selectedBox li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    height: 30px;
    color: #45484b;
    line-height: 30px;
    padding: 0 3px;
  }

.cityCode_h .selectedBox li a:hover {
    background: #f1f2f3;
  }

  .cityCode_h .station_x {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ccc;
  }

  .cityCode_h .station_x li {
    float: left;
  }

  .cityCode_h .station_x li a {
    color: #fff;
    /* background-color: #4293f4; */
    background-color: #FF5B24; 
   /* padding: 0 20px;  */
    width: 100px;
    text-align: center;
    display: block; 
    height: 38px; 
    line-height: 38px; 
    font-size: 16px;
    border-radius: 2px;
  }
  .cityCode_h .station_x li a:hover{
    background-color: #ED5F2F;
  }
  .cityCode_h .bumen .title{
    color: #0d1c28;
    font-weight: 700;
    line-height: 38px;
    height: 38px;
}
  .cityCode_h .bumenList_x {
    padding: 20px 0;
  }

    .cityCode_h .bumenList_x li {
    float: left;
    width: 189px;
    margin-right: 10px;
  }

    .cityCode_h .bumenList_x li:last-of-type {
    margin-right: 0;
  }

    .cityCode_h .bumenList_x li a {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #45484b;
    padding: 0 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

    .cityCode_h .bumenList_x li a:hover {
    background: #f1f2f3;
  }

  .cityCode_h .bumen{
    width: 100%;
    /* height: 200px; */
    /* background-color: yellow; */
}


/* 区划加选中颜色 */
.areaActiveColor{color: #FF5B24 !important;}
.areaActiveColor:hover{color: #ED5F2F;}







