.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.details-modules .current-location {
  text-align: right;
  padding-top: 34px;
  margin-top: 0;
}
.details-modules .framework-wrap {
  width: 730px;
}
.details-modules .the-info-detail {
  border: 1px solid #E3E5E9;
  padding-bottom: 40px;
  min-height: 544px;
}
.details-modules .the-info-detail .title-news {
  font-size: 32px;
  font-weight: 600;
  color: #404751;
  padding: 42px 40px;
  border-bottom: 1px solid #E3E5E9;
}
.details-modules .the-info-detail .the-graphic-area {
  padding: 40px;
  word-break: break-word;
}
.details-modules .the-info-detail .the-graphic-area p {
    line-height: 1.8em;
}
.details-modules .the-info-detail .the-graphic-area img {
  max-width: 100%;
}
.details-modules .the-info-detail .the-graphic-area table {
  max-width: 100%;
}
.msg-framework-details {
  display: flex;
  flex: 1;
  width: 100%;
  position: relative;
  margin-top: 20px;
  padding-bottom: 120px;
}
.msg-framework-details .framework-ads {
  margin-left: 30px;
  width: 320px;
}
.msg-framework-details .framework-ads .refer-ads {
  width: 100%;
  height: 280px;
  margin-bottom: 20px;
}
.msg-framework-details .framework-ads .refer-ads img {
  width: 100%;
  height: 100%;
}
.msg-framework-details .framework-ads .exposure-box {
  border: 1px solid #E3E5E9;
  padding: 24px;
  min-height: 243px;
}
.msg-framework-details .framework-ads .exposure-box .title {
  font-size: 14px;
  font-weight: 600;
}
.msg-framework-details .framework-ads .exposure-box .exposure-each {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
}
.msg-framework-details .framework-ads .exposure-box .exposure-each .each {
  border-radius: 2px;
  border: 1px solid #E3E5E9;
  height: 30px;
  padding: 0 12px;
  color: #404751;
  font-size: 12px;
  display: flex;
  align-items: center;
  margin: 0 4px 4px 0;
  justify-content: center;
}
.msg-framework-details .framework-ads .exposure-box .exposure-each .each:hover {
  color: #158F3B;
  border-color: #158F3B;
}
.msg-framework-details .the-end {
  padding-top: 50px;
  position: relative;
  border-top: 1px solid #E3E5E9;
}
.msg-framework-details .the-end a {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  transition: all 0.3s;
  color: unset;
}
.msg-framework-details .the-end a span {
  display: inline-block;
  max-width: 520px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
  line-height: 20px;
}
.msg-framework-details .the-end a:first-child {
  color: #00a964;
}
.msg-framework-details .the-end a :hover {
  color: #00a964;
}
.msg-framework-details .the-end .end {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 100px;
  height: 20px;
  line-height: 20px;
  margin-left: -50px;
  font-size: 18px;
  color: #dcdddd;
  text-align: center;
  background-color: #fff;
}
.sliding-box {
  height: 640px;
  width: 74px;
  transition: all 0.3s;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -74px;
  z-index: 1;
}
.sliding-box .go-lists {
  width: 60px;
  height: 60px;
  background: #8D97A5;
  text-align: center;
  font-size: 14px;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
.sliding-box .time {
  padding: 24px 0;
  color: #8D97A5;
  font-size: 12px;
  text-align: center;
  width: 60px;
  border-bottom: 1px solid #E3E5E9;
  margin-top: 1px;
}
.sliding-box .time .year {
  position: relative;
}
.sliding-box .time .year span {
  background: #fff;
}
.sliding-box .time .days {
  font-size: 18px;
  margin-top: 4px;
}
.sliding-box .viewed {
  width: 60px;
  text-align: center;
  font-size: 12px;
  color: #9fa0a0;
  padding: 24px 0;
  border-bottom: 1px solid #E3E5E9;
}
.sliding-box .viewed .times {
  font-size: 18px;
  color: #8D97A5;
  margin-top: 4px;
}
.sliding-box .social-share {
  text-align: center;
  width: 60px;
  color: #8D97A5;
  padding: 24px 0;
}
.sliding-box .social-share i {
  font-size: 36px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  margin-top: 10px;
}
.sliding-box .social-share i:hover {
  color: #0b953a;
}
.sliding-box .social-share i.icon-qq1 {
  font-size: 40px;
}
.sliding-box .social-share i.qr-friends {
  font-size: 38px;
}
.sliding-box .social-share #qrcode {
    width: 128px;
    height: 125px;
    border: 1px solid #bcbcbc;
    color: gray;
    position: absolute;
    left: -128px;
    top: 0;
    text-align: center;
    line-height: 1;
    background: #fff;
    border-radius: 3px;
    padding: 9px 5px 5px 3px;
    font-size: 14px;
    overflow: hidden;
    display: none;
    background: url("../images/loading.gif") no-repeat center;
    box-sizing: content-box;
}
.sliding-box .social-share #qrcode:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  border-top: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  right: -4px;
  top: 15px;
}
/*# sourceMappingURL=news-details.css.map */