main > .content {
  float: none;
  margin: 0 auto;
  width: 1200px;
}
a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease-in-out 0s;
}
.line-camp {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
main .content > .section-box {
  padding: 0;
}
.section-title-box {
  border-left: 4px solid #4b88e3;
  padding-left: 15px;
  margin: 15px 0;
}
.title-text {
  font-size: 22px;
  font-weight: 400;
}
.more {
  font-size: 14px;
  font-weight: 400;
}
.more:hover {
  color: #4b88e3;
}
.card-list::after {
  content: '';
  width: 280px;
  height: 0;
  flex-grow: 0;
  flex-shrink: 0;
}
.card {
  width: 280px;
  height: 346px;
  background: #ffffff;
  margin-top: 26px;
  flex-grow: 0;
  flex-shrink: 0;
  transition: all 0.5s ease 0s;
  border-radius: 6px;
  overflow: hidden;
}
.card:nth-child(1),
.card:nth-child(2),
.card:nth-child(3),
.card:nth-child(4) {
  margin-top: 0;
}
.card:hover {
  transform: translate(0px, -5px);
  box-shadow: 0 5px 10px rgb(67 72 84 / 30%);
}
.card-link {
  display: block;
  width: 100%;
  height: 100%;
}

.card-img {
  border: none;
  width: 280px;
  height: 142px;
}
.card-title {
  padding: 0 15px;
  line-height: 25px;
  font-size: 16px;
  color: #444;
  -webkit-line-clamp: 2;
  height: 50px;
  margin: 15px 0;
}
.card-content {
  font-size: 14px;
  color: #888;
  padding: 0 15px;
  padding-top: 0;
  line-height: 21px;
  -webkit-line-clamp: 3;
  height: 63px;
  margin: 15px 0;
}
.operation-box {
  padding: 15px;
}
.date {
  background: url('/fe/www/img/icon-date.png') left center / 18px 17px no-repeat;
  padding-left: 25px;
  color: #666;
  margin-right: 15px;
}
.zan {
  background: url('/fe/www/img/icon-zan.png') left 2px / 18px 17px no-repeat;
  padding-left: 25px;
  color: #666;
}
