.section1 .content {
  background-image: url('../images/about/cha_bg2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0.52rem;
}
.section1 .content .stretch-left {
	flex: 1;
}
.section1 .content .stretch-left > img {
  max-width: 100%;
  width: 100%;
/*  width: 4.57rem;*/
}
.section1 .content .stretch-right {
  flex: 1;
  padding-left: .36rem;
}
.section1 .content .stretch-right .name {
  border-bottom: 1px dashed #62B400;
  line-height: 2;
}
.section1 .content .stretch-right .name .text1 {
  font-size: .19rem;
  font-weight: bold;
  margin-right: .17rem;
}
.section1 .content .stretch-right .name .text2 {
  color: #62B400;
  font-size: .15rem;
}
.section1 .content .stretch-right .record {
  line-height: 2.2;
  color: #262626;
}
.section1 .content .stretch-right .record > li>p {
  padding-left: 18px;
  position: relative;
  font-size: .13rem;
   line-height: 2.2;
  color: #262626;
}
.section1 .content .stretch-right .record > li>p::before {
  position: absolute;
  content: '';
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #62B400;
  border-radius: 50%;
}
.section1 .content .record2 h4 {
  font-size: 24px;
  font-weight: bold;
  padding-top: 0.26rem;
  padding-bottom: 0.16rem;
}
.section1 .content .record2 p {
  font-size: 16px;
  color: #333;
  line-height: 2;
}
@media screen and (max-width: 414px) {
  .section1 .content .stretch-right {
    padding-left: 0;
  }
  .section1 .content .stretch-right .name {
    display: flex;
    flex-direction: column;
  }
  .section1 .content .stretch-right .name .text1 {
    font-size: 24px;
  }
  .section1 .content .stretch-right .name .text2 {
    font-size: 18px;
  }
  .section1 .content .stretch-right .record > li> p {
    padding-left: 0;
    margin-left: 18px;
    font-size: 16px;
  }
  .section1 .content .record2 h4 {
    font-size: 18px;
  }
  .section1 .content .record2 p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .section1 .content .stretch-left > img {
    width: 100%;
  }
}

