body {
  background: #f2f2f7;
}
body .fixed_top .container {
  max-width: 1200px;
  margin: auto;
}
body .breadcrumbs {
  margin-top: 8px;
}
body .breadcrumbs {
  margin-top: 8px;
}
body .breadcrumb {
  background: #ffffff !important;
  margin-top: 8px;
  border-radius: 10px 10px 0 0;
  padding: 16px;
  max-width: 1200px;
  margin: auto;
  gap: 10px;
}
body .breadcrumb .breadcumbs-first a span {
  color: #000000;
}
body .breadcrumb .fl-left a span {
  color: #000000;
}
body .breadcrumb i {
  font-size: 20px !important;
}
body .news_detail {
  padding: 0 16px;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 8px;
  border-radius: 0 0 10px 10px;
}
body .news_detail h1 {
  font-size: 24px;
  color: #000000;
}
body .news_detail .description {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
}
body .news_detail .description p {
  padding: 8px 0;
  line-height: 25px;
}
body .news_detail .description h1,
body .news_detail .description h2,
body .news_detail .description h3 {
  line-height: 40px;
}
body .news_detail .description ul,
body .news_detail .description li {
  line-height: 25px;
}
body .news_detail .description img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}
body .news_detail .index {
  padding-left: 50px;
}
body .news_detail .index .toc-content .title-toc-list {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 16px;
}
body .news_detail .index .toc-content .title-toc-list .button-select {
  cursor: pointer;
  font-size: 16px;
}
body .news_detail .index .toc-content .list-toc #toc li {
  font-size: 16px;
  color: #3b3b3b;
  padding: 14px 0;
}

.title-related {
  font-size: 20px;
  color: #000000;
}

.list_new_slide .layout-new {
  border-radius: 10px;
  margin-right: 8px;
}
.list_new_slide .layout-new .box-hover .box-img {
  height: 135px;
  max-width: 240px;
}
.list_new_slide .layout-new .box-hover .box-img .img_sub {
  border-radius: 10px 10px 0 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.list_new_slide .layout-new .box-hover .layout-text-news {
  padding: 12px 16px 16px 16px;
  max-width: 240px;
}
.list_new_slide .layout-new .box-hover .layout-text-news .title-news {
  font-size: 14px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-style: normal;
  height: 35px;
}
.list_new_slide .layout-new .box-hover:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.share {
  background: #f5f5f5;
  border-radius: 4px;
  margin: 20px 0;
  padding: 12px;
}
.share .share-text {
  font-size: 16px;
  color: #000000;
}

@media (max-width: 767px) {
  .breadcrumb {
    padding-bottom: 0 !important;
  }
  .breadcrumb a {
    font-size: 12px !important;
  }
  img {
    max-width: 100%;
  }
  h1 {
    font-size: 20px !important;
  }
  .breadcrumbs {
    margin-top: 0 !important;
  }
  .wapper-content-page .clock {
    margin: 12px 0 !important;
  }
  .wapper-content-page .clock .time span {
    font-size: 11px !important;
  }
  .wapper-content-page .description p {
    font-size: 13px !important;
    padding: 0 !important;
  }
  .wapper-content-page .share {
    align-items: center;
  }
  .wapper-content-page .share .share-text {
    font-size: 11px !important;
  }
}/*# sourceMappingURL=detail.css.map */