@charset "UTF-8";
/*单行省略号*/
/*多行省略号*/
/**清除浮动**/
/**fit img**/
/*主色调*/
/*文本颜色*/
/*字体*/
.detail-main {
  padding-bottom: 120px;
}

.article {
  width: 730px;
}

.article .tit {
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
}

.article .date {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #999;
  margin-top: 20px;
}

.article .html-box {
  margin-top: 40px;
}

.share {
  height: 50px;
}

.other {
  width: 340px;
}

.other .relevant-list {
  margin-top: 60px;
}

.other .list-tit {
  line-height: 24px;
  font-weight: 500;
  font-size: 18px;
  color: #063F88;
  margin-bottom: 15px;
}

.other .list li {
  padding: 20px 0;
  border-top: 1px solid #E0E0E0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.other .list li:hover {
  background-color: #f9f9f9;
  -webkit-transform: translate(1px, 0);
          transform: translate(1px, 0);
}

.other .list .date {
  line-height: 14px;
  font-size: 14px;
  color: #999;
  font-weight: 400;
}

.other .list .tit {
  margin-top: 12px;
  font-size: 16px;
  line-height: 26px;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.share-box {
  margin-bottom: 60px;
  margin-top: 64px;
}

.share-box li {
  float: right;
  margin-left: 30px;
}

.share-box li .iconfont {
  line-height: 1;
  display: inline-block;
  font-size: 48px;
  color: #999999;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.share-box li .iconfont:hover {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

.share-box li .icon-weibo:hover {
  color: #FFB62B;
}

.share-box li .icon-weixin1:hover {
  color: #13D268;
}

.share-box .weixin-share-box {
  position: relative;
}

.share-box .weixin-share-box:hover .weixin-img {
  display: block;
}

.share-box .weixin-share-box .weixin-img {
  display: none;
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 1;
}

/*# sourceMappingURL=maps/detail.css.map */
