.page-newsDetail .container {
  padding-bottom: 40px;
}
.page-newsDetail .container .layout-page_right .inner .news-head {
  padding: 25px 0 15px;
  text-align: center;
  border-bottom: 1px dashed #cccccc;
}
.page-newsDetail .container .layout-page_right .inner .news-head .title {
  color: #333333;
  font-size: 22px;
}
.page-newsDetail .container .layout-page_right .inner .news-head ul {
  margin-top: 20px;
}
.page-newsDetail .container .layout-page_right .inner .news-head ul li {
  color: #666666;
  font-size: 13px;
}
.page-newsDetail .container .layout-page_right .inner .news-head ul li + li {
  margin-left: 20px;
}
.page-newsDetail .container .layout-page_right .inner .news-content {
  width: 100%;
  overflow: hidden;
  padding-top: 30px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 50px;
}
.page-newsDetail .container .layout-page_right .inner .news-content img {
  display: inline-block;
  max-width: 100%;
  height: auto!important;
}
.page-newsDetail .container .layout-page_right .inner .news-content p,
.page-newsDetail .container .layout-page_right .inner .news-content a,
.page-newsDetail .container .layout-page_right .inner .news-content span,
.page-newsDetail .container .layout-page_right .inner .news-content li,
.page-newsDetail .container .layout-page_right .inner .news-content ul {
  line-height: 1.5em;
}
.page-newsDetail .container .layout-page_right .inner .news-content td,
.page-newsDetail .container .layout-page_right .inner .news-content th {
  border: 1px solid #DDD;
  vertical-align: inherit;
}
.page-newsDetail .container .layout-page_right .inner .changenews {
  padding: 25px 0;
}
.page-newsDetail .container .layout-page_right .inner .changenews p {
  line-height: 26px;
  color: #333333;
  font-size: 14px;
}
.page-newsDetail .container .layout-page_right .inner .changenews a {
  display: inline-block;
  margin-left: 6px;
}
@media (max-width: 991px) and (min-width: 320px) {
  #app {
    min-height: 100vh;
  }
  #app .page-newsDetail {
    background: #ffffff;
  }
  #app .page-newsDetail .container {
    padding: 0 0.3rem;
  }
  #app .page-newsDetail .container .layout-page_right .inner .news-head {
    padding: 0.28rem 0 0.1rem;
  }
  #app .page-newsDetail .container .layout-page_right .inner .news-head .title {
    font-size: 0.36rem;
    line-height: 0.57rem;
  }
  #app .page-newsDetail .container .layout-page_right .inner .news-head ul {
    margin-top: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #app .page-newsDetail .container .layout-page_right .inner .news-head ul li {
    color: #666666;
    font-size: 0.24rem;
  }
  #app .page-newsDetail .container .layout-page_right .inner .news-head ul li + li {
    margin-left: 0;
  }
  #app .page-newsDetail .container .layout-page_right .inner .news-content {
    width: 100%;
    overflow: hidden;
    padding-top: 0.5rem;
    padding-bottom: 0.8rem;
  }
}
