:root {
  --primary: #8b1811;
  --text: #333333;
  --muted: #999999;
}

/* 党建工会详情页沿用栏目页的红色主题变量，正文由新闻详情样式负责排版。 */
.detail-article,
.article-navigation {
  color: var(--text);
}

/* 党建详情页完整复用首页页脚布局，仅将页脚背景替换为党建主色。 */
#footer.normal-site-footer.dangjian-footer {
  background: #8b1811;
}

.recruitment-list-page .recruitment-link {
 
  background:
    url(../img/figma/dangjian-recruitment-list-pattern.png) right center / 900px 100px no-repeat ,
    url("../img/figma/recruitment-list-item.svg") 6px 0 / calc(100% - 6px) 100% no-repeat;
}



.is-pc .recruitment-list-page .recruitment-link:hover, .is-pc .recruitment-list-page .recruitment-link:focus-visible {
    color: #ffffff;
    background: url(../img/figma/dangjian-recruitment-list-item-active.svg) 6px 0 / calc(100% - 6px) 100% no-repeat ;
}