/* 头部样式 */
header {
    background: #134dd5 !important;
    position: fixed;
    width: 100%;
    z-index: 100;
}

header .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    /* background: rgba(22, 20, 40, 0) !important; */
    height: 70px;
}

.single .post-header {
  margin-bottom: 16px;
}

.single .post-title {
  color: var(--themes-color);
  font-size: 32px;
  font-weight: 500;
  color: var(--themes-color);
  line-height: 45px;
  margin-bottom: 0;
}

.single .post-media {
  /* margin-bottom: 45px; */
  display: none;
}

.single .post-image {
  width: 100%;
}

@media (max-width: 767px) {
  .single .post-title {
      font-size: 24px;
  }
}


/* 信息 头部显示 */
.post-title {
  margin-bottom: 20px;
  font-weight: 500;
  color: #252D47;
  color: var(--themes-color);
  font-size: 24px;
  line-height: 33px;
  width: 100%;
}

.post-title-link {
  color: #252D47;
  color: var(--themes-color);
  display: block;
  width: 100%;
  /* overflow: hidden; */
  white-space: normal;
  /* text-overflow: ellipsis; */
}

.post-meta,
.published_at {
  display: flex;
  align-items: center;
  margin-top: 15px;
  color: #252D47;
  color: var(--themes-color);
  font-size: 14px;
  line-height: 22px;
  opacity: .7;
}

/* 查询详情内容 */
.post-meta .post-details {
  color: #4267F5;
}

.post-author {
  position: relative;
  z-index: 60;
  display: flex;
  align-items: center;
  margin: 0 12px 0 4px;
}

.post-author-image-link {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 -6px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.post-author-image-link:first-child {
  z-index: 10;
}

.post-author-image-link:nth-child(2) {
  z-index: 9;
}

.post-author-image-link:nth-child(3) {
  z-index: 8;
}

.post-author-image-link:nth-child(4) {
  z-index: 7;
}

.post-author-image-link:nth-child(5) {
  z-index: 6;
}

.post-author-image {
  height: 100%;
  border: 2px solid var(--white-color);
  border-radius: 50%;
  object-fit: cover;
}

.post-author-name {
  margin-bottom: 5px;
}

.post-author-name-link + .post-author-name-link::before {
  content: ', ';
}

.post-meta-bottom {
  display: flex;
}

.post-length::before {
  content: '\02022';
  padding: 0 6px;
  font-family: serif;
}

/* 描述内容 */
.post-excerpt {
  color: #252D47;
  color: var(--themes-color);
  font-weight: 400;
  opacity: .7;
  font-size: 14px;
  line-height: 22px;
}

.post-content {
  line-height: 1.9;
}

.post-cta {
  margin-top: 30px;
  padding: 30px;
  border-top: 1px solid var(--mid-gray-color);
  border-bottom: 1px solid var(--mid-gray-color);
  text-align: center;
}

.post-cta a {
  text-decoration: none !important;
}

.post-cta .post-cta-title {
  margin-top: 0;
}

.post-cta .post-cta-button {
  margin-top: 10px;
  color: var(--white-color);
  line-height: 1.6;
}

.post-cta .post-cta-message {
  display: inline-block;
  margin-top: 10px;
  color: var(--secondary-text-color);
  font-size: 13px;
  font-weight: 500;
  vertical-align: middle;
}

.post-tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.post-tag {
  display: inline-block;
  margin: 0 8px 8px 0;
  padding: 6px 15px;
  border: 1px solid #E6E6E6;
  border: 1px solid var(--mid-gray-color);
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  background-color: #FFFFFF;
  background-color: var(--white-color);
  border-radius: 15px;
}

/* 详情 */
.main-body .published_at {
  font-size: 14px;
  font-weight: 400;
  color: #252D47;
  color: var(--themes-color);
  line-height: 22px;
  margin-bottom: 23px;
}

.main-body .details-img {
  max-height: 400px;
  margin: 0 auto;
}

.main-body .details-ul {
  list-style: none;
}

.main-body .details-ul li {
  margin-bottom: 30px;
}

.main-body .details-ul li .item-wrap h3 {
  font-size: 20px;
  color: #3E464C;
  margin-bottom: 20px;
}

.main-body .details-ul li .item-wrap p {
  font-size: 14px;
  line-height: 1.71;
  color: #5F6C7A;
}

.breadcrumbs {
  vertical-align: middle;
  margin: 0;
}

/* 上一篇 下一篇 */
.bottom-navigation {
  margin-top: 46px;
  padding: 26px 0 35px;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

.bottom-navigation .navigation-previous .tips,
.bottom-navigation .navigation-next .tips,
.bottom-navigation .navigation-previous a,
.bottom-navigation .navigation-next a {
  font-size: 14px;
  font-weight: 400;
  color: #252D47;
  color: var(--themes-color);
  opacity: .7;
  line-height: 28px;
}

.bottom-navigation .navigation-previous a p,
.bottom-navigation .navigation-next a p{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
