.webmap_box {
  width: 1200px;
  margin: 18px auto;
  display: flex;
  gap: 37px;
  height: calc(100vh - 297px);
}

.webmap_box .webmap_left {
  width: 226px;
  height: 140px;
  background: #ffffff;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #ecedf0;
  border-top: 4px solid #f7d049;
  position: relative;
  box-sizing: border-box;
}

.webmap_box .wlicon {
  width: 16px;
  height: 16px;
  margin-left: 7px;
}

.webmap_box .wleft_item {
  width: 226px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #e0ab05;
}

.webmap_box .wleft_item2 {
  width: 224px;
  height: 68px;
  background: #f5f6f8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #59636d;
}

.webmap_box .wleft_item2 .wlicon {
  display: none;
}

.webmap_box .wleft_item2 .bwlicon {
  width: 16px;
  height: 16px;
  margin-left: 7px;
}

.webmap_box .wleft_item2:hover {
  color: #e0ab05;
}

.webmap_box .wleft_item2:hover .wlicon {
  display: block;
}

.webmap_box .wleft_item2:hover .bwlicon {
  display: none;
}

.webmap_box .webmap_right {
  width: 977px;
  background: #ffffff;
  border: 1px solid #ecedf0;
  border-top: 4px solid #f7d049;
  box-sizing: border-box;
  padding: 0 0px 0 46px;
}

.webmap_box .link_box {
  margin-bottom: 20px;
}

.webmap_box .link_title {
  height: 60px;
  font-weight: 500;
  font-size: 24px;
  color: #e0ab05;
  line-height: 60px;
}

.webmap_box .link_list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.webmap_box .link_item {
  display: block;
  width: 120px;
  height: 36px;
  font-weight: 500;
  font-size: 16px;
  color: #24292e;
  line-height: 36px;
}
