.promote-card {
  --pc-accent: #cd0040;
}

.promote-card .container {
  padding: 20px;
}

.promote-card > div {
  display: flex !important;
  width: 100% !important;
  align-items: center;
  gap: 20px;
  padding: 12px;
  margin-bottom: 20px;
  box-sizing: border-box;
  background: linear-gradient(96deg, #ffffff 0%, #fffdfd 100%);
  border: 1px solid #ffffff;
  border-radius: 12px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.promote-card > div:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.promote-card .promote-card-list-img-box {
  flex: 0 0 190px;
  width: 190px;
  height: 126px;
  border-radius: 8px;
  overflow: hidden;
  margin: 0;
}

.promote-card .promote-card-list-img-box > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  margin: 0;
}

.promote-card .news-left-list-con,
.promote-card .promote-card-list-con {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  height: auto;
  padding: 0;
  margin: 0;
}

.promote-card .li-title-tag {
  font-size: 14px;
  line-height: 22px;
  color: var(--pc-accent);
  font-weight: 500;
  font-style: normal;
  text-align: left;
  margin: 0;
}

.promote-card .index-news-article-tit {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  text-align: left !important;
  font-style: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

.promote-card .index-news-article-txt a {
  font-size: 14px;
  line-height: 21px;
  color: #666666;
  text-align: left !important;
  font-style: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.promote-card .index-news-article-tit:hover,
.promote-card .index-news-article-txt a:hover {
  color: var(--pc-accent);
  text-decoration: none;
}

.promote-card .promote-card-view-btn,
.promote-card .promote-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
  margin: 4px 0 0;
  padding: 5px 16px;
  background: #333333;
  color: #ffffff !important;
  font-size: 14px;
  line-height: 22px;
  border-radius: 40px;
  text-decoration: none;
}

.promote-card .promote-card-view-icon {
  width: 16px;
  height: 16px;
  display: block;
}

.promote-card .promote-card-view-btn::after,
.promote-card .promote-card-btn::after {
  content: "→";
}

.promote-card .promote-card-view-btn .promote-card-view-icon {
  display: none;
}

.promote-card > div:hover .promote-card-view-btn,
.promote-card > div:hover .promote-card-btn {
  background: #000000;
}

@media (max-width: 640px) {
  .promote-card > div {
    flex-direction: column;
    align-items: stretch;
  }
  .promote-card .promote-card-list-img-box {
    flex-basis: auto;
    width: 100%;
    height: 180px;
  }
}
