.czcx {
  margin: 0 auto;
  /* padding: 20px 0; */
  background-color: #fff1e8;
}
.h4 {
  margin: 20px 0;
  font-weight: bold;
  font-size: 1.5rem;
}
.location {
  padding:1.5rem 1rem;
  color: #333;
  position: relative;
  overflow: hidden;
}
.location .on {
  color: #da0020;
}
.location:after {
  content: " ";
  background: #da0020;
  width: 0.25rem;
  height: 1.5rem;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 1.5rem;
}
/* 左侧导航栏区域 */
/* 党委概况 */
.luntanl {
  width: 17%;
  margin-right: 3%;
}

.luntanl ul li {
  text-align: center;
  clear: both;
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}
.vertical-line {
  z-index: 999;
  position: absolute;
  top: 23px;
  left: 20px;
  width: 2.5px;
  height: 19px;
  background-color: #f5b800;
  border-radius: 10px;
  display: inline-block;
}

.luntanl ul li.on a {
  color: #fff;
  background: linear-gradient(180deg, #cf4f26 0%, #a00314 100%);
}

.luntanl ul li a {
  background: #fff;
  text-align: center;
  width: 100%;
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  height: 55px;
  line-height: 25.5px;
  color: #000;
  font-size: 1.125rem;
}
.luntanl ul li a:hover {
  background: linear-gradient(180deg, #cf4f26 0%, #a00314 100%);
  color: #fff;
}

.on {
  color: #fff;
}
.sp {
  color: #d7d5d5;
  margin-left: 22px;
}
/* 左侧导航栏区域end */

/* 右侧内容区域 */
.content {
  width: 75%;
  background-color: #fff;
  margin-top: 7.9px;
  margin-bottom:20px;
  padding: 21px;
  box-sizing: content-box;
}
.content h4,.content .h4{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
	
}
.lengdao-wrap {
  margin: 20px 0;
}
.top-item {
  width: 100%;
  text-align: center;
}
.item-wrap img {
  width: 120px;
  height: 160px;
  vertical-align: top;
  margin: auto;
}
.item-wrap {
  margin: auto;
}
.item-text-wrap {
  text-align: center;
  height: 52px;
  line-height: 53px;
}

.other-item-wrap {
  text-align: center;
}
.other-item-wrap > .item {
  width: 30%;
  margin: 10px 0;
  float: left;
  padding-bottom: 4px;
  display: flex;
  border-bottom: 1px #ccc dashed;
}
.other-item-wrap > .item:nth-child(3n-1) {
  margin: 10px 5%;
}
/* 组织管理 */
.guide {
  width: 100%;
  margin-bottom: 25px;
  background: #f8e6e2;
}
.shortcut {
  margin: auto;
  width: 75%;
  display: flex;
  justify-content: space-around;
  background: #f8e6e2;
}
.shortcutList:hover {
  background-color: #9f0214;
}
.shortcutList {
  width: 22%;
  text-align: center;
  padding: 20px 0;
}
.shortcutList > a {
  font-weight: 550;
  color: #333;
  font-size: 16px;
  display: block;
  border-right: 2px #a60c16 solid;
  /* margin-left: 1px; */
  margin-right: 1px;
}
.shortcutList > a > img {
  width: 20px;
  margin-right: 20px;
}
.shortcutList:hover a > span {
  color: #fff;
}

/* 先锋力量 */
.xianfeng-item {
  background-color: rgb(255, 255, 255);
  display: flex;
  padding-bottom: 20px;
}
.xianfeng-item-img {
  width: 22%;
  height: 152px;
}
.xianfeng-item-img>a{
  width: 100%;
  height: 100%;
}
.xianfeng-item-img img ,.item-card-3 img{
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
}
.xianfeng-item-img a:hover img,.item-card-3 a:hover img{
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.xianfeng-item-cont {
  width: 78%;
  text-align: left;
  padding-left: 20px !important;
  padding-top: 10px;
}
.xianfeng-item-cont a {
  color: #333333;
  font-size: 1.125rem;
  clear: both;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -moz-binding: url("ellipsis.xml#ellipsis");
}

.xianfeng-item-cont a:hover {
  color: #da0020;
}
.xianfeng-item-cont p {
  color: #999999;
  font-size: 0.9375rem;
  clear: both;
  padding-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -moz-binding: url("ellipsis.xml#ellipsis");
}

.item-card-wrap {
  width: 100%;
  /* background-color: #fff; */
  zoom: 1;
  display: block;
  overflow: auto;
  /* text-align: left; */
}
.item-card-3 {
  width: 32%;
  float: left;
  margin-bottom: 20px;
  position: relative;
}
.item-card-3 > a {
  width: 100%;
}
.item-card-3:nth-child(3n-1) {
  margin: 0 2% 20px;
}

.mask-wrap {
  text-align: center;
  position: absolute;
  bottom: 5px;
  left: 0;
  color: #ffffff;
  height: 2.5rem;
  line-height: 2.5rem;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  border-radius: 0px 0px 10px 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}
/* 互动服务 */
.status-btn {
  display: inline-block;
  vertical-align: middle;
  color: #f3dd0a !important;
  margin: 0 auto;
  width: 90px;
  height: 30px;
  line-height: 30px;
  background: #9f0214;
  border-radius: 15px;
  text-align: center;
}
.product-content {padding:10px 0 !important;
}
.single-product:hover .product-content {
  border-bottom: 2px solid #cc3333;
}
.requestNoteRight input {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  /* border: 1px solid #ced4da; */
  border-radius: 6.25rem;
  font-size: 14px;
  color: #999;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* 关系转接 */
.gxzj {
  width: 100%;
  padding: 20px 35px;
  border: 1px solid #000;
  color: #000;
  font-size: 16px;
  letter-spacing: 3px;
  padding-left: 37px;
}

.gxzj_box {
  width: 100%;
}

.gxzj_box > h3 {
  text-align: center;
  margin: 0;
  letter-spacing: 7px;
  margin-bottom: 20px;
}

.gxzj_box > .gxzj_tt {
  letter-spacing: 6px;
  font-weight: 500;
}

.gxzj_xian {
  border-bottom: 1px solid #000;
  display: inline-block;
  text-align: center;
}

.gxzj_content {
  font-size: 16.5px;
  letter-spacing: 7px;
  line-height: 38px;
}

.select {
  position: relative;
  display: inline-block;
}

.gxzj_sjx {
  width: 0px;
  display: inline-block;
  height: 0px;
  position: absolute;
  right: -7px;
  top: 10px;
  border-top: 10px solid #cec3bd;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.select > select {
  font-size: 16.5px;
  letter-spacing: 7px;
  line-height: 35px;
}

.gxzj_sjx1 {
  width: 0px;
  display: inline-block;
  height: 0px;
  position: absolute;
  right: -4px;
  top: 14px;
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.pannelbox {
  display: none;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.btn-default {
  color: #333;
  background-color: #fff7f2;
  border-color: #fff7f2;
}

.btn {
  border-bottom: 1px solid #000;
  font-size: 16.5px;
  letter-spacing: 7px;
  line-height: 32px;
  padding: 0px 8px;
}

.show {
  display: inline-block !important;
}

.dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #fff7f2;
  border-color: #fff7f2#fff7f2;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem #fff7f2;
}

.select {
  position: relative;
  display: inline-block;
  line-height: 30px;
}

.ch_btn {
  color: #fccf86;
  display: inline-block;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  letter-spacing: 3px;
  background-color: #a71829;
}
/* 党费缴纳 */

.timer-shaft-box {
  width: 100%;
  margin: 20px 0;
  box-sizing: border-box;
}

.timer-shaft {
  position: relative;
  width: 100%;
  height: 80px;
  overflow: hidden;
}

.timer-left {
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 99;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  margin-top: -18.5px;
  background: url(/static/images/fzdy_03.png) no-repeat;
  background-size: cover;
  cursor: pointer;
}

.timer-right {
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 99;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  margin-top: -18.5px;
  background: url(/static/images/fzdy_07.png) no-repeat;
  background-size: cover;
  cursor: pointer;
}

.timer-scale {
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  padding-left: 30px;
  font-size: 0;
  white-space: nowrap;
  width: 100%;
}

.timer-scale-cont {
  display: inline-block;
}

.time-circle {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 15px;
  border-radius: 50%;
  transition: all 0.3s;
  cursor: pointer;
  width: 35px;
  height: 80px;
  position: relative;
}

.timer-scale-cont.hov .time-circle > .time-nian {
  color: #d10007;
}

.timer-scale-cont.hov .time-circle > .time-circle-span {
  background-color: #d10007;
}

.line-scale {
  display: inline-block;
  vertical-align: middle;
  width: 174px;
  /*margin: 0 2px;*/
  border: 0.5px dashed #333;
}

.timer-shaft-content {
  margin-top: 45px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 0;
  box-sizing: border-box;
  white-space: nowrap;
}

.shaft-detail-cont {
  display: block;
  margin: 0px auto;
}

.timer-year {
  padding-left: 288px;
  font-weight: bold;
  color: #333;
  font-size: 0;
}

.icon-year {
  display: inline-block;
  vertical-align: middle;
  width: 33px;
  height: 40px;
  background: url(/static/images/icon_sign.png) no-repeat;
  background-size: cover;
}

.timer-year span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  font-size: 24px;
}

.month-detail-box {
  position: relative;
  width: 100%;
  min-height: 93px;
  padding-top: 30px;
  font-size: 0;
  box-sizing: border-box;
  white-space: normal;
}

.month-detail-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 47.3%;
  height: 100%;
  border-right: 1px dashed #ff8d3d;
}

.month-detail-box .month-title {
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-left: 150px;
}

.month-detail-box .month-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 148px;
  width: 13px;
  height: 13px;
  margin-top: -6.5px;
  background: url(/static/images/icon_circle.png) no-repeat;
  background-size: cover;
}

.incident-record {
  display: inline-block;
  padding-left: 305px;
  line-height: 2;
  font-size: 14px;
  color: #333;
}

.incident-record a {
  font-size: 14px;
  color: #1d69a3;
}

.many {
  display: inline-block;
  vertical-align: middle;
  margin: 0 60px;
  text-align: left;
}

.manySpan > span {
  display: block;
  /* font-weight: 550; */
  font-size: 18px;
}

.many .jfTime {
  font-size: 14px;
  color: #999;
}

.lookpz {
  background-color: #ffc500;
  color: #d10007;
  width: 100px;
  text-align: center;
  border-radius: 20px;
}
.time-circle .time-circle-span {
  display: block;
  position: top;
  color: #333;
  height: 12px;
  width: 12px;
  text-align: center;
  border-radius: 100%;
  background: #ffc500;
  position: absolute;
  bottom: 32px;
  left: 11px;
}

.time-circle .time-nian {
  display: block;
  height: 20px;
  line-height: 20px;
}
.timer-father {
  width: 905px;
  vertical-align: middle;
  display: inline-block;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .time-circle {
    height: 75px;
  }
}

/*组织关系转接*/

.zzgx-table2 {
  width: 100%;
  margin: 0 auto;
  border-spacing: 10px;
}
.zzgx-table2 tr td {
  text-align: center;
}
.zzgx-table2 tr td a {
  display: block;
  line-height: 30px;
  padding: 10px 0;
  font-size: 14px;
  margin: 20px;
  background-color: #efefef;
}
.zzgx-table2 tr td a:hover,
.zzgx-table2 tr td a:focus,
.zzgx-table2 tr td a.select {
  background-color: rgb(7, 193, 96);
  color: #fff;
}

.dfjn {
  padding: 20px;
  overflow: hidden;
  text-align: center;
}
.btn {
  display: inline-block;
  vertical-align: middle;
  color: #f3dd0a;
  margin: 0 auto;
  width: 90px;
  height: 36px;
  line-height: 23px;
  font-size: 1rem;
  letter-spacing: normal;
  background: #9f0214 !important;
  border-radius: 15px;
  text-align: center;
}
.btn:hover {
  color: #fff;
}
.dfjn .btn:focus {
  outline: none;
}
.jiguan tr td {
  border: 1px solid #ddd;
  line-height: 40px;
}
.h4,
h4 {
  font-size: 1.2rem;
  color: #333;
}

.box {
  display: flex;
  justify-content: space-around;
  position: relative;
}
.attendTheButton {
  display: inline-block;
  vertical-align: middle;
  color: #f3dd0a;
  margin: 0 auto;
  width: 90px;
  height: 30px;
  line-height: 30px;
  background: #9f0214;
  border-radius: 15px;
  text-align: center;
}
a:not([href]):not([tabindex]):hover {
  color: #fed100;
}
a,
i {
  display: inline-block;
}
.vanish {
  display: none;
}
.selectactive {
  background-color: #a22323 !important;
  color: #fff;
}

/* 发展党员 */
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #ebebeb;
}
.tr {
  height: 50px;
  font-size: 20px;
  color: #9f0315;
  line-height: 30px;
}
.tr > th {
  text-align: center;
  border-right: 1px solid #ebebeb;
}
table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  text-align: center;
}
.dangyuana {
  width: 100%;
  margin: 0 auto;
  clear: both;
  display: block;
  padding-bottom: 30px;
}
.dangyuana .dangyuanal {
  width: 30px;
  height: 30px;
  float: left;
  margin-top: 25px;
}
.dangyuana .dangyuanal img {
  width: 30px;
  height: 30px;
  border-radius: 30px;
}
.dangyuana .dangyuanam {
  width: 92%;
  height: 50px;
  float: left;
  position: relative;
  overflow: hidden;
}
.dangyuana .dangyuanam .dangyuanamn {
  width: calc(26 * 57) px;
  height: 50px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 9px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.dangyuana .dangyuanam .dangyuanamn span {
  display: inline-block;
  float: left;
}
.dangyuana .dangyuanam .dangyuanamn span.num {
  width: 14px;
}
.dangyuana .dangyuanam .dangyuanamn span.num .zi {
  clear: both;
  float: none;
  text-align: center;
  color: #333333;
  font-size: 0.8125rem;
  height: 0.8125rem;
  line-height: 0.8125rem;
  width: 18px;
  padding-bottom: 2px;
}
.dangyuana .dangyuanam .dangyuanamn span.num.on .zi {
  color: #da0020;
}
.dangyuana .dangyuanam .dangyuanamn span.num .dian {
  clear: both;
  float: none;
  text-align: center;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background: #fdc500;
  margin-bottom: 5px;
}
.xian1 {
  color: #000000;
  font-size: 25px;
  width: 54px;
  height: 30px;
  margin-right: 9px;
  display: inline-block !important;
  margin-top: 3px !important;
  margin-left: 10px !important;
  border-bottom: 1px dashed;
}
.dangyuana .dangyuanam .dangyuanamn span.num.on .dian {
  background: #da0020;
}
.dangyuana .dangyuanar {
  width: 30px;
  height: 30px;
  float: left;
  margin-top: 24px;
}
.dangyuanbw {
  width: 950px;
  margin: 0 auto;
  clear: both;
  display: block;
  margin-top: 50px;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #f4f4f4;
}
.dangyuanbw .dangyuanl {
  width: 24px;
  margin-top: 150px;
  float: left;
  text-align: center;
  cursor: pointer;
}
.dangyuanbw .dangyuanbwn {
  width: 900px;
  overflow: hidden;
  min-height: 339px;
  float: left;
  position: relative;
}
.dangyuanbw .dangyuanbwn .dangyuanbwnw {
  position: absolute;
  left: 0px;
  top: 0px;
  min-height: 300px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.dangyuanbw .dangyuanbwn .dangyuanbwnw .dangyuanb {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  padding-bottom: 140px;
  width: 100%;
  float: left;
  min-height: 300px;
  text-align: left;
}
.dangyuanbw .dangyuanr {
  width: 17px;
  margin-top: 150px;
  float: right;
  text-align: center;
  cursor: pointer;
}
.dangyuanbw .dangyuanbwn .dangyuanbwnw .dangyuanb .dangyuanbs p {
  text-align: left;
  color: #333333;
  font-size: 0.9375rem;
  line-height: 1.5rem !important;
  padding-top: 0.1rem !important;
  padding-bottom: 0.1rem !important;
  text-indent: 2em;
}
.dangyuanbw .dangyuanbwn .dangyuanbwnw .dangyuanb .dangyuanbs strong span {
  background: #da0020;
  color: #f7f7f7;
  display: inline-block;
  padding: 0.2rem 0.5rem;
  border-radius: 1rem;
  font-size: 0.8125rem;
  margin-right: 0.5rem;
}
.dangyuanbw .dangyuanbwn .dangyuanbwnw .dangyuanb .dangyuanbs strong {
  display: block;
  text-align: center;
  color: #da0020;
  font-size: 1.125rem;
  font-weight: 400;
}

/* 文章列表 */
.wenzhang-item {
  text-align: left;
  padding: 10px 0;
  border-bottom: 1px #ccc dashed;
}
.wenzhang-item a {
  color: #333333;
  font-size: 1.125rem;
  clear: both;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -moz-binding: url("ellipsis.xml#ellipsis");
}
.wenzhang-item p {
  color: #999999;
  font-size: 0.9375rem;
  clear: both;
  padding-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -moz-binding: url(ellipsis.xml#ellipsis);
}
.mask-bg {
  z-index: 100000;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tijiao {
  padding-top: 10px;
  text-align: center;
  background: #fff;
  width: 528px;
  height: 360px;
  border-radius: 0.5rem;
  position: absolute;
  left: 50%;
  margin-left: -19rem;
  top: 50%;
  margin-top: -12.5rem;
}
.tijiao .tijiaot {
  background: #f7f7f7;
  height: 3.15rem;
  border-radius: 0.5rem 0.5rem 0 0;
}
.tijiao .tijiaot .tijiaotl {
  padding-left: 2rem;
  color: #333333;
  font-size: 0.9375rem;
  line-height: 3rem;
  float: left;
}
.tijiao .tijiaot .tijiaotr {
  padding-right: 2rem;
  float: right;
  cursor: pointer;
  margin-top: 1rem;
}
.tijiao .tijiaoc {
  background: #ffffff;
  text-align: center;
  border-radius: 0 0 0.5rem 0.5rem;
}
.tijiao .tijiaoc .tijiaoc2 {
  font-size: 1.375rem;
  color: #333333;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* 文章详情 */
.con .tit {
  text-align: center;
  font-size: 1.6667vw;
  color: #333333;
  font-weight: 400;
  clear: both;
  margin-top: 10px;
}
.con .cic {
  color: #999999;
  padding-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
}
.cic > div {
  display: flex;
  width: 34px;
  justify-content: space-around;
  align-items: center;
  margin: 0 10px;
}
.cic > span > img {
  margin: -1px 3px;
  width: 14px;
  vertical-align: baseline;
}
.zzscy {
  padding-bottom: 2rem;
  overflow: hidden;
  background: #fff;
  text-align: left;
  padding: 2rem 3rem;
  border-radius: 1rem;
  margin-bottom: 20px;
}
