﻿@charset "UTF-8";
/**
* 通用详情
* date:2023-6-2
* author: trh;
 */
.article {
  padding: 42px 36px 0;
  background-color: #fff;
  position:relative;
}

.article-top {
  padding-bottom: 47px;
  border-bottom: 1px solid #F1F1F1;
}

.article-top h3 {
  text-align: center;
  color: #000;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
}
.secondtitle{
  text-align: center;
  color: #848484;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin-bottom:10px;
}

.article-sources {
  margin-top: 10px;
  line-height: 18px;
  text-align: center;
  color: #848484;
}

.article-sources p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 14px;
  margin: 0 18px;
}

.article-sources a {
  color: #848484;
}

.article-info {
  word-break: break-all;
  padding-bottom: 61px;
}

.article-p {
  padding-top: 24px;
  font-size: 16px;
  line-height: 36px;
  /* text-indent: 2em; */
  color: #4e4e4e;
  text-align: justify;
  text-justify: inter-ideograph;
  position:relative;
}

.article-img {
  display: block;
  margin: 24px auto 0;
  padding-bottom: 4px;
  max-width: 100%;
}

.article-p table {
    text-indent: 0 !important;
}

.DSDiv{
    bottom:20px;
}
