.inner-content {
  position: relative;
}
.idea-content {
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
}
.idea-content .left-info {
  width: 38.75%;
}
.idea-content .left-info .info-box {
  padding: 20px 60px;
  position: relative;
}
.idea-content .left-info .info-box .inner-title {
  padding-bottom: 36px;
  margin-bottom: 32px;
  border-bottom: 1px solid #e0e0e0;
}
.idea-content .left-info .info-box .inner-title h2 {
  font-size: 24px;
  line-height: 38px;
  color: #333;
}
.idea-content .left-info .info-box p {
  width: 100%;
  font-size: 16px;
  line-height: 32px;
  color: #666;
  text-align: left;
  height: 128px;
  max-height: 128px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.idea-content .left-info .info-box .swiper-pagination {
  bottom: 0;
  left: 60px;
  line-height: 1;
}
.idea-content .left-info .info-box .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 6px;
  background-color: #ccc;
  opacity: 1;
}
.idea-content .left-info .info-box .swiper-pagination-bullet-active {
  width: 36px;
  background-color: #ed1b23;
  border-radius: 12px;
}
.idea-content .right-img {
  width: 61.25%;
}
.idea-content .right-img .img-box {
  width: 100%;
}
.idea-content .right-img .img-box img {
  width: 100%;
}
.mb-pagination {
  display: none;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.mb-pagination .swiper-pagination-bullet {
  width: 10;
  height: 10;
  margin: 0 5px;
  background-color: #ccc;
  opacity: 1;
}
.mb-pagination .swiper-pagination-bullet-active {
  width: 24px;
  background-color: #ed1b23;
  border-radius: 8px;
}
@media (max-width: 1680px) {
  .idea-content .left-info .info-box .swiper-pagination {
    bottom: 10px;
  }
}
@media (max-width: 1440px) {
  .idea-content .left-info .info-box {
    padding: 20px 40px;
  }
  .idea-content .left-info .info-box .inner-title {
    margin-bottom: 28px;
    padding-bottom: 30px;
  }
  .idea-content .left-info .info-box .inner-title h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .idea-content .left-info .info-box p {
    font-size: 14px;
    line-height: 28px;
    height: 112px;
    max-height: 112px;
  }
  .idea-content .left-info .info-box .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .idea-content .left-info .info-box .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 8px;
  }
}
@media (max-width: 1080px) {
  .idea-content {
    display: block;
  }
  .idea-content .left-info {
    width: 100%;
  }
  .idea-content .right-img {
    width: 100%;
  }
  .idea-content .left-info .info-box p {
    height: auto;
    max-height: none;
    overflow: visible;
    display: block;
  }
  .idea-content .left-info .info-box .inner-title h2 {
    font-size: 18px;
  }
  .idea-content .right-swiper {
    width: 100%;
  }
  .idea-content .left-info .info-box .swiper-pagination {
    display: none;
  }
  .mb-pagination {
    display: block;
  }
}
@media (max-width: 768px) {
  .idea-content .left-info .info-box {
    padding: 20px;
  }
  .idea-content .left-info .info-box .inner-title {
    margin-bottom: 15px;
    padding-bottom: 18px;
  }
  .idea-content .left-info .info-box .inner-title h2 {
    font-size: 16px;
    line-height: 24px;
  }
  .idea-content .left-info .info-box p {
    font-size: 12px;
    line-height: 24px;
  }
}
