.map_content {
  padding: 0.8rem 0rem;
}

a {
  color: #333;
}

.level1 {
 
  border-bottom: 1px solid #d1d1d1;
}

.level1_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.35rem 0rem;
}

.level1_left {
  display: flex;
  align-items: center;
}

.level1_left_img {
  width: 0.3rem;
  margin-right: 0.22rem;
}

.level1_left_img img {
  max-width: 100%;
  height: auto;
}

.level1_left_text {
  font-size: 0.32rem;
  font-weight: bold;
  color: #333;
}

.level1_right {
  width: 0.24rem;
}

.level1_right img {
  max-width: 100%;
  height: auto;
}


.level2_list_content {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}

.level2_list_item_img {
  width: 0.12rem;
  margin-left: 0.1rem;
}

.level2_list_item_img img {
  max-width: 100%;
  height: auto;
}

.level2_list_item {
  padding: 0.3rem 0rem;
  display: flex;
  align-items: center;
  width: 25%;
}

.level2_list_item_text {
  font-size: 0.28rem;
  color: #333;
  max-width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.level3 {

  padding: 0.4rem 0.3rem 0rem;
  background-color: #fafcff;
	border: solid 1px #0264ec;
  /* margin-bottom: 0.4rem; */
  display: none;
}

.level3_title {
  display: block;
  font-size: 0.26rem;
  margin-bottom: 0.4rem;

}

.level3_content {
  display: flex;
  flex-wrap: wrap;
}

.level3_item {
  width: 31%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0.2rem;
  box-sizing: border-box;
  position: relative;
  font-size: 0.24rem;
  color: #999;
  margin-right: 3%;
  margin-bottom: 0.4rem;
  display: inline-block;
}

.level3_item:nth-child(3n) {
  margin-right: 0;
}

.level3_item::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  background-color: #999;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.05rem;
}

.level2 {
  display: none;
}




.level2_active .level2_list_item_text {
  color: #0264ec !important;
}

.level2_active .img_block {
  display: none !important;
}

.level2_active .img_none {
  display: inline-block !important;
}

.level1_content_active .level1_right .img_block {
  display: none !important;
}

.level1_content_active .level1_right .img_none {
  display: inline-block !important;
}


/* ============== lvhaonan 修改 start ============== */
.level1_left_text {
  font-size: 0.28rem;
}
/* ============== lvhaonan 修改 end ============== */
