@charset "utf-8";
.article-title {
  text-align: center;
  color: #333;
  font-size: 32px;
  line-height: 140%;
  padding: 30px 0;
}

.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;
  padding-top: 6px;
  height: 34px; overflow: hidden;
}

.article-attr-r .fontsize {
  line-height: normal;
  float: left;
}

.article-attr-r .fontsize i {
  margin: 0 5px;
  cursor: pointer;
  font-style: normal;
}
.article-attr-r .fontsize i.l{font-size: 24px;}
.article-attr-r .fontsize i.m{font-size: 18px;}

.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.2;
  overflow: hidden;
  font-size: 18px;
}

.article-content p {
  margin: 15px 0;
}

.article-content table,
.article-content img {
  max-width: 100%;
}



@media (max-width: 1280px) {
  .article-attr {
    padding-bottom: 10px;
  }

  .article-attr {
    text-align: center;
  }

  .article-attr-l,
  .article-attr-r {
    float: none;
    display: block;
    text-align: center;
    clear: both;

  }
  .article-attr-r .fontsize{float: none; display: inline-block; vertical-align: middle;}
  .article-attr-r .shareIcon{vertical-align: middle; margin-top: 10px; padding-top: 0;}

  .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;
  }

}

@media (max-width: 768px) {
}

@media (max-width: 480px) {
  .article-title {
    font-size: 1.85em;
  }
}

@media (max-width: 320px) {
}
