@charset "UTF-8";
/* 公用文章 */
.test-pt {
  position: relative;
  margin-top: 40px;
}

.container-style {
  background: #fff;
  padding: 40px 20px;
}

/* 面包屑导航 */
.breadcrumb {
  text-align: left;
  width: 100%;
  line-height: 2;
  border-bottom: 1px solid #eee;
  color: #999;
  font-size: 16px;
  margin-bottom: 20px;
}
.breadcrumb a {
  color: #999;
}
.breadcrumb a:hover {
  color: #015293;
}
.breadcrumb span {
  margin: 0 10px;
}

/* 公用文章页 */
.gd-show-main {
  min-height: 910px;
}
.gd-show-main .gd-show-menu h1 {
  border-bottom: 2px solid var(--defaultTitleColor);
}
.gd-show-main .gd-show-menu a {
  font-size: 26px;
  line-height: 2;
}
.gd-show-main .show-title {
  padding: 1em 2em;
  line-height: 1.8;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.gd-show-main .show-name {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  border-bottom: 1px solid var(--defaultLineColor);
  padding-bottom: 10px;
}
.gd-show-main .show-name dl {
  float: left;
  color: #666;
  font-size: 16px;
}
.gd-show-main .show-name dl dt,
.gd-show-main .show-name dl dd {
  float: left;
}
.gd-show-main .article-words {
  cursor: pointer;
}
.gd-show-main .article-words span {
  margin-right: 1em;
}
.gd-show-main .gd-article-content {
  padding: 32px 0;
}
.gd-show-main .gd-article-content .article-content {
  padding: 30px;
  margin-bottom: 30px;
}
.gd-show-main .gd-article-content .article-content img {
  width: auto;
}
.gd-show-main .gd-article-content .article-content a {
  font-size: inherit;
}
.gd-show-main .gd-article-content .article-content p a {
  color: var(--defaultTitleColor);
}
.gd-show-main .gd-article-content .article-content p,
.gd-show-main .gd-article-content .article-content span,
.gd-show-main .gd-article-content .article-content div {
  line-height: 38px;
}
.gd-show-main .printThis {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 16px;
  margin: 0 auto 30px;
  width: 95%;
  min-height: 48px;
  line-height: 48px;
  padding-right: 97px;
  background: #ebebeb;
  text-align: right;
  color: #666;
}
.gd-show-main .printThis a {
  font-size: 16px;
}

/* 规范性文件页面 */
.gd-file {
  position: relative;
}

.gd-file-header {
  border-bottom: 5px solid var(--defaultTitleColor);
  text-align: center;
  padding-top: 30px;
}
.gd-file-header img {
  margin: 0 auto;
  width: 710px;
  height: 66px;
  margin-bottom: -16px;
}
.gd-file-header .file-download {
  width: 100%;
}
.gd-file-header .file-download li {
  width: 90px;
  height: 38px;
  line-height: 37px;
  margin: 0 12px 12px 0;
  margin-left: 0;
  border: 1px solid #d2d2d2;
}
.gd-file-header .file-download li a {
  font-size: 14px;
  color: #666;
}
.gd-file-header .file-download li:hover {
  background: var(--defaultTitleColor);
}
.gd-file-header .file-download li:hover a {
  color: #fff;
}

.gd-file-content {
  padding: 30px 10px;
}
.gd-file-content img {
  width: auto;
}

.gd-file-footer {
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  left: 20px;
  bottom: 50px;
  padding: 25px 50px 0 0;
  color: var(--defaultTitleColor);
  text-align: right;
  border-top: 5px solid var(--defaultTitleColor);
}
.gd-file-footer img {
  width: 290px;
}

/* 索引头 */
.gd-show-index {
  margin: 30px auto;
  width: 90%;
}
.gd-show-index li {
  float: left;
  width: 50%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 2px;
}
.gd-show-index li dt,
.gd-show-index li dd {
  float: left;
  display: block;
  height: inherit;
}
.gd-show-index li dt {
  position: relative;
  width: 130px;
  text-align: center;
  background: var(--defaultTitleColor);
  color: #fff;
}
.gd-show-index li dt::after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
     -moz-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
       -o-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  width: 0;
  height: 0;
  content: "";
  border: 4px solid;
  border-color: transparent transparent transparent var(--defaultTitleColor);
}
.gd-show-index li dd {
  background: var(--defaultLineColor);
  width: -webkit-calc(100% - 130px - 5px);
  width: -moz-calc(100% - 130px - 5px);
  width: calc(100% - 130px - 5px);
  text-indent: 2em;
}