.breadcrumb {
  background: #c70025;
  background-size: 4.5%
}

article {
  background-color: #fff;
  color: #818181;
  font-size: 1.2rem;
  line-height: 1.5rem;
  padding: 0 .65rem 1.5rem
}

article header h2 {
  line-height: 2.6rem;
  padding: 3% 0 2% 0;
  font-weight:700;
  font-weight: normal;
  text-align: center;
  color: #c70025;
  font-size: 1.4rem
}
.source{padding:.5rem;font-weight:400;text-align: center;font-size:.8rem;}
article time {
  font-size: 1.4rem;
  text-align: center;
  color: #b6b6b6
}

article p {
  color:#555;
  padding: .5rem;
  font-size:1rem;
  font-weight:400;
  line-height: 1.8rem;
  font-size: 1.2rem
}

article .ad {
  display: block;
  margin: .5rem auto;
  width: 24rem
}

article .ad img {
  width: 100%
}

article strong {}

article ol li i {
  font-weight: 700
}

article .article-btns {
  text-align: center;
  margin-top: 1.5rem
}

article .article-btns li {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 .6rem
}

article .article-btns li a {
  display: block;
  color: #5d5d5d
}

article .article-btns li a span {
  display: block;
  height: 2.2rem;
  background-size: 67%
}

article .article-btns li:nth-child(2) a span {
  background-size: 67%
}

article .article-btns li:nth-child(2) a .active {
  background-size: 67%
}

article .article-btns li:nth-child(3) a span {
  background-size: 67%
}

article .article-btns li:nth-child(4) a {
  position: relative
}

article .article-btns li:nth-child(4) a i {
  position: absolute;
  right: -.2rem;
  top: -.75rem;
  background-color: #e14135;
  color: #fff;
  font-size: .6rem;
  line-height: 1rem;
  border-radius: .1rem
}

article .article-btns li:nth-child(4) a span {
  background-size: 67%
}

article .article-btns .like {
  position: relative
}

article .article-btns .like a i {
  position: absolute;
  left: .25rem;
  color: #de5145;
  z-index: 99;
  top: -.5rem;
  opacity: 0
}

article .cutover {
  margin-top: 2rem;
  overflow: hidden
}

article .cutover a {
  color: #5d5d5d;
  font-size: 1.2rem
}

article .cutover a i {
  color: red
}

article .cutover .prev {
  float: left
}

article .cutover .next {
  float: right
}

.read {
  margin-bottom: 1rem
}

.read .breadcrumb {
  background:#c70025;
  background-size: 4%;
  font-size: 1.2rem;
  font-weight: 400
}

.read ul {
  background-color: #fff
}

.read ul li {
  overflow: hidden;
  border-bottom: 1px solid #e1e1e1;
  line-height: 2.15rem;
  padding: 0 .3rem;
  font-size: 1.2rem
}

.read ul li a,
.read ul li span {
  float: left;
  color: #5d5d5d
}

.read ul li span {
  float: right
}