.information-banner {
  width: 100%;
  height: 3rem;
  background-color: #ce1f01;
  position: relative;
}

.information-banner .banner-img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.kjg-detail-content {
  padding: 0 0 1.2rem;
}

.common-detail {
  padding-top: 0.2rem;
}

.common-detail .detail-crumb {
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.26rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 0.22rem;
}

.common-detail .detail-crumb .crumb-item {
  line-height: 0.26rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
}

.common-detail .detail-crumb .crumb-item:hover {
  color: #ce1f01;
}

.common-detail .detail-crumb .crumb-item:last-child {
  color: #333333 !important;
}

.common-detail .detail-crumb .crumb-item:last-child::after {
  display: none;
}

.common-detail .detail-crumb .crumb-item::after {
  content: ">";
  margin: 0 0.1rem;
}

.common-detail .detail-content {
  width: 9.6rem;
  margin: 0.3rem auto 0.5rem;
}

.common-detail .detail-content .detail-tit {
  font-weight: bold;
  color: #000000;
  font-size: 0.28rem;
  line-height: 0.3rem;
  text-align: center;
  margin-bottom: .1rem;

}

.common-detail .detail-content .detail-subtit {
  font-weight: 400;
  font-size: .16rem;
  color: #191919;
  line-height: .34rem;
  text-align: center;
  margin-bottom: .05rem;
}


.common-detail .detail-content .other-line {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2rem 0 0;
  color: #333333;
  flex-wrap: wrap;
}

.common-detail .detail-content .other-line .desc-item {
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.2rem;
  white-space: nowrap;
}

.common-detail .detail-content .other-line .desc-item.source::after {
  content: "|";
  margin: 0.1rem;
}

.common-detail .detail-content .detail-info {
  min-height: 6rem;
}

.common-detail .detail-content .detail-info .tcplayer {
  width: 50%;
  margin: 0 auto;
  height: 4rem;
}

.common-detail .detail-content .detail-info video {
  max-width: 100%;
}

.common-detail .detail-content .detail-info p {
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  text-align: justified;
  line-height: 0.3rem;
  margin-top: 0.3rem;
  word-break: break-all;
}

.common-detail .detail-content .detail-info p video {
  max-width: 100%;
}

.common-detail .detail-content .detail-info p img {
  max-width: 100%;
  height: unset !important;
  margin: 0 auto;
}

.common-detail .detail-content .detail-info p strong {
  text-indent: 0;
}

.common-detail .detail-content .video-content {
  height: 5.89rem;
  margin-top: 0.3rem;
}

.common-detail .detail-content .video-content video {
  width: 100%;
  height: 100%;
}

.common-detail .detail-content .video-content .tcplayer {
  width: 100%;
  height: 100%;
}

.common-detail .detail-content .other-line .social-share {
  margin-left: 0.1rem;
}

.common-detail .detail-content .other-line .social-share .icon-wechat .wechat-qrcode {
  z-index: 10051;
}

.common-detail .detail-content .other-line .social-share .social-share-icon {
  width: 0.24rem !important;
  height: 0.24rem !important;
}

.common-detail .detail-content .other-line .social-share .social-share-icon::before {
  display: none;
}

.common-detail .detail-content .other-line .share .share-item.qq::after {
  content: "";
  display: inline-block;
  background: url("../../img/tpl_red/share-qq.png");
  background-size: cover !important;
  width: 0.14rem;
  height: 0.14rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.common-detail .detail-content .other-line .share .share-item.weibo::after {
  content: "";
  display: inline-block;
  background: url("../../img/tpl_red/share-weibo.png");
  background-size: cover !important;
  width: 0.14rem;
  height: 0.14rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.common-detail .detail-content .other-line .share .share-item.weixin::after {
  content: "";
  display: inline-block;
  background: url("../../img/tpl_red/share-weixin.png");
  background-size: cover !important;
  width: 0.14rem;
  height: 0.14rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.common-detail .detail-content .other-line .share .share-item.qq:hover {
  background-color: #56b6e7;
  color: #FFF;
}

.common-detail .detail-content .other-line .share .share-item.weibo:hover {
  background-color: #ff763b;
  color: #FFF;
}

.common-detail .detail-content .other-line .share .share-item.weixin:hover {
  background-color: #7bc549;
  color: #FFF;
}

.common-detail .detail-content .other-line .share .share-item.qq:hover::after {
  background: url("../../img/tpl_red/share-qq-hover.png");
}

.common-detail .detail-content .other-line .share .share-item.weibo:hover::after {
  background: url("../../img/tpl_red/share-weibo-hover.png");
}

.common-detail .detail-content .other-line .share .share-item.weixin:hover::after {
  background: url("../../img/tpl_red/share-weixin-hover.png");
}

.common-detail .detail-content .other-line .desc-item {
  font-weight: 400;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.2rem;
  white-space: nowrap;
}

@media screen and (max-width: 800px) {
  .common-detail {
    width: 100%;
  }

  .common-detail .desc-item {
    font-weight: 400;
    font-size: 0.24rem !important;
    line-height: 0.34rem !important;
  }

  .common-detail .detail-tit {
    font-weight: bold;
    font-size: 0.42rem !important;
    color: #2E2E2E;
    line-height: 0.57rem !important;
    text-align: center;
  }

  .common-detail .detail-subtit {
    font-weight: 400;
    font-size: 0.24rem !important;
    color: #191919;
    line-height: 0.5rem !important;
    text-align: center;
  }

  .common-detail .detail-crumb {
    padding: 0.1rem 0.2rem 0.25rem;
    font-size: 0.24rem !important;
  }

  .common-detail .detail-crumb .crumb-item {
    font-size: 0.24rem !important;
  }

  .common-detail .detail-content .other-line {
    padding: 0.30rem 0 0;
  }

  .detail-content {
    flex-direction: column;
    padding: 0.2rem;
    margin: 0.2rem auto 0.75rem !important;
    width: 100% !important;
  }

  .detail-content .detail-info p {
    font-size: 0.28rem !important;
    line-height: 0.6rem !important;
  }

  .detail-content .detail-info p .tcplayer {
    width: 50%;
    margin: 0 auto;
    height: 0.4rem;
  }

  .detail-content .detail-info p video {
    max-width: 100%;
  }

  .detail-content .detail-info p img {
    max-width: 100% !important;
    margin: 0 auto;
  }

  .detail-content .video-tj {
    margin-left: 0 !important;
    width: unset !important;
  }

  .common-detail .detail-content .other-line .social-share .social-share-icon {
    width: 0.36rem !important;
    height: 0.36rem !important;
  }

  .common-detail .detail-content .other-line .share {
    display: none !important;
  }

  .common-detail .detail-content .other-line .share .share-item::after {
    width: 0.24rem !important;
    height: 0.24rem !important;
  }
}