.public_banner .nav{
  display: flex!important;
}
.faq {
  background: #F4F4F4;
}
.faq .wrap {
  width: 1680px;
  margin: 70px auto 172px;
}
.faq .wrap .title {
  font-size: 40px;
  font-family: "PingFang SC", sans-serif;
  font-weight: bold;
  color: #111111;
  margin: 0 0 74px 0;
}
.faq .wrap .content .item {
  height: 130px;
  border-bottom: 1px solid #DEDEDE;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq .wrap .content .item:first-child {
  border-top: 1px solid #DEDEDE;
}
.faq .wrap .content .item .text {
  display: flex;
}
.faq .wrap .content .item .text p {
  font-size: 20px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 400;
  color: #030303;
  transition: 0.6s;
}
.faq .wrap .content .item .text p:first-child {
  margin: 0 40px 0 0;
}
.faq .wrap .content .item:hover p{
  color: #03B752;
}
@media screen and (max-width: 1856px) {
  .faq .wrap{
    max-width: 90%;
  }
}

@media screen and (max-width: 1023px) {
  .faq .wrap .title{
    font-size: 25px;
    margin: 0 0 10px 0;
  }
  .faq .wrap .content .item .text p{
    font-size: 13px;
    line-height: 25px;
  }
  .faq .wrap .content .item .text p:first-child {
    margin: 0 14px 0 0;
  }
  .faq .wrap {
    margin: 32px auto 52px;
  }
  .faq .wrap .content .item .text {
    width: 80%;
  }
  .faq .wrap .content .item > img{
    width: 30px;
  }
}
/*# sourceMappingURL=faq.css.map */