@charset "utf-8";
.article {
  margin-bottom: 30px;
}
.article .article-left {
  margin-top: 3%;
  width: 69%;
  padding-right: 1.5%;
  border-right: 1px solid #e5e5e5;
}
.article-tonglan{padding-top: 50px; padding-bottom: 20px;}
@media (max-width: 991px) {
  .article .article-left {
    border-right: none;
    padding-right: 0;
    margin-top: 5%;
  }
}
.article .article-right {
  margin-top: 3%;
  width: 28%;
}
.article .article-right > .recommendations {
  margin-top: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .article .article-right {
    margin-top: 8%;
  }
  .article .article-right > .recommendations {
    margin-top: 0;
  }
}
.article_title {
  font-weight: bold;
  font-size: 1.875em;
  line-height: 110%;
  padding-left: 20px;
  margin-bottom: 30px;
  border-left: 3px solid #0071bc;
}
@media (max-width: 991px) {
  .article_title {
    margin-bottom: 3%;
    font-size: 1.3em;
    line-height: 130%;
  }
}
.article_subtitle {
  font-size: 1em;
  font-weight: normal;
  line-height: 140%;
  text-align: center;
  padding-bottom: 30px;
  color: #666666;
}
.article_attr {
  padding-bottom: 6px;
  color: #666;
  border-bottom: #e1e1e1 1px solid;
  font-size: 15px;
}
.article_attr b {
  font-weight: normal;
}
.article_attr #view span {
  margin: 0;
}
.article_attr .llcs b {
  color: #8d0707;
}
.article_attr_l {
  float: left;
  line-height: 36px;
}
.article_attr_l span {
  margin-right: 30px;
  display: inline-block;
  white-space: nowrap;
}
.article_attr_l span.ly  {display: none;}
.favorite-tips {
  font-size: 16px;
}
.article_attr_r {
  float: right;
}
.article_attr_r .fontsize i {
  margin: 0 5px;
}
.article_attr_r .print,
.article_attr_r .fontsize {
  display: inline-block;
  line-height: 36px;
  margin-right: 12px;
}
.shareIcon {
  display: inline-block;
}
.article_attr_r .print a,
.article_attr_r .fontsize i {
  cursor: pointer;
  color: #666666;
  font-style: normal;
}
.article_attr_r .print a:hover,
.article_attr_r .fontsize a:hover {
  color: #333;
}
.article_content {
  clear: both;
  padding: 30px 20px;
  line-height: 2.4;
  overflow: hidden;
}
.article_content p {
  margin: 15px 0;
}
.article_content table,
.article_content video,
.article_content img {
  max-width: 100%;
  height: auto !important;
}
#qr_container {
  padding-top: 5px;
  color: #b5b5b5;
  font-size: 0.875em;
}
.social-share .social-share-icon {
  border: 1px solid #e5e5e5;
  color: #b9c0ce;
  border-radius: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  margin: 0 4px;
}
.social-share .social-share-icon:before {
  position: relative;
  top: 10px;
  transition: all 0.3s;
}
.social-share .icon-wechat:hover {
  background: none;
  color: #7bc549;
}
.social-share .icon-weibo:hover {
  background: none;
  color: #ff763b;
}
.social-share .icon-qq:hover {
  background: none;
  color: #56b6e7;
}
.social-share .icon-qzone:hover {
  background: none;
  color: #FDBE3D;
}
.backtolist {
  border: 1px solid #e5e5e5;
  color: #bbb;
  line-height: 48px;
  padding: 0 30px;
  transition: color 0.3s;
}
.recommendations .common_title {
  margin-bottom: 20px;
  font-size: 20px;
}
@media (max-width: 991px) {
  .recommendations .common_title {
    margin-bottom: 2.5%;
  }
}
.recommendations .first a {
  position: relative;
  display: block;
}
.recommendations .first a img {
  width: 100%;
}
.recommendations .first a span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 98%;
  height: 45px;
  line-height: 45px;
  padding-left: 2%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.recommendations ul li {
  border-bottom: 1px solid #e5e5e5;
}
.recommendations ul li h4 {
  margin: 0;
}
.recommendations ul li a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  line-height: 26px;
  padding: 10px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
@media (max-width: 991px) {
  .recommendations ul li h4 {
    height: 38px;
  }
  .recommendations ul li a {
    padding: 6px 0;
  }
}
.siblings li {
  line-height: 60px;
  background-color: #efeff3;
  padding: 0 20px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .siblings li {
    line-height: 23px;
    padding: 10px 12px;
  }
}
@media (max-width: 1023px) {
  .detail {
    margin-bottom: 0;
  }
  .article_content {
    padding: 20px 0 5px;
  }
}
@media (max-width: 991px) {
  .article_attr {
    padding-bottom: 10px;
  }
  .article_attr {
    text-align: center;
  }
  .article_attr_l,
  .article_attr_r {
    float: none;
    display: inline-block;
    text-align: center;
  }
  .article_attr_l span {
    margin: 0 5px;
    line-height: 24px;
    white-space: normal;
  }
  .article_content {
    line-height: 1.8;
  }
}
@media (max-width: 768px) {
  .article_content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .article_title {
    font-size: 1.85em;
  }
}
.video-container {
  position: relative;
  margin-top: 25px;
}
#videoBox {
  position: relative;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 999;
}
#videoBox video {
  width: 100%;
  height: auto;
}
#videoBox.fixed {
  position: fixed;
  right: auto;
  bottom: auto;
}
#videoBox.play {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
}
#videoBox.play video {
  max-width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#videoBox .sp_dz {
  display: none;
}
#videoBox.play #video_sp {
  display: block;
}
#videoBox.play #video_img {
  display: none;
}
#videoBox.stop #video_img {
  display: block;
}
#video_img {
  width: 360px;
  position: relative;
}
#video_img .video-spzt {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  margin-left: -50px;
  display: none;
}
video::-webkit-media-controls-fullscreen-button {
  display: none;
}


.article_video_box{margin-bottom:20px;}
.article_video{max-width: 100%;}
.article_summary{line-height: 2; padding: 0 0 30px; font-size: 1.125em;}
