.component-card.project {
  background: #FCFDFE;
  border: 0 none;
  border-radius: 12px;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.05);
  padding: 28px 32px;
}
.component-card.project .title {
  padding: 0;
  border-bottom: 0 none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.component-card.project .title-name {
  line-height: 24px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  position: relative;
}
.component-card.project .title-name::after {
  display: none;
}
.component-card.project .title-name.min {
  line-height: 20px;
  font-size: 15px;
  font-weight: bold;
}
.component-card.project .title-name.min.icon {
  background: url(/assets/images/project/common/icon-title-min.png) no-repeat left center;
  background-size: 20px;
  padding-left: 20px;
  font-weight: 500;
}
.component-card.project .title .more {
  line-height: 16px;
  font-size: 13px;
  color: var(--color, #2E50FA);
  cursor: pointer;
  display: flex;
  align-items: center;
}
.component-card.project .title .more:hover {
  color: var(--color, #2E50FA);
}
.component-card.project .title .more:hover .icon {
  transform: translateX(4px);
}
.component-card.project .title .more .icon {
  font-size: 13px;
  font-weight: 500;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.component-card.project .list-card-content {
  padding: 0;
  margin-top: 24px;
}
.component-card.project .list-card-content .swiper-wrapper {
  transition-timing-function: linear;
}
