.header-box {
  display: flex;
  padding: 20px 0 30px;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 30px;
}

.article-box {
  width: 854px;
}

.header-box .left-date {
  margin-right: 22px;
}

.header-box .left-date .date-year-month {
  width: 70px;
  height: 24px;
  background: #9b2020;
  line-height: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}

.header-box .left-date .date-day {
  width: 70px;
  height: 30px;
  background: #fff6f6;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #840000;
}

.right-title {
  width: 748px;

}

.right-title .title-text {
  font-size: 22px;
  font-weight: bold;
  color: #262626;
  line-height: 28px;
}

.right-title .source {
  font-size: 12px;
  color: #999;
  padding-top: 10px;
}


.body-box img,
.body-box video,
.body-box audio {
  max-width: 70% !important;
}


.body-box p {
  padding-bottom: 18px;
  line-height: 30px !important;
  font-size: 16px !important;
}

.mzsm .mzsm-con p {
  padding: 0;
  text-indent: 0;
  line-height: unset !important;
}


.body-box {
  font-size: 16px;
}


.header-box .body-box .header-box .body-box .vsbcontent_img {
  text-align: center;
}

#xxgk_content_redheadbg h1 {
  font-size: 20px;
  font-weight: bold;
  padding: 30px 0;
  font-size: 20px;
  text-align: center;
  font-family: '微软雅黑';
  color: #4b4b4b;
}

body {
  height: auto;
}

* {
  margin: 0;
  padding: 0;
}

.h5 {
  display: none;
}

.pc {
  display: block !important;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}


.mzsm {
  width: 795px;
  padding: 48px 0 40px;
  height: auto;
}

.mzsm .mzsm-top {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #e50113;
  font-weight: bold;
  padding-bottom: 10px;
}

.mzsm .mzsm-con {
  font-size: 12px;
  color: #666666;
  line-height: 22px;
}

.mzsm .mzsm-con p {
  padding: 0;
  text-indent: 0;
  line-height: unset !important;
}

@media (max-width: 850px) {
  .h5 {
    width: 100%;
    display: block !important;
  }

  .mzsm {

    width: unset;
    padding: 12px 15px 12px;
  }

  .pc {
    display: none !important;
  }

  .header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 14px;
    margin-bottom: 14px;
  }

  .header-box .pubsh-date {
    width: 100px;
    height: 26px;
    background: #9a1616;
    border-radius: 0px 13px 13px 0px;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    color: #ffffff;
  }

  .body-box .article-title {
    font-size: 22px;
    font-weight: bold;
    color: #262626;
    line-height: 28px;
    padding-bottom: 18px;
    border-bottom: 1px dashed #eceae7;
    margin-bottom: 24px;
  }

}