.newsDetail {
  width: 19.2rem;
  background: #fff;
}
.newsDetail .LogoImg {
  width: 19.2rem;
  height: 4rem;
}
.newsDetail .LogoImg img {
  width: 100%;
  height: 100%;
}
.newsDetail .crumbs {
  box-sizing: border-box;
  padding: 0 5.1rem;
  display: flex;
  width: 100%;
  height: .76rem;
  align-items: center;
}
.newsDetail .crumbs img{
  width: .16rem;
  height: .16rem
}
.newsDetail .crumbs div{
  font-size: .14rem;
  color: #333333;
  margin-left: .1rem;
}
.newsDetail .noticeChange {
  width: 13rem;
  margin: 0 3.1rem .25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .24rem;
  color: #17A17B;
}
.newsDetail .noticeChange2 {
  width: 9rem;
  margin: 0 auto;
  margin-bottom: .2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .14rem;
  color: #999999;
}
.newsDetail .noticeLine {
  width: 9rem;
  margin: 0 auto;
  height: 1px;
  background: #E5E3E8;
}
.newsDetail .article {
  width: 9rem;
  margin: 0 auto;
  /*display: flex;*/
  margin-bottom: .3rem;
  font-size: .16rem;
  color: #555;
  line-height: .36rem;
}
.article img{
  margin: auto;
}
.newsDetail .newsImg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: .2rem;
}
.newsDetail .newsImg img {
  width: 10.24rem;
  height: 4.61rem;
}
.newsDetail .newsDetailHei {
  height: 1rem;
}