.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: 732px;
  min-height: 300px;
  padding: 30px;
  padding-bottom: 14px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.dec-content .dec-header {
  width: 100%;
}
.dec-content a {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 32px;
}
.dec-header .title {
  width: 100%;
  height: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dec-header .title .text {
  font-family: "微软雅黑";
  font-size: 16px;
  color: #333;
}
.dec-header .title .text:hover {
  color: #076ce0;
}
.dec-header .date {
  font-family: "微软雅黑";
  font-size: 14px;
  color: rgb(153, 153, 153);
}

.dec-header .abstract-box {
  width: 100%;
  margin-top: 14px;
  font-family: "微软雅黑";
  font-size: 14px;
  line-height: 26px;
  color: rgb(102, 102, 102);
}

.dec-content .img-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dec-content .img-box img {
  width: 432px;
  height: 291px;
}
