﻿.page-body .dec-title {
  font-family: "微软雅黑";
  font-size: 26px;
  font-weight: 700;
  line-height: 102px;
}

.page-body .description-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.description-box .desc-item {
  position: relative;
  width: 800px;
  height: 115px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 16px;
  margin-bottom: 25px;
  background-color: #f2f8fb;
}

.description-box .desc-item:last-child{

}

.desc-item .item-title {
  width: 340px;
  height: 100%;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.item-title .title1 {
  width: 100%;
  font-family: Arial;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: rgb(0, 117, 193);
}
.item-title .title2 {
  font-family: Arial;
  font-size: 14px;
  color: rgb(0, 117, 193);
}
.desc-item .content-box {
  width: calc(100% - 380px);
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.desc-item .xljg-content-box {
  width: calc(100% - 380px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.desc-item .content-box .yggk-img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.content-box .yggk-img-box img {
  width: 25px;
  height: 40px;
  margin-right: 9px;
}
.content-box .number {
  font-family: "微软雅黑";
  font-size: 30px;
  font-weight: 700;
  color: rgb(0, 117, 193);
}

.xljg-content-box .progress-item {
  width: 100%;
  height: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 4px 0;
}

.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);
  margin-right: 10px;
}

.progress-box img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.progress-box span {
  position: absolute;
  left: 15px;
  top: 4px;
  font-family: Arial;
  font-size: 14px;
  color: rgb(255, 255, 255);
}

.xljg-content-box .percent-number {
  font-family: "微软雅黑";
  font-size: 14px;
  font-weight: 700;
  color: rgb(0, 117, 193);
}

.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-list-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nljg-img-list-box .img-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.nljg-img-list-box .img-item:first-child img{
  width: 74px;
  height: 74px;
}

.nljg-img-list-box .img-item:nth-child(2) img{
  width: 55px;
  height: 55px;
}

.nljg-img-list-box .img-item:last-child img{
  width: 37px;
  height: 37px;
}

.img-item .img-label {
  width: 125px;
  font-family: Arial;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.nljg-img-box img {
  width: 100%;
  height: 100%;
}
