body,
p {
  margin: 0;
}
ul,
h5 {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}
.globalInvestmentBanking {
  background-color: #fff;
}
.investment-banner {
  background: url('../images/hqtzBank_24.png') 0 100%;
  height: 303px;
  background-size: cover;
}
.investment-banner .banner-text {
  padding-left: 8px;
  padding-top: 93px;
  color: #222221;
}
.investment-banner .banner-text .title {
  font-family: Source Han Sans CN;
  font-size: 16px;
  font-weight: 350;
  line-height: 24px;
}
.investment-banner .banner-text .line_row {
  width: 42px;
  height: 4px;
  background-color: #E30613;
  margin: 8px 0;
}
.investment-banner .banner-text .sub-title {
  font-family: Source Han Sans CN;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
}
.investment-banner .banner-text .sub-title-text {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  width: 184px;
  margin-top: 4px;
  color: #615F5F;
}
.investment-section {
  margin-top: 24px;
  padding: 0 8px 20px;
}
.investment-section .investment-list .list-item {
  margin-bottom: 20px;
}
.investment-section .investment-list .list-item-top {
  display: flex;
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 23px;
  height: 65px;
  line-height: 65px;
  background: linear-gradient(#DCEAF1 100%, #FAFAFD 100%);
  border-radius: 5px 5px 0 0;
}
.investment-section .investment-list .name {
  font-family: PingFang SC;
  font-size: 17px;
  font-weight: 600;
}
.investment-section .investment-list img {
  width: 76px;
  height: 65px;
}
.investment-section .investment-list ul {
  background-color: #F9FCFF;
  border-radius: 0 0 5px 5px;
}
.investment-section .investment-list ul li {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  padding: 23px 16px;
  position: relative;
  padding-left: 28px;
  color: #615F5F;
}
.investment-section .investment-list ul li::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #615F5F;
  position: absolute;
  left: 15px;
  top: 35px;
  border-radius: 50%;
}

/*# sourceMappingURL=globalInvestment.css.map */
