.ResearchCenterContent {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 16px;
  margin-bottom: 50px;
  align-items: flex-start;
}
.ResearchCenterContent .ResearchCenter_one {
  font-family: AlimamaShuHeiTi;
  font-style: normal;
  text-align: center;
  font-size: 30px;
  letter-spacing: 1px;
  margin: 100px 0 40px;
}
.ResearchCenterContent .ResearchCenterTitle {
  font-family: AlimamaShuHeiTi;
  font-style: normal;
  text-align: center;
  margin-top: 100px;
}
.ResearchCenterContent .ResearchCenterTitle div:first-child {
  font-size: 30px;
  letter-spacing: 1px;
}
.ResearchCenterContent .ResearchCenterTitle div:last-child {
  margin-top: -35px;
  font-weight: bold;
  font-size: 28px;
  color: rgba(9, 146, 90, 0.1);
  line-height: 62px;
  letter-spacing: 1px;
}
.ResearchCenterContent .leftCenterTab {
  width: 257px;
  height: 1103px;
  background: #FFFFFF;
  backdrop-filter: blur(5px);
  margin-right: 22px;
  padding-top: 40px;
}
.ResearchCenterContent .leftCenterTab .leftCenterTab-links {
  list-style: none;
  padding: 0;
}
.ResearchCenterContent .leftCenterTab .leftCenterTab-links li a {
  padding-left: 24px;
  height: 60px;
  line-height: 60px;
  width: 233px;
  font-size: 18px;
  color: #2B2B2B;
  display: inline-block;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  outline: none;
}
.ResearchCenterContent .leftCenterTab .leftCenterTab-links li.leftCenterTabActive a,
.ResearchCenterContent .leftCenterTab .leftCenterTab-links li a:hover {
  background: rgba(0, 196, 116, 0.07);
  border-left: 1px solid #09925A;
  color: #09925A;
}
.ResearchCenterContent .rightContent {
  width: 936px;
  background: #FFFFFF;
  backdrop-filter: blur(5px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 107px 0;
  font-weight: 400;
  font-size: 18px;
  color: #303030;
  line-height: 36px;
  text-align: justify;
  position: relative;
}
.ResearchCenterContent .rightContent .organization {
  width: 115px;
  height: 49px;
  position: absolute;
  top: 30px;
  left: 31px;
}
.ResearchCenterContent .rightContent .ResearchCenterText {
  margin: 46px 0 40px;
}
.ResearchCenterContent .rightContent .CenterIllustration_1 {
  margin-top: 40px;
  width: 100%;
  height: 498px;
}
.ResearchCenterContent .rightContent #section_specialist .CenterIllustration_3 {
  width: 100%;
  height: 618px;
  margin-top: 40px;
}
.ResearchCenterContent .rightContent #section_talents .CenterIllustration_2 {
  width: 100%;
  height: 547px;
  margin: 40px 0 100px;
}
