﻿/* 首页隐藏 Current Issue 区块 */
.pkp_page_index .current_issue {
  display: none !important;
}
/* 首页隐藏当前期内容 */
.pkp_page_index .cmp_announcements + .current_issue,
.pkp_page_index .current_issue,
.pkp_page_index .obj_issue_summary,
.pkp_page_index .issue-toc {
  display: none !important;
}
.pkp_page_index .current_issue h2,
.pkp_page_index .current_issue .current_issue_title {
  display: none !important;
}