.jeijf-war {
  width: 100%;
  overflow: hidden;
}

.jeijf-con {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 0;
}


.jeijf-lis-t h5 {
  color: #335c9b;
  font-size: 24px;
  font-weight: bold;
  font-family: "思源黑体 CN";
  position: relative;
  padding: 15px 0;
}

.jeijf-lis-t h5::before {
  content: "";
  width: 31px;
  height: 6px;
  background: url("../images/sgd_03.png");
  position: absolute;
  left: 0;
  bottom: 0;
}

.jeijf-lis {
  padding-bottom: 40px;
}

.jeijf-lis h6 {
  font-size: 36px;
  font-weight: bold;
  font-family: "思源黑体 CN";
  margin: 25px 0;
  color: #000000;
}

.jeijf-lis-t span {
  display: block;
  margin-bottom: 30px;
  font-size: 16px;
  color: #3a3a3a;
  line-height: 25px;
  text-indent: 20pt;
  font-family: "PingFang SC", "Microsoft Yahei", "微软雅黑", arial, "\5b8b\4f53";
}

.jeijf-lis-t img {
  width: 100%;
}

.jeijf-lis-l {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.jeijf-lis-l div {
  width: 50%;
}

.jeijf-lis-l-r img {
  width: 100%;
}

.jeijf-lis-l-l {
  padding-right: 20px;
}

.jeijf-lis-l-l span {
  display: block;
  color: #3a3a3a;
  line-height: 30px;
  text-indent: 20pt;
  font-family: "PingFang SC", "Microsoft Yahei", "微软雅黑", arial, "\5b8b\4f53";

}

.jeijf-lis-li ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  flex-flow: wrap;
}

.jeijf-lis-li ul li {
  width: 32%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-right: 2%;
  padding: 40px 0;
  align-items: center;
}

.jeijf-lis-li ul li img {
  width: 100px;
  height: 100px;
}

.jeijf-lis-li ul li:nth-of-type(3n) {
  margin-right: 0;
}

.jeijf-lis-li ul li div {
  padding: 0 20px;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.jeijf-lis-li ul li div p {
  color: #000000;
  font-size: 26px;
  font-weight: bold;
  font-family: "思源黑体 CN";
  margin-bottom: 0;

}

.jeijf-lis-li ul li div span {
  color: #111111;
  font-size: 16px;
  font-family: "PingFang SC", "Microsoft Yahei", "微软雅黑", arial, "\5b8b\4f53";
}




.jeijf-lis-lis ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 30px;
}

.jeijf-lis-lis ul li {
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  align-items: center;
      width: 160px;
    text-align: center;
}

.jeijf-lis-lis ul li span {
  width: 84px;
  height: 84px;
  text-align: center;
  line-height: 84px;
  font-size: 50px;
  color: #0070c0;
  border-radius: 50%;
  border: 1px solid #9e9e9e;
  margin-bottom: 35px;
}

.jeijf-lis-lis ul li p {
  color: #000000;
  font-size: 22px;
  font-weight: bold;
  font-family: "思源黑体 CN";
  text-align: center;
}

.jeijf-lis-lis-spa {
  font-size: 16px;
  color: #3a3a3a;
  line-height: 35px;
  font-family: "PingFang SC", "Microsoft Yahei", "微软雅黑", arial, "\5b8b\4f53";
}


@media screen and (max-width: 768px) {
  .jeijf-con {
    padding: 15px;
  }

  .jeijf-lis-t h5 {
    font-size: 16px;
  }

  .jeijf-lis h6 {
    font-size: 18px;
    margin: 10px 0;
  }
  .jeijf-lis-t span {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .jeijf-lis-l{
    flex-direction: column;
  }
  .jeijf-lis-l div{
    width: 100%;
  }
  .jeijf-lis{
    padding-bottom: 20px;
  }
  .jeijf-lis-l-l{
    padding-right: 0;
  }
  .jeijf-lis-l-l span{
    line-height: 24px;
    font-size: 14px;
  }
  .jeijf-lis-li ul{
    flex-flow: column;
  }
  .jeijf-lis-li ul li{
    width: 100%;
    padding: 10px 0;
  }
  .jeijf-lis-li ul li div p{
    font-size: 14px;
  }
  .jeijf-lis-li ul li div span{
    font-size: 12px;
  }
  .jeijf-lis-li ul li img {
    width: 65px;
    height: 65px;
}
.jeijf-lis-lis ul{
  padding: 0;
  flex-flow: wrap;
}
.jeijf-lis-lis ul li{
  width: 33%;
}

.jeijf-lis-lis ul li span {
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  font-size: 20px;
  margin-bottom: 10px;
}
.jeijf-lis-lis ul li p{
  font-size: 14px;
}
}
.jeijf-lis-l-r{
  display: flex;
  align-items: center;
}