@charset "UTF-8";
/**!
 * [文章]
 * date:2023-08-11
 * author: [zhoujie];
 */
.article-name {
  margin-top: 24px;
  margin-bottom: 36px;
  color: #ca0227;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
}
.article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  background: #fdf7f7;
}
.article-info > p {
  margin: 0 32px;
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.article-info > p .value {
  color: #333;
  font-family: OPPOSans;
}
.article-text {
  padding: 24px;
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.article-text > p {
  padding-bottom: 17px;
  text-indent: 2em;
  color: #666;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.article-text > p:last-child {
  padding-bottom: 0;
}

.ewb-info-source {
  margin-top: 25px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #545454;
  background-color: #f0f0f0;
}