.map-container {
  padding: 20px 15%;
}
.map_img {
  position: relative;
}
.prompt {
  position: absolute;
  width: 250px;
  background-color: #fff;
  border: 1px solid #00ca00;
  padding: 10px;
  top: 350px;
  right: 330px;
  z-index: 999;
  box-shadow: 0 0 10px #ccc;
  border-radius: 10px;
}
.prompt p {
  /* 超出2行省略号 */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  margin: 0;
  margin-bottom: 5px;
}
.prompt a {
  color: #000000;
}
.map_img svg {
  position: absolute;
  top: 475px;
  left: 647px;
}

.map_img img {
  width: 100%;
  /* 圆角 */
  border-radius: 10px;
}

.map_img_ico {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.map_img_ico img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 0px;
  cursor: pointer;
}

.map_list {
  margin-top: 50px;
}
.map_list ul {
  display: flex;
  align-items: start;
}
.map_list ul li {
  width: calc(100% / 3);
}
.map_list ul li ul {
  flex-direction: column;
  align-items: start;
  height: 500px;
  background-image: url("../images/map_listbg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map_list ul li ul li {
  width: 100%;
  display: flex;
  margin-bottom: 5px;
}
.map_list ul li ul li img {
  width: 200px;
  margin-right: 5px;
}
.map_list_text {
  width: 100%;
  text-align: center;
  font-size: 16px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: white;
}
.map_list_text a {
  color: #ffffff;
  margin-top: 5px;
}
.map_list_title {
  width: 150px;
  margin: 0 auto;
  text-align: center;
  background-image: url("../images/tjbg.png");
  background-size: 100% 100%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}
.map_list_text_ {
  margin-bottom: 20px;
}
.map_list_text_ p {
  color: white;
}
.map_list_text_time_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.map_list_text_time_box a {
  color: #ffffff;
}
.map_list_website {
  display: flex;
  align-items: center;
  justify-content: center;
}
.map_list_website li a {
  width: 100%;
  text-align: center;
  margin: 10px 0;
  color: white;
}
