.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: 704px;
  height: 351px;
  padding: 40px 60px;
  padding-right: 118px;
  margin-bottom: 45px;
  background-color: #fff;
  color: rgb(53, 53, 53) !important;
}
.description-box .dec-content .title{
    font-family: '微软雅黑';
    font-size: 18px;
    font-weight: 700;
    color: rgb(30, 47, 140) !important;
    line-height: 18px;
    margin-bottom: 36px;
}
.description-box .dec-content .content .trs_editor_view p{
    font-family: '微软雅黑';
    font-size: 16px;
    line-height: 36px;
    color: rgb(53, 53, 53) !important;
    text-align: justify;
    text-indent: 32px;
}