/* 党建 */
/* S 进度条 */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #a90000;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 100%;
  width: 100%;
  height: 5px;
}
/* E 进度条 */
/* S 顶部导航 */
#page-party .header {
  height: 90px;
  background-color: rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 20px 38px 2px rgba(192, 0, 0, 0.15);
  transition: all ease 0.5s;
}
#page-party .header.active {
  background-color: #C00000 !important;
}
#page-party .desk-menu > ul > li.current-menu-item > a > .txt,
#page-party .desk-menu > ul > li:hover > a > .txt {
  background-color: transparent !important;
  height: 30px;
  color: #C61919;
}
#page-party .desk-menu > ul > li > a > .txt:before {
  border-color: #fff;
  height: 30px;
  background: #fff;
}
#page-party .desk-menu > ul > li > a > .txt:after {
  border-color: #fff transparent transparent transparent;
}
#page-party .mobile-header {
  box-shadow: 0px 1.25rem 2.375rem 0.125rem rgba(192, 0, 0, 0.15) !important;
  background-color: rgba(0, 0, 0, 0.1) !important;
  transition: all ease 0.5s;
}
#page-party .mobile-header.active {
  background-color: #C00000 !important;
}
#page-party .mobile-header-left {
  display: flex;
  align-items: center;
}
/* E 顶部导航 */
/* S banner */
.banner-party {
  height: 500px;
  background-image: url(../images/website/banner_party.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mobile-banner-party {
  height: 12.5rem;
  background-image: url(../images/website/banner_party_mobile.jpg);
}
/* E banner */
/* S 面包屑 */
.breadcrumb-party {
  margin: 30px 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.breadcrumb-party .breadcrumb-label {
  color: #666;
}
.breadcrumb-party .breadcrumb-content,
.breadcrumb-party .breadcrumb-content > a {
  color: #333;
  transition: color ease 0.3s;
}
.breadcrumb-party .breadcrumb-content > a:hover {
  color: #EA0000;
  text-decoration: underline;
}
/* E 面包屑 */
/* S 党建要文 */
.article-wrap {
  margin-top: 20px;
  margin-bottom: 175px;
}
.article-wrap .party-title {
  position: relative;
}
.article-wrap .party-title:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #999999;
}
.article-wrap .party-title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 196px;
  height: 4px;
  background: #EA0000;
  z-index: 1;
}
.article-wrap .party-title .title {
  letter-spacing: 6px;
  line-height: 90px;
  font-size: 30px;
  font-weight: 400;
  color: #313131;
}
.article-wrap .article-list {
  padding: 0 10px;
  margin-top: -5px;
}
.article-wrap .article-list > li {
  margin: 60px 0;
  padding: 0;
  list-style: none;
}
.article-wrap .article-list .article-item {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
  color: #313131;
  transition: color ease 0.3s;
}
.article-wrap .article-list .article-item:before {
  content: '';
  position: absolute;
  left: -2px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #313131;
  transition: all ease 0.3s;
}
.article-wrap .article-list .article-item::after {
  content: '';
  display: block;
  clear: both;
}
.article-wrap .article-list .article-item:hover,
.article-wrap .article-list .article-item.active {
  color: #EA0000;
}
.article-wrap .article-list .article-item:hover .date,
.article-wrap .article-list .article-item.active .date {
  color: #EA0000;
}
.article-wrap .article-list .article-item:hover:before,
.article-wrap .article-list .article-item.active:before {
  background-color: #EA0000;
}
.article-wrap .article-list .title {
  float: left;
  padding-left: 10px;
  width: 78%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.article-wrap .article-list .date {
  float: right;
  width: 20%;
  text-align: right;
  color: #666666;
}
.article-wrap-mobile {
  margin: 0.56rem 0.563rem 0.625rem;
}
.article-wrap-mobile .party-title .title {
  letter-spacing: 1px;
  font-size: 1.375rem;
  line-height: 2.5rem;
}
.article-wrap-mobile .party-title::before {
  width: 6.125rem;
  height: 0.125rem;
}
.article-wrap-mobile .article-list > li {
  margin: 1.875rem 0;
}
.article-wrap-mobile .article-list .article-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  transition: none;
}
.article-wrap-mobile .article-list .article-item .date {
  flex-shrink: 0;
  white-space: nowrap;
}
.article-wrap-mobile a {
  -webkit-tap-highlight-color: transparent;
}
/* E 党建要文 */
/* S 文章内容 */
.article {
  margin-top: 45px;
  margin-bottom: 100px;
  color: #333;
}
.article .article-head {
  padding-bottom: 35px;
  border-bottom: 1px solid #999;
}
.article .title,
.article .sub-title {
  text-align: center;
}
.article .title {
  margin: 0 0 20px;
  font-size: 36px;
  font-weight: 500;
}
.article .sub-title {
  line-height: 1em;
  margin: 15px 0 0;
  font-size: 26px;
  font-weight: normal;
}
.article .content {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.article .content > p {
  margin: 20px 0;
  text-indent: 2em;
}
.article .content > img {
  display: block;
  width: 100%;
}
.article .inscription {
  margin-top: 60px;
  text-align: right;
}
.article-mobile {
  margin: 1.718rem 0.625rem 0.625rem;
  margin-top: 1.718rem;
  margin-bottom: 0.625rem;
}
.article-mobile .article-head {
  padding-bottom: 0.5rem;
}
.article-mobile .title {
  font-weight: bold;
  margin-bottom: 0.5rem;
  line-height: 1.5em;
  font-size: 1.375rem;
}
.article-mobile .sub-title {
  font-weight: 500;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.625rem;
}
.article-mobile .content {
  margin-top: 0.63rem;
  font-size: 0.625rem;
  line-height: 1rem ;
  color: #666;
}
.article-mobile .content > p {
  margin: 0.625rem 0;
}
.article-mobile .inscription {
  margin-top: 1.875rem;
}
/* E 文章内容 */
/* S 底部 */
#page-party .pc-footer,
#page-party .mobile-contain .mobile-bottom-footer {
  background: #C00000;
}
/* E 底部 */
