@charset "utf-8";
/*单行省略号*/
/*多行省略号*/
/**清除浮动**/
/**fit img**/
/*主色调*/
/*移动左右间隙*/
br {
  content: "";
  display: block;
  height: 10px;
}

.newdetail-main {
  padding-top: 190px;
  padding-bottom: 80px;
}

.detail-head:after {
  content: '';
  display: block;
  clear: both;
}

.detail-head .return {
  float: left;
  color: #666;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.detail-head .return:hover {
  box-shadow: 0 1px 0 0 #666;
}

.detail-head .share {
  float: right;
}

.detail-head .share span {
  vertical-align: middle;
}

.detail-head .share .tit {
  padding-right: 20px;
  color: #666;
}

.detail-head .share .iconfont {
  color: #999;
  font-size: 34px;
  margin-left: 22px;
  cursor: pointer;
}

.detail-con {
  width: 960px;
  margin: 80px auto 0;
}

.detail-con .tit {
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
}

.detail-con .date {
  margin-top: 30px;
  color: #666;
}

.detail-con .html-box {
  padding-top: 80px;
}

.bottom {
  margin-top: 80px;
  border-top: 1px solid #979797;
  padding-top: 32px;
  line-height: 22px;
  color: #666;
}

.bottom div {
  max-width: 49%;
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.bottom a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bottom a:hover {
  color: #333;
  box-shadow: 0 1px 0 0 #666;
}

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