body {
  padding-top: 64px;
}
.tc-main {
  margin-top: 0;
}
.body-white .tc-box {
  border: none;
  padding-top: 0;
}
.body-white .tc-box .article-infobox {
  display: flex;
  justify-content: space-between;
}
.body-white .tc-box .article-infobox #post-info {
  display: flex;
  color: #7D7D7D;
}
.body-white .tc-box .article-infobox #post-info #post-editor {
  margin: 0 40px 0 15px;
}
.body-white .tc-box .article-excerpt {
  font-size: 16px;
  margin-top: 24px;
  color: #7D7D7D;
  line-height: 22px;
  margin-bottom: 40px;
}
.body-white .tc-box #article_content {
  padding-top: 40px;
  border-top: 2px dotted #d8d8d8;
  word-wrap: break-word;
  color: #7d7d7d;
}
.body-white .tc-box #article_content:first-child {
  margin-top: 0;
}
.body-white .tc-box #article_content h2 {
  font-size: 20px!important;
  line-height: 26px!important;
  color: #000 !important;
  font-weight: bold!important;
  position: relative!important;
  padding-top: 2px!important;
  padding-left: 15px!important;
  margin-top: 40px!important;
  margin-bottom: 30px!important;
}
.body-white .tc-box #article_content h2 > span {
  font-size: 20px!important;
  line-height: 26px;
  height: 26px;
  display: block;
}
.body-white .tc-box #article_content h2::before {
  content: '';
  width: 8px;
  height: 26px;
  background: #0028FF;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
}
.body-white .tc-box #article_content h3 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 35px;
  margin-top: 30px;
}
.body-white .tc-box #article_content ul {
  padding-left: 18px;
}
.body-white .tc-box #article_content ul li {
  list-style: disc;
}
.body-white .tc-box #article_content ul li p {
  margin-bottom: 0.7em;
  font-size: 16px;
  color: #000;
  line-height: 1.7;
}
.body-white .tc-box #article_content ol {
  padding-left: 18px;
}
.body-white .tc-box #article_content ol li {
  list-style: decimal;
}
.body-white .tc-box #article_content > p,
.body-white .tc-box #article_content section {
  font-size: 16px;
  color: #000 !important;
  margin-top: 20px;
  line-height: 30px;
}
.body-white .tc-box #article_content > p:first-child,
.body-white .tc-box #article_content section:first-child {
  margin-top: 0;
}
.body-white .tc-box #article_content > p img,
.body-white .tc-box #article_content section img {
  display: block;
  border-radius: 8px;
  height: auto !important;
  max-width: 100%;
}
.body-white .tc-box #article_content img {
  display: block;
  border-radius: 8px;
  margin: 0 auto 16px;
  height: auto !important;
  max-width: 100%;
}
.body-white .tc-box #article_content section {
  color: #7d7d7d;
}
.body-white .tc-box #article_content section img {
  margin: 0 auto 16px;
}
.body-white .tc-box #article_content a {
  color: #2780E3;
  text-decoration: underline;
}
.body-white .tc-box #article_content a:hover {
  color: #f23535;
}
.body-white #breadcrumb-wrapper .breadcrumb {
  background: #fff;
  padding-left: 0;
  margin-bottom: 24px;
}
.body-white #breadcrumb-wrapper .breadcrumb a {
  color: #000;
}
.body-white #breadcrumb-wrapper .breadcrumb a:hover {
  color: #7D7D7D;
  text-decoration: none;
}
.body-white #breadcrumb-wrapper .breadcrumb > li + li::before {
  color: #000;
  padding: 0 2px;
}
.body-white #breadcrumb-wrapper .breadcrumb .breadcrumb-link-color {
  color: #4c4c4c;
}
.body-white #breadcrumb-wrapper .breadcrumb .breadcrumb-link-color:hover {
  color: #000;
}
.body-white #article-bottom-area {
  padding-bottom: 40px;
}
.body-white #article-bottom-area #article-copyright {
  text-align: center;
}
.body-white #article-bottom-area #article-copyright p {
  color: #7D7D7D;
  font-size: 12px;
  line-height: 20px;
}
.hot-article-box {
  margin-top: 40px;
}
.hot-article-box .headtitle {
  border-bottom: none;
}
.sidebar-wrapper {
  padding: 0;
  position: sticky;
  top: 57px;
}
.content-wrapper {
  padding-top: 24px;
}
@media (max-width: 1200px) {
  .content-wrapper {
    width: 100%;
    padding: 0 20px;
  }
  .body-white .tc-box .article-infobox {
    flex-direction: column;
  }
  .body-white .tc-box .article-infobox #post-info {
    width: 100%;
  }
}
/*# sourceMappingURL=article.css.map */