.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 .zz-name-list {
  width: 762px;
  padding: 20px 48px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border: 1px solid #dedede;
}
.zz-name-list .zz-item {
  width: 295px;
  font-family: "微软雅黑";
  font-size: 16px;
  height: 48px;
  margin-right: -30px;
  color: rgb(102, 102, 102) !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
