﻿.post-card {
  padding: 12px 0;
  border-radius: unset;
  width: 100%;
  margin-bottom: unset
}
.post-card:after {
  content: "";
  position: absolute;
  bottom: 0;
  padding: 1px 0;
  width: 100%;
  transform: scaleY(.25);
  background-color: #eaeaea
}
.post-card:last-child:after {
  padding: 0 !important
}
.post-card__img {
  width: unset
}
.post-card__img img {
  width: 96px;
  height: 96px
}
.post-card__wrap {
  padding: 0;
  width: calc(100% - 108px)
}
.post-card__footer {
  position: absolute;
  left: 108px;
  bottom: 12px;
  width: calc(100% - 108px);
  justify-content: space-between
}
.post-card a {
  display: flex;
  justify-content: space-between
}
.page-strategy-index .title {
  padding: 0;
  color: #1f1f1f;
  font-weight: 500;
  margin-bottom: 24px
}
.page-strategy-index .title__text {
  font-size: 20px
}
.page-strategy-index .title__link {
  font-size: 14px
}
.page-strategy-index .title__link:hover {
  color: #fe5a58
}
.page-strategy-index .title__sub {
  font-size: 12px;
  color: #999;
  margin-right: 6px;
  cursor: default
}
.page-strategy-index .title .el-dropdown-link {
  font-size: 12px;
  cursor: pointer
}
.page-strategy-index .strategy-container__right .side-list-wrap__title {
  padding-top: 0
}
.article_publish {
  display: flex;
  justify-content: end;
  cursor: pointer;
  margin-right: 16px
}
.article_publish_span {
  font-size: 14px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  background-color: #fe5a58
}