
/* 投资者关系-公司资料 */
.md13747.md-investor_company-profile {
  width: 100%;
  padding-top: 0.95rem;
  overflow: hidden;
}
.md13747.md-investor_company-profile .layout {
  margin-left: auto;
  margin-right: auto;
  width: 12.8rem;
  max-width: 92%;
}
.md13747.md-investor_company-profile .titles {
  width: 100%;
  text-align: center;
  margin-bottom: 0.55rem;
  color: #000000;
  font-weight: bold;
  line-height: 1.2;
}
.md13747.md-investor_company-profile .img {
  position: relative;
  z-index: 8;
  width: 100%;
  margin-bottom: 0.8rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.md13747.md-investor_company-profile .img img {
  width: 100%;
}
.md13747.md-investor_company-profile .cont {
  width: calc(100% + 0.3rem);
  padding-bottom: 0.4rem;
  position: relative;
  left: -0.15rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.md13747.md-investor_company-profile .cont:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100vw;
  height: calc(100% + 2.6rem);
  background-color: #fbfbfc;
}
.md13747.md-investor_company-profile .item {
  position: relative;
  z-index: 18;
  display: block;
  margin: 0 0.15rem 0.55rem;
  padding-left: 0.18rem;
  border-left: 1px solid #dddddd;
}
.md13747.md-investor_company-profile .name {
  width: 100%;
  margin-bottom: 0.25rem;
  color: #666666;
  line-height: 1;
}
.md13747.md-investor_company-profile .intro {
  width: 100%;
  min-height: 2.8em;
  color: #111111;
  line-height: 1.4;
  font-weight: bold;
}
.md13747.md-investor_company-profile .intro * {
  line-height: inherit;
  max-width: 100%;
}
