.sidebar_right .description-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.description-box .dec-title {
  font-family: "微软雅黑";
  font-size: 26px;
  font-weight: 700;
  line-height: 102px;
}
.description-box .dec-content {
  width: 744px;
  padding: 10px 70px;
  background-color: #fff;
}
.dec-content p {
  width: 100%;
  text-indent: 32px;
  font-family: "微软雅黑";
  font-size: 16px;
  line-height: 36px;
  text-align: justify;
  color: rgb(102, 102, 102) !important;
}
