@charset "utf-8";

.article-title {
  text-align: center;
  color: #2462b3;
  font-size: 36px;
  line-height: 140%;
  padding: 15px 0 40px;
}

.article-subtitle {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  padding-bottom: 40px;
  color: #666666;
  margin-top: -20px;
}

.article-attr {
  padding-bottom: 6px;
  line-height: 36px;
  color: #808080;
  border-bottom: #e1e1e1 1px solid;
}

.article-attr b {
  font-weight: normal;
}

.article-attr-l span {
  margin-right: 30px;
  display: inline-block;
  white-space: nowrap;
}

.article-attr #view span {
  margin: 0;
}

.article-attr .llcs b {
  color: #808080;
}

.article-attr-l {
  float: left;
}

.favorite-tips {
  font-size: 16px;
}

.article-attr-r {
  float: right;
}

.article-attr-r .print,
.article-attr-r .fontsize {
  display: inline-block;
  vertical-align: middle;
}

.article-attr-r .print {
  margin-right: 10px;
  margin-left: 30px;
}

.shareIcon {
  display: inline-block;
}

.article-attr-r .fontsize {
  padding-top: 8px;
  line-height: normal;
  float: left;
}

.article-attr-r .fontsize i {
  margin: 0 5px;
  display: inline-block;
  width: 26px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0.4;
  transition: 0.3s all;
  cursor: pointer;
}

.article-attr-r .fontsize i.l {
  background-image: url(../images/detail/fontsize_l.png);
}

.article-attr-r .fontsize i.m {
  background-image: url(../images/detail/fontsize_m.png);
}

.article-attr-r .fontsize i.s {
  background-image: url(../images/detail/fontsize_s.png);
}

.article-attr-r .fontsize i.on,
.article-attr-r .fontsize i:hover {
  opacity: 0.8;
}

.article-attr-r .print a {
  position: relative;
  padding-left: 36px;
}

.article-attr-r .print a:before {
  content: "";
  width: 22px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  background: url(../images/detail/detail_icon_print.png) no-repeat;
  background-size: 100% 100%;
}

.article-attr-r .shareIcon {
  position: relative;
  padding-left: 13px;
}

.article-attr-r .split:before {
  content: "";
  width: 1px;
  height: 20px;
  background: #e1e1e1;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

.article-attr-r .shareIcon.nob:before {
  content: normal;
}

.article-attr-r .social-share .social-share-icon {
  width: 26px;
  height: 26px;
  font-size: 16px;
  line-height: 26px;
}

.article-content {
  clear: both;
  padding: 30px 0;
  line-height: 2.8;
  overflow: hidden;
  font-size: 18px;
}

.article-content p {
  margin: 15px 0;
}

.article-content table,
.article-content img {
  max-width: 100%;
}
.article-content img {
  height: auto !important;
}

.article-content video {
  width: 600px;
  height: 400px;
}
.article-appendix h3 {
  color: #333333;
  font-weight: bold;
  font-size: 1.125em;
}

.article-appendix {
  display: none;
  margin-bottom: 20px;
}

.article-appendix .newsList li h4:before {
  background-color: #999;
}

.article-ewm {
  text-align: center;
  padding: 80px 0 40px;
  border-bottom: #e1e1e1 1px solid;
}

#qr_container {
  padding-top: 5px;
  color: #b5b5b5;
  font-size: 0.875em;
}

.article-toolbar {
  text-align: right;
  font-size: 18px;
  line-height: 2;
}

.article-toolbar span {
  display: inline-block;
}

.article-tags {
  padding-top: 18px;
  padding-bottom: 8px;
  line-height: 36px;
  border-bottom: #e1e1e1 1px solid;
  text-align: right;
  display: none;
}

.article-tags b {
  font-size: 22px;
  display: inline-block;
}

.article-tags a {
  display: inline-block;
  margin-left: 10px;
  height: 36px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 2px;
  background: #f5f5f5;
  margin-bottom: 10px;
  transition: 0.3s all;
}

.article-tags a:hover {
  background: #2354af;
  color: #fff;
}

.article-reldoc {
  display: none;
  padding: 20px 0;
  border-bottom: #e1e1e1 1px solid;
}

.article-reldoc h3 {
  margin-bottom: 10px;
  color: #2354af;
  font-weight: bold;
  font-size: 22px;
}

.article-reldoc .infolist.dot li a:before {
  background-color: #d43030;
}

.article-reldoc .infolist.dot li a {
  color: #2354af;
}

.article-reldoc .infolist.dot li a:hover {
  color: #d43030;
}

.article-reldoc .infolist.dot li .time {
  display: none;
}

.article-sxp {
  padding-top: 18px;
  font-size: 18px;
}

.article-sxp li {
  padding-top: 10px;
  min-height: 28px;
  padding-bottom: 10px;
  line-height: 28px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.article-sxp li span {
  opacity: 0.6;
}

.article-sxp li a:hover {
  color: #d43030;
}
.article-imgages {
  text-align: center;
}

/* 头条 */
.singlepage .llcs,
.singlepage .fontsize,
.singlepage .print,
.singlepage .split:before{display: none;}


@media (max-width: 1280px) {
  .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-attr-r .shareIcon::before {
    display: none;
  }
}

@media (max-width: 992px) {
  .article-title {
    padding-bottom: 30px;
  }
  .article-attr-r .fontsize {
    float: none;
    padding-top: 0;
  }

  .article-attr-r .print {
    margin-left: 10px;
    display: none;
  }
}

@media (max-width: 768px) {
  .article-toolbar,
  .article-tags {
    text-align: left;
  }
  .article-content video {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .article-title {
    font-size: 1.85em;
  }

  .article-ewm {
    padding: 20px 0 35px;
  }

  .article-sxp li a {
    float: none;
    max-width: none;
    white-space: normal;
  }
}

@media (max-width: 320px) {
}
