/*
 * TAG 专题聚合页
 * 仅由 lists_tags.htm 引用，避免影响其他页面。
 */
.tag-topic-head {
  padding: 52px 20px 42px;
  background: #111;
  color: #fff;
  text-align: center;
}

.tag-topic-head .tag-kicker {
  margin-bottom: 12px;
  color: #aaa;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tag-topic-head h1 {
  margin: 0 0 14px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
}

.tag-topic-head p {
  max-width: 760px;
  margin: 0 auto;
  color: #bbb;
  line-height: 1.9;
}

.tag-topic-count {
  display: inline-block;
  margin-top: 18px;
  padding: 6px 14px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 30px;
  font-size: 13px;
}

.tag-topic-list {
  padding-top: 36px;
}

.tag-topic-list .excerpt {
  min-height: 170px;
}

.tag-topic-list .tag-source {
  margin-bottom: 8px;
  color: #999;
  font-size: 12px;
}

.tag-topic-nav {
  margin-top: 35px;
  padding: 35px 0 10px;
  border-top: 1px solid #e5e5e5;
}

.tag-topic-nav h2 {
  margin-bottom: 18px;
  font-size: 22px;
}

.tag-topic-nav .tag {
  margin: 0 8px 10px 0;
  padding: 7px 13px;
  border: 1px solid #ddd;
  border-radius: 20px;
  background: #fff;
}

.tag-topic-nav .tag:hover {
  border-color: #e7161a;
  background: #e7161a;
  color: #fff;
}

.tag-empty {
  padding: 55px 20px;
  background: #fff;
  color: #777;
  text-align: center;
}

.tag-pagination {
  margin-top: 30px;
  text-align: center;
}

.tag-pagination .pagination {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 760px) {
  .tag-topic-head {
    padding: 38px 16px 32px;
  }

  .tag-topic-head h1 {
    font-size: 28px;
  }

  .tag-topic-list .excerpt {
    min-height: 0;
  }

  .tag-topic-list .excerpt .focus {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
}
