figure {
  margin: 0;
  padding: 0;
}
#hiddenElement {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.skeleton-loading {
  display: block;
  margin-top: 30px;
}
.skeleton-loading.active {
  display: none;
}
.skeleton-loading.none {
  display: none;
}
.ant-skeleton {
  display: table;
  width: 100%;
}
.ant-skeleton + .ant-skeleton {
  margin-top: 24px;
}
.ant-skeleton.active {
  display: none;
}
.ant-skeleton-content {
  display: table-cell;
  width: 100%;
  margin-bottom: 24px;
  vertical-align: top;
}
.ant-skeleton-content .ant-skeleton-title {
  width: 100%;
  height: 20px;
  margin-top: 10px;
  background: #f2f2f2;
}
.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 24px;
}
.ant-skeleton-content .ant-skeleton-paragraph {
  padding: 0;
}
.ant-skeleton-content .ant-skeleton-paragraph > li {
  width: 23.3%;
  height: 16px;
  list-style: none;
  background: #f2f2f2;
}
.ant-skeleton-content .ant-skeleton-paragraph > li + li {
  margin-top: 12px;
}
.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
  width: 61%;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar,
.ant-skeleton.ant-skeleton-active .ant-skeleton-button,
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li,
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton.ant-skeleton-active .ant-skeleton-image,
.ant-skeleton.ant-skeleton-active .ant-skeleton-input {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(25%, #f2f2f2),
    color-stop(37%, #e6e6e6),
    color-stop(63%, #f2f2f2)
  );
  background: -webkit-linear-gradient(left, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  -webkit-animation: ant-skeleton-loading 1.4s ease infinite;
  animation: ant-skeleton-loading 1.4s ease infinite;
}
@-webkit-keyframes ant-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@keyframes ant-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.newsContent {
  font-size: 18px;
  line-height: 30px;
  color: #222222;
  margin-top: 20px;
  text-align: justify;
}
.newsContent.none {
  position: fixed;
  left: 0;
  right: 0;
  width: 880px;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.newsContent li {
  list-style: unset;
  margin-left: 16px;
}
.newsContent li + .preview-image-block {
  margin-top: 0 !important;
}
.newsContent ul:last-child {
  margin-bottom: 0 !important;
}
.newsContent ul + .preview-image-block {
  margin-top: 0 !important;
}
.newsContent table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.newsContent table:last-child {
  margin-bottom: 0 !important;
}
.newsContent table + .preview-image-block {
  margin-top: 0 !important;
}
.newsContent a {
  color: #4a90e2 !important;
  word-break: break-word;
  overflow-wrap: break-word;
}
.newsContent a span {
  color: #4a90e2 !important;
  word-break: break-word;
  overflow-wrap: break-word;
}
.newsContent a:last-child {
  margin-bottom: 0 !important;
}
.newsContent a + .preview-image-block {
  margin-top: 0 !important;
}
.newsContent br,
.newsContent span.bjh-br {
  display: block;
}
.newsContent p {
  max-width: 100%;
  padding: 0;
  margin-bottom: 20px !important;
  box-sizing: border-box;
  line-height: 30px;
  word-break: break-word;
  overflow-wrap: break-word;
}
newsContent P:last-child {
  margin-bottom: 0 !important;
}
newsContent P + .preview-image-block {
  margin-top: 0 !important;
}
.newsContent > div {
  line-height: 30px;
}
.newsContent > div.replace-br-tag {
  margin-bottom: 20px !important;
}
.newsContent > div:last-child {
  margin-bottom: 0;
}
.newsContent > div + .preview-image-block {
  margin-top: 0 !important;
}
.newsContent > div > p:last-child {
  margin-bottom: 0;
}
.newsContent > div > P + .preview-image-block {
  margin-top: 0 !important;
}
.newsContent > h1 {
  line-height: 30px;
  max-width: 100%;
  padding: 0;
  margin-bottom: 20px !important;
}
.newsContentMobile > h1:last-child {
  margin-bottom: 0 !important;
}
.newsContentMobile > h1 + .preview-image-block {
  margin-top: 0 !important;
}
.newsContent > h2 {
  line-height: 30px;
  max-width: 100%;
  padding: 0;
  margin-bottom: 20px !important;
}
.newsContentMobile > h2:last-child {
  margin-bottom: 0 !important;
}
.newsContentMobile > h2 + .preview-image-block {
  margin-top: 0 !important;
}
.newsContent > h3 {
  line-height: 30px;
  max-width: 100%;
  padding: 0;
  margin-bottom: 20px !important;
}
.newsContentMobile > h3:last-child {
  margin-bottom: 0 !important;
}
.newsContentMobile > h3 + .preview-image-block {
  margin-top: 0 !important;
}
.newsContent > h4 {
  line-height: 30px;
  max-width: 100%;
  padding: 0;
  margin-bottom: 20px !important;
}
.newsContentMobile > h4:last-child {
  margin-bottom: 0 !important;
}
.newsContentMobile > h4 + .preview-image-block {
  margin-top: 0 !important;
}
.newsContent > h5 {
  line-height: 30px;
  max-width: 100%;
  padding: 0;
  margin-bottom: 20px !important;
}
.newsContentMobile > h5:last-child {
  margin-bottom: 0 !important;
}
.newsContentMobile > h5 + .preview-image-block {
  margin-top: 0 !important;
}
.newsContent > h6 {
  line-height: 30px;
  max-width: 100%;
  padding: 0;
  margin-bottom: 20px !important;
}
.newsContentMobile > h6:last-child {
  margin-bottom: 0 !important;
}
.newsContentMobile > h6 + .preview-image-block {
  margin-top: 0 !important;
}
.newsContent section {
  line-height: 30px;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 20px !important;
}
.newsContent section:last-child {
  margin-bottom: 0 !important;
}
.newsContent section + .preview-image-block {
  margin-top: 0 !important;
}
.newsContent section > section:last-child {
  margin-bottom: 0 !important;
}
.newsContent section > section + .preview-image-block {
  margin-top: 0 !important;
}
.newsContent section + .preview-image-block {
  margin-top: 0 !important;
}
.newsContent img,
.newsContent video,
.newsContent audio {
  max-width: 100% !important;
}
.newsContent .prism-player {
  background-color: transparent;
}
.newsContent .prism-fullscreen {
  z-index: 999999 !important;
}
.newsContent .video-player.prism-player video {
  background-color: transparent;
  z-index: 81;
}
.newsContent section[data-title='分割线-1'] {
  width: 100% !important;
}
.newsContent section[data-title='分割线-2'] {
  width: 100% !important;
}
.newsContent section[data-title='分割线-2'] div#content {
  font-family: 'DroidSerif' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.newsContent section[data-title='分割线-3'] {
  width: 100% !important;
  margin-top: 30.5px !important;
  margin-bottom: 30.5px !important;
}
.newsContent section[data-title='分割线-4'] {
  width: 100% !important;
  margin-top: 29px !important;
  margin-bottom: 29px !important;
}
.newsContent section[data-title='分割线-5'] {
  width: 100% !important;
  margin-top: 46px;
  margin-bottom: 46px;
}
.newsContent section[data-title='分割线-5'] img {
  display: inline;
}
.newsContent section[data-title='基础折线图'] {
  display: none;
}
.newsContent section[data-title='基础柱状图'] {
  display: none;
}
.newsContent section[data-title='带背景色的柱状图'] {
  display: none;
}
.newsContent section[data-title='基础面积图'] {
  display: none;
}
.newsContent section[data-title='指数回归'] {
  display: none;
}
.newsContent section[data-title='基础饼图'] {
  display: none;
}
.newsContent section[data-title='图片点亮'] {
  overflow: hidden;
  border-radius: 3px;
}
.newsContent section[data-title='图片点亮'] > div {
  max-width: 100% !important;
}
.newsContent img {
  max-width: 100% !important;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
}
.newsContent .preview-video {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.newsContent .preview-video + .preview-image-block {
  margin-top: 0 !important;
}
.newsContent .preview-video .art-bottom {
  display: none;
}
.newsContent .preview-video .art-poster {
  background-repeat: no-repeat;
  background-size: contain;
}
.newsContent .preview-video .art-mask {
  display: block;
}
.newsContent .preview-video .art-mask .art-state {
  width: 48px;
  height: 48px;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.newsContent .preview-video .art-mask .art-state .art-icon > div {
  width: 48px !important;
  height: 48px !important;
}
.newsContent .preview-video .art-layer-replay {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.newsContent .preview-video .art-layer-replay .btn-replay {
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
}
.newsContent .preview-video .art-bottom .art-progress .art-control-progress {
  height: 4px;
}
.newsContent
  .preview-video
  .art-bottom
  .art-progress
  .art-control-progress
  .art-control-progress-inner {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
}
.newsContent
  .preview-video
  .art-bottom
  .art-progress
  .art-control-progress
  .art-control-progress-inner
  .art-progress-loaded {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
}
.newsContent .preview-video .art-controls .art-controls-left .art-control-volume {
  position: absolute;
  right: 47px;
}
.newsContent .preview-video .art-controls .art-control {
  opacity: 1;
}
.newsContent .preview-video .art-controls .art-control .art-control-time {
  color: #fff;
  font-weight: bold;
}
.newsContent
  .preview-video
  .art-bottom
  .art-progress
  .art-control-progress
  .art-control-progress-inner
  .art-progress-played {
  background: #d50a17;
  border-radius: 2px;
}
.newsContent
  .preview-video
  .art-control-volume
  .art-volume-panel
  .art-volume-inner
  .art-volume-slider
  .art-volume-handle
  .art-volume-loaded {
  background-color: #d50a17;
}
/* .newsContent
  .preview-video
  .art-bottom
  .art-progress
  .art-control-progress
  .art-control-progress-inner
  .art-progress-indicator {
  width: 14px !important;
  height: 10px !important;
  background: url('/image/article/player/drag.svg') !important;
  border-radius: unset !important;
} */
.newsContent .preview-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.newsContent .preview-image .image-loadig,
.newsContent .preview-image .image-error {
  background: #eee;
}
.newsContent .rmrb-caption-img,
.newsContent .rmrb-caption-img2,
.newsContent .bjh-image-caption {
  position: relative;
  margin-top: -8px !important;
  text-align: center;
  line-height: 30px !important;
  font-size: 18px !important;
  color: #999999 !important;
  box-sizing: border-box !important;
  margin-bottom: 20px;
}
.newsContent .rmrb-caption-img span,
.newsContent .rmrb-caption-img2 span,
.newsContent .bjh-image-caption span,
.newsContent .rmrb-caption-img p,
.newsContent .rmrb-caption-img2 p,
.newsContent .bjh-image-caption p,
.newsContent .rmrb-caption-img div,
.newsContent .rmrb-caption-img2 div,
.newsContent .bjh-image-caption div,
.newsContent .rmrb-caption-img i,
.newsContent .rmrb-caption-img2 i,
.newsContent .bjh-image-caption i,
.newsContent .rmrb-caption-img h1,
.newsContent .rmrb-caption-img2 h1,
.newsContent .bjh-image-caption h1,
.newsContent .rmrb-caption-img h2,
.newsContent .rmrb-caption-img2 h2,
.newsContent .bjh-image-caption h2,
.newsContent .rmrb-caption-img h3,
.newsContent .rmrb-caption-img2 h3,
.newsContent .bjh-image-caption h3,
.newsContent .rmrb-caption-img h4,
.newsContent .rmrb-caption-img2 h4,
.newsContent .bjh-image-caption h4,
.newsContent .rmrb-caption-img h5,
.newsContent .rmrb-caption-img2 h5,
.newsContent .bjh-image-caption h5,
.newsContent .rmrb-caption-img h6,
.newsContent .rmrb-caption-img2 h6,
.newsContent .bjh-image-caption h6,
.newsContent .rmrb-caption-img section,
.newsContent .rmrb-caption-img2 section,
.newsContent .bjh-image-caption section {
  line-height: 22.4px !important;
  font-size: 14px !important;
  color: #999999 !important;
}
.newsContent .rmrb-caption-img:empty,
.newsContent .rmrb-caption-img2:empty,
.newsContent .bjh-image-caption:empty {
  display: none;
}
.newsContent .rmrb-caption-img:empty {
  display: none;
}
.newsContent .rmrb-caption-img2:empty {
  display: none;
}
.newsContent .rmrb-caption-img + .preview-image-block,
.newsContent .bjh-image-caption + .preview-image-block,
.newsContent .rmrb-caption-img2 + .preview-image-block {
  margin-top: 0 !important;
}
.newsContent .preview-link-card {
  display: block;
  width: 100%;
  padding: 12px;
  border-radius: 2px;
  background: #f8f8f8;
  cursor: pointer;
  text-decoration: none !important;
  margin-bottom: 20px;
}
.newsContent .preview-link-card + .preview-image-block {
  margin-top: 0 !important;
}
.newsContent .preview-link-card.card-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.newsContent .preview-link-card.card-image .left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 56px;
  -ms-flex: 0 0 56px;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  border-radius: 3px;
}
.newsContent .preview-link-card.card-image .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.newsContent .preview-link-card.card-image .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 8px;
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.newsContent .preview-link-card.card-image .right .preview-link-title {
  margin: 4px 0;
}
.newsContent .preview-link-card .preview-link-title {
  font-size: 16px;
  /* font-weight: 500; */
  line-height: 22px;
  color: #50749a !important;
  display: flex;
  align-items: center;
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical; */
  word-break: break-all;
}
.newsContent .preview-link-card .preview-link-title img {
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0 !important;
}
.newsContent .preview-link-card .preview-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  color: #999999;
  /* margin-top: 4px; */
}
.newsContent .preview-link-card.card-image .preview-link {
  margin-top: 0;
}
.newsContent .preview-link-card .preview-link img {
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0 !important;
}
.newsContent .preview-link-card .preview-link span {
  font-size: 16px;
  color: #999999;
  margin-left: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.newsContent .preview-audio-player {
  display: flex;
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.05);
  padding: 8px;
  margin-bottom: 20px;
}
.newsContent .preview-audio-player + .preview-image-block {
  margin-top: 0 !important;
}
.newsContent .preview-audio-player .audio-extral {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.newsContent .preview-audio-player .audio-extral .right {
  width: 28px;
  height: 28px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 28px;
  -ms-flex: 0 0 28px;
  flex: 0 0 28px;
}
.newsContent .preview-audio-player .audio-extral .right img {
  margin: 0;
  background: none;
  cursor: pointer;
}
.newsContent .preview-audio-player .audio-extral .audio-play-icon {
  display: none;
  width: 28px;
  height: 28px;
}
.newsContent .preview-audio-player .audio-extral .audio-play-icon.active {
  display: block;
}
.newsContent .preview-audio-player .audio-extral .audio-pause-icon {
  display: none;
  width: 28px;
  height: 28px;
}
.newsContent .preview-audio-player .audio-extral .audio-pause-icon.active {
  display: block;
}
.newsContent .preview-audio-player .audio-details {
  width: 100%;
}
.newsContent .preview-audio-player .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.newsContent .preview-audio-player .left .audio-title {
  color: #000000;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.newsContent .preview-audio-player .audio-time {
  position: relative;
  font-size: 12px !important;
  line-height: 18px;
  color: #999999;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.newsContent .preview-audio-player-cover {
  display: flex;
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.05);
  padding: 8px;
  margin-bottom: 20px;
}
.newsContent .preview-audio-player-cover + .preview-image-block {
  margin-top: 0 !important;
}
.newsContent .preview-audio-player-cover .audio-cover {
  width: 106px;
  height: 106px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 106px;
  -ms-flex: 0 0 106px;
  flex: 0 0 106px;
  background-size: 100%;
  background-position: center;
}
.newsContent .preview-audio-player-cover .audio-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 12px;
}
.newsContent .preview-audio-player-cover .audio-details .audio-title {
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.newsContent .preview-audio-player-cover .audio-extral {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.newsContent .preview-audio-player-cover .audio-details .audio-time {
  font-size: 12px;
  line-height: 18px;
  margin: 0 16px 0 12px;
  color: #999999;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.newsContent .preview-audio-player-cover .audio-details .audio-extral-iocn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.newsContent .preview-audio-player-cover .audio-details .audio-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.42667rem;
}
.newsContent .preview-audio-player-cover .audio-details .audio-bg img {
  background: none;
  margin: 0;
}
.newsContent .preview-audio-player-cover .audio-details .audio-bg img:first-child {
  width: 310px;
  height: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.newsContent .preview-audio-player-cover .audio-details img.audio-play-icon {
  width: 32px;
  height: 32px;
  display: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32px;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  cursor: pointer;
}
.newsContent .preview-audio-player-cover .audio-details img.audio-play-icon.active {
  display: block;
}
.newsContent .preview-audio-player-cover .audio-details img.audio-pause-icon {
  width: 32px;
  height: 32px;
  display: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32px;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  cursor: pointer;
}
.newsContent .preview-audio-player-cover .audio-details img.audio-pause-icon.active {
  display: block;
}
.newsContent .preview-audio-player-cover .audio-pause-icon {
  display: none;
}
.newsContent .preview-audio-player-cover .audio-play-icon {
  display: none;
}
.newsContent .preview-audio-player-cover .active {
  display: block;
}
.newsContent .linkImageDiv {
  display: none !important;
}
.newsContent .img-no-margin .preview-image-block {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.newsContent .img-no-margin .preview-image-block img.image-player {
  border: none !important;
}
.newsContent .img-no-margin .rmrb-caption-img {
  margin-top: 12px !important;
}
.newsContent .preview-image-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  /* border-radius: 3px; */
  overflow: hidden;
  margin-bottom: 20px;
}
.newsContent .preview-image-block a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.newsContent .preview-image-block a > img.image-player {
  display: none;
}
.newsContent .preview-image-block.loading {
  background: #ededed;
}
.newsContent .preview-image-block.loading img.preview-image-error,
.newsContent .preview-image-block.loading .img.image-player {
  display: none !important;
}
.newsContent .preview-image-block.loading img.preview-image-placehold {
  display: block !important;
}
.newsContent .preview-image-block.error {
  background: #ededed;
}
.newsContent .preview-image-block.error img.preview-image-placehold,
.newsContent .preview-image-block.error .img.image-player {
  display: none !important;
}
.newsContent .preview-image-block.error img.preview-image-error {
  display: block !important;
}
.newsContent .preview-image-block.success img.preview-image-placehold,
.newsContent .preview-image-block.success .img.preview-image-error {
  display: none !important;
}
.newsContent .preview-image-block.success img.image-player {
  display: block !important;
  cursor: pointer;
  border: 0.5px solid rgba(0, 0, 0, 0.05);
}
.newsContent .preview-image-block.minHeight {
  min-height: 400px;
}
.newsContent .preview-image-block.no-network img.image-player,
.newsContent .preview-image-block.no-network img.preview-image-placehold,
.newsContent .preview-image-block.no-network img.preview-image-error {
  display: none !important;
}
.newsContent .preview-image-block.no-network .no-network-text {
  display: block;
  font-size: 14px;
  color: #999999;
}
.newsContent .preview-image-block .no-network-text {
  display: none;
}
.newsContent .preview-image-block > img {
  width: auto;
  margin: unset;
}
.newsContent .preview-image-block > img.image-player {
  display: none;
}
.newsContent .preview-image-block .preview-image-placehold {
  display: none;
  object-fit: cover;
  width: 132px;
  height: 60px;
}
.newsContent .preview-image-block .preview-image-error {
  display: none;
  object-fit: cover;
  width: 100px;
  height: 100px;
}
.newsContent .preview-image-block.link-image {
  cursor: pointer;
}
.newsContent .preview-image-block.link-image .preview-image-link-icon {
  position: absolute;
  display: block;
  top: 8px;
  right: 8px;
  width: 44px;
  height: 18px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.3);
}
.newsContent .preview-image-block.link-image .preview-image-link-icon img {
  float: left;
  margin: unset;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: 2px;
  max-width: unset !important;
  display: inline-block !important;
}
.newsContent .preview-image-block.link-image .preview-image-link-icon span {
  float: right;
  font-size: 11px;
  line-height: 16px;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 1px;
  color: #ffffff;
}
.newsContent .preview-image-block .preview-image-link-icon {
  display: none;
}
.newsContent .swiper-block {
  width: 880px;
  height: 660px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.newsContent .swiper-block + .preview-image-block {
  margin-top: 0 !important;
}
.newsContent .swiper-block .swiper-nav {
  position: absolute;
  z-index: 10;
  width: 56px;
  height: 56px;
  cursor: pointer;
}
.newsContent .swiper-block .swiper-nav.swiper-prev {
  left: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.newsContent .swiper-block .swiper-nav.swiper-next {
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.newsContent .swiper-block .swiper-nav.swiper-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.newsContent .swiper-block .swiper-pagination-bullet {
  width: 10px;
  height: 3px;
  margin: 0;
  background: transparent;
}
.newsContent .swiper-block .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 2px;
}
.newsContent .swiper-block .swiper-pagination-bullet::after {
  display: block;
  content: '';
  background: url('/image/article/swiper_not_active.svg');
  width: 10px;
  height: 3px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.newsContent .swiper-block .swiper-pagination-bullet-active {
  background: transparent;
  width: 14px;
  height: 3px;
}
.newsContent .swiper-block .swiper-pagination-bullet-active::after {
  display: block;
  content: '';
  background: url('/image/article/swiper_active.svg');
  width: 14px;
  height: 3px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.newsContent .swiper-block img {
  object-fit: cover;
  height: 100%;
}
.newsContent .en-scroll-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 12px;
  padding-left: 0;
  border: 0.5px solid #eeeeee;
  background: #f2f2f2;
  height: 48px;
  overflow: hidden;
  margin-bottom: 20px;
}
.newsContent .en-scroll-text + .preview-image-block {
  margin-top: 0 !important;
}
.newsContent .en-scroll-text::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background-color: #f2f2f2ff;
}
.newsContent .scroll-text-left {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 12px;
  padding-right: 12px;
  width: 44px !important;
  height: 100%;
  margin: 0;
  z-index: 9;
  background: #f2f2f2;
}
.newsContent .en-scroll-text img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 12px;
  width: 24px !important;
  height: 24px !important;
  margin: 0;
  z-index: 10;
}
.newsContent .en-scroll-text .swiper-txet {
  white-space: nowrap;
  color: #000000;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  padding-left: 44px;
}
.newsContent .en-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}
.newsContent .en-table + .preview-image-block {
  margin-top: 0 !important;
}
.newsContent .en-table .en-table-title {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 12px;
  color: #333;
}
.newsContent .en-table ._li.firstRow td {
  font-family: 'DroidSerif-Bold' !important;
  font-size: 18px;
}
.newsContent .en-text-1 {
  padding: 16px 20px;
  border-left: 4px solid #b71d26;
  background: #faf3f4;
  margin-bottom: 20px;
}
.newsContent .en-text-1 + .preview-image-block {
  margin-top: 0 !important;
}
.newsContent .en-text-1-title {
  position: relative;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  word-break: break-all;
}
.newsContent .en-text-1-title svg {
  width: 22px;
  height: 16px;
}
.newsContent .en-text-1-title img {
  /* position: absolute;
  left: 0;
  top: -3px; */
  width: 22px;
  height: 16px;
  display: inline-block !important;
}
.newsContent .en-text-2 {
  padding: 7px;
  border: 3px solid #b71d26;
  margin-bottom: 20px;
}
.newsContent .en-text-2 + .preview-image-block {
  margin-top: 0 !important;
}
.newsContent .en-text-2-title {
  padding: 16px;
  border: 1px solid #b71d26;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
}
.newsContent .en-text-3 {
  position: relative;
  border-radius: 12px;
  border: 2px solid #b9261e;
  padding: 20px;
  margin-top: 37px;
  margin-bottom: 20px;
}
.newsContent .en-text-3 + .preview-image-block {
  margin-top: 0 !important;
}
.newsContent .en-text-3 .en-text-3-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  position: absolute;
  left: 37px;
  top: -13px;
  height: 26px;
  background: #fff;
  font-size: 18px;
  line-height: 26px;
  color: #b9261e;
}
.newsContent .en-text-3 .en-text-3-title .en-text-3-point {
  width: 6px;
  height: 6px;
  background: #b9261e;
}
.newsContent .en-text-3 .en-text-3-content {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
.newsContent .en-text-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  width: fit-content;
  padding: 11px 24px;
  /* height: 44px; */
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: 18px;
  line-height: 22px;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
}
.newsContent .en-text-4 + .preview-image-block {
  margin-top: 0 !important;
}
.newsContent .en-text-4 .en-text-4-title {
  font-weight: bold;
}
.newsContent .en-text-4 .en-text-4-end {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 2px solid #fff;
  border-right: 0;
  border-bottom: 0;
  background: #b71d26;
  width: 8px;
  height: 8px;
}
.newsContent .en-text-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.newsContent .en-text-5 + .preview-image-block {
  margin-top: 0 !important;
}
.newsContent .en-text-5-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* height: 44px; */
}
.newsContent .en-text-5-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 44px;
  /* height: 44px; */
  height: 100%;
  background: #b71d26;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  flex-shrink: 0;
  font-weight: bold;
}
.newsContent .en-text-5-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* width: 190px; */
  padding: 11px 20px;
  /* height: 44px; */
  background: #f4e8e9;
  font-size: 18px;
  line-height: 22px;
  color: #b71d26;
  font-weight: bold;
}
.newsContent .en-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 28px;
  padding-right: 20px;
  gap: 16px;
  background: #f5f5f5;
  border-left: 4px solid #b9261e;
  margin-bottom: 20px;
}
.newsContent .en-author + .preview-image-block {
  margin-top: 0 !important;
}
.newsContent .en-author .author-left {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
}
.newsContent .en-author .author-left img {
  width: 96px;
  height: 96px;
  object-fit: cover;
}
.newsContent .en-author .author-right .author-name {
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 8px;
}
.newsContent .en-author .author-right .author-from {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 8px;
}
.newsContent .en-author .author-right .author-career {
  font-size: 16px;
  line-height: 20px;
  color: #555555;
}
.newsContent .en-left-text,
.newsContent .en-right-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
  padding: 16px;
  background: #f5f5f5;
  margin-bottom: 20px;
}
.newsContent .en-left-text + .preview-image-block {
  margin-top: 0 !important;
}
.newsContent .en-right-text + .preview-image-block {
  margin-top: 0 !important;
}
.newsContent .en-left-text .en-left-text_left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.newsContent .en-left-text .en-left-text_left .en-left-text_tilte {
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 16px;
}
.newsContent .en-left-text .en-left-text_left .en-left-text_des {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  color: #555555;
}
.newsContent .en-left-text .en-left-text_left .en-left-text_des img {
  position: absolute;
  left: 0;
  top: -3px;
  width: 22px;
  height: 16px;
}
.newsContent .en-left-text .en-left-text_right {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 111px;
  height: 148px;
}
.newsContent .en-left-text .en-left-text_right img {
  width: 100%;
  height: 100%;
}
.newsContent .en-right-text .en-left-text_left {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 111px;
  height: 148px;
}
.newsContent .en-right-text .en-left-text_left img {
  width: 100%;
  height: 100%;
}
.newsContent .en-right-text .en-left-text_right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.newsContent .en-right-text .en-left-text_right .en-left-text_tilte {
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 16px;
}
.newsContent .en-right-text .en-left-text_right .en-left-text_des {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  color: #555555;
}
.newsContent .en-right-text .en-left-text_right .en-left-text_des img {
  position: absolute;
  left: 0;
  top: -3px;
  width: 22px;
  height: 16px;
}
.newsContent .en-echart {
  width: 890px;
  margin-bottom: 20px;
}
.newsContent .en-echart + .preview-image-block {
  margin-top: 0 !important;
}
.newsContent .en-echart .en-echart-title {
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  word-break: break-all;
  margin-bottom: 16px;
  font-weight: bold;
}
.newsContent .en-echart .en-echart-yname {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  line-height: 16px;
  color: #6e7079;
  word-break: break-all;
  margin-top: 15px;
}
/*# sourceMappingURL=prodTest.css.map */
mark {
  background: none !important;
}
.newsContent span.bjh-ul {
  display: block;
  margin: 0;
  list-style-position: inside;
}
.newsContent span.bjh-li {
  display: list-item;
  margin-top: 14px;
}
.newsContent span.bjh-li:first-child {
  margin-top: 0px;
}
.newsContent span.bjh-p {
  display: block;
}
