.dhcloud-details {
  width: 100%;
  min-height: 100vh;
}
.dhcloud-details .top-box {
  height: 168px;
  background-size: cover;
  display: flex;
  align-items: center;
}
.dhcloud-details .top-box .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.dhcloud-details .top-box .content .title {
  font-size: 32px;
  color: #7D828A;
  line-height: 40px;
}
.dhcloud-details .top-box .content .current-position {
  margin-top: 8px;
  font-size: 14px;
  color: #7D828A;
  line-height: 20px;
}
.dhcloud-details .top-box .content a {
  color: #7D828A;
}
.dhcloud-details .details-box {
  padding: 48px 0 100px 0;
  background-color: #FFFFFF;
}
.dhcloud-details .details-box .content {
  width: 800px;
}
.dhcloud-details .details-box .content img {
  max-width: 800px;
}
.dhcloud-details .details-box .content > .title {
  font-size: 32px;
  font-weight: 600;
  color: #000000;
  line-height: 40px;
}
.dhcloud-details .details-box .content .time {
  margin-top: 16px;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}
.dhcloud-details .details-box .content .line {
  width: 100%;
  height: 1px;
  background: #F5F5F5;
  margin-top: 40px;
}
.dhcloud-details .details-box .content .words {
  width: 100%;
  margin-top: 40px;
}
.dhcloud-details .details-box .content .source {
  margin-top: 30px;
  font-size: 16px;
  color: #D5D5D5;
  line-height: 24px;
}
