.company {
  padding: 0.4rem 1.5rem 1.03rem 1.46rem;
  display: flex;
  background: #F6F6F6 url(../img/company2.png) center bottom no-repeat;
  background-size: auto;
}
.company-img {
  flex-shrink: 0;
  width: 2.2rem;
  height: 3.29rem;
  object-fit: cover;
  margin-right: 0.4rem;
}
.company-content {
  flex: 1;
}
.company-title {
  font-size: 0.19rem;
  font-family: FZDHTJW;
  font-weight: normal;
  color: #232323;
  margin-bottom: 0.28rem;
}
.company-desc {
  font-size: 0.08rem;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #121212;
  line-height: 0.18rem;
  margin-bottom: 0.16rem;
}
@media screen and (max-width: 992px) {
  /* .news-nav, .new-box {
    display: none;
  } */
  .company {
    flex-direction: column;
    padding: 0.7rem 0.57rem 1.33rem 0.4rem;
  }
  .company-img {
    width: 9.03rem;
    height: 4.08rem;
    margin-bottom: 0.37rem;
  }
  .company-title {
    text-align: center;
    font-size: 0.53rem;
    margin-bottom: 0.49rem;
  }
  .company-desc {
    font-size: 0.35rem;
    line-height: 0.72rem;
    margin-bottom: 0.4rem;
  }
}<!--0.00013518333435059-->