.banner {
  overflow: hidden;
  position: relative;
  margin-top: 202px;
}
.banner .swiper-container {
  overflow: hidden;
  width: 2062px;
  margin-left: -591px;
  height: 320px;
}
.banner .swiper-container .swiper-wrapper .swiper-slide a {
  font-size: 0;
  transform: scale(1);
  position: relative;
  transition: all 0.5s;
}
.banner .swiper-container .swiper-wrapper .swiper-slide a img {
  width: 97.5254730713%;
  border-radius: 36px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner .swiper-container .swiper-wrapper .swiper-slide a span {
  position: absolute;
  width: 670px;
  border-bottom-left-radius: 36px;
  border-bottom-right-radius: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 32px;
  line-height: 96px;
  padding: 0 90px 0 30px;
  color: #fff;
  left: 0;
  bottom: 0;
  background: url(../images/bannerBg.png) no-repeat center/cover;
}
.banner .swiper-container .swiper-wrapper .swiper-slide-prev {
  transform: scale(0.8);
  margin-right: -56px;
}
.banner .swiper-container .swiper-wrapper .swiper-slide-next {
  transform: scale(0.8);
  margin-left: -59px;
}
.banner .swiper-pagination {
  position: initial;
  font-size: 0;
  padding-top: 30px;
  padding-bottom: 46px;
}
.banner .swiper-pagination span {
  width: 8px;
  height: 8px;
  background-color: #2c2d2e;
  border-radius: 2px;
  opacity: 0.15;
  margin: 0 5px;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background-image: linear-gradient(90deg, #47b0fb 0%, #7fc9fd 100%),
    linear-gradient(#2c2d2e, #2c2d2e);
  background-blend-mode: normal, normal;
  opacity: 1;
  width: 16px;
}
.indexBlock .content .list.top{
  padding: 20px 0;
}
.indexBlock {
  width: 698px;
  margin: 0 auto;
  background: #fff url(../images/blockBg.png) no-repeat top center;
  border-radius: 24px;
  padding-top: 30px;
  padding-bottom: 34px;
  margin-bottom: 36px;
}
.indexBlock .indexTitle {
  display: flex;
  align-items: center;
  font-size: 36px;
  color: #2c2d2e;
  font-family: "yuyang03";
  padding: 0 20px;
}
.indexBlock .indexTitle img {
  margin-top: 10px;
}
.indexBlock .content {
  margin-bottom: 17px;
}
.indexBlock .content .list {
  display: flex;
  padding: 38px 0;
  margin: 0 36px;
  justify-content: space-between;
  border-bottom: 1px solid #f0f2f3;
}
.indexBlock .content .list .right {
  width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.indexBlock .content .list .right .tit {
  font-size: 32px;
  color: #2c2d2e;
  line-height: 46px;
  margin-top: -4px;
}
.indexBlock .content .list .right.top {
  width: 100%;
 position: relative;
}
.indexBlock .content .list .right.top::before{
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #47b0fb;
}
.indexBlock .content .list .right.top .tit {
  font-size: 32px;
  color: #2c2d2e;
  line-height: 46px;
  margin-top: -4px;
  padding-left: 25px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
}
.indexBlock .content .list .right .info {
  display: flex;
  margin-top: 30px;
}
.indexBlock .content .list .right .info span {
  font-size: 22px;
  color: #848895;
  margin-right: 16px;
  line-height: 25px;
}
.indexBlock .content .list .right .info span:first-child {
  margin-right: 0;
}
.indexBlock .content .list .right .info span:first-child object {
  margin-right: 16px;
}
.indexBlock .content .list .img {
  font-size: 0;
}
.indexBlock .content .list .img img {
  border-radius: 24px;
}
.indexBlock .content .list:first-child {
  padding-top: 24px;
}
.indexBlock .content .list:last-child {
  border-bottom: 0;
}

.listBlock {
  background: #fff;
}

.indexBg {
  background: url(../images/htmlBg2.jpg) no-repeat;
  padding-top: 1px;
} /*# sourceMappingURL=index.css.map */
.mask-modal {
  display: none;
  position: fixed;
  width: 100%;
  max-width: 750px;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99;
  border-radius: 5px;
}
.mask-modal .modal {
  width: 90%;
  height: 400px;
  background-color: #fff;
  position: absolute;
  left: 5%;
  top: 30%;
  transform: translateY(-50%);
  border-radius: 5px;
}
.mask-modal .close-modal {
  width: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  transform: translateX(-50%);
}
.mask-modal .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  height: 400px;
}
.mask-modal .swiper .swiper-slide img {
  height: 100%;
  width: 100%;
  border-radius: 0 0 7px 7px;
}
.mask-modal .swiper .swiper-slide p {
  font-size: 30px;
  min-height: 40px;
  overflow: hidden;
  line-height: 1;
  margin-bottom: 12px;
  margin-top: 15px;
  padding: 0 10px;
}
.mask-modal .mask-title {
  color: #000;
  font-size: 22px;
  background-color: #f3f3f3;
  padding-left: 10px;
  border-radius: 7px 7px 0 0;
  border-bottom: 1px solid #eee;
  height: 54px;
  line-height: 54px;
}
