.body td, .body th {
  padding: initial;
}

.body h1 {
  font-size: 40px;
  font-weight: bold;
}

.body h2 {
  font-size: 36px;
  font-weight: bold;
}

.body h3 {
  font-size: 30px;
  font-weight: bold;
}

.body h4 {
  font-size: 24px;
  font-weight: bold;
}

.body h5 {
  font-size: 18px;
  font-weight: bold;
}

.body h6 {
  font-size: 16px;
  font-weight: bold;
}

.body hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.body a {
  color: #1E87F0;
  text-decoration: underline;
}

.body a:hover {
  text-decoration: none;
}

.body ul {
  list-style: disc;
  padding-left: 1em;
}

.body ol {
  list-style: decimal;
  padding-left: 1em;
}

.body blockquote {
  background-color: #EBEBEB;
  padding: 40px 60px;
  position: relative;
}

.body blockquote:before, .body blockquote:after {
  content: '';
  background-image: url(/7cn/culture/cc/img/common/ico_blockquote.png);
  background-size: 23px auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  width: 23px;
  height: 22px;
}

.body blockquote:before {
  top: 20px;
  left: 12px;
}

.body blockquote:after {
  bottom: 20;
  right: 12px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.body .youtube {
  position: relative;
  max-width: 100%;
  padding-top: 56.25%;
}

.body .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media all and (max-width: 767px) {
  .body blockquote {
    padding: 40px 20px;
  }
  .body blockquote:before {
    top: 12px;
    left: 12px;
  }
  .body blockquote:after {
    bottom: 12;
    right: 12px;
  }
}
