.dustBlock {
  padding: 0 5% 110px;
}
.dustBlock .content {
  padding-top: 46px;
}
.dustBlock .content p {
  margin-top: 20px;
  font-size: 28px;
  line-height: 44px;
  color: #02526e;
}

.dustBlock2 {
  background: #19467d;
  padding-bottom: 120px;
}
.dustBlock2 > .top {
  padding: 112px 5% 0;
}
.dustBlock2 > .top .title {
  font-size: 44px;
  line-height: 56px;
  color: #ffffff;
}
.dustBlock2 > .top .tips {
  margin-top: 42px;
  font-size: 28px;
  line-height: 46px;
  color: rgba(255, 255, 255, 0.9);
}
.dustBlock2 .content {
  padding: 0 5%;
  margin-top: 73px;
}
.dustBlock2 .content .list {
  width: 100%;
  border-bottom: 1px solid rgba(51, 170, 229, 0.35);
}
.dustBlock2 .content .list .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 59px 0;
  cursor: pointer;
}
.dustBlock2 .content .list .top .left {
  transition: color 0.5s;
  font-size: 32px;
  line-height: 46px;
  color: #fff;
}
.dustBlock2 .content .list .top .right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
}
.dustBlock2 .content .list .top .right::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transition: transform 0.5s, background 0.5s;
  transform: translate(-50%, -50%) rotate(0deg);
  width: 37px;
  height: 5px;
  background: url(../images/headerListIco.png) no-repeat;
  filter: contrast(0) brightness(10);
}
.dustBlock2 .content .list .top .right::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transition: transform 0.5s, opacity 0.5s;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 37px;
  height: 5px;
  background: url(../images/headerListIco.png) no-repeat;
  opacity: 1;
  filter: contrast(0) brightness(10);
}
.dustBlock2 .content .list .top.on .left {
  color: #fff;
}
.dustBlock2 .content .list .top.on .right::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.dustBlock2 .content .list .top.on .right::before {
  transform: translate(-50%, -50%) rotate(180deg);
  opacity: 0;
}
.dustBlock2 .content .list .cont {
  height: 0;
  overflow: hidden;
}
.dustBlock2 .content .list .cont .center {
  padding-bottom: 60px;
}
.dustBlock2 .content .list .cont .center p {
  font-size: 28px;
  line-height: 44px;
  color: #fff;
}
.dustBlock2 .content .list .cont .center p:first-child {
  margin-top: -6px;
}
.dustBlock2 .content .list .cont .center a {
  width: 160px;
}
.dustBlock2 .content .list:first-child {
  border-top: 1px solid rgba(51, 170, 229, 0.35);
}
.dustBlock2 .img {
  margin-top: 120px;
  padding: 0 5%;
}
.dustBlock2 .img img {
  width: 100%;
}

.dustBlock3 {
  padding: 112px 5% 120px;
}
.dustBlock3 .title {
  font-size: 44px;
  line-height: 56px;
  color: #02526e;
}
.dustBlock3 .content {
  padding-top: 23px;
}
.dustBlock3 .content p {
  margin-top: 20px;
  font-size: 28px;
  line-height: 44px;
  color: #02526e;
}
.dustBlock3 .content .img {
  margin-top: 92px;
  font-size: 0;
}
.dustBlock3 .content .img img {
  width: 100%;
}

@media (max-width: 500px) {
  .dustBlock {
    padding-bottom: 55px;
  }
  .dustBlock .content {
    padding-top: 23px;
  }
  .dustBlock .content p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
  }
  .dustBlock2 {
    padding-bottom: 60px;
  }
  .dustBlock2 > .top {
    padding-top: 56px;
  }
  .dustBlock2 > .top .title {
    font-size: 22px;
    line-height: 28px;
  }
  .dustBlock2 > .top .tips {
    margin-top: 21px;
    font-size: 14px;
    line-height: 23px;
  }
  .dustBlock2 .content {
    margin-top: 36px;
  }
  .dustBlock2 .content .list .top {
    padding: 30px 0;
  }
  .dustBlock2 .content .list .top .left {
    font-size: 16px;
    line-height: 23px;
  }
  .dustBlock2 .content .list .top .right {
    width: 21px;
    height: 21px;
  }
  .dustBlock2 .content .list .top .right::after, .dustBlock2 .content .list .top .right::before {
    width: 18px;
    height: 2px;
    background-size: 18px auto !important;
  }
  .dustBlock2 .content .list .cont .center {
    padding-bottom: 40px;
  }
  .dustBlock2 .content .list .cont .center p {
    font-size: 14px;
    line-height: 22px;
  }
  .dustBlock2 .content .list .cont .center p:first-child {
    margin-top: -3px;
  }
  .dustBlock2 .img {
    margin-top: 60px;
  }
  .dustBlock3 {
    padding: 56px 5% 60px;
  }
  .dustBlock3 .title {
    font-size: 22px;
    line-height: 28px;
  }
  .dustBlock3 .content {
    padding-top: 11px;
  }
  .dustBlock3 .content p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
  }
  .dustBlock3 .content .img {
    margin-top: 46px;
  }
}/*# sourceMappingURL=dust.css.map */