/*
 * 链博金句列表专用样式。
 * 字段约定：来源字段显示为时间，标题字段显示为金句正文，摘要字段显示为来源。
 */

.golden-quotes-page {
  background: #f6f8fc;
  padding-bottom: 58px;
}

.golden-quotes-con {
  padding: 40px 0 0;
}

.golden-quotes-wrap {
  width: 1180px;
  max-width: 83%;
}

.golden-quotes-title {
  position: relative;
  margin: 0 0 32px;
  padding-bottom: 0;
  text-align: center;
  border-bottom: 0;
}

.golden-quotes-title h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 128px;
  color: #05326b;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.golden-quotes-title h1::before,
.golden-quotes-title h1::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 84px;
  height: 2px;
  background: #004eab;
}

.golden-quotes-title h1::before {
  left: 0;
}

.golden-quotes-title h1::after {
  right: 0;
}

.golden-quotes-title::before {
  display: none;
}

.golden-quotes-title::after {
  display: none;
}

.golden-quotes-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.golden-quotes-item {
  margin: 0;
  padding: 0;
}

.golden-quote-card {
  position: relative;
  margin: 0 0 24px;
  padding: 24px 36px 26px;
  overflow: hidden;
  background: #fff;
  border-top: 4px solid #004eab;
}

.golden-quote-card::before {
  display: none;
}

.golden-quote-meta {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 12px;
  padding: 0;
  color: #5f6f89;
  font-family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  background: none;
}

.golden-quote-title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #1f2f4d;
  font-family: "Songti SC", "SimSun", "STSong", serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.7;
  text-align: justify;
}

.golden-quote-source {
  position: relative;
  z-index: 1;
  margin-top: 1em;
  color: #555;
  font-size: 16px;
  line-height: 1.65;
  text-align: right;
}

.golden-quotes-empty {
  padding: 54px 20px;
  color: #6e6e6e;
  text-align: center;
  background: #fff;
  border: 1px solid #d8dfed;
}

@media only screen and (max-width: 1024px) {
  .golden-quotes-page {
    padding-bottom: 50px;
  }

  .golden-quotes-con {
    padding-top: 34px;
  }

  .golden-quotes-wrap {
    max-width: 92%;
  }

  .golden-quotes-title {
    margin-bottom: 26px;
    padding-bottom: 0;
  }

  .golden-quotes-title h1 {
    padding: 0 92px;
    font-size: 48px;
  }

  .golden-quotes-title h1::before,
  .golden-quotes-title h1::after {
    width: 58px;
  }

  .golden-quote-card {
    margin-bottom: 20px;
    padding: 22px 28px 24px;
  }

  .golden-quote-meta {
    font-size: 15px;
  }

  .golden-quote-title {
    font-size: 22px;
    line-height: 1.64;
  }

  .golden-quote-source {
    font-size: 15px;
    line-height: 1.65;
  }
}

@media only screen and (max-width: 640px) {
  .golden-quotes-page {
    padding-bottom: 36px;
  }

  .golden-quotes-con {
    padding-top: 24px;
  }

  .golden-quotes-wrap {
    max-width: 94%;
  }

  .golden-quotes-title {
    margin-bottom: 22px;
    padding-bottom: 0;
  }

  .golden-quotes-title h1 {
    padding: 0 48px;
    font-size: 34px;
  }

  .golden-quotes-title h1::before,
  .golden-quotes-title h1::after {
    width: 28px;
    height: 1px;
  }

  .golden-quote-card {
    margin-bottom: 16px;
    padding: 18px 18px 20px;
    border-top-width: 3px;
  }

  .golden-quote-meta {
    margin-bottom: 12px;
    padding: 4px 12px;
    font-size: 14px;
  }

  .golden-quote-title {
    font-size: 18px;
    line-height: 1.62;
  }

  .golden-quote-source {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 1em;
  }
}
