:root {
  --theme-color: #003f88;
  --noticeColor: #d41c1c;
  --warnColor: #e6a23c;
  --gray-f4: #f4f4f4;
  --c-33: #333;
  --c-66: #666;
  --c-99: #999;
  --c-cc: #ccc;
}

:root {
  --theme-color: #003f88;
  --noticeColor: #d41c1c;
  --warnColor: #e6a23c;
  --gray-f4: #f4f4f4;
  --c-33: #333;
  --c-66: #666;
  --c-99: #999;
  --c-cc: #ccc;
}

.listBanner {
  margin-top: 0.32rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.listBanner .layout {
  position: relative;
  height: 3.92rem;
  --h: 392;
}
.listBanner .pic {
  position: relative;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 0.17rem;
  overflow: hidden;
  width: 80.1923076923%;
  z-index: 1;
  height: -webkit-calc(100% - 0.17rem);
  height: -moz-calc(100% - 0.17rem);
  height: calc(100% - 0.17rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-height: -webkit-calc(100% - 0.17rem);
  max-height: -moz-calc(100% - 0.17rem);
  max-height: calc(100% - 0.17rem);
  -webkit-border-radius: -webkit-calc((var(--h) - 16) / 200 * 1rem) 0 0 -webkit-calc((var(--h) - 16) / 200 * 1rem);
          border-radius: -moz-calc((var(--h) - 16) / 200 * 1rem) 0 0 -moz-calc((var(--h) - 16) / 200 * 1rem);
          border-radius: calc((var(--h) - 16) / 200 * 1rem) 0 0 calc((var(--h) - 16) / 200 * 1rem);
}
.listBanner .pic img {
  width: auto;
  height: 100%;
  margin-left: 0;
  margin-right: auto;
}
.listBanner .bg {
  position: absolute;
  width: -webkit-calc(100% - 0.24rem);
  width: -moz-calc(100% - 0.24rem);
  width: calc(100% - 0.24rem);
  height: -webkit-calc(100% - 0.16rem);
  height: -moz-calc(100% - 0.16rem);
  height: calc(100% - 0.16rem);
  background-color: #e5f0fc;
  left: 0;
  bottom: 0;
  -webkit-border-radius: -webkit-calc((var(--h) - 16) / 200 * 1rem) 0 0 -webkit-calc((var(--h) - 16) / 200 * 1rem);
          border-radius: -moz-calc((var(--h) - 16) / 200 * 1rem) 0 0 -moz-calc((var(--h) - 16) / 200 * 1rem);
          border-radius: calc((var(--h) - 16) / 200 * 1rem) 0 0 calc((var(--h) - 16) / 200 * 1rem);
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.listBanner .bg h3 {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 20.1171875%;
  padding: 0 0.15rem;
  font-size: 0.3rem;
  font-weight: 600;
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .listBanner .layout {
    height: 3.5rem;
    --h: 350;
  }
  .listBanner .bg h3 {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 820px) {
  .listBanner .layout {
    height: 3rem;
    --h: 300;
  }
}
@media screen and (max-width: 660px) {
  .listBanner .layout .pic {
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-box-shadow: 0 0.04rem 0.08rem rgba(0, 0, 0, 0.3), 0 0.06rem 0.2rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.04rem 0.08rem rgba(0, 0, 0, 0.3), 0 0.06rem 0.2rem rgba(0, 0, 0, 0.2);
    -webkit-transform: perspective(1000px) rotateY(-5deg) rotateX(5deg) translateX(-0.1rem);
       -moz-transform: perspective(1000px) rotateY(-5deg) rotateX(5deg) translateX(-0.1rem);
            transform: perspective(1000px) rotateY(-5deg) rotateX(5deg) translateX(-0.1rem);
    -webkit-box-shadow: 0 0.08rem 0.16rem rgba(0, 0, 0, 0.4), 0 0.12rem 0.3rem rgba(0, 0, 0, 0.3);
            box-shadow: 0 0.08rem 0.16rem rgba(0, 0, 0, 0.4), 0 0.12rem 0.3rem rgba(0, 0, 0, 0.3);
    position: relative;
  }
  .listBanner .layout .pic::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.05);
    z-index: 1;
  }
  .listBanner .layout .bg {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1;
  }
  .listBanner .layout .bg h3 {
    width: 100%;
    color: #fff;
  }
}
@media screen and (max-width: 400px) {
  .listBanner .layout {
    height: 2.5rem;
  }
}