.document-announce {
  /* background: rgba(247, 248, 250, 1); */
}

.document-announce .section-content {
  padding-top: 40px;
}

.document-announce .announce {
  padding: 30px;
  background: #fff;
}

.document-announce .announce .announce-head {
  margin-bottom: 20px;
}

.document-announce .announce .announce-head a {
  margin-right: 10px;
  display: inline-block;
  padding: 8px 32px;
  border: 1px solid #E6EAED;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.90);
  text-decoration: none;
}

.document-announce .announce .announce-head a.active,
.document-announce .announce .announce-head a:hover {
  background: rgba(255, 103, 57, 1);
  color: #fff;
}

.document-announce .announce-list {
  padding: 20px;
}

.document-announce .announce-list .announce-item {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px dashed #E6EAED;
  ;
}

.document-announce .announce-list .announce-item:last-child {
  border-bottom: none;
}

.document-announce .announce-list .announce-item a {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.90);
}

.document-announce .announce-list .announce-item a:hover {
  color: rgba(255, 103, 57, 1);
}

.document-announce .announce-list .announce-item .announce-item-time {
  font-size: 13px;
  text-align: right;
  min-width: 120px;
  color: rgba(0, 0, 0, 0.60);
}

/* 新闻 */
.document-news .news-head {
  padding: 40px 0 20px 40px;
  background: #fff;
  border-bottom: 1px solid #E6EAED;
}

.document-news .announce {
  padding-top: 0;
}


/* 公告详情 */
.announce-details {
  background: #fff;
  padding: 30px 70px 100px 70px;
}

.announce-details .announce-title {
  text-align: center;
  font-size: 28px;
}

.announce-details .announce-details-time {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.60);
}

.announce-details .announce-details-cont {
  text-indent: 32px;
  line-height: 30px;
  padding: 60px;
  padding-top: 0;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.90);
  border-bottom: 1px solid #E6EAED;
}

.document-news .announce-details .announce-details-cont {
  padding: 0;
  padding-bottom: 60px;
}

.announce-details .announce-details-page {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.60);
}

.announce-details .announce-details-page a {
  color: rgba(0, 0, 0, 0.90);
}

.announce-details .announce-details-page a:hover {
  color: rgba(255, 103, 57, 1)
}

.news-advert {
  margin-top: 30px;
  width: 910px;
  height: 140px;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  border-radius: 3px;
}


/* 新闻列表 */
.announce-new-left {
  padding-bottom: 0;
  flex: 1;
}

.announce-new-right {
  width: 400px;
  margin-left: 10px;
  flex-shrink: 0;
}

.news-box {
  margin-bottom: 10px;
  width: 400px;
  background: #FFFFFF;
  border-radius: 3px;
}

.bottom-news {
  width: calc((100% - 72px) / 3) !important;
}

.news-box .news-box-head {
  padding: 18px 27px;
  border-bottom: 1px solid #E6EAED;
}

.news-box .news-box-head .news-title {
  position: relative;
  padding-left: 10px;
  font-size: 18px;
  line-height: 20px;
  height: 20px;
}

.news-box .news-box-head .news-title::before {
  content: '';
  width: 2px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background: #FF6739;
}


.news-box .news-list {
  padding: 0 24px;
}

.news-box .news-list .news-item {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px dashed #E6EAED;
  font-size: 16px;
}

.news-box .news-list .news-item a {
  color: #333;
  flex: 1;
  line-height: 1;
}


.news-box .news-list .news-item .news-text {
  display: inline-block;
  max-width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-box .news-list .news-item .news-time {
  float: right;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
}

.announce-new-right .news-box .news-list .news-item {
  font-size: 14px;
}

.news-box .news-list .news-item .news-number {
  margin-right: 10px;
  line-height: 16px;
  text-align: center;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background: #DEDEDE;
  opacity: 1;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  background: rgba(222, 222, 222, 1);
}

.news-box .news-list .news-item:nth-child(1) .news-number {
  background: rgba(255, 103, 57, 1);
}

.news-box .news-list .news-item:nth-child(2) .news-number {
  background: rgba(255, 103, 57, 1);
}

.news-box .news-list .news-item:nth-child(3) .news-number {
  background: rgba(255, 103, 57, 1);
}

.news-box .news-list .news-item:last-child {
  border: none;
}

.news-box .news-tag {
  padding: 13px 12px;
  background: #F7F8F9;
  margin-bottom: 10px;
  margin-right: 10px;
}


.news-box-tag {
  width: 100%;
}

.news-box .news-box-cont {
  padding: 20px 40px 30px;
  background: #fff;
}

.news-box-tag .news-box-head,
.news-box-tag .news-box-cont {
  padding-left: 0;
  padding-top: 0;
  border: none;
}

/* 新闻列表 */
.news-index {
  background: #fff;
  padding: 40px;
}

.news-index-banner {
  position: relative;
  margin-right: 70px;
  width: 610px;
  height: 340px;
}

.news-index-banner .news-banner-cont {
  position: absolute;
  bottom: 0;
  padding: 15px 20px;
  color: #fff;
  width: 610px;
  height: 80px;

}

.news-index-banner .news-banner-cont h5 {
  margin-bottom: 5px;
  z-index: 5;
}

.news-index-banner .news-banner-filter {
  position: absolute;
  width: 610px;
  height: 80px;
  left: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.3;
  border-radius: 0px 0px 3px 3px;

}


/* 新闻列表 */
.news-list-index {
  margin: -12px;
  margin-top: 24px;
}


.news-list-index .news-box {
  margin: 12px;
}

.announce-tabs .tab {
  display: none;
}

.announce-tabs .tab:first-child {
  display: block;
}

/* V10 detail pages: reserve the fixed header and prevent narrow-view overflow. */
.detail-theme-page {
  padding-top: 62px;
}

.detail-theme-page > .section-content {
  box-sizing: border-box;
  max-width: 1240px;
  padding-top: 24px;
  padding-bottom: 80px;
}

.detail-theme-page .breadcrumb {
  margin-bottom: 18px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.detail-theme-layout {
  width: 100%;
  min-width: 0;
  gap: 24px;
  align-items: flex-start;
}

.detail-theme-page .announce-details,
.detail-theme-page .announce-new-left,
.detail-theme-page .announce-new-right {
  box-sizing: border-box;
  min-width: 0;
}

.detail-theme-page .announce-new-right {
  flex: 0 0 320px;
  width: 320px;
  margin-left: 0;
}

.detail-theme-page .announce-new-right .news-box {
  width: 100%;
}

.detail-theme-page .announce-title,
.detail-theme-page .announce-details-cont,
.detail-theme-page .announce-details-cont a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.detail-theme-page .announce-details-cont img,
.detail-theme-page .announce-details-cont video,
.detail-theme-page .announce-details-cont iframe {
  max-width: 100%;
  height: auto;
}

.detail-theme-page .announce-details-cont pre,
.detail-theme-page .announce-details-cont table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}

/* News article typography. Article data can contain plain or rich HTML. */
.detail-theme-page .article-content {
  padding: 0 8px 48px;
  border-bottom: 1px solid #e8edf3;
  color: #2f3745;
  font-size: 17px;
  line-height: 1.9;
  letter-spacing: 0.01em;
  text-indent: 0;
}

.detail-theme-page .article-content > :first-child {
  margin-top: 0;
}

.detail-theme-page .article-content h1,
.detail-theme-page .article-content h2,
.detail-theme-page .article-content h3,
.detail-theme-page .article-content h4,
.detail-theme-page .article-content h5,
.detail-theme-page .article-content h6 {
  color: #1d2b3f;
  font-weight: 600;
  text-indent: 0;
}

.detail-theme-page .article-content h1 {
  margin: 36px 0 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e6ecf3;
  font-size: 28px;
  line-height: 1.45;
}

.detail-theme-page .article-content h2 {
  margin: 34px 0 16px;
  padding-left: 13px;
  border-left: 4px solid #337dff;
  font-size: 24px;
  line-height: 1.45;
}

.detail-theme-page .article-content h3 {
  margin: 28px 0 12px;
  font-size: 20px;
  line-height: 1.5;
}

.detail-theme-page .article-content h4,
.detail-theme-page .article-content h5,
.detail-theme-page .article-content h6 {
  margin: 24px 0 10px;
  font-size: 18px;
  line-height: 1.55;
}

.detail-theme-page .article-content p {
  margin: 0 0 18px;
  line-height: 1.9;
  text-align: justify;
  text-indent: 0;
}

.detail-theme-page .article-content > h2:first-child + p {
  margin-bottom: 30px;
  padding: 15px 18px;
  border-left: 3px solid #79a8ff;
  border-radius: 0 7px 7px 0;
  background: #f5f8ff;
  color: #42516a;
}

.detail-theme-page .article-content ul,
.detail-theme-page .article-content ol {
  margin: 0 0 22px;
  padding-left: 30px;
}

.detail-theme-page .article-content ul {
  list-style: disc outside;
}

.detail-theme-page .article-content ol {
  list-style: decimal outside;
}

.detail-theme-page .article-content li {
  display: list-item;
  margin: 7px 0;
  line-height: 1.8;
}

.detail-theme-page .article-content ul > li {
  list-style: disc outside;
}

.detail-theme-page .article-content ol > li {
  list-style: decimal outside;
}

.detail-theme-page .article-content li::marker {
  color: #337dff;
  font-weight: 600;
}

.detail-theme-page .article-content blockquote {
  margin: 24px 0;
  padding: 16px 20px;
  border-left: 4px solid #337dff;
  background: #f6f8fb;
  color: #536078;
}

.detail-theme-page .article-content blockquote p:last-child {
  margin-bottom: 0;
}

.detail-theme-page .article-content a {
  color: #2f72e5;
  text-decoration: none;
}

.detail-theme-page .article-content a:hover {
  color: #165dcc;
  text-decoration: underline;
}

.detail-theme-page .article-content strong,
.detail-theme-page .article-content b {
  color: #202b3b;
  font-weight: 600;
}

.detail-theme-page .article-content img {
  display: block;
  margin: 24px auto;
  border-radius: 8px;
}

.detail-theme-page .article-content figure {
  margin: 24px 0;
  text-align: center;
}

.detail-theme-page .article-content figcaption {
  margin-top: -12px;
  color: #8792a5;
  font-size: 13px;
}

.detail-theme-page .article-content table {
  display: table;
  width: 100%;
  margin: 24px 0;
  border: 1px solid #dfe6ef;
  border-collapse: collapse;
  background: #fff;
  font-size: 15px;
  text-indent: 0;
}

.detail-theme-page .article-content th,
.detail-theme-page .article-content td {
  padding: 12px 14px;
  border: 1px solid #dfe6ef;
  text-align: left;
  vertical-align: top;
}

.detail-theme-page .article-content th {
  background: #f2f6fc;
  color: #24344d;
  font-weight: 600;
}

.detail-theme-page .article-content tr:nth-child(even) td {
  background: #fafcff;
}

.detail-theme-page .article-content pre {
  margin: 22px 0;
  padding: 16px 18px;
  border-radius: 7px;
  background: #172033;
  color: #e6edf7;
  font-size: 14px;
  line-height: 1.7;
  text-indent: 0;
}

.detail-theme-page .article-content code {
  padding: 2px 5px;
  border-radius: 4px;
  background: #f0f3f8;
  color: #c7254e;
  font-size: 0.92em;
}

.detail-theme-page .article-content pre code {
  padding: 0;
  background: transparent;
  color: inherit;
}

.detail-theme-page .article-content hr {
  margin: 32px 0;
  border: 0;
  border-top: 1px solid #e3e9f1;
}

.detail-theme-page .article-content .highlight-box,
.detail-theme-page .article-content .conclusion-box {
  margin: 24px 0;
  padding: 18px 22px;
  border: 1px solid #dce7f8;
  border-radius: 9px;
  background: #f5f8ff;
}

.detail-theme-page .article-content .conclusion-box {
  border-color: #d7ebdf;
  background: #f3faf6;
}

.detail-theme-page .article-content .highlight-box p:last-child,
.detail-theme-page .article-content .conclusion-box p:last-child,
.detail-theme-page .article-content .footer-note p:last-child {
  margin-bottom: 0;
}

.detail-theme-page .article-content .info-tag {
  display: inline-block;
  margin-right: 6px;
  padding: 2px 9px;
  border-radius: 4px;
  background: #337dff;
  color: #fff;
  font-size: 13px;
}

.detail-theme-page .article-content .footer-note {
  margin-top: 34px;
  padding: 14px 18px;
  border-top: 3px solid #79a8ff;
  border-radius: 7px;
  background: #f5f7fa;
  color: #748096;
  font-size: 13px;
  text-align: center;
}

@media (max-width: 1100px) {
  .detail-theme-layout {
    display: block;
  }

  .detail-theme-page .announce-new-right {
    width: 100%;
    margin-top: 24px;
  }
}

@media (max-width: 1080px) {
  .detail-theme-page {
    padding-top: 50px;
  }
}

@media (max-width: 768px) {
  .detail-theme-page > .section-content {
    padding: 16px 12px 48px;
  }

  .detail-theme-page .announce-details {
    padding: 24px 18px 60px;
  }

  .detail-theme-page .announce-details .announce-title {
    font-size: 22px;
    line-height: 1.45;
  }

  .detail-theme-page .announce-details .announce-details-time {
    margin: 14px 0 24px;
    font-size: 14px;
  }

  .detail-theme-page .article-content {
    padding: 0 0 36px;
    font-size: 16px;
    line-height: 1.85;
  }

  .detail-theme-page .article-content h1 {
    margin-top: 28px;
    font-size: 24px;
  }

  .detail-theme-page .article-content h2 {
    margin: 28px 0 14px;
    padding-left: 10px;
    font-size: 21px;
  }

  .detail-theme-page .article-content h3 {
    margin-top: 24px;
    font-size: 18px;
  }

  .detail-theme-page .article-content p {
    margin-bottom: 16px;
    line-height: 1.85;
  }

  .detail-theme-page .article-content > h2:first-child + p {
    padding: 13px 14px;
  }

  .detail-theme-page .article-content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
