a[href] {
  color: #173873;
}

a[href]:hover {
  text-decoration: underline;
}

.article-top {
  margin-top: 28px;
}

.article-top .article-title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
  line-height: 33px;
}

.thumbnail-img {
  text-align: center;
  margin-bottom: 20px;
}

.thumbnail-img img {
  max-width: 40%;
}

.information {
  background: #f8f9fa;
  border: 1px solid #dddddd;
  margin-bottom: 46px;
  margin-top: 28px;
  padding: 10px;
}

.information .info-content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  font-size: 0;
}

.information .date,
.information .number,
.information .share {
  display: inline-block;
  width: calc(100% / 3);
  text-align: center;
}

.information .date span,
.information .number span,
.information .share span {
  font-size: 12px;
  font-weight: 300;
  text-align: left;
  color: #232323;
  line-height: 16px;
}

.information .date span:first-child,
.information .number span:first-child,
.information .share span:first-child {
  font-weight: 400;
}

.information .share {
  font-size: 0;
}

.information .share #share {
  display: inline-block;
}

.information .share #share a {
  border: none;
  width: 19px;
  height: 19px;
  margin: 0;
  color: #a7a7a7;
  line-height: 20px;
  font-size: 19px;
}

.information .share #share a:hover {
  background: none;
}

.information .share #share a:not(:last-child) {
  margin-right: 8px;
}

.information .share #share .icon-qzone:hover {
  color: #fdbe3d;
}

.information .share #share .icon-qq:hover {
  color: #56b6e7;
}

.information .share #share .icon-weibo:hover {
  color: #ff763b;
}

.information .share #share .icon-wechat:hover {
  color: #7bc549;
}

.news-detail {
  max-width: 800px;
  margin: 0 auto;
}

.news-detail .article-container .abstract {
  font-size: 14px;
  font-weight: 500;
  text-align: justify;
  color: rgba(0, 0, 0, 0.7);
  line-height: 28px;
}

.news-detail .article-container .article-content-container {
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  color: rgba(0, 0, 0, 0.7);
  line-height: 28px;
}

.news-detail .article-container .article-content-container img {
  display: block;
  max-width: 93.75%;
  height: auto;
  margin: 0 auto;
}

.newDetails-body .news-detail .article-container {
  margin-bottom: 100px;
}

.newDetails-body .news-detail .article-container p {
  margin-bottom: 18px;
}

.newDetails-body .news-detail .article-container figure figcaption {
  max-width: 90%;
  margin: 0 auto;
  padding-top: 6px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
  font-size: 12px;
}

.inner-section.policy .inner-bg .content-nav-bg .case-nav ul li {
  width: calc(100% / 3);
}

.inner-section.policy .information .date,
.inner-section.policy .information .share {
  width: calc(100% / 2);
}

.inner-section.policy a {
  color: #173873;
}

.inner-section.policy a:hover {
  cursor: pointer;
  text-decoration: underline;
}

.inner-section.policy .newDetails-body .news-detail .article-container table p {
  padding: 10px 4px;
}

.inner-section[data-secnav="secnav"] .inner-bg .inner-text {
  top: 50%;
}

@media screen and (min-width: 1200px) {
  .inner-section[data-single="majorExpert"]
.inner-bg
.content-nav-bg
.case-nav
ul
li {
    width: calc(100% / 5);
  }
}

@media screen and (max-width: 1200px) {
  .inner-section .inner-bg {
    margin-bottom: 30px;
  }
  .inner-section[data-single="majorExpert"] .inner-bg {
    margin-bottom: 0;
  }
  .article-top .article-title {
    font-size: 14px;
    line-height: 24px;
  }
  .information {
    width: calc(100% / 0.66667);
    margin: 0 auto;
    margin-bottom: 10px;
    box-sizing: border-box;
    -ms-transform: scale(0.66667, 0.66667);
    -moz-transform: scale(0.66667, 0.66667);
    -webkit-transform: scale(0.66667, 0.66667);
    -o-transform: scale(0.66667, 0.66667);
    transform-origin: left 50%;
    -ms-transform-origin: left 50%;
    -webkit-transform-origin: left 50%;
  }
  .newDetails-body .news-detail .article-container {
    margin-bottom: 30px;
  }
  .news-detail .article-container .abstract {
    font-size: 12px;
    line-height: 18px;
  }
  .news-detail .article-container .abstract p {
    margin-bottom: 10px;
  }
  .news-detail .article-container .article-content-container {
    font-size: 12px;
    line-height: 18px;
  }
  .news-detail .article-container .article-content-container p {
    margin-bottom: 6px;
  }
}
