.list {
  padding-top: 24px;
}

.list-item {
  margin-bottom: 60px;
  position: relative;
  padding: 42px 24px 0;
  background-color: #FAF9F4;
}

.data-logo-container {
  position: absolute;
  top: -24px;
  left: 0;
  width: 140px;
  height: 48px;
  background: url("electronic-data-bg.png") no-repeat;
  background-size: auto 100%;
  background-position: center left;
  background-color: #99C02D;
  text-align: right;
}

.data-logo-container img {
  height: 100%;
}

.main-meta {
  padding-bottom: 23px;
}

.title-section {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.title-section > *:not(:last-child) {
  margin-right: 12px;
}

.title-section .title {
  font-size: 24px;
  color: #111;
  line-height: 32px;
  letter-spacing: 1px;
  font-weight: 600;
}

a.abtn {
  display: inline-block;
  padding: 5px 16px;
  border: 1px solid #99C02D;
  font-size: 12px;
  line-height: 17px;
}

a.abtn.primary {
  color: #fff;
  background-color: #99C02D;
}

a.abtn.default {
  color: #6F7C33;
  background-color: #fff;
}

.main-meta .summary {
  margin-top: 0;
  font-size: 14px;
  color: #4F4F4F;
  line-height: 24px;
  transition: all 0.2s ease-in;
}

.main-meta.close .summary {
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.extra {
  display: flex;
  align-items: center;
  padding: 17px 0;
  border-top: 1px solid rgba(166,206,57,0.4);
}

.weixin-title {
  display: flex;
  align-items: center;
  margin-right: 13px;
  font-size: 12px;
  color: #48501A;
  line-height: 20px;
}

.weixin-title img {
  width: 16px;
  margin-right: 8px;
}

.step {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 7px 16px 4px;
  background-color: rgba(166,206,57,0.1);
  font-size: 12px;
  color: #8F8F8F;
  line-height: 20px;
}

.step > img {
  width: 11px;
  margin: 0 5px;
}

.roll-btn {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 300;
  color: #787878;
  line-height: 24px;
  text-align: center;
}

.roll-btn .btn-item {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.roll-btn .btn-item img {
  width: 10px;
  margin-left: 3px;
}

.roll-btn .btn-item.roll-up img {
  transform: rotate(180deg);
}

.main-meta.close .roll-up {
  display: none;
}

.main-meta:not(.close) .roll-up {
  display: flex;
}

.main-meta:not(.close) .roll-down {
  display: none;
}

@media (max-width: 768px) {
  .title-section {
    display: block;
  }

  .title-section .abtn {
    margin-top: 12px;
  }

  .extra {
    display: block;
  }

  .step {
    margin-top: 4px;
  }

  .title-section .title {
    font-size: 20px;
  }
}