.articleEmpty {
  padding: 24px 0;
}

/* article.php normal list: reduce cover image footprint */
.dqjsP .dqjsUl .tuB {
  width: calc(40% - 48px);
}

.dqjsP .dqjsUl .imgB {
  padding-top: 50%;
}

.dqjsP .dqjsUl .textB {
  width: calc(60% - 48px);
  margin-right: 48px;
}

@media (max-width: 1472px) {
  .dqjsP .dqjsUl .tuB {
    width: calc(42% - 2.5vw);
  }

  .dqjsP .dqjsUl .textB {
    width: calc(58% - 2.5vw);
    margin-right: 2.5vw;
  }
}

/* article list pagination (render_article_list_pagination) */
.articlePagePagination.pageTurn {
  align-items: flex-start;
  gap: 16px 28px;
}

.articlePagePagination .xiaocms-page.articleListPages {
  flex: 1 1 auto;
  justify-content: flex-start;
}

.articlePagePagination .pageTurnSide {
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
  margin-left: auto;
}

.articlePagePagination .pageTurnSide .totB {
  margin: 0;
  white-space: nowrap;
}

.articlePagePagination .xiaocms-page span.pageEllipsis {
  border: none;
  background: transparent;
  color: #999;
  min-width: 1.25em;
  box-shadow: none;
  line-height: 36px;
  cursor: default;
}

.articlePagePagination .articlePageJumpForm .jumpLabel {
  font-size: 14px;
  color: #333;
  white-space: nowrap;
}

.articlePagePagination .articlePageJumpForm button.jumpSubmit {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background-color: rgb(0, 71, 186);
  width: 80px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  margin-left: 12px;
  border-radius: 0;
  cursor: pointer;
  font-family: inherit;
}

@media (max-width: 800px) {
  .articlePagePagination.pageTurn {
    flex-direction: column;
    align-items: stretch;
  }

  .articlePagePagination .pageTurnSide {
    margin-left: 0;
    width: 100%;
    justify-content: space-between;
  }

  .articlePagePagination .articlePageJumpForm button.jumpSubmit {
    width: 64px;
    height: 32px;
    font-size: 14px;
    margin-left: 8px;
  }
}
