.wrapper-container {
  width: 7.5rem;
  height: auto;
  background: #e3e3ef url(../images/m/news-bg.jpg) no-repeat;
  background-size: 100% auto;
}

.article-container {
  word-wrap: break-word;
}

.news-content {
  width: 6.72rem;
  margin: 0 auto;
  color: #202121;
  font-size: .2rem;
  line-height: 1.2;
  padding-top: 5.5rem;
}

.news-content strong {
font-weight:700;
}
.news-content ol{
list-style-type: decimal;
padding-inline-start:.3rem;
}
.news-content ul{
list-style-type: disc;
padding-inline-start:.3rem;
}
.article-container *{
  font-family:"84font-regular"!important;
}
.article-container h1{
  font-weight:700;
  font-size:.36rem;
}
.article-container h2{
  font-weight:700;
  font-size:.32rem;
}
.article-container h3{
  font-weight:700;
  font-size:.28rem;
}
.article-container h4{
  font-weight:700;
  font-size:.25rem;
}
.article-container h5{
  font-weight:700;
  font-size:.22rem;
}
.news-content p {
  /* text-align: justify;
  line-height: .32rem;
  padding-bottom: .3rem; */
}

h1.title {
  font-size: .48rem;
  font-weight: bold;
}

.f18-bold {
  font-weight: bold;
  padding: .4rem 0;
}

.small-title {
  font-size: .24rem;
  font-weight: bold;
  padding-bottom: .3rem;
}

.class-icon {
  position: relative;
}

.class-icon::before {
  content: '';
  width: .08rem;
  height: .08rem;
  background-color: #313142;
  border-radius: 50%;
  display: inline-block;
  margin-right: .06rem;
}

.class-icon2 {
  padding-left: .36rem;
}

.class-icon2::before {
  content: '';
  width: .04rem;
  height: .04rem;
  border: 0.01rem #313142 solid;
  border-radius: 50%;
  display: inline-block;
  margin-right: .06rem;
}

#newsContainer img {
  max-width: 100%;
}
