<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.resourceContainer .topBanner {
  width: 100%;
  height: 8.12rem;
  background: url("../images/finance/banner.png") no-repeat;
  background-size: 100%;
}

.resourceContainer .resourceContent {
  height: 8.03rem;
  width: 100%;
  padding: 0 0.76rem;
  box-sizing: border-box;
  background: #FAFBFF;
  overflow: hidden;
}

.resourceContainer .resourceContent .resourceTitle {
  font-size: 0.48rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin: 0.6rem 0 0.4rem 0;
}

.resourceContainer .resourceContent .content {
  font-size: 0.36rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 0.6rem;
}

.resourceContainer .resourcePlatform {
  height: 22.94rem;
  width: 100%;
  padding: 0 1rem;
  box-sizing: border-box;
  overflow: hidden;
}

.resourceContainer .resourcePlatform .platformItem {
  margin-top: 0.8rem;
}

.resourceContainer .resourcePlatform .platformItem .itemTitle {
  font-size: 0.48rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-bottom: 0.4rem;
}

.resourceContainer .resourcePlatform .platformItem .itemContent {
  width: 8.8rem;
  font-size: 0.34rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #6C6C6C;
  line-height: 0.6rem;
  margin-bottom: 0.8rem;
}

.resourceContainer .resourcePlatform .platformItem .itemBg {
  width: 8.8rem;
  height: 5.9rem;
  background: url(../images/humanResource/hr-pic2.png) no-repeat;
  background-size: cover;
}

.resourceContainer .resourcePlatform .platformItem:nth-of-type(2) .itemBg {
  background: url(../images/humanResource/hr-pic3.png) no-repeat;
  background-size: cover;
}

.resourceContainer .systemContainer {
  height: 11.1rem;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  background: #FAFBFF;
}

.resourceContainer .systemContainer .topContainer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0;
}

.resourceContainer .systemContainer .topContainer .left {
  width: 1.1rem;
  height: 0.03rem;
  background: #0D4D97;
  margin-right: 0.4rem;
}

.resourceContainer .systemContainer .topContainer .right {
  width: 1.1rem;
  height: 0.03rem;
  background: #0D4D97;
  margin-left: 0.4rem;
}

.resourceContainer .systemContainer .systemContent {
  padding-left: 0.75rem;
  height: 2.04rem;
}

.resourceContainer .systemContainer .systemContent .sysItem {
  display: flex;
  margin-bottom: 0.6rem;
}

.resourceContainer .systemContainer .systemContent .sysItem .leftImg {
  height: 2.04rem;
  width: 1.78rem;
  margin-right: 0.45rem;
}

.resourceContainer .systemContainer .systemContent .sysItem .leftImg img {
  width: 100%;
  height: 100%;
}

.resourceContainer .systemContainer .systemContent .sysItem .rightContent {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.resourceContainer .systemContainer .systemContent .sysItem .rightContent .rightTitle {
  font-size: 0.38rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

.resourceContainer .systemContainer .systemContent .sysItem .rightContent .rightArticle {
  width: 6.9rem;
  font-size: 0.34rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 0.6rem;
}

.bottom {
  background: #262626;
  width: 100%;
  height: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottom .botBox {
  height: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 0.3rem 0;
}

.bottom .botBox .top {
  width: 5.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bottom .botBox .top img:nth-of-type(1) {
  width: 2.6rem;
}

.bottom .botBox .top img {
  display: block;
  width: .58rem;
  height: .58rem;
}

.bottom .botBox .box_bottom span {
  font-size: .24rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
</pre></body></html>