.chargingDetail {
  width: 13rem;
margin: 0 auto;
  background: #fff;
}
.chargingDetail .LogoImg {
  width: 19.2rem;
  height: 4rem;
}
.chargingDetail .LogoImg img {
  width: 100%;
  height: 100%;
}
.chargingDetail .crumbs {
  box-sizing: border-box;
  /*padding: 0 3.1rem;*/
  display: flex;
  width: 100%;
  height: .76rem;
  align-items: center;
}
.chargingDetail .crumbs img{
  width: .16rem;
  height: .16rem
}
.chargingDetail .crumbs div{
  font-size: .14rem;
  color: #333333;
  margin-left: .1rem;
}
.chargingDetail .noticeChange {
  width: 13rem;
  margin-bottom:.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .24rem;
  color: #17A17B;
}
.chargingDetail .noticeLine {
  width: 13rem;
  margin-bottom: .3rem;
  height: 1px;
  background: #E5E3E8;
}
.chargingDetail .newsImg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: .2rem;
}
.chargingDetail .newsImg img {
  width: 13rem;
  height: 7.36rem;
}
.chargingDetail .newsDetailHei {
  height: 1rem;
}

.content{
  width: 100%;
  /*font-size: 0.16rem;*/
}
.content img{
  margin: 0 auto;
  display: block;
  max-width: 100%;
}