.customerCasePage_banner-container {
  background: url('../common/img/dynamicNews.png') 0 0 no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 46px;
  display: flex;
  justify-content: space-between;
  align-items: normal;
}
.customerCasePage_banner-container .left {
  flex: 1;
  margin-top: 75px;
}
.customerCasePage_banner-container .right {
  width: 342px;
  margin-top: 43px;
  margin-right: 0;
  background-color: #fff;
  padding: 20px 24px;
  border-radius: 12px;
}
.customerCasePage_banner-container .right .title {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #111;
  padding-left: 5px;
}
.customerCasePage_banner-container .right .title i {
  display: inline-block;
  width: 4px;
  height: 14px;
  border-radius: 4px;
  background-color: #EE4743;
  margin-right: 7px;
}
.customerCasePage_banner-container .right #recommend_list {
  font-size: 14px;
  color: #111;
  margin-top: 20px;
}
.customerCasePage_banner-container .right #recommend_list > div {
  margin-top: 16px;
  display: flex;
  align-items: center;
}
.customerCasePage_banner-container .right #recommend_list > div .tag {
  min-width: 64px;
  text-align: center;
  background-color: #E8F2FF;
  color: #0A1222;
  font-size: 12px;
  padding: 4px 8px;
  margin-right: 10px;
  border-radius: 4px;
}
.recommend_content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  cursor: pointer;
}
.dynamicNewsePage_banner {
  height: auto;
  background-color: #F4F7FB !important;
}
.innerBody {
  background: #F4F7FB;
  /* 分页样式 */
}
.innerBody .tab_list {
  height: 86px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  color: #111;
  font-size: 20px;
}
.innerBody .tab_list .li {
  margin: 0 24px;
  cursor: pointer;
}
.innerBody .tab_list .active {
  color: #EE4743;
  font-weight: 600;
}
.innerBody .container {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 24px;
}
.innerBody .news_rows {
  padding: 0 30px;
}
.innerBody .news_rows .row {
  display: flex;
  border-bottom: 1px solid #E5E5E5;
  padding: 36px 0;
}
.innerBody .news_rows .row .date {
  display: flex;
  align-items: center;
  border-right: 1px solid #E5E5E5;
  padding-right: 40px;
  width: 190px;
  flex-shrink: 0;
}
.innerBody .news_rows .row .date .day {
  font-size: 64px;
  font-weight: 600;
  color: #000;
}
.innerBody .news_rows .row .date .month {
  font-size: 64px;
  color: #000;
  font-weight: 600;
}
.innerBody .news_rows .row .date .slash {
  width: 16.7px;
  height: 48.7px;
  margin: 0 10px;
}
.innerBody .news_rows .row .date .right_date {
  font-size: 20px;
  color: #8C8C8C;
}
.innerBody .news_rows .row .content {
  flex: 1;
  padding-left: 40px;
  cursor: pointer;
}
.innerBody .news_rows .row .content .title {
  font-size: 24px;
  color: #111;
  font-weight: 600;
}
.innerBody .news_rows .row .content .tags {
  display: flex;
  margin-top: 10px;
}
.innerBody .news_rows .row .content .tags .tag {
  padding: 5px 10px;
  background-color: #E8F2FF;
  margin-right: 10px;
  border-radius: 4px;
  font-size: 12px;
  color: #0A1222;
}
.innerBody .news_rows .row .content .desc {
  color: #666;
  margin: 20px 0;
  line-height: 32px;
}
.innerBody .news_rows .row .content .detailButton {
  color: #EE4743;
  font-weight: 600;
  cursor: pointer;
}
.innerBody .pagination {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 24px;
  margin-right: 30px;
  padding-bottom: 40px;
}
.innerBody .pagination .prev-btn,
.innerBody .pagination .next-btn {
  padding: 10px 20px;
  border: 1px solid #E5E5E5;
  background-color: #fff;
  border-radius: 8px;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s;
}
.innerBody .pagination .prev-btn:hover:not(:disabled),
.innerBody .pagination .next-btn:hover:not(:disabled) {
  border-color: #EE4743;
  color: #EE4743;
}
.innerBody .pagination .prev-btn:disabled,
.innerBody .pagination .next-btn:disabled {
  color: #CCC;
  cursor: not-allowed;
  background-color: #F9F9F9;
}
.innerBody .pagination .page-numbers {
  display: flex;
  margin: 0 16px;
}
.innerBody .pagination .page-numbers .page-number {
  width: 40px;
  height: 40px;
  border: 1px solid #E5E5E5;
  background-color: #fff;
  border-radius: 8px;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s;
  margin: 0 4px;
}
.innerBody .pagination .page-numbers .page-number:hover {
  border-color: #EE4743;
  color: #EE4743;
}
.innerBody .pagination .page-numbers .page-number.active {
  background-color: #EE4743;
  border-color: #EE4743;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .customerCasePage_banner-container {
    padding: 80px 24px 40px;
  }
  .customerCasePage_banner-container .left {
    margin-top: 36px;
  }
  .customerCasePage_banner-container .left .title {
    font-size: 40px;
    line-height: 54px;
  }
  .customerCasePage_banner-container .left .desc span {
    font-size: 20px;
    line-height: 28px;
  }
  .customerCasePage_banner-container .right {
    width: 300px;
    margin-top: 20px;
  }
  .innerBody {
    padding: 0 20px;
  }
  .innerBody .tab_list {
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 12px;
  }
  .innerBody .tab_list .li {
    flex-shrink: 0;
    margin: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .customerCasePage_banner-container {
    background-position: center;
    padding: 72px 20px 24px;
    display: block;
  }
  .customerCasePage_banner-container .left {
    margin-top: 0;
  }
  .customerCasePage_banner-container .left .title {
    font-size: 32px;
    line-height: 42px;
    text-align: center;
  }
  .customerCasePage_banner-container .left .title b {
    font-size: 32px;
    line-height: 42px;
  }
  .customerCasePage_banner-container .left .desc {
    margin-top: 12px;
    text-align: center;
  }
  .customerCasePage_banner-container .left .desc span {
    display: block;
    font-size: 16px;
    line-height: 24px;
  }
  .customerCasePage_banner-container .left .btn {
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    margin-top: 24px;
  }
  .customerCasePage_banner-container .right {
    width: 100%;
    margin-top: 20px;
    padding: 16px;
    border-radius: 16px;
  }
  .customerCasePage_banner-container .right #recommend_list {
    margin-top: 16px;
  }
  .customerCasePage_banner-container .right #recommend_list > div {
    margin-top: 12px;
    align-items: flex-start;
  }
  .innerBody {
    padding: 0 12px 32px;
  }
  .innerBody .tab_list {
    height: auto;
    border-radius: 16px;
    overflow-x: auto;
    white-space: nowrap;
    padding: 14px 8px;
    display: block;
  }
  .innerBody .tab_list::-webkit-scrollbar {
    display: none;
  }
  .innerBody .tab_list .li {
    display: inline-block;
    margin: 0 12px;
    font-size: 16px;
    line-height: 24px;
  }
  .innerBody .container {
    margin-top: 16px;
    border-radius: 16px;
  }
  .innerBody .news_rows {
    padding: 0 16px;
  }
  .innerBody .news_rows .row {
    display: block;
    padding: 20px 0;
  }
  .innerBody .news_rows .row .date {
    border-right: none;
    border-bottom: 1px solid #E5E5E5;
    padding: 0 0 12px;
    margin-bottom: 12px;
  }
  .innerBody .news_rows .row .date .day {
    font-size: 40px;
    line-height: 44px;
  }
  .innerBody .news_rows .row .date .slash {
    width: 12px;
    height: 36px;
    margin: 0 8px;
  }
  .innerBody .news_rows .row .date .right_date {
    font-size: 14px;
    line-height: 20px;
  }
  .innerBody .news_rows .row .content {
    padding-left: 0;
  }
  .innerBody .news_rows .row .content .title {
    font-size: 20px;
    line-height: 30px;
  }
  .innerBody .news_rows .row .content .tags {
    flex-wrap: wrap;
    gap: 8px;
  }
  .innerBody .news_rows .row .content .tags .tag {
    margin-right: 0;
  }
  .innerBody .news_rows .row .content .desc {
    margin: 16px 0;
    font-size: 14px;
    line-height: 24px;
  }
  .innerBody .pagination {
    justify-content: center;
    margin: 20px 0 0;
    padding: 0 0 24px;
  }
  .innerBody .pagination .prev-btn,
  .innerBody .pagination .next-btn {
    padding: 8px 12px;
    font-size: 12px;
  }
  .innerBody .pagination .page-numbers {
    margin: 0 8px;
  }
  .innerBody .pagination .page-numbers .page-number {
    width: 32px;
    height: 32px;
    font-size: 12px;
    margin: 0 2px;
  }
}
