.indexBanner {
  width: 100%;
  height: 5.4rem;
  position: relative;
}
.indexBanner > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexBanner .bannerText {
  position: absolute;
  width: 16rem;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  padding-top: 1.42rem;
}
.indexBanner .bannerText .bannerT1 {
  text-align: center;
  font-family: PingFang SC,
        PingFang SC;
  font-weight: bold;
  font-size: 0.7rem;
  color: #000000;
}
.indexBanner .bannerText .bannerT2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.23rem;
  margin-top: 0.27rem;
}
.indexBanner .bannerText .bannerT2 .line {
  width: 0.96rem;
  height: 0.01rem;
  background: #000000;
}
.indexBanner .bannerText .bannerT2 p {
  font-family: PingFang SC,
          PingFang SC;
  font-weight: 400;
  font-size: 0.4rem;
  color: #000000;
}
.indexTitle {
  font-family: PingFang SC,
    PingFang SC;
  font-weight: bold;
  font-size: 0.4rem;
  color: #0e437d;
  text-align: center;
}
.indexEn {
  font-family: PingFang SC,
    PingFang SC;
  font-weight: bold;
  font-size: 0.26rem;
  color: #cccccc;
  margin-top: 0.07rem;
  text-align: center;
  text-transform: uppercase;
}
.indexWrap1 {
  padding: 0.6rem 0 0.73rem;
}
.indexWrap1 .indexContent {
  margin-top: 0.42rem;
  position: relative;
}
.indexWrap1 .indexContent .btn {
  width: 1.32rem;
  height: 0.43rem;
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  border: 0.01rem solid #0e437d;
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFang SC,
        PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #0e437d;
  transition: all 0.6s;
}
.indexWrap1 .indexContent .btn:hover {
  background: #0e437d;
  color: #ffffff;
}
.indexWrap1 .indexContent .indexTop {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.indexWrap1 .indexContent .indexTop > img {
  width: 6.74rem;
  height: 4.03rem;
  object-fit: cover;
}
.indexWrap1 .indexContent .indexTop .person {
  display: flex;
  padding-top: 0.67rem;
  gap: 0.31rem;
}
.indexWrap1 .indexContent .indexTop .person > img {
  width: 1.88rem;
  height: 2.37rem;
  box-shadow: 0 0.03rem 0.2rem 0.01rem rgba(0, 0, 0, 0.16);
}
.indexWrap1 .indexContent .indexTop .person .personInfo {
  width: 4.3rem;
  padding-top: 0.2rem;
}
.indexWrap1 .indexContent .indexTop .person .personInfo .text1 {
  font-family: PingFang SC,
              PingFang SC;
  font-weight: bold;
  font-size: 0.26rem;
  color: #1f1f1f;
}
.indexWrap1 .indexContent .indexTop .person .personInfo .name {
  font-family: PingFang SC,
              PingFang SC;
  font-weight: bold;
  font-size: 0.2rem;
  color: #0e437d;
  margin-top: 0.33rem;
}
.indexWrap1 .indexContent .indexTop .person .personInfo .desc {
  font-family: PingFang SC,
              PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.26rem;
  margin-top: 0.11rem;
}
.indexWrap1 .indexContent .indexBottom {
  display: flex;
  gap: 0.4rem;
  position: relative;
  z-index: 10;
}
.indexWrap1 .indexContent .indexBottom .textBox {
  padding-top: 0.45rem;
}
.indexWrap1 .indexContent .indexBottom .textBox .text1 {
  font-family: PingFang SC,
            PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.3rem;
  width: 6.34rem;
}
.indexWrap1 .indexContent .indexBottom .textBox .btn {
  margin-top: 0.3rem;
}
.indexWrap1 .indexContent .indexBottom .img {
  width: 3.97rem;
  height: 2.47rem;
  position: relative;
}
.indexWrap1 .indexContent .indexBottom .img > img {
  width: 100%;
  height: 100%;
}
.indexWrap1 .indexContent .indexBottom .img p {
  font-family: PingFang SC,
            PingFang SC;
  font-weight: 400;
  font-size: 0.3rem;
  color: #ffffff;
  line-height: 0.5rem;
  position: absolute;
  left: 0.66rem;
  top: 0.78rem;
  width: 2.93rem;
}
.indexWrap1 .indexContent .workMarket {
  position: absolute;
  width: 12.99rem;
  left: 2.1rem;
  top: 2.63rem;
}
.indexWrap1 .indexContent .workMarket > img {
  width: 100%;
}
.indexWrap2 {
  padding: 0.7rem 0 0.79rem;
  background-color: #f3f4f5;
}
.indexWrap2 .flex {
  display: flex;
  gap: 0.38rem;
  flex-wrap: wrap;
  margin-top: 0.42rem;
}
.indexWrap2 .flex .item {
  width: 5.08rem;
  height: 6.59rem;
  background: #ffffff;
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  border: 0.01rem solid #dddddd;
  overflow: hidden;
  display: block;
}
.indexWrap2 .flex .item > img {
  width: 100%;
  height: 4.58rem;
  display: block;
  object-fit: cover;
}
.indexWrap2 .flex .item .bottom {
  padding: 0.35rem 0.18rem 0.58rem;
}
.indexWrap2 .flex .item .bottom .title {
  font-family: Source Han Sans CN,
            Source Han Sans CN;
  font-weight: 400;
  font-size: 0.22rem;
  color: #333333;
  transition: all 0.6s;
}
.indexWrap2 .flex .item .bottom .time {
  display: flex;
  justify-content: space-between;
  margin-top: 0.3rem;
}
.indexWrap2 .flex .item .bottom .time p {
  font-family: Source Han Sans CN,
              Source Han Sans CN;
  font-weight: 400;
  font-size: 0.2rem;
  color: #999999;
  transition: all 0.6s;
}
.indexWrap2 .flex .item .bottom .time img {
  width: 0.22rem;
  height: 0.18rem;
  filter: grayscale(1);
  opacity: 0.5;
}
.indexWrap2 .flex .item:hover {
  background: #ffffff;
  border: 0.01rem solid #ffffff;
}
.indexWrap2 .flex .item:hover .title {
  color: #0e437d;
}
.indexWrap2 .flex .item:hover .time p {
  color: #0e437d;
}
.indexWrap2 .flex .item:hover .time img {
  filter: none;
  opacity: 1;
}
.indexWrap3 {
  padding: 0.7rem 0 0.5rem;
}
.indexWrap3 .flex {
  margin-top: 0.35rem;
  gap: 0.5rem;
  display: flex;
}
.indexWrap3 .flex .item {
  width: 5rem;
  display: block;
}
.indexWrap3 .flex .item .top {
  display: flex;
  align-items: center;
}
.indexWrap3 .flex .item .top .icon {
  width: 0.43rem;
  height: 0.43rem;
  background-color: rgba(14, 67, 125, 0.05);
  border-left: 0.05rem solid #0e437d;
  display: flex;
  align-items: center;
  justify-content: center;
}
.indexWrap3 .flex .item .top .icon img {
  width: 0.26rem;
  height: 0.25rem;
}
.indexWrap3 .flex .item .top .text1 {
  font-family: PingFang SC,
            PingFang SC;
  font-weight: 500;
  font-size: 0.24rem;
  color: #333333;
  margin-left: 0.1rem;
}
.indexWrap3 .flex .item .top .more {
  font-family: PingFang SC,
            PingFang SC;
  font-weight: 500;
  font-size: 0.16rem;
  color: #0e437d;
  margin-left: auto;
}
.indexWrap3 .flex .item .img {
  width: 100%;
  height: 2.64rem;
  margin-top: 0.22rem;
  position: relative;
}
.indexWrap3 .flex .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.indexWrap3 .flex .item .img .mask {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0.08rem 0 0.08rem 0.14rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.indexWrap3 .flex .item .img .mask p {
  font-family: PingFang SC,
              PingFang SC;
  font-weight: 400;
  font-size: 0.2rem;
  color: #ffffff;
}
.indexWrap3 .flex .item .news {
  margin-top: 0.2rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #e2e2e2;
  gap: 0.42rem;
  align-items: center;
}
.indexWrap3 .flex .item .news p:first-child {
  font-family: PingFang SC,
            PingFang SC;
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  width: 4.07rem;
}
.indexWrap3 .flex .item .news .time {
  font-family: PingFang SC,
            PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #999999;
}
.indexWrap3 .flex .item .news:hover p {
  color: #0e437d;
}
.indexWrap3 .flex .item .nomore {
  margin-top: 0.15rem;
  font-family: PingFang SC,
          PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #999999;
  text-align: center;
}
