.main {
  width: 100%;
  height: 100%;
}
.headerpage {
  width: 23.4375rem;
  background-color: #2b2f32;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 9999;
  width: 100%;
  overflow: hidden;
}

#loading {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  color: #5c5c5c;
  z-index: 99999;
}

.headerpage .left {
  float: left;
  width: 3.625rem;
  height: 3.2125rem;
  text-align: center;
  line-height: 3rem;
  border-right: 1px solid #ccc;
}

.headerpage .right {
  float: right;
  width: 3.625rem;
  height: 3.2125rem;
  text-align: center;
  line-height: 3rem;
  background-color: #cf0f32;
}

.headerpage .right img {
  width: 1.4rem;
  height: 1rem;
}

.headerpage .left img {
  width: 1.4rem;
  height: 1.2rem;
}

.headerpage span {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* 主体区域 */
.new-box {
  width: 100%;
}
.nre-box-bai ul {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.new-box .new-box-bai ul li {
  width: 100%;
  height: 3.75rem;
  line-height: 1.6rem;
  border-bottom: 1px solid rgb(114, 110, 110);
  padding-left: 0.625rem;
  padding-top: 0.3125rem;
}

.new-box-bai .title {
  width: 21.625rem;
  /* height: 1.875rem; */
  font-size: 1.1563rem;
  line-height: 1.875rem;
  padding-top: 4rem;
  font-weight: 700;
  padding-left: 0.5rem;
}

.date-box {
  background: url(../images/mobile2/time.png) no-repeat 0.5rem center;
  background-size: 0.7rem 0.7rem;
  margin: 0.3rem 1.125rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.date-box .date {
  padding-left: 2rem;
  height: 2rem;
  line-height: 2rem;
}

.content {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}
.content p {
  line-height: 1.45rem;
  margin: 0.75rem 1rem;
}

.content p span {
  color: #7e7f7f !important;
}

.content img {
  width: 98%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.content video {
  width: 100%;
}
.content h3 {
  margin-left: 0.925rem;
  margin-top: 0.2rem;
}
video {
  height: 15rem;
}
.content section {
  margin: 0.75rem 1rem;
}
.content section span {
  color: #7e7f7f !important;
}
