<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.article-header .title {
  width: 790px;
  max-height: 72px;
  font-size: 28px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 28px;
}

.article-list .left-list .split {
  height: 4px;
  background: #F7F7F7;
  margin: 18px 0 21px;
}




.article-list .left-list .other .share .share-item.qq::after {
  content: "";
  display: inline-block;
  background: url("../img/importentNews/share-qq.png");
  background-size: cover !important;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}



.article-list .left-list .other .share .share-item.weibo::after {
  content: "";
  display: inline-block;
  background: url("../img/importentNews/share-weibo.png");
  background-size: cover !important;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.article-list .left-list .other .share .share-item.weixin::after {
  content: "";
  display: inline-block;
  background: url("../img/importentNews/share-weixin.png");
  background-size: cover !important;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.article-list .left-list .other .share .share-item.qq:hover {
  background-color: #56b6e7;
  color: #FFF;
}

.article-list .left-list .other .share .share-item.weibo:hover {
  background-color: #ff763b;
  color: #FFF;
}

.article-list .left-list .other .share .share-item.weixin:hover {
  background-color: #7bc549;
  color: #FFF;
}

.article-list .left-list .other .share .share-item.qq:hover::after {
  background: url("../img/importentNews/share-qq-hover.png");
}

.article-list .left-list .other .share .share-item.weibo:hover::after {
  background: url("../img/importentNews/share-weibo-hover.png");
}

.article-list .left-list .other .share .share-item.weixin:hover::after {
  background: url("../img/importentNews/share-weixin-hover.png");
}

.body-box .article-body img,
.body-box .article-body video {
  max-width: 100% !important;
  height: auto !important;
}

.article-list {
  padding-bottom: 0;
}

.mzsm {
  width: 795px;
  padding: 48px 0 40px;
  height: auto;
}

.mzsm .mzsm-top {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #e50113;
  font-weight: bold;
  padding-bottom: 10px;
}

.mzsm .mzsm-con {
  font-size: 12px;
  color: #666666;
  line-height: 22px;
}

.body-box .article-body p {
  padding-bottom: 18px;
  line-height: 30px !important;
  font-size: 16px;
}

.mzsm .mzsm-con p {
  padding: 0;
  text-indent: 0;
  line-height: unset !important;
}


.body-box .article-body {
  font-size: 16px;
}


@media screen and (max-width: 960px) {
  .article-header .title {
    width: 100%;
    font-size: 18px;
    height: unset;
    margin-bottom: 14px;

  }

  .mzsm {

    width: unset;
    padding: 12px 15px 12px;
  }


  .body-box .article-body {
    padding: 0;
  }


  .article-list .left-list .other.pc {
    display: none;
  }


  .shareClick {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
  }

  .shareIcon {
    width: 12px;
    margin-right: 5px;
  }

  .shareFont {
    color: #E60012;
    font-size: 14px;
  }

  .other.h5 {
    justify-content: space-between;
  }

  .shadow {
    display: none;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    height: 100%;
    z-index: 100;
    top: 0;
    padding: 20px 30px;
  }

  .share1 {
    margin-top: 50px;
  }

  .arrow {
    float: right;

  }

  img {
    max-width: 100%;
  }

  .IKnow {
    color: #C8C8C8;
    font-size: 16px;
    text-align: center;
    margin-top: 40%;
  }
}







/* PC */

@media screen and (min-width: 960px) {
  .other.h5 {
    display: none !important;
  }
}</pre></body></html>