#newsDetail {
  padding-top: 1.5rem;
  font-size: 0.1rem;
}
#newsDetail .router-icon {
  margin: 0rem auto 0.5rem;
  width: 11rem;
  color: #B9B9B9;
}
#newsDetail .router-icon .iconfont {
  font-size: 0.1rem;
  margin-right: 0.05rem;
}
#newsDetail .router-icon span {
  margin-right: 0.05rem;
}
#newsDetail .article {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#newsDetail .article .title {
  font-size: 0.28rem;
  margin-bottom: 0.3rem;
}
#newsDetail .article .num-line {
  display: flex;
  justify-content: center;
  font-size: 0.13rem;
  margin-bottom: 0.5rem;
  color: #666666;
}
#newsDetail .article .num-line .p1 {
  margin-right: 0.5rem;
}
#newsDetail .article .text {
  width: 11rem;
  font-size: 0.14rem;
  margin-bottom: 0.3rem;
}
#newsDetail .article img {
  height: auto!important;
  max-width: 100%!important;
  margin:auto;!important;
}
#newsDetail .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 13rem;
  margin: 0 auto 0.6rem;
}
#newsDetail .nav a {
  font-size: 0.16rem;
  line-height: 0.4rem;
}
#newsDetail .nav a i {
  font-size: 0.13rem;
}
#newsDetail .nav a:hover {
  color: #EA253C;
  cursor: pointer;
}
