.detail-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.detail-wrapper .dw-main {
  width: 1200px;
  display: flex;
  flex-direction: column;
}

.detail-wrapper .dw-main .el-breadcrumb {
  margin: 2% 0;
}

.detail-wrapper .dw-main .dwm-content {
  background-color: #ffffff;
  padding: 3%;
  line-height: 2;
  font-size: 16px;
  color: #333333;
}

.detail-wrapper .dw-main .dwm-content img {
    max-width: 100%;
}

.detail-wrapper .dw-main .dwm-content .time {
  text-align: right;
  color: #999999;
}

@media screen and (max-width: 1200px) {
  .detail-wrapper .dw-main {
    width: calc(100% - 40px);
  }

  .detail-wrapper .dw-main .el-breadcrumb {
    margin: 3% 0;
  }

  .detail-wrapper .dw-main .dwm-content {
    line-height: 1.8;
    font-size: 13px;
  }
}
