.content{
  width: 100%;
  padding: .36rem .24rem;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;

}
.content img{
 max-width: 96%;
}
.content p{
  font-size: .24rem;
  color: #666;
}
.content .img_box{
  display: flex;
  align-items: center;
  margin-top: .3rem;
  padding: .10rem;
  box-sizing: border-box;
  justify-content: space-between;
}

.content .img_box img{
  width: 3.31rem;
  height: 2.38rem;
}

.mapContent{
  width: 100%;
  padding: 0 .24rem;
  box-sizing: border-box;
}
.mapContent #allmap{
  width: 7.02rem;
  height: 6rem;
  margin: 0 auto;
  background-color: #eee;
  margin-bottom: .2rem;
}

.mapContent .infor ul .list{
  font-size: .24rem;
  color: #333;

}



