.page-county .map-box {
  display: flex;
  display: -ms-flexbox;
}
.page-county .map-box .right {
  margin-left: 40px;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  width: 0;
}

@media screen and (max-width: 768px) {
  .page-county .map-box {
    flex-direction: column;
  }
  .page-county .map-box .left {
    width: 100%;
  }
  .page-county .map-box .right {
    width: 100%;
    margin-left: 0;
  }
}
.county-work-dynamics-list {
  display: flex;
  flex-direction: column;
  display: -ms-flexbox;
  -ms-flex-direction: column;
  background: #f3f3f3;
  padding: 8px 4px;
  margin-top: 12px;
}
.county-work-dynamics-list .item {
  display: block;
  font-size: 16px;
  color: #3f3f3f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
}
.county-work-dynamics-list .item:last-of-type {
  margin-bottom: 0;
}

#county-map-container {
  width: 500px;
  height: 500px;
  filter: drop-shadow(2px 4px 6px rgba(154, 33, 47, 0.7254901961));
}

@media screen and (max-width: 768px) {
  #county-map-container {
    width: 100%;
    height: 420px;
  }
}
.select-main-city-box {
  max-width: 100%;
}
.select-main-city-box .select-main-city-item {
  background: #ffffff;
  line-height: 40px;
  margin-bottom: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px dashed #f6cdb3;
}
.select-main-city-box .select-main-city-item:hover {
  color: #c80500;
}
.select-main-city-box .select-main-city-item:last-of-type {
  border-bottom-width: 0;
}