.inner-banner {
  padding-bottom: 22px;
}

.activity-title {
  margin-top: 26px;
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 1px;
}

.activity-time {
  margin-top: 10px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}

.activity-time::before {
  content: "/";
  color: #fff;
  opacity: 0.6;
}


/* 活动详情内容 */
.article-card {
  display: flex;
  height: 300px;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
  background: url("activity-card-bg.png") no-repeat;
  background-size: 100% 100%;
}

.article-card .cover-box {
  position: relative;
  width: 202px;
  height: 100%;
  margin-right: 50px;
}

.article-card .cover-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-card .cover-box .label,
.cover-box .cover .label {
  position: absolute;
  top: 24px;
  left: -5px;
  display: inline-block;
  width: 90px;
  height: 36px;
  padding-left: 11px;
  background: url("activity-label.png") no-repeat;
  font-size: 16px;
  color: #FAFAF0;
  line-height: 32px;
  text-shadow: 0px 2px 5px rgba(0,0,0,0.06);
}

.article-card .card-cont {
  flex: 1;
  position: relative;
  margin-top: 50px;
  padding-top: 16px;
  padding-right: 20px;
  font-size: 18px;
  color: #212121;
  line-height: 36px;
  letter-spacing: 2px;
}

.reserve-status {
  display: inline-block;
  margin-top: 14px;
  padding: 8px 27px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  background: #889C4D;
  border-radius: 2px;
}

.reserve-status:hover {
  color: #fff;
}

.article-card .card-cont::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 68px;
  height: 1px;
  background-color: #c0c0c0;
  content: "";
}

.cont-title {
  font-size: 20px;
}

.article-meta {
  display: none;
}

.center {
  text-align: center;
}


@media (max-width: 768px) {
  .main-width {
    padding: 0 0 24px;
  }

  .main-cont {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .activity-title {
    font-size: 20px;
  }

  .activity-time {
    margin-top: 12px;
    font-size: 14px;
  }

  .article-card {
    display: none;
  }

  .article-meta {
    display: block;
  }

  .cover-box {
    position: relative;
    width: 100%;
    height: 300px;
    background: url("activity-cover-bg.png") no-repeat;
    background-size: 100%;
  }

  .cover-box .cover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 155px;
    height: 230px;
  }

  .cover-box .cover > img {
    width : 100%;
    height: 100%;
    object-fit: cover;
  }

  .cover-box .cover .label {
    position: absolute;
    top: 12px;
    left: -6px;
  }

  .meta-cont {
    padding: 8px 16px;
    font-size: 16px;
    color: #777777;
    line-height: 22px;
  }

  .meta-cont .label {
    margin-top: 12px;
  }

  .meta-cont .value {
    margin-top: 4px;
    color: #111111;
  }

  .summary {
    margin-top: 32px;
    padding: 0 16px;
  }

  .summary .cont-title {
    font-size: 17px;
  }

  .summary .cont-text {
    font-size: 15px;
    line-height: 1.5;
  }
  .main-text.cont-text {
    padding: 32px 16px;
    font-size: 14px;
    line-height: 1.5;
  }
}



