.page-container {
  width: 1500px;
  padding: 0;
  margin: 0 auto;
}

.more-case-section {
  height: 570px;
  background-color: #ffffff;
}

.more-case-section .title {
  font-size: 30px;
}

.more-case-section .cases-wrapper {
  margin-top: 40px;
}

.more-case-section .cases-wrapper .arrow {
  flex: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #dfdfdf;
}

.more-case-section .cases-wrapper .arrow .img {
  width: 30px;
  height: 30px;
}

.more-case-section .cases-wrapper .arrow:hover {
  cursor: pointer;
  background-color: #505050;
}

.more-case-section .list {
  margin: 0 10px;
}

.more-case-section .list .item {
  flex: 0;
  height: auto;
  margin: 0 10px;
  padding: 10px;
  cursor: pointer;
}

.more-case-section .list .item:last-child {
  margin: 0;
}

.more-case-section .list .typical-cases-box {
  flex: 0 !important;
  display: flex;
  flex-flow: column;
  padding: 24px;
  background: white;
  border-radius: 5px;
  box-shadow: 0px 10px 36px rgba(179, 198, 232, 0.25), 0px 2px 8px rgba(179, 198, 232, 0.45);
}

.more-case-section .list .typical-cases-box .typical-cases-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.more-case-section .list .typical-cases-box .typical-cases-header .cases-logo {
  width: 66px;
  height: 32px;
}

.more-case-section .list .typical-cases-box .typical-cases-header .typical-cases-type {
  border-radius: 2px;
  padding: 2px 8px;
  color: #2c7cf6;
  background: rgba(44, 124, 246, 0.1);
}

.more-case-section .list .typical-cases-box .typical-cases-img {
  width: 250px;
  height: 100px;
  margin: 24px 0;
  overflow: hidden;
  vertical-align: middle;
}

.more-case-section .list .typical-cases-box .typical-cases-img .case-img {
  width: 250px;
  height: 100px;
}

.more-case-section .list .typical-cases-box .typical-cases-img:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.more-case-section .list .typical-cases-box .typical-cases-bottom {
  display: flex;
  flex-flow: column;
}

.more-case-section .list .typical-cases-box .typical-cases-bottom .typical-cases-title {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
}

.more-case-section .list .typical-cases-box .typical-cases-bottom .typical-cases-text {
  font-family: PingFang SC;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 8px;
  height: 92px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 4;
  box-orient: vertical;
}
