.top-content {
  margin-top: 10px;
}
.top-content p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 16px;
}
.top-content img {
  max-width: 100%;
}
.content-text {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 16px;
}
.content-text:last-child {
  margin-bottom: 0;
}
.container {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 50px;
}
.container .left,
.container .right {
  width: calc(50% - 30px);
}
.base-title {
  font-size: 36px;
  line-height: 36px;
  color: #025872;
  margin-bottom: 36px;
}
.left-container {
  border: solid 1px #ebebeb;
  padding: 65px 76px 25px;
}
.right-container {
  border: solid 1px #ebebeb;
  padding: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 35px 40px;
  margin-bottom: 80px;
}
.card-list li {
  max-width: 100%;
  overflow: hidden;
}
.card-list .img-box {
  height: 370px;
  border: solid 1px #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-list .title {
  margin-top: 24px;
  font-size: 20px;
  line-height: 24px;
  color: #111111;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
}
.left-container .swiper .swiper-slide {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.left-container .swiper .swiper-slide .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.left-container .swiper .swiper-slide .img {
  margin-bottom: 37px;
}
.left-container .swiper .swiper-slide .title {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #111111;
}
.left-container .swiper .swiper-slide .title img {
  width: 24px;
  margin-right: 12px;
}
.swiper-button-next,
.swiper-button-prev {
  color: #cccccc;
}
@media (max-width: 1080px) {
  .container {
    flex-wrap: wrap;
  }
  .container .left {
    width: 100%;
  }
  .container .right {
    width: 100%;
    margin-top: 40px;
  }
  .container .img-box {
    height: auto;
  }
  .card-list .img-box {
    height: 270px;
  }
}
@media (max-width: 768px) {
  .content-text {
    font-size: 16px;
  }
  .top-content {
    margin-top: 0;
  }
  .container {
    margin-top: 40px;
  }
  .base-title {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.3;
  }
  .card-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .card-list .img-box {
    height: 370px;
  }
  .right-container {
    padding: 30px 20px;
  }
  .left-container {
    padding: 30px 15px;
  }
  .card-list .title {
    font-size: 14px;
  }
}
@media (max-width: 580px) {
  .card-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .card-list .img-box {
    height: 370px;
  }
}
