.newsdetail_main {
  padding-top: 24px;
  min-height: 600px;
}

.newsdetail_title {
  width: 836px;
  margin: 40px auto 0;
  font-size: 30px;
  font-weight: 500;
  color: #071635;
  line-height: 42px;
  max-height: 84px;
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.newsdetail_time {
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #687990;
  position: relative;
  margin: 20px 0;
  text-align: center;
}

.newsdetail_time::before, .newsdetail_time::after {
  content: "";
  display: block;
  width: 475px;
  position: absolute;
  top: 50%;
  height: 0;
  border-top: 1px solid #e7e9ed;
}

.newsdetail_time::before {
  left: 0;
}

.newsdetail_time::after {
  right: 0;
}

.newsdetail_content {
  padding-bottom: 56px;
}

.newsdetail_content p {
  /*font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-indent: 2em;*/
  color: #505e6a;
  min-height: 1em;
}

.newsdetail_content p img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/*.newsdetail_content p + p {
  margin-top: 32px;
}*/

.newsdetail_content img {
  max-width: 100%;
}

.newsdetail_content ul {
  list-style: disc;
  list-style-position: inside;
}

.newsdetail_content ol {
  list-style: decimal;
  list-style-position: inside;
}

@media only screen and (max-width: 768px) {
  .newsdetail_main {
    padding: 0.32rem 0.32rem 0;
    min-height: 0;
  }
  .newsdetail_title {
    width: auto;
    margin: 0.4rem auto 0;
    font-size: 0.36rem;
    line-height: 0.5rem;
    max-height: 1rem;
  }
  .newsdetail_time {
    height: 0.37rem;
    line-height: 0.37rem;
    font-size: 0.26rem;
    margin: 0.24rem 0 0.4rem;
  }
  .newsdetail_time::before, .newsdetail_time::after {
    content: "";
    display: block;
    width: 1.68rem;
    position: absolute;
    top: 50%;
    height: 0;
    border-top: 1px solid #e7e9ed;
  }
  .newsdetail_time::before {
    left: 0;
  }
  .newsdetail_time::after {
    right: 0;
  }
  .newsdetail_content {
    padding-bottom: 0.56rem;
  }
  /*.newsdetail_content p {
    font-size: 0.26rem;
    line-height: 0.39rem;
  }*/
  /*.newsdetail_content p + p {
    margin-top: 0.39rem;
  }*/
}
