.article {
  margin-top: 80px;
}

.article-img {
  margin-top: -72px;
}

.article-box {
}

.article-title {
  font-weight: 700;
  font-size: 32px;
  color: #1a5399;
  text-align: center;
}

.article-time {
  margin: 55px 0px 50px 0px;
  font-weight: 400;
  font-size: 14px;
  color: #333;
  text-align: center;
  position: relative;
}

.article-time::before {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background: #d9d9d9;
  position: absolute;
  top: -14px;
}

.article-content1 {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  margin: 0px 305px 144px;
}

.article-content1 img {
  /* width: calc(1440px - 305px - 305px); */
  /* height: 100%; */
  /* max-width: -webkit-fill-available !important; */
  margin-top: 10px;
}

.article-content1 video {
  width: 100%;
}

.article-share {
  margin-bottom: 52px;
  display: flex;
  justify-content: center;
}

.share-weibo {
}

.share-weixin {
  margin-left: 19px;
}

.article-share::before {
  content: '';
  width: 50%;
  height: 1px;
  background: #d9d9d9;
  transform: translate(-10px, 10px);
}

.article-share::after {
  content: '';
  content: '';
  width: 50%;
  height: 1px;
  background: #d9d9d9;
  transform: translate(10px, 10px);
}
video::-webkit-media-controls-enclosure {
  overflow: hidden;
}
video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}