 .section1 .content {
  padding-bottom: 0.52rem;
}
.section1 .content .map-box {
  position: relative;
}
.section1 .content .map-box .info {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.31rem 0.57rem;
}
.section1 .content .map-box .info > p {
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  line-height: 2;
}
.section1 .content .map-box .info > p.bold {
  font-size: .13rem;
  font-weight: bold;
}
.section1 .content .map-box .info > p .icon {
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 14px;
}
.section1 .content .map-box .info > p span {
  flex: 1;
}
.section1 .content #allmap {
  width: 100%;
  /*height: 3.13rem;*/
  margin-bottom: 0.42rem;
}
.section1 .content .list {
  display: flex;
  flex-wrap: wrap;
}
.section1 .content .list > li {
  width: calc((100% - 38px)/2);
  margin-right: 38px;
  padding: 27px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.13);
  margin-bottom: 38px;
  transition: all 0.5s ease 0s;
}
.section1 .content .list > li:nth-child(2n) {
  margin-right: 0;
}
.section1 .content .list > li > p {
  line-height: 2;
  color: #333;
  transition: all 0.2s ease 0s;
  font-size: 14px;
}
.section1 .content .list > li .bold {
  color: #000;
  font-size: .13rem;
  font-weight: bold;
}
.section1 .content .list > li:hover {
  box-shadow: none;
  background-color: #62b400;
}
.section1 .content .list > li:hover > p {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .section1 .content .map-box .info {
    padding: 12px;
  }
  .section1 .content .map-box .info > p {
    font-size: 14px;
  }
  .section1 .content .map-box .info > p.bold {
    font-size: 18px;
  }
  .section1 .content .map-box .info > p .icon {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .section1 .content #allmap {
    /*height: 300px;*/
  }
  .section1 .content .list > li {
    width: 100%;
    margin-right: 0;
    padding: 12px;
  }
  .section1 .content .list > li .bold {
    font-size: 18px;
  }
  .section1 .content .map-box .info {
  	position: static;
  	transform: translateX(0);
  	margin-bottom: 38px;
  }
}
<!--ºÄÊ±1759413334.8355Ãë-->