.gw-list-card-list {
  margin-bottom: 0.3rem;
}

.gw-list-zw {
  width: 0.4rem;
  height: 0.4rem;
  overflow: hidden;
}

.gw-list-item {
  border-top: 0.1rem solid #0668C8;
  background-color: #FFFFFF;
}

.gw-list-item-content {
  padding: 0.18rem 0.3rem 0.3rem 0.3rem;
}

.gw-list-item-header {
  margin-bottom: 0.17rem;
}

.gw-list-item-header-main {
  font-weight: 500;
  font-size: 0.24rem;
  color: #0668C8;
  line-height: 0.32rem;
}

.gw-list-item-header-more {
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.22rem;
}

.gw-list-item-header-more:hover {
  color: #0668C8;
}

.gw-list-item-banner {
  height: 2.36rem;
  margin-bottom: 0.17rem;
}

.gw-list-item-banner .carousel {
  width: 100%;
  height: 100%;
}

.gw-list-item-banner .carousel-inner {
  width: 100%;
  height: 100%;
}

.gw-list-item-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gw-list-item-banner .carousel-control {
  position: absolute;
  top: 50%;
  margin-top: -0.2rem;
  width: 0.2rem;
  height: 0.4rem;
  border: 0.01rem solid #0668C8;
  background: #FFFFFF;
  color: #0668C8;
  font-size: 0.18rem;
  opacity: 1;
  text-shadow: none;
}

.gw-list-item-banner .carousel-control.left {
  left: 0;
}

.gw-list-item-banner .carousel-control.right {
  right: 0;
}

.gw-list-item-banner .carousel-control:hover {
  background-color: #0668C8;
  color: #FFFFFF;
}

.gw-list-item-title {
  margin-bottom: 0.11rem;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.28rem;
}

.gw-list-item-list {
  width: 100%;
}

.gw-list-item-list-item {
  width: 100%;
  height: 0.4rem;
}

.gw-list-item-list-item-circle {
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 0.06rem;
  background-color: #0668C8;
  margin-right: 0.11rem;
}

.gw-list-item-list-item-msg {
  position: relative;
  overflow: hidden;
  height: 0.4rem;
}

.gw-list-item-list-item-time {
  font-size: 0.18rem;
  color: #888888;
  line-height: 0.4rem;
  margin-left: 0.1rem;
}

.gw-list-item-list-item:hover .gw-list-item-list-item-msg-main {
  color: #0668C8;
}

.gw-list-item-list-item-msg-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
}

.gw-list-adimg {
  margin-bottom: 0.3rem;
}

.gw-list-adimg img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .gw-list-container {
    padding: 0.2rem;
  }
  .gw-list-card-list {
    display: block;
  }
  .gw-list-item {
    flex: none;
  }
  .gw-list-item-header-main {
    font-size: 0.32rem;
  }
  .gw-list-item-header-more {
    font-size: 0.24rem;
  }
  .gw-list-item-banner {
    width: 100%;
  }
  .gw-list-item-title {
    font-size: 0.28rem;
  }
  .gw-list-item-list-item-msg-main {
    font-size: 0.24rem;
  }
  .gw-list-item-list-item-time {
    font-size: 0.24rem;
  }
}
