.project-detail {
  width: 100%;
  letter-spacing: .05rem;
  padding-bottom: 0;
  margin-bottom: .3rem;
}
.detail-header {
  height: 1.72rem;
  line-height: 1.72rem;
  width: 100%;
  background-color: #f0f0f0;
  font-size: .54rem;
  color: #999;
  text-indent: .3rem;
}
.detail-header a {
  font-size: .54rem;
  color: #999;
  display: inline-block;
  max-width: 6rem;
  vertical-align: bottom;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.detail-content {
  padding: .54rem .7525rem;
}
.detail-content .title {
  text-align: center;
  font-size: .688rem;
  color: #333;
  margin-bottom: .3rem;
}
.detail-content div span {
  display: inline-block;
  width: 45%;
  font-size: .43rem;
  color: #a5a4a4;
}
.detail-content div span:nth-child(1) {
  text-align: right;
  margin-right: 1rem;
}
.detail-content div span i {
  display: inline-block;
  width: .5rem;
  height: .5rem;
  background: url(../images/icons/time.png) no-repeat;
  background-size: 1.3rem;
  vertical-align: middle;
  margin-right: .2rem;
}
.detail-content .time {
  background-position: 0 0;
}
.detail-content .tab {
  background-position: -.8rem 0;
}
.detail-content .intro {
  color: #666;
  font-size: .6rem;
  line-height: 1.05rem;
  margin: .2rem auto;
  text-align: justify;
}
.detail-content .intro .share {
  margin-top:.5rem;
  margin-left: 4rem;
}
.detail-content .intro .share a {
  display: inline-block;
  width: .6rem;
}
.detail-footer {
  border-top: .05rem solid #eee;
}
.detail-footer a {
  display: block;
  font-size: 13px;
  margin: 10px 0;
  color: #999;
}
