.inner-section {
  margin-top: 76px;
}

.inner-section .inner-bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  box-sizing: border-box;
}

.inner-section .inner-bg .inner-text {
  position: absolute;
  top: 46%;
  left: 138px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.inner-section .inner-bg .en {
  font-size: 44px;
  font-family: Helvetica, Helvetica-Bold;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  line-height: 53px;
  letter-spacing: 3px;
}

.inner-section .inner-bg .cn {
  font-size: 30px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #ffffff;
  line-height: 42px;
}

.inner-section .content-nav-bg {
  background: #fbfbfb;
  border-bottom: 1px solid #d8d8d8;
}

.inner-section .content-nav-bg .content-nav {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 0;
  padding: 0 120px;
}

.inner-section .content-nav-bg .content-nav span {
  display: inline-block;
  font-size: 20px;
  text-align: left;
  color: #525252;
  line-height: 28px;
  padding: 12px 0;
  margin-right: 70px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s;
}

.inner-section .content-nav-bg .content-nav span:hover {
  color: #000000;
}

.inner-section .content-nav-bg .content-nav > .active {
  color: #000000;
  font-weight: 500;
  position: relative;
}

.inner-section .content-nav-bg .content-nav > .active::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #bd0008;
  border-radius: 2px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.inner-section .content-nav-bg .content-nav li {
  display: inline-block;
  margin-right: 70px;
  padding: 12px 0;
}

.inner-section .content-nav-bg .content-nav li a {
  font-size: 16px;
  text-align: left;
  color: #525252;
  line-height: 28px;
  font-weight: 300;
  cursor: pointer;
}

.inner-section .content-nav-bg .content-nav li a:hover {
  color: #000;
  font-weight: 500;
}

.inner-section .content-nav-bg .content-nav .current_page_item {
  color: #000000;
  font-weight: 500;
  position: relative;
}

.inner-section .content-nav-bg .content-nav .current_page_item a {
  color: #000000;
  font-weight: 500;
}

.inner-section .content-nav-bg .content-nav .current_page_item::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #bd0008;
  border-radius: 2px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.inner-section .building {
  text-align: center;
  padding: 85px 0;
}

.inner-section .building > img {
  max-height: 202px;
  max-width: 100%;
}

.inner-section .building .building-text {
  text-align: center;
  padding-top: 11px;
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
  line-height: 22px;
}

.djdt-section.inner-section .content-nav-bg .content-nav .current_page_item::after {
  background: #f00;
}

.djdt-section.inner-section .news-list .news-list-item .item-info .date {
  color: #f00;
}

.djdt-section.inner-section .news-list .news-list-item:hover .title,
.djdt-section.inner-section .news-list .news-list-item:hover .desc {
  color: #f00;
}

.article-container .article-top {
  max-width: 700px;
  padding: 40px 0 28px;
  margin: 0 auto;
  border-bottom: 1px solid #c9c9c9;
  text-align: center;
}

.article-container .article-top .article-title {
  font-size: 40px;
  font-weight: 500;
  color: #000000;
  line-height: 56px;
  margin-bottom: 7px;
}

.article-container .article-top .article-sub-title {
  font-size: 0;
}

.article-container .article-top .article-sub-title .date {
  margin-right: 40px;
}

.article-container .article-top .article-sub-title .date,
.article-container .article-top .article-sub-title .link {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
  line-height: 24px;
  vertical-align: top;
  padding-left: 22px;
  position: relative;
}

.article-container .article-top .article-sub-title .date::before,
.article-container .article-top .article-sub-title .link::before {
  content: "";
  width: 16px;
  height: 16px;
  background-size: 100%;
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-8px);
}

.article-container .article-top .article-sub-title .date::before {
  background-image: url(../images/calendar.png);
}

.article-container .article-top .article-sub-title .link::before {
  background-image: url(../images/href.png);
}

.article-container .article-content-container {
  padding-top: 40px;
  width: 700px;
  margin: 0 auto;
  max-width: 100%;
}

.article-container .article-content-container .abstract {
  max-width: 700px !important;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  color: rgba(0, 0, 0, 0.6);
  line-height: 28px;
  margin: 0 auto;
}

.article-container .article-content-container img {
  display: block;
  height: 100%;
}

.article-container .article-content-container .wp-block-columns .wp-block-column .wp-block-image {
  margin-bottom: 0;
}

.article-container .article-content-container .article-content {
  max-width: 700px;
  margin: 0px auto 40px;
}

.article-container .article-content-container .article-content .article-content-title {
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  color: #000000;
  line-height: 33px;
  margin-bottom: 16px;
}

.article-container .article-content-container p {
  max-width: 700px !important;
  margin: 0px auto 40px;
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 28px;
}

.article-container .article-content-container .wp-block-columns {
  max-width: 700px;
  margin: 0px auto 40px;
}

.article-container .article-content-container > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 1000px;
  margin: 0px auto 40px;
}

.article-container .article-content-container > .alignwide {
  max-width: 1000px;
}

.article-container .article-content-container .alignnone,
.article-container .article-content-container .aligncenter,
.article-container .article-content-container .alignleft,
.article-container .article-content-container .alignright,
.article-container .article-content-container .alignwide {
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.article-container .article-content-container .wp-block-file .wp-block-file__button {
  background: #1cbdba;
}

.article-container .article-content-container h1,
.article-container .article-content-container h2,
.article-container .article-content-container h3,
.article-container .article-content-container h4,
.article-container .article-content-container h5,
.article-container .article-content-container h6 {
  line-height: 1.25;
}

.article-container .article-content-container h1 {
  font-size: 84px;
}

.article-container .article-content-container h2 {
  font-size: 48px;
}

.article-container .article-content-container h3 {
  font-size: 40px;
}

.article-container .article-content-container h4 {
  font-size: 32px;
}

.article-container .article-content-container h5 {
  font-size: 24px;
}

.article-container .article-content-container h6 {
  font-size: 18px;
}

.color-accent,
.color-accent-hover:hover,
.color-accent-hover:focus,
:root .has-accent-color,
.has-drop-cap:not(:focus):first-letter,
.wp-block-button.is-style-outline,
a {
  color: #1cbdba;
}

button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #1cbdba;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.0333em;
  line-height: 1.25;
  margin: 0;
  opacity: 1;
  padding: 1.1em 1.44em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.15s linear;
}

button:not(.toggle),
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.bg-accent,
.bg-accent-hover:hover,
.bg-accent-hover:focus,
:root .has-accent-background-color,
.comment-reply-link {
  background-color: #1cbdba;
}

table {
  border: 1px solid #dcd7ca;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 16px;
  margin: 40px 0 10px 0;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}

th,
td {
  border: 1px solid #dcd7ca;
  line-height: 1.4;
  margin: 0;
  overflow: visible;
  padding: 9px;
}

cite,
figcaption,
.wp-caption-text,
.post-meta,
.entry-content .wp-block-archives li,
.entry-content .wp-block-categories li,
.entry-content .wp-block-latest-posts li,
.wp-block-latest-comments__comment-date,
.wp-block-latest-posts__post-date,
.wp-block-embed figcaption,
.wp-block-image figcaption,
.wp-block-pullquote cite,
.comment-metadata,
.comment-respond .comment-notes,
.comment-respond .logged-in-as,
.pagination .dots,
.entry-content hr:not(.has-background),
hr.styled-separator,
:root .has-secondary-color {
  color: #6d6d6d;
}

blockquote {
  border-color: #1cbdba;
  border-style: solid;
  border-width: 0 0 0 2px;
  color: inherit;
  font-size: 16px;
  margin: 40px 0;
  padding: 5px 0 5px 20px;
}

@keyframes changeOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
  color: #555d66;
  font-size: 13px;
  text-align: center;
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption,
.wp-block-table figcaption {
  color: #555d66;
  font-size: 13px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .content-nav-bg .content-nav {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    height: 45px;
    margin: 0 12px;
    padding: 0;
    scrollbar-base-color: transparent;
    scrollbar-darkshadow-color: transparent;
    scrollbar-highlight-color: transparent;
    scrollbar-face-color: transparent;
  }
  .content-nav-bg .content-nav ul {
    height: 41px;
    left: 16px;
    right: auto;
    position: absolute;
    top: 0;
    padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box;
    display: block;
    white-space: nowrap;
  }
  .content-nav-bg .content-nav li {
    display: inline-block;
    margin-right: 24px;
    position: relative;
    cursor: pointer;
  }
  .content-nav-bg .content-nav li a {
    line-height: 21px;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .inner-section {
    margin-top: 46px;
  }
  .inner-section .inner-bg {
    height: 150px;
    padding: 38px 0.22rem;
  }
  .inner-section .inner-bg .inner-text {
    left: 30px;
  }
  .inner-section .inner-bg .en {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 1px;
  }
  .inner-section .inner-bg .cn {
    font-size: 14px;
    text-align: left;
    line-height: 20px;
  }
  .news-detail .article-container {
    padding: 0 20px;
  }
  .article-container .article-content-container img {
    width: 100%;
    height: auto;
  }
  .article-container .article-top .article-title {
    font-size: 24px;
    line-height: 30px;
  }
}
