.sidebar_right .dec-title {
  font-family: "微软雅黑";
  font-size: 26px;
  font-weight: 700;
  line-height: 102px;
}

.sidebar_right .description-box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.description-box .desc-item {
  position: relative;
  width: 273px;
  height: 272px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px;
  padding-right: 16px;
  margin-right: 25px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(222, 222, 222);
}

.desc-item .item-title {
  width: 100%;
  margin-bottom: 12px;
}
.item-title .title1 {
  font-size: 20px;
  line-height: 24px;
  color: rgb(102, 102, 102);
}
.item-title .title2 {
  font-size: 14px;
  line-height: 24px;
  color: rgb(102, 102, 102);
}
.desc-item .content-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.desc-item .xljg-content-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -10px;
}
.desc-item .content-box .yggk-img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 26px;
}
.content-box .yggk-img-box img {
  width: 25px;
  height: 40px;
  margin-right: 2px;
}
.content-box .number {
  font-family: "微软雅黑";
  font-size: 36px;
  color: rgb(10, 108, 184);
}

.xljg-content-box .progress-item {
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d1d1d1;
}

.xljg-content-box .progress-box {
  position: relative;
  font-family: "微软雅黑";
  height: 25px;
  border-radius: 20px;
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: rgb(255, 255, 255);
}

.progress-box img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.progress-box span {
  position: absolute;
  left: 15px;
  top: 0;
}

.xljg-content-box .percent-number {
  font-family: "微软雅黑";
  font-size: 20px;
  font-weight: 700;
  color: rgb(10, 108, 184);
}

.content-box .desc-box .trs_editor_view p{
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 20px;
    color: rgb(102, 102, 102);
}
.content-box .desc-box {
  width: 100%;
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.content-box .nljg-img-box {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 135px;
  height: 96px;
}
.nljg-img-box img {
  width: 100%;
  height: 100%;
}
