 .ward .partOne .title {
          margin: 0.5rem 0 0.9rem;
          font-size: 0.3rem;
          color: #3e3a39;
          text-align:center;
    }
.ward .partOne .title h3 {
    margin-bottom: 0.18rem;
    font-weight:bold;
    font-size:.36rem;
}
.ward .contA{
    padding:0 0.3rem;
}
.ward .contB{
    margin-bottom:0.6rem;
}
.ward p {
    font-size:0.20rem;
    text-align: justify;
    line-height:1.8;
    margin-bottom:0.3rem;
    color:#585858;
    text-indent: 0.4rem;
  }
  .ward .childTitle {
  margin:0.3rem 0;
  }
  .ward .childTitle h4 {
    font-size:0.30rem;
    color: #105fa8;
    font-weight: 500;
    text-align: left;
  }

.systemTitle h5 {
  margin:0.3rem 0;
  font-size: 0.28rem;
  color: #fff;
  background: #105fa8;
  font-weight: 500;
  width: 2.4rem;
  padding: 0.08rem 0.3rem;
  position: relative;
}
.systemTitle h5::after {
  position: absolute;
  width: 0.08rem;
  height: 100%;
  right: 0.2rem;
  content: '';
  top: 0;
  background: #fff;
}
.subTitle p {
  color: #105fa8;
  font-size:0.32rem;
  font-weight: 500;
  text-indent: 0.6rem;
}

.imgText {
  display: flex;
  background: #115fa9;
  width: 100%;
  overflow: hidden;
}
.imgText .imgs {
  flex: 1;
  max-width: 50%;
}
.imgText .imgs img {
  /* height: 6.5rem; */
  width: 100%;
}
.imgText .text {
  flex: 1;
  max-width: 50%;
  width: 50%;
  padding: 0.8rem 0.4rem 0;
  box-sizing: border-box;
}
.imgText .text p {
  display: block;
  color: #fff;
  text-indent: 0;
  min-width: 100%;
  text-align: justify;
}
.systemInfo p {
  text-indent: 0;
  margin-bottom: 0.1rem;
  text-align: justify;
}
  