.ResearchInstituteContent {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 16px;
  margin-bottom: 50px;
  align-items: flex-start;
}
.ResearchInstituteContent .ResearchInstitute_one {
  font-family: AlimamaShuHeiTi;
  font-style: normal;
  text-align: center;
  font-size: 30px;
  letter-spacing: 1px;
  margin: 100px 0 40px;
}
.ResearchInstituteContent .ResearchInstituteTitle {
  font-family: AlimamaShuHeiTi;
  font-style: normal;
  text-align: center;
  margin-top: 100px;
}
.ResearchInstituteContent .ResearchInstituteTitle div:first-child {
  font-size: 30px;
  letter-spacing: 1px;
}
.ResearchInstituteContent .ResearchInstituteTitle 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;
}
.ResearchInstituteContent .leftResearchTab {
  width: 257px;
  height: 1103px;
  background: #FFFFFF;
  backdrop-filter: blur(5px);
  margin-right: 22px;
  padding-top: 40px;
}
.ResearchInstituteContent .leftResearchTab .leftResearchTab-links {
  list-style: none;
  padding: 0;
}
.ResearchInstituteContent .leftResearchTab .leftResearchTab-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;
}
.ResearchInstituteContent .leftResearchTab .leftResearchTab-links li.leftResearchTabActive a,
.ResearchInstituteContent .leftResearchTab .leftResearchTab-links li a:hover {
  background: rgba(0, 196, 116, 0.07);
  border-left: 1px solid #09925A;
  color: #09925A;
}
.ResearchInstituteContent .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;
}
.ResearchInstituteContent .rightContent .organization {
  width: 115px;
  height: 49px;
  position: absolute;
  top: 30px;
  left: 31px;
}
.ResearchInstituteContent .rightContent .ResearchInstituteText {
  margin: 46px 0 40px;
}
.ResearchInstituteContent .rightContent .illustration_1 {
  margin-top: 40px;
  width: 100%;
  height: 553px;
}
.ResearchInstituteContent .rightContent #section_study .studyTitle {
  width: 186px;
  height: 36px;
  font-family: AlimamaShuHeiTi;
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  line-height: 42px;
  letter-spacing: 1px;
  text-align: left;
  font-style: normal;
  position: relative;
  margin-bottom: 40px;
}
.ResearchInstituteContent .rightContent #section_study .studyTitle:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 8px;
  background: #09925A;
  opacity: 0.19;
}
.ResearchInstituteContent .rightContent #section_value .illustration_2 {
  width: 100%;
  height: 570px;
  margin: 100px 0;
}
