.aboutTit {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 0.4rem;
  color: #333333;
  padding-bottom: 0.3rem;
  text-align: center;
  position: relative;
}
.aboutTit::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  height: 0.06rem;
  background: #0F57E2;
  border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
}
.box1 {
  padding: 0.8rem 0;
}
.box1 .content {
  display: flex;
  justify-content: space-between;
  margin-top: 0.6rem;
}
.box1 .content .left {
  width: 8rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
}
.box1 .content .right {
  width: 5.34rem;
}
.box1 .content .right img {
  width: 100%;
  height: auto;
}
.box2 {
  padding: 0.8rem 0;
  background: #F7F8FB;
}
.box2 .content {
  display: flex;
  justify-content: space-between;
  margin-top: 0.6rem;
}
.box2 .content .left {
  width: 5.7rem;
  height: 7.08rem;
}
.box2 .content .left img {
  width: 100%;
  height: auto;
}
.box2 .content .right {
  width: 7.9rem;
}
.box2 .content .right .item {
  padding-bottom: 0.1rem;
  padding-left: 0.2rem;
  border-bottom: 0.01rem solid #E2E2E2;
}
.box2 .content .right .item:not(:last-child) {
  margin-bottom: 0.1rem;
}
.box2 .content .right .item .tit {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.22rem;
  color: #000000;
  margin-bottom: 0.15rem;
}
.box2 .content .right .item .txt {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.32rem;
}
.box2 .content .right .item span {
    font-family: PingFang SC, PingFang SC;
  color: #0F57E2;
}
.box3 {
  padding: 0.8rem 0;
}
.box3 .content {
  margin-top: 0.6rem;
}
.box3 .content img {
  width: 100%;
  height: auto;
}
.box4 {
  padding: 0.8rem 0;
  background: #F7F8FB;
}
.box4 .content {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.24rem;
}
.box4 .content .item {
  width: 3.32rem;
  height: 2.78rem;
  background: #FFFFFF;
  border-radius: 0rem 0rem 0rem 0rem;
  border: 0.01rem solid #E6E6E6;
}
.box4 .content .item .imgBox {
  width: 100%;
  height: 2.14rem;
}
.box4 .content .item .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box4 .content .item .tit {
  height: 0.64rem;
  padding: 0 0.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.18rem;
  color: #333333;
}
.box5 {
  padding: 0.8rem 0;
}
.box5 .content {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.box5 .content .item {
  width: 6.9rem;
  height: 1.8rem;
  background: #F7F8FB;
  padding: 0.42rem 0.5rem;
}
.box5 .content .item .tit {
  font-weight: bold;
  font-size: 0.22rem;
  color: #333333;
  margin-bottom: 0.1rem;
}
.box5 .content .item .txt {
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.32rem;
}


@media only screen and (max-width: 1024px) {
  .breadWrap{
    margin-top: 0;
  }
  .bannerWrap{
    margin-top: 50px;
  }
  .box1 .content{
    display: block;
    width: 90%;
    margin: 0.6rem auto 0;
  }
  .box1 .content .left,.box1 .content .left p{
    font-size: 12px;
    width: 100%;
  }
  .box1 .content .right{
    margin: 0.3rem auto 0;
  }
  .box2 .main,.box4 .main{
    width: 98%;
    margin: auto;
  }
  .box2 .content{
    display: block;
  }
  .box2 .content .left{
    width: 96%;
    height: auto;
    margin: auto;
  }
  .box2 .content .right{
    width: 96%;
    margin: auto;
    margin-top: 0.3rem;
  }
  .box2 .content .right .item .tit,.box2 .content .right .item .txt,.box2 .content .right .item .txt span{
    font-size: 12px;
  }
  .box4 .content{
    gap: 0.3rem 0;
    justify-content: space-between;
  }
  .box4 .content .item{
    flex: 0 0 48%;
  }
  .box4 .content .item .tit{
    font-size: 12px;
    overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
 line-height: 0.64rem;
  }
  .box5 .content .item{
    width: 98%;
    margin: auto;
  }
  .box5 .content .item .tit,.box5 .content .item .txt{
    font-size: 12px;
  }
}