:root {
  --researchers-list-word-p: #707070;
}
body.dark-theme {
  --researchers-list-word-p: #aaa;
}
.about-module {
  background-color: var(--module-bg1);
}
.about-module .module-tit .tit {
  width: 100%;
  text-align: center;
}
.about-module h3 {
  margin-bottom: 32px;
  color: var(--module-con-text-color1);
  text-align: center;
}
.about-module h3 span {
  color: #b82842;
}
.about-module h3:last-child {
  margin-bottom: 0;
}
.img-text-list ul {
  padding-left: 20px;
}
.img-text-list ul li {
  margin-bottom: 26px;
  font-size: 18px;
  color: var(--module-con-text-color1);
  line-height: 1.3;
  list-style: disc;
}
@media screen and (max-width: 1200px) {
  .img-text-list ul li {
    font-size: 16px;
  }
}
.img-text-list ul li span {
  color: var(--module-con-text-color2);
}
.img-text-list ul li::marker {
  color: var(--module-con-text-color2);
  font-size: 15px;
}
.img-text-list ul li:last-child {
  margin-bottom: 0;
}
.img-module {
  background-color: var(--module-bg1);
}
.img-module .module-con {
  background-color: #b82842;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 992px) {
  .img-module .module-con {
    flex-wrap: wrap;
  }
}
.img-module .module-con .left-tit {
  padding: 32px;
  width: 328px;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .img-module .module-con .left-tit {
    width: 100%;
  }
}
.img-module .module-con .left-tit h5 {
  margin-bottom: 15px;
  color: #fff;
  font-style: italic;
}
.img-module .module-con .pic {
  flex-grow: 1;
}
@media screen and (max-width: 992px) {
  .img-module .module-con .pic {
    width: 100%;
  }
}
.img-module .module-con .pic img {
  height: 100%;
  object-fit: cover;
}
.china-perspectives {
  background-color: var(--module-bg2);
}
.china-perspectives .module-tit {
  flex-wrap: wrap;
}
.china-perspectives .module-tit .tit {
  margin-bottom: 22px;
  width: 100%;
  text-align: center;
}
.china-perspectives .module-tit p {
  text-align: center;
  width: 100%;
  color: var(--module-con-text-color1);
}
.china-perspectives .perspectives-list {
  margin: 0 -13px -26px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 992px) {
  .china-perspectives .perspectives-list {
    flex-wrap: wrap;
  }
}
.china-perspectives .perspectives-list .item {
  padding: 0 13px 26px;
  width: 25%;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  .china-perspectives .perspectives-list .item {
    width: 50%;
  }
}
@media screen and (max-width: 350px) {
  .china-perspectives .perspectives-list .item {
    width: 100%;
  }
}
.china-perspectives .perspectives-list .item .box .pic {
  width: 100%;
}
.china-perspectives .perspectives-list .item .box p {
  margin-top: 14px;
  line-height: 1.44;
  color: var(--module-con-text-color1);
}
.china-perspectives .perspectives-list .item .box:hover p {
  text-decoration: underline;
  color: #b82842;
}
.china-perspectives .btn-list {
  margin-top: 28px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
}
.word-list {
  background-color: var(--module-bg1);
}
.word-list h5 {
  margin-top: 64px;
  margin-bottom: 22px;
  color: #b82842;
  font-style: italic;
}
.word-list h5:first-child {
  margin-top: 0;
}
.word-list p {
  color: var(--module-con-text-color1);
  line-height: 1.22;
}
.word-list ul {
  padding-left: 20px;
}
.word-list ul li {
  margin-bottom: 26px;
  font-size: 18px;
  color: var(--module-con-text-color1);
  line-height: 1.3;
  list-style: disc;
}
@media screen and (max-width: 1200px) {
  .word-list ul li {
    font-size: 16px;
  }
}
.word-list ul li span {
  color: var(--module-con-text-color2);
}
.word-list ul li::marker {
  color: var(--module-con-text-color2);
  font-size: 15px;
}
.word-list ul li:last-child {
  margin-bottom: 0;
}
.researchers-list {
  background-color: var(--module-bg2);
}
