.page-wrapper {
  background: url('../../imgs/know/bg.png') no-repeat left bottom;
  background-size: contain;
  padding-bottom: 40px;
}
.detail-box {
  width: 1200px;
  margin: 0 auto;
  padding-left: 300px;
  box-sizing: border-box;
  padding-top: 84px;
}
.detail-title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #E4CDB2;
  font-size: 18px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  padding-bottom: 50px;
}
.detail-title-box h5 {
  text-align: center;
  font-size: 28px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #000000;
  line-height: 39px;
  margin-bottom: 30px;
}
.publish-time, .reading {
  display: flex;
  align-items: center;
}
.publish-time img, .reading img {
  margin-right: 10px;
}
.detail-content {
  font-size: 18px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #62687A;
  line-height: 35px;
  padding-top: 30px;
}
.detail-content img {
  display: block;
  margin-bottom: 30px;
}
.pagenation {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 35px;
}
.pagenation a {
  color: #333333!important;
}
.shu {
  width: 1px;
  height: 94px;
  background-color: #4D4D4D;
}