body {
  background: #0f0232;
}

.header .right .list p:nth-child(4) {
  color: #fe2a44;
}

.news {
  width: 100%;
  min-height: 100vh;
  background: #0f0232;
}

.news .content {
  width: 60%;
  color: #999;
  font-size: 14px;
  font-weight: 400;
  margin: 0 auto;
  margin-top: 100px;
}

.news .content h1 {
  font-size: 30px;
  color: #fff;
  text-align: center;
}

.news .content p {
  text-indent: 2em;
  line-height: 25px;
  margin: 15px 0;
}

.news .content .time {
  text-indent: 0;
  text-align: center;
}

.jz-video {
  width: 100%;
  margin: 20px auto;
}

.jz-img {
  display: block;
  width: 100%;
  margin: 20px auto;
}

h4 {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.news img {
  width: 100%;
}

.img-name {
  width: 100%;
  font-size: 14px;
  text-align: center;
}

.news .content h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}