@charset "UTF-8";

/* 通用详情页 */
.detail-box {
  background: #fff;
  padding-top: 50px;
}
.detail-title {
  padding: 0 40px;
  margin-bottom: 18px;
  color: #333333;
  font-size: 26px;
  font-weight: bold;
  line-height: 46px;
  text-align: center;
}
.detail-meta {
  line-height: 38px;
  background-color: #e9eef2;
  text-align: center;
}
.detail-meta span {
  font-size: 15px;
  color: #666666;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  font-size: 14px;
}

.detail-content {
  padding-top: 40px;
  line-height: initial;
}
.detail-content td {
  border: 1px solid #000;
}
.detail-content img {
  max-width: 100%;
  height: auto !important;
}
#share-container {
  vertical-align: middle;
}
#share-container img {
  cursor: pointer;
}
/* 二维码 */
.qrcode {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
}
.qrcode-title {
  color: #333;
  font-size: 16px;
  margin-top: 8px;
}
.qrcode-img {
  display: inline-block;
  width: 150px;
  height: 150px;
}

.detail-close {
  text-align: right;
  color: #333;
  margin-top: 20px;
}
.detail-close span {
  cursor: pointer;
}

/* 附件 */
.detail-files {
  display: none;
  line-height: 28px;
  padding: 20px;
  padding-bottom: 0;
  font-size: 16px;
  margin: 40px 0 0;
  border: 1px solid #eee;
}
.detail-files .detail-files-title {
  margin-bottom: 5px;
  font-weight: bold;
}
.detail-files .detail-files-rel a {
  color: #0071da;
}

/* 关联稿件 */
.glgj {
  display: none;
  line-height: 28px;
  padding: 20px;
  font-size: 16px;
  margin: 40px 0 0;
  border: 1px solid #eee;
}
.glgj .glgj_title {
  margin-bottom: 5px;
  font-weight: bold;
}
.glgj .glgj_rel a {
  color: #0071da;
}

/* 原网站format */
#vsb_content_4 H2 {
  font-size: 14pt;
}
#vsb_content_4 .icon {
  border-right-width: 0px;
  margin: 3px 0px 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}
#vsb_content_4 IMG {
  border-bottom: #ccc 1px solid;
  border-left: #ccc 1px solid;
  border-top: #ccc 1px solid;
  border-right: #ccc 1px solid;
}
#vsb_content_4 DIV {
  line-height: 180%;
  text-indent: 2em;
  font-size: 14pt;
}
#vsb_content_4 P {
  line-height: 180%;
  text-indent: 2em;
  font-size: 14pt;
  color: #333333;
}
#vsb_content_4 span {
  line-height: 180%;
  text-indent: 2em;
  font-size: 14pt;
}

#vsb_content_4 A {
  color: #1e50a2;
  text-decoration: underline;
}
#vsb_content_4 A:visited {
  color: #1e50a2;
  text-decoration: underline;
}
#vsb_content_4 A:hover {
  color: #ba2636;
}

#vsb_content_4 TABLE {
  border-collapse: collapse;
  border: 1px solid #000;
}
#vsb_content_4 TABLE TD {
  border: 1px solid #000;
  padding: 2px 3px;
}
#vsb_content_4 TABLE TD P {
  text-indent: 0px;
  margin: 0px;
  font-size: 14pt;
  line-height: 180%;
}
#vsb_content_4 TABLE TH P {
  text-indent: 0px;
  margin: 0px;
  font-size: 1px;
  line-height: 180%;
}
#vsb_content_4 TABLE TD IMG {
  border-bottom-style: none;
  border-right-style: none;
  margin: 5px;
  border-top-style: none;
  border-left-style: none;
}
#vsb_content_4.fs p {
  line-height: 180%;
  text-indent: 2em;
  font-size: 10px;
}
/* #vsb_content_4.newscontent_l p {
  font-size: 16pt;
}
#vsb_content_4.newscontent_m p {
  font-size: 14pt;
}
#vsb_content_4.newscontent_s p {
  font-size: 12pt;
} */

#vsb_content_4 .vsbcontent_start {
  line-height: 180%;
  text-indent: 2em;
  font-size: 14pt;
}
#vsb_content_4 .vsbcontent_end {
  line-height: 180%;
  text-indent: 2em;
  font-size: 14pt;
}
#vsb_content_4 .vsbcontent_img {
  text-align: center;
  text-indent: 0px;
}
#vsb_content_4 .vsbcontent_video {
  text-align: center;
  text-indent: 0px;
}

@media screen and (max-width: 768px) {
  .detail-box {
    padding: 20px 0;
  }
  .detail-title {
    padding: 0;
    font-size: 20px;
  }
  .detail-meta {
    line-height: 26px;
  }
  .qrcode {
    display: none;
  }
  .detail-close {
    display: none;
  }
}
