@charset "UTF-8";
.device-pc .youPcakWrap {
  width: 840px;
}

.device-pc .current {
  background: #ffff99;
}

.device-pc #map {
  height: 450px;
}

.device-pc .wardsTitle {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 1px;
}

.device-pc .wardsTitle img {
  vertical-align: baseline;
  margin-right: 5px;
}

.device-pc .selectPostOffice {
  font-size: 24px;
  margin-bottom: 10px;
}

.device-pc #placeListsWrap {
  border: 1px solid #bbb;
  overflow-y: scroll;
  height: 133px;
    padding: 7px;
}

.device-pc #placeLists::after {
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.device-pc #placeLists li {
  margin-bottom: 7px;
  cursor: pointer;
  font-size: 14px;
  width: 50%;
}

.device-pc #placeLists li:nth-child(odd) {
  float: left;
}

.device-pc #placeLists li:nth-child(even) {
  float: right;
}


.device-pc #placeLists li img {
  vertical-align: baseline;
  width: 12px;
  margin-right: 3px;
}
