:root {
  --theme-color: #2056ae;
  --sub-theme-color: #13a2d8;
  --noticeColor: #d41c1c;
  --warnColor: #e6a23c;
  --gray-f4: #f4f4f4;
}

:root {
  --theme-color: #2056ae;
  --sub-theme-color: #13a2d8;
  --noticeColor: #d41c1c;
  --warnColor: #e6a23c;
  --gray-f4: #f4f4f4;
}

.listBanner .pic {
  height: 3.3rem;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.listBanner .pic img {
  height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1500px) {
  .listBanner .pic {
    height: 2.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .listBanner .pic {
    height: 2.4rem;
  }
}
@media screen and (max-width: 900px) {
  .listBanner {
    margin-top: 0;
  }
  .listBanner .pic {
    height: 2rem;
  }
}