.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: 840px;
  padding: 20px 30px;
  padding-bottom: 0;
  background-color: #fff;
  color: rgb(75, 75, 75) !important;
}
