.company-box {
  margin-top: 90rem;
}
.company-box .company-title {
  display: flex;
  align-items: center;
  margin-bottom: 32rem;
}
.company-box .company-title .cn-title {
  font-weight: 500;
  font-size: 34rem;
  color: #2B2B36;
  line-height: 49rem;
  margin-right: 24rem;
}
.company-box .company-title .en-title {
  font-weight: 400;
  font-size: 22rem;
  color: #4B5879;
  line-height: 32rem;
}
.company-box .company-des {
  font-weight: 400;
  font-size: 16rem;
  color: #4B5879;
  line-height: 23rem;
}
.dynamics-box {
  margin: 80rem 0 86rem 0;
}
.dynamics-box .dynamics-title {
  display: flex;
  align-items: center;
  margin-bottom: 40rem;
}
.dynamics-box .dynamics-title .cn-title {
  font-weight: 400;
  font-size: 34rem;
  color: #2B2B36;
  line-height: 49rem;
  margin-right: 24rem;
}
.dynamics-box .dynamics-title .en-title {
  font-weight: 400;
  font-size: 22rem;
  color: #4B5879;
  line-height: 32rem;
}
.dynamics-box .dynamics-content {
  border: 1rem dashed #B8B8B8;
  min-height: 800rem;
  display: flex;
  justify-content: center;
  padding: 24rem 0;
}
/*# sourceMappingURL=group-overview.css.map */