.aboutCon1 {
  padding: 0 178px;
  margin-top: 55px;
}
.aboutCon1T {
  color: #bf9651;
  margin-bottom: 50px;
}
.aboutCon1p {
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 20px;
}
.qyqb {
  /* width: fit-content; */
}
.qyqbItem {
  display: flex;
  padding: 20px 0px;
  border-bottom: 1px solid #eee;
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  align-items: center;
}
.qyqbItem:last-child {
  border-bottom: none;
}
.qyqbItemL {
  width: 200px;
  margin-right: 100px;
}
.qyqbItemR {
  flex: 1;
}
.qyqbItemL .iconfont {
  font-size: 20px;
  width: 30px;
  display: inline-block;
}
@media screen and (max-width: 1440px) {
  .aboutCon1p {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 18px;
  }
  .aboutCon1 {
    padding: 0 30px;
    margin-top: 35px;
  }
  .aboutCon1T {
    margin-bottom: 30px;
  }
  .qyqbItem {
    padding: 20px 0px;
    font-size: 20px;
    color: #333333;
    line-height: 32px;
  }
  .qyqbItemL {
    width: 160px;
    margin-right: 80px;
  }
  .qyqbItemL .iconfont {
    font-size: 20px;
    width: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .aboutCon1 {
    padding: 0 25px;
  }
  .aboutCon1p {
    font-size: 16px;
    line-height: 32px;
  }
  .qyqbItem {
    padding: 20px 0px;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
  }
  .qyqbItemL {
    width: 120px;
    margin-right: 60px;
  }
  .qyqbItemL .iconfont {
    font-size: 16px;
    width: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .aboutCon1 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .aboutCon1p {
    font-size: 14px;
    line-height: 28px;
  }
  .qyqbItem {
    padding: 20px 0px;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
  }
  .qyqbItemL {
    width: 90px;
    margin-right: 20px;
  }
  .qyqbItemL .iconfont {
    font-size: 16px;
    width: fit-content;
  }
  .aboutCon1 {
    margin-top: 25px;
  }
  .aboutCon1T {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 650px) {
  .aboutCon1 {
    padding: 0;
  }
  .qyqbItem {
    padding: 20px 0px;
    font-size: 14px;
    color: #333333;
    line-height: 17px;
  }
  .qyqbItemL {
    width: 80px;
    margin-right: 20px;
  }
  .qyqbItemL .iconfont {
    font-size: 14px;
    width: fit-content;
  }
}
