.banner-wrap {
  width: 100%;
  height: 259px;
  overflow: hidden;
  background: rgba(242, 242, 242, 0.4863);
}
.banner-list {
  display: flex;
  align-items: center;
  height: 239px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.banner-item {
  flex: 0 0 100%;
  height: 239px;
  scroll-snap-align: start;
  display: block;
}
.banner-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.list {
  background: rgba(242, 242, 242, 0.4863);
  padding-top: 1px;
  margin-top: -20px;
  width: 100%;
}
.list .card {
  padding-left: 26px;
  margin-bottom: 30px;
}
.list .card .title {
  margin-top: 38px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(242, 242, 242, 0.8);
}
.list .card .title .treetop {
  width: 12px;
  height: 32px;
  background: #02A7F0;
  display: inline-block;
  vertical-align: bottom;
}
.list .card .title span {
  font-family: Arial Negreta;
  font-size: 22px;
  color: #000000;
  margin-left: 12px;
}
.list .card .card-list .items {
  margin-top: 26px;
  width: 580px;
  height: 113px;
  overflow: hidden;
  float: left;
}
.list .card .card-list .items .items-title {
  position: relative;
}
.list .card .card-list .items .items-title .treetop {
  display: inline-block;
  vertical-align: bottom;
  width: 15px;
  height: 21px;
  background: #000000;
  margin-right: 7px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2), inset 0px 5px 5px 0px rgba(0, 0, 0, 0.349);
}
.list .card .card-list .items .items-title span {
  font-family: Arial Negreta;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  color: #333333;
}
.list .card .card-list .items .items-title .more {
  position: absolute;
  right: 128px;
}
.list .card .card-list .items .items-list {
  margin-top: 8px;
}
.list .card .card-list .items .items-list .items-item {
  margin-top: 10px;
}
.list .card .card-list .items .items-list .items-item .item-treetop {
  width: 10px;
  height: 10px;
  background: #69DBFF;
  display: inline-block;
  margin-right: 10px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2), inset 0px 5px 5px 0px rgba(0, 0, 0, 0.349);
}
.list .card .card-list .items .items-list .items-item span {
  width: 413px;
  height: 15px;
  font-family: Arial Normal;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list .card .card-list-link {
  margin-top: 20px;
}
.list .card .card-list-link a {
  font-family: Arial Negreta;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;
  color: #333333;
  display: inline-block;
  margin-right: 44px;
  margin-bottom: 10px;
}
.list .card .swiper-container {
  width: 96%;
  height: auto;
  padding: 0 0;
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #797979;
}
.list .card .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition-property: all;
  width: 230px !important;
  height: 200px;
  padding: 10px;
  margin-right: 10px !important;
}
.list .card .swiper-slide img {
  width: 95%;
  height: 96%;
  border: 2px solid #CCCCCC;
  border-radius: 4px;
}
.list .card #progressEffect {
  position: absolute;
  z-index: 10;
  top: 20px;
  left: 20px;
}
.list .swiper-card {
  padding-left: 0;
}
.list .swiper-card .title {
  margin-left: 26px;
}
.list .swiper-card .card-list {
  margin-top: 20px;
}
.list .card-link {
  border-top: 11px solid #fff;
}
