@charset "UTF-8";
.limit > img {
height:60vh;
  width: 100%;
  object-fit: fill;
  margin-bottom: 100px;
}
.limit .ethics-committee-charter {
  padding: 100px 0;
}
.limit .ethics-committee-charter > div:nth-of-type(1) {
  color: var(--font-color);
}
.limit .ethics-committee-charter > div:nth-of-type(2) {
  padding: 1% 2%;
  width: 80%;
  margin: 0 auto;
  background-color: white;
  min-height: 300px;
}

.limit .ethics-committee-charter, .limit .review-requirements-and-review-procedures, .limit .committee-member-information {
  width: 100%;
  background-size: 100% 100%;
}
.limit .ethics-committee-charter > div:nth-of-type(1), .limit .review-requirements-and-review-procedures > div:nth-of-type(1), .limit .committee-member-information > div:nth-of-type(1) {
  font-size: 40px;
  text-align: center;
  letter-spacing: 2px;
  font-weight: bold;
}
.limit .ethics-committee-charter > div:nth-of-type(1), .limit .ethics-committee-charter > div:nth-of-type(2), .limit .ethics-committee-charter > div:nth-of-type(3), .limit .review-requirements-and-review-procedures > div:nth-of-type(1), .limit .review-requirements-and-review-procedures > div:nth-of-type(2), .limit .review-requirements-and-review-procedures > div:nth-of-type(3), .limit .committee-member-information > div:nth-of-type(1), .limit .committee-member-information > div:nth-of-type(2), .limit .committee-member-information > div:nth-of-type(3) {
  margin-bottom: 40px;
}
.limit .ethics-committee-charter > div:nth-of-type(3), .limit .review-requirements-and-review-procedures > div:nth-of-type(3) {
  text-align: center;
}
.limit .ethics-committee-charter > div:nth-of-type(3) button, .limit .review-requirements-and-review-procedures > div:nth-of-type(3) button {
  background-color: var(--font-color);
  color: white;
  padding: 5px 30px;
  border: none;
  border-radius: 20px;
}

.limit .ethics-committee-members {
  padding: 100px 0;
}
.limit .ethics-committee-members > div:nth-of-type(1) {
  color: var(--font-color);
}
.limit .ethics-committee-members > div:nth-of-type(2) {
  padding: 1% 2%;
  width: 80%;
  margin: 0 auto;
  background-color: white;
  min-height: 300px;
}

.limit .ethics-committee-members, .limit .review-requirements-and-review-procedures, .limit .committee-member-information {
  width: 100%;
  background-size: 100% 100%;
}
.limit .ethics-committee-members > div:nth-of-type(1), .limit .review-requirements-and-review-procedures > div:nth-of-type(1), .limit .committee-member-information > div:nth-of-type(1) {
  font-size: 40px;
  text-align: center;
  letter-spacing: 2px;
  font-weight: bold;
}
.limit .ethics-committee-members > div:nth-of-type(1), .limit .ethics-committee-members > div:nth-of-type(2), .limit .ethics-committee-members > div:nth-of-type(3), .limit .review-requirements-and-review-procedures > div:nth-of-type(1), .limit .review-requirements-and-review-procedures > div:nth-of-type(2), .limit .review-requirements-and-review-procedures > div:nth-of-type(3), .limit .committee-member-information > div:nth-of-type(1), .limit .committee-member-information > div:nth-of-type(2), .limit .committee-member-information > div:nth-of-type(3) {
  margin-bottom: 40px;
}
.limit .ethics-committee-members > div:nth-of-type(3), .limit .review-requirements-and-review-procedures > div:nth-of-type(3) {
  text-align: center;
}
.limit .ethics-committee-members > div:nth-of-type(3) button, .limit .review-requirements-and-review-procedures > div:nth-of-type(3) button {
  background-color: var(--font-color);
  color: white;
  padding: 5px 30px;
  border: none;
  border-radius: 20px;
}
.limit .review-requirements-and-review-procedures {
  padding: 100px 0;
}
.limit .review-requirements-and-review-procedures > div:nth-of-type(1) {
  color: var(--font-color);
}
.limit .review-requirements-and-review-procedures > div:nth-of-type(2) {
  width: 80%;
  margin: 0 auto;
  background-color: transparent;
  min-height: 200px;
}
.limit .committee-member-information {
  padding: 100px 0;
}
.limit .committee-member-information > div:nth-of-type(1) {
  color: white;
}
.limit .committee-member-information > div:nth-of-type(2) {
  position: relative;
  width: 75%;
  margin: 0 auto;
}
.limit .committee-member-information > div:nth-of-type(2) .members-container {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  gap: 60px;
  align-items: center;
  scroll-behavior: smooth;
}

.limit .committee-member-information > div:nth-of-type(2) .members-container > div {
  --title-height: 45px;
  width: 169px;
  flex-shrink: 0; /*防止元素缩小*/
  display: grid;
  grid-template-rows: 210px var(--title-height) 88px;
  text-align: start;
  border-bottom: 2px solid white;
  padding-bottom: 10px;
  font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", serif;
  color: white;
  margin-right: 60px;
}
.limit .committee-member-information > div:nth-of-type(2) .members-container > div img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.limit .committee-member-information > div:nth-of-type(2) .members-container > div > div:nth-of-type(1) {
  line-height: var(--title-height);
  font-size: 20px;
  font-weight: bold;
}
.limit .committee-member-information > div:nth-of-type(2) .members-container > div > div:nth-of-type(2) {
  display: grid;
  grid-template-rows: 24px 70px;
  grid-template-columns: 2fr 1fr;
}
.limit .committee-member-information > div:nth-of-type(2) .members-container > div > div:nth-of-type(2) button {
  grid-area: 1/2/3/3;
  display: block;
  position: relative;
  border: none;
  background-color: transparent;
}
.limit .committee-member-information > div:nth-of-type(2) .members-container > div > div:nth-of-type(2) button img {
  position: absolute;
  bottom: 1px;
  right: 5px;
  width: 30px;
  height: 30px;
}
.limit .committee-member-information > div:nth-of-type(2) > div:nth-of-type(2), .limit .committee-member-information > div:nth-of-type(2) > div:nth-of-type(3) {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px 10px;
  background-color: rgb(251, 196, 51);
  color: white;
  font-size: 20px;
  cursor: pointer;
  user-select: none;
}
.limit .committee-member-information > div:nth-of-type(2) > div:nth-of-type(2) {
  left: 0;
}
.limit .committee-member-information > div:nth-of-type(2) > div:nth-of-type(3) {
  right: 0;
}