.news {
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.news .main {
  width: 100%;
  margin-top: 0.96rem;
  background-color: #fff;
}
.news .main img {
  max-width: 100%;
  height: 100%;
}
.news .main .container-01 {
  width: 100%;
  height: 3.4rem;
  margin-bottom: 0.8rem;
  background: linear-gradient(267deg, #F5F3F8 0%, #F4EEF4 100%);
}
.news .main .container-02 {
  margin-bottom: 0.48rem;
  font-size: 0.14rem;
  font-weight: 400;
  color: #515A6E;
  line-height: 0.22rem;
}
.news .main .container-02 .text-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #0A033C;
  line-height: 0.27rem;
}
.news .main .container-02 .text-sub-title {
  margin: 0.2rem 0 0.48rem;
  color: #808695;
  line-height: 0.19rem;
  text-align: center;
}
.news .main .container-02 .text-sub-title span {
  display: inline-block;
  margin-right: 0.32rem;
}
.news .main .container-02 p {
  margin-bottom: 0.2rem;
}
.news .main .container-03 .pic {
  height: 5.88rem;
}
.news .main .container-04 {
  padding: 0.61rem 0 1.2rem;
  font-size: 0.14rem;
  font-weight: 400;
  color: #396DFD;
  line-height: 0.22rem;
}
.news .main .container-04 .text{
  margin-bottom: 0.16rem;
}
.news .main .container-04 .text span:nth-child(1){
  display: inline-block;
  margin-right: 0.16rem;
  width: 0.5rem;
}

/* 富文本样式 */
.article-content {
  font-size: 16px;
  line-height: 1.5em;
  font-family: 'Microsoft Yahei';
  text-align: justify;
}

.article-content ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.article-content img {
  max-width: 100%;
  margin: 0 auto;
}

.article-content table {
  max-width: 100%;
  vertical-align: middle;
}

.article-content table,
.article-content table tr,
.article-content table td {
  border: 1px solid;
  padding: 10px 5.4pt;
  word-break: break-word;
}

.article-content table p {
  margin-bottom: 0 !important;
}

.article-file {
  margin: 10px 0;
  font-size: 12pt;
}
.article-file li {
  list-style: inside;
}