.con_list {
  padding: 0.5rem 0 0.1rem;
  background: #efefef;
}
.con_list li {
  width: 100%;
  box-sizing: border-box;
  padding-left: 20%;
  position: relative;
  height: 1rem;
  margin-bottom: 0.5rem;
}
.con_list li span {
  position: absolute;
  font-size: 24px;
  color: #183167;
  text-align: center;
  width: 20%;
  height: 1rem;
  line-height: 1rem;
  left: 0;
  top: 0;
}
.con_list li p {
  line-height: 1rem;
  color: #333;
  font-size: 14px;
}
#allmap {
  margin: 0.75rem 0;
  width: 100%;
  height: 8rem;
}
