.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: 879px;
  height: 620px;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #dedede;
}
.dec-content img {
  width: 100%;
  height: 100%;
}
