@charset "UTF-8";
/* 详情页 */

.detail-box {
  border-top: 1px solid #dddddd;
}

.detail-left {
  width: 220px;
  float: left;
  padding: 20px;
}
.detail-meta {
  border-bottom: 1px solid #dddddd;
}
.detail-meta p {
  padding-bottom: 20px;
}
.detail-meta span {
  display: block;
}
.detail-meta span:nth-child(1) {
  color: #333333;
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
}
.detail-meta span:nth-child(2) {
  color: #777777;
  line-height: 40px;
  font-size: 18px;
}
.detail-meta i {
  color: #777777;
}

.detail-right {
  margin-left: 220px;
  padding: 30px 0 30px 30px;
}
.detail-right .detail-title {
  font-size: 24px;
  line-height: 60px;
  color: #444444;
  text-align: center;
  padding: 30px 20px;
  border-bottom: 1px solid #dddddd;
  font-weight: bold;
}
.detail-right .detail-content {
  padding: 40px 30px;
}

/* 原网站文章格式化 */
.detail-content H2 {
  font-size: 14pt;
}
.detail-content .icon {
  border-right-width: 0px;
  margin: 3px 0px 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}
.detail-content IMG {
  border-bottom: #ccc 1px solid;
  border-left: #ccc 1px solid;
  border-top: #ccc 1px solid;
  border-right: #ccc 1px solid;
}
.detail-content DIV {
  line-height: 180%;
  text-indent: 2em;
  font-size: 14pt;
}
.detail-content P {
  line-height: 180%;
  text-indent: 2em;
  font-size: 14pt;
}
.detail-content span {
  line-height: 180%;
  text-indent: 2em;
  font-size: 14pt;
}
.detail-content A {
  color: #1e50a2;
  text-decoration: underline;
}
.detail-content A:visited {
  color: #1e50a2;
  text-decoration: underline;
}
.detail-content A:hover {
  color: #ba2636;
}
.detail-content TABLE {
  border-collapse: collapse;
  border: 1px solid #000;
}
.detail-content TABLE TD {
  border: 1px solid #000;
  padding: 2px 3px;
}
.detail-content TABLE TD P {
  text-indent: 0px;
  margin: 0px;
  font-size: 14pt;
  line-height: 180%;
}
.detail-content TABLE TH P {
  text-indent: 0px;
  margin: 0px;
  font-size: 1px;
  line-height: 180%;
}
.detail-content TABLE TD IMG {
  border-bottom-style: none;
  border-right-style: none;
  margin: 5px;
  border-top-style: none;
  border-left-style: none;
}
.detail-content.fs p {
  line-height: 180%;
  text-indent: 2em;
  font-size: 10px;
}
.detail-content.newscontent_l p {
  font-size: 16pt;
}
.detail-content.newscontent_m p {
  font-size: 14pt;
}
.detail-content.newscontent_s p {
  font-size: 12pt;
}
.detail-content .vsbcontent_start {
  line-height: 180%;
  text-indent: 2em;
  font-size: 14pt;
}
.detail-content .vsbcontent_end {
  line-height: 180%;
  text-indent: 2em;
  font-size: 14pt;
}
.detail-content .vsbcontent_img {
  text-align: center;
  text-indent: 0px;
}
.detail-content .vsbcontent_video {
  text-align: center;
  text-indent: 0px;
}

.detail-content p {
  font-family: 'SimSun';
  font-size: 18px;
  line-height: 40px;
  color: #222222;
  text-indent: 2em;
  margin-bottom: 20px;
}
.detail-content table {
  margin: auto;
}
.detail-content img {
  max-width: 700px;
  text-align: center;
}

/* 附件 */
.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;
}

.detail-close {
  text-align: right;
  color: #333;
  margin-top: 20px;
}
.detail-close span {
  cursor: pointer;
}

/* 关联稿件 */
.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;
}

/* 分享 */
#share-container {
  display: block;
  text-align: center;
  margin-top: 40px;
}
#share-container span {
  display: inline-block;
  background: #c9c9c9;
  border-radius: 50%;
  margin: 0 7px;
}
#share-container span i {
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background-image: url(../images/share_bg.png);
  background-repeat: no-repeat;
  background-position-y: center;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  -ms-transition: .4s all;
  transition: .4s all;
}
#share-container span:nth-child(1):hover {
  background: #1fbc7d;
}
#share-container span:nth-child(2):hover {
  background: #e96157;
}
#share-container span:nth-child(3):hover {
  background: #fc7354;
}
#share-container span:hover i{
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

@media screen and (max-width: 768px) {
  .detail-left {
    width: 100%;
    float: none;
    display: none;
  }
  .detail-right {
    margin-left: 0;
    padding-left: 0;
  }

  #share-container {
    margin-top: 10px;
  }
  .detail-meta {
    text-align: center;
    border-bottom: none;
    margin-top: 10px;
  }
  .detail-meta p {
    display: inline-block;
    padding-bottom: 0;
  }
  .detail-meta span {
    display: inline-block;
  }
  .detail-meta span:nth-child(1) {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
  }
  .detail-meta span:nth-child(2) {
    font-size: 14px;
    margin-right: 20px;
    line-height: 30px;
  }

  .detail-right .detail-title {
    font-size: 22px;
    line-height: 40px;
    padding: 0 20px 10px;
  }
}
@media screen and (max-width: 500px) {
  .detail-right .detail-title {
    font-size: 18px;
  }
}
