body,
p {
  margin: 0;
}
ul,
h5 {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}
.financialMarkets {
  background-color: #fff;
}
.financial-banner {
  background: url('../images/hqjr_banner_24.png') no-repeat;
  height: 303px;
  background-size: cover;
}
.financial-banner .banner-text {
  padding-left: 8px;
  padding-top: 56px;
  color: #222221;
}
.financial-banner .banner-text .title {
  font-family: Source Han Sans CN;
  font-size: 16px;
  font-weight: 350;
  line-height: 24px;
}
.financial-banner .banner-text .line_row {
  width: 42px;
  height: 4px;
  background-color: #E30613;
  margin: 8px 0;
}
.financial-banner .banner-text .sub-title {
  font-family: Source Han Sans CN;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
}
.financial-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;
}
.financial-section {
  padding: 0 8px;
}
.financial-section .financial-list {
  padding: 24px 0;
}
.financial-section .financial-list .list-item {
  padding-bottom: 20px;
}
.financial-section .financial-list .list-item .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;
}
.financial-section .financial-list .list-item .list-item-top .name {
  font-family: PingFang SC;
  font-size: 17px;
  font-weight: 600;
}
.financial-section .financial-list .list-item .list-item-top img {
  width: 76px;
  height: 65px;
}
.financial-section .financial-list .list-item ul {
  background-color: #F9FCFF;
  border-radius: 0 0 5px 5px;
}
.financial-section .financial-list .list-item ul li {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  padding: 24px 16px;
  position: relative;
  padding-left: 16px;
  color: #615F5F;
}
.financial-section .financial-list .list-item ul li span {
  display: inline-block;
  padding-left: 12px;
}
.financial-section .financial-list .list-item ul li::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #615F5F;
  position: absolute;
  left: 16px;
  top: 35px;
  border-radius: 50%;
}
.financial-section .financial-list .list-item.pro .icon_zk {
  padding-left: 4px;
  color: #005EFD;
}
.financial-section .financial-list .list-item.pro .icon_zk img {
  vertical-align: middle;
  padding-left: 6px;
}
.financial-section .financial-list .list-item.pro .icon_sq {
  width: 100%;
  text-align: center;
  display: none;
}
.financial-section .financial-list .list-item.pro .icon_sq span {
  /* display: none; */
  color: #005EFD;
  padding-left: 0px;
}
.financial-section .financial-list .list-item.pro .icon_sq span img {
  vertical-align: middle;
  padding-left: 8px;
}
.financial-section .financial-list .list-item.pro .menu {
  display: none;
  background-color: #fff;
  padding: 0 16px;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 18px;
}
.financial-section .financial-list .list-item.pro .menu .menu-item {
  padding: 16px 0;
  border-bottom: 1px solid #EBEBEB;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.financial-section .financial-list .list-item.pro .menu .menu-item .lf img {
  width: 48px;
  height: 48px;
  margin-right: 16px;
}
.financial-section .financial-list .list-item.pro .menu .menu-item .rg {
  flex: 1;
}
.financial-section .financial-list .list-item.pro .menu .menu-item:last-child {
  border-bottom: none;
}
.financial-section .financial-case .tit {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: #222221;
  padding-bottom: 24px;
}
.financial-section .financial-case .case-item {
  width: 100%;
  padding-bottom: 20px;
}
.financial-section .financial-case .case-item .item-img {
  font-size: 0;
}
.financial-section .financial-case .case-item .item-img img {
  width: 100%;
  height: auto;
}
.financial-section .financial-case .case-item .item-detail {
  background: linear-gradient(#DCEAF1, #FAFAFD);
  border-radius: 0 0 5px 5px;
  padding: 32px 0 32px;
}
.financial-section .financial-case .case-item .item-detail .name {
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
  padding-left: 16px;
  padding-bottom: 8px;
}
.financial-section .financial-case .case-item .item-detail .name img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.financial-section .financial-case .case-item .item-detail .name span {
  display: inline-block;
  padding-left: 4px;
}
.financial-section .financial-case .case-item .item-detail ul li {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  padding: 0 16px;
  position: relative;
  padding-left: 28px;
  color: #615F5F;
  text-align: justify;
}
.financial-section .financial-case .case-item .item-detail ul li::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #615F5F;
  position: absolute;
  left: 16px;
  top: 12px;
  border-radius: 50%;
}
.financial-section .financial-case .case-item:firth-child {
  padding-bottom: 27px;
}

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