@charset "UTF-8";
body {
  background-color: #25599c;
}

.main > .inner .section1 {
  padding: 35px 70px 42px;
}

.block-title {
  padding-top: 33px;
  height: 160px;
}

.block-title > img {
  margin: 0 auto;
  display: block;
  width: 527px;
  height: 94px;
}

/* 初选公告 */
.module-block.notice .notice-text {
  padding: 35px 84px 27px;
  background-color: #0154b0;
}

.module-block.notice .notice-text .notice-title {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
}

.module-block.notice .notice-text .text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 35px;
  text-indent: 32px;
  text-align: justify;
  color: #fff;
}

.module-block.notice .text-list {
  margin-top: 10px;
  padding: 23px 0 28px 118px;
  background-color: #eef4ff;
}

.module-block.notice .text-list .text-li {
  font-size: 16px;
  line-height: 35px;
  color: #000;
}

/* 投票通道样式 */
.vote-block {
  position: relative;
  margin-bottom: 38px;
}

.vote-block .vote-block-inner {
  padding: 0 50px 21px 150px;
  background: #f0f8ff url(../img/gongshi/tmz.png) no-repeat 14px 0;
}

.vote-block .vote-block-inner-per {
  background: #f0f8ff url(../img/gongshi/tmz.png) no-repeat 14px 0;
}

.vote-block .vote-block-inner-per:last-child .vote-block-com {
  margin-top: 45px;
}

/* 查看投票结果 */
.vote-block .vote-block-inner .show-result-wrap {
  padding: 30px 0;
  height: 96px;
}

.vote-block .vote-block-inner .show-result-wrap .show-result-box {
  float: right;
  width: 162px;
  height: 42px;
  line-height: 40px;
  font-size: 0;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 2px;
  background-color: #f4e084;
  cursor: pointer;
}

.vote-block .vote-block-inner .show-result-wrap .show-result-box > img,
.vote-block .vote-block-inner .show-result-wrap .show-result-box > span {
  display: inline-block;
  vertical-align: middle;
}

.vote-block .vote-block-inner .show-result-wrap .show-result-box > img {
  margin-right: 9px;
  width: 18px;
}

.vote-block .vote-block-inner .show-result-wrap .show-result-box > span {
  font-size: 16px;
  font-weight: bold;
}

/* 公用表单样式 */
/* 公司列表样式 */
.vote-block-com {
  overflow: hidden;
}

.vote-block-com .com-list {
  margin-left: 33px;
  margin-bottom: 32px;
  float: left;
  width: 240px;
  height: 220px;
  cursor: pointer;
}

.vote-block-com .com-list:nth-child(3n+1) {
  margin-left: 0;
}

.vote-block-com .com-list .com-img {
  height: 120px;
  background-color: #fff;
  overflow: hidden;
}

.vote-block-com .com-list .com-img > img {
  display: block;
  width: 100%;
  height: 100%;
}

.vote-block-com .com-list .com-info {
  height: 100px;
  background-color: #25599c;
}

.vote-block-com .com-list .com-info .com-name {
  padding: 0 15px;
  width: 240px;
  height: 74px;
  line-height: 20px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.vote-block-per .per-list .vote-btn-wrap,
.vote-block-com .com-list .com-info .vote-btn-wrap {
  margin: 0 auto;
  padding-top: 6px;
  display: block;
  width: 162px;
  height: 34px;
  border: 1px solid #fff;
  border-radius: 2px;
  background-color: #f4e084;
  font-size: 0;
  text-align: center;
  cursor: not-allowed;
}

.vote-block-per .per-list .vote-btn-wrap > input,
.vote-block-per .per-list .vote-btn-wrap > span,
.vote-block-com .com-list .com-info .vote-btn-wrap > input,
.vote-block-com .com-list .com-info .vote-btn-wrap > span {
  display: inline-block;
  vertical-align: middle;
}

.vote-block-per .per-list .vote-btn-wrap > input,
.vote-block-com .com-list .com-info .vote-btn-wrap > input {
  width: 17px;
  height: 17px;
  border: 1px solid #000;
}

.vote-block-per .per-list .vote-btn-wrap > span,
.vote-block-com .com-list .com-info .vote-btn-wrap > span {
  margin-left: 9px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.vote-block-per .per-list .per-info {
  padding-top: 6px;
}

.vote-block-per .per-list .per-info .vote-btn-wrap {
  margin-top: 9px;
}

/* 文字列表样式 */
.vote-block-text {
  margin: 14px 0 20px;
}

.vote-block-text .module-sub-title {
  margin-top: 45px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #25599c;
}

.vote-block-text .module-sub-title:first-child {
  margin-top: 0;
}

.vote-block-text .text-list {
  border-bottom: 1px dashed #25599c;
  overflow: hidden;
}

.vote-block-text .text-list:last-child {
  margin-bottom: 60px;
}

.vote-block-text .text-list .text-block {
  display: flex;
  align-items: center;
  padding: 0 0 0 13px;
  float: left;
  width: 50%;
  min-height: 49px;
}

.vote-block-text .text-list .text-block .vote-btn-wrap {
  float: left;
  font-size: 0;
  cursor: pointer;
}

.vote-block-text .text-list .text-block .vote-btn-wrap > input,
.vote-block-text .text-list .text-block .vote-btn-wrap > span {
  display: inline-block;
  vertical-align: middle;
}

.vote-block-text .text-list .text-block .vote-btn-wrap > input {
  width: 17px;
  height: 17px;
  border: 1px solid #000;
  overflow: hidden;
  flex-shrink: 0;
  cursor: not-allowed;
}

.vote-block-text .text-list .text-block .vote-btn-wrap > span {
  max-width: 340px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.vote-block-text .text-list .text-block .vote-btn-wrap > span.spe-span {
  cursor: default;
}

/* 人员列表样式 */
.sub-nav {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: -55px;
  position: absolute;
  top: 83px;
  left: 94px;
  right: 0;
  margin: auto;
}

.sub-nav .sub-nav-list {
  float: left;
  width: 250px;
  height: 48px;
  line-height: 44px;
  font-size: 16px;
  color: #25599c;
  text-align: center;
  border: 3px solid #ffeba1;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  margin-left: 22px;
}

.sub-nav .sub-nav-list:first-child {
  margin-left: 0;
}

.sub-nav .sub-nav-list.active {
  color: #fff;
  background-color: #25599c;
}

.vote-block-inner-per {
  display: none;
}

.vote-block-inner-per.active {
  display: block;
}

.vote-block-per {
  margin-top: 45px;
  overflow: hidden;
}

.vote-block-per .per-list {
  margin-left: 40px;
  margin-bottom: 30px;
  float: left;
  width: 236px;
  height: 215px;
}

.vote-block-per .per-list:nth-child(3n+1) {
  margin-left: 0;
}

.vote-block-per .per-list .per-img {
  margin: 0 auto;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  border: 3px solid #25599c;
  background-color: #fff;
  overflow: hidden;
}

.vote-block-per .per-list .per-img > img {
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  margin-left: -2px;
  margin-top: -1px;
}

.vote-block-per .per-list .per-name {
  padding: 0 12px;
  width: 236px;
  display: table-cell;
  vertical-align: middle;
  height: 48px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #25599c;
}

.vote-block-per .per-list .per-name.longTitle {
  padding: 0 15px;
}

/* 二级标题样式 */
.sub-title {
  margin-top: 44px;
  font-size: 18px;
  line-height: 18px;
  color: #000;
}

.sub-title:first-of-type {
  margin-top: 0;
}

/* 投票按钮 */
.btn-wrap {
  margin-top: 14px;
  text-align: center;
  font-size: 0;
}

.btn-wrap > button {
  appearance: none;
  -webkit-appearance: none;
}

.btn-wrap > button,
.btn-wrap > div {
  margin: 0 6px;
  display: inline-block;
  vertical-align: top;
  width: 162px;
  height: 42px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 2px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  letter-spacing: 2px;
  background-color: #f4e084;
  cursor: pointer;
}

/* 弹窗样式 */
.layer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
  display: none;
}

.layer-inner.success-layer {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 385px;
  height: 122px;
  display: none;
}

.layer-inner.success-layer .close-btn {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}

.layer-inner.success-layer .success {
  display: block;
  width: 100%;
}

.layer-inner.vote-result {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 860px;
  height: 500px;
  border: 2px solid #a60013;
  background-color: #fff;
  display: none;
}

.layer-inner.vote-result .layer-title {
  font-size: 42px;
  font-weight: bold;
  line-height: 82px;
  color: #a60013;
  text-align: center;
  letter-spacing: 5px;
  position: relative;
}

.layer-inner.vote-result .layer-title .close-btn {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0;
  cursor: pointer;
}

.layer-inner.vote-result .result-ul {
  padding: 0 48px 20px;
  max-height: 400px;
  overflow: auto;
}

.layer-inner.vote-result .result-ul .result-li {
  padding: 0 56px 0 26px;
  height: 60px;
  border-bottom: 2px dashed #000;
  overflow: hidden;
}

.layer-inner.vote-result .result-ul .result-li > span {
  font-size: 18px;
  color: #000;
  line-height: 58px;
  letter-spacing: 1px;
}

.layer-inner.vote-result .result-ul .result-li .name {
  float: left;
  max-width: 578px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.layer-inner.vote-result .result-ul .result-li .sum {
  float: right;
}

@media all and (max-width: 750px) {
  body {
    min-width: auto;
  }
  .content {
    width: auto;
  }
  .module-block {
    width: 100%;
  }
  .vote-block {
    margin-bottom: 12.53vw;
  }
  .block-title {
    padding-top: 0;
    height: auto;
  }
  .block-title > img {
    width: 45.6vw;
    height: auto;
  }
  .module-block.notice {
    margin-top: 1.33vw;
  }
  .module-block.notice .block-title {
    margin: 0 6.67vw;
    background-color: #a60013;
  }
  .module-block.notice .notice-text {
    margin: 0 6.67vw;
    padding: 0 2.67vw 4.8vw;
    overflow: hidden;
  }
  .module-block.notice .notice-text .notice-title {
    margin-top: 1.73vw;
    padding: 0 2vw;
    font-size: 4.53vw;
    line-height: 6.4vw;
  }
  .module-block.notice .notice-text .text {
    margin-top: 1.33vw;
    font-size: 3.467vw;
    line-height: 6.4vw;
    text-indent: 6.93vw;
  }
  .module-block.notice .text-list {
    margin: 1.33vw 6.67vw 0;
    padding: 2.93vw 2.67vw 4.8vw;
  }
  .module-block.notice .text-list .text-li {
    margin-top: 1.33vw;
    font-size: 3.467vw;
    line-height: 6.4vw;
    text-indent: 6.93vw;
    text-align: justify;
  }
  .module-block.vote {
    margin-top: 4vw;
  }
  .module-block.vote .block-title {
    margin-bottom: 4vw;
  }
  .vote-block .vote-block-inner,
  .vote-block .vote-block-inner:last-child {
    margin: 5.867vw 6.67vw 0;
    padding: 0 0 5.33vw;
    background: #f0f8ff;
  }
  .vote-block .vote-block-inner-per:last-child .vote-block-com {
    margin-top: 6.133vw;
  }
  .vote-block-com {
    padding: 0 8.8vw 0 10vw;
  }
  .vote-block-com .com-list {
    margin-left: 3vw;
    margin-bottom: 5vw;
    width: 32vw;
    height: 33.07vw;
  }
  .vote-block-com .com-list:nth-child(3n+1) {
    margin-left: 3vw;
  }
  .vote-block-com .com-list:nth-child(2n+1) {
    margin-left: 0;
  }
  .vote-block-com .com-list .com-img {
    height: 16vw;
  }
  .vote-block-com .com-list .com-info {
    padding-bottom: 0;
    height: 17.067vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .vote-block-com .com-list .com-info .com-name {
    padding: 0 0.5vw;
    width: 100%;
    height: 11.6vw;
    font-size: 2.2vw;
    line-height: 3.5vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .vote-block-per .per-list .vote-btn-wrap,
  .vote-block-com .com-list .com-info .vote-btn-wrap {
    margin-top: 0.5vw;
    padding-top: 0;
    width: 26.93vw;
    height: 4.53vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .vote-block-per .per-list .vote-btn-wrap > input,
  .vote-block-com .com-list .com-info .vote-btn-wrap > input {
    width: 3.5vw;
    height: 3.5vw;
  }
  .vote-block-per .per-list .vote-btn-wrap > span,
  .vote-block-com .com-list .com-info .vote-btn-wrap > span {
    margin-left: 2vw;
    font-size: 3.2vw;
    line-height: 3.2vw;
  }
  .btn-wrap {
    margin-top: 4.4vw;
    display: flex;
    justify-content: center;
  }
  .btn-wrap > button,
  .btn-wrap > div {
    width: 26.93vw;
    height: 6.133vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.2vw;
  }
  .vote-block .vote-block-inner .show-result-wrap {
    padding: 4vw 0;
    height: auto;
  }
  .vote-block .vote-block-inner .show-result-wrap .show-result-box {
    margin: 0 auto;
    float: initial;
    width: 30vw;
    line-height: 6.4vw;
    height: auto;
  }
  .vote-block .vote-block-inner .show-result-wrap .show-result-box > span {
    font-size: 3.2vw;
  }
  .sub-title {
    margin-top: 5.867vw;
    padding: 0 0 0 3.467vw;
    font-size: 3.2vw;
    font-weight: bold;
    line-height: initial;
  }
  .vote-block-text {
    margin: 3.2vw 0;
    padding: 5vw 3vw 0;
  }
  .vote-block-text .text-list {
    border: none;
  }
  .vote-block-text .text-list .text-block {
    padding: 0 0 0 3.467vw;
    float: initial;
    width: 100%;
    min-height: 6.67vw;
    border-bottom: 1px dashed #25599c;
  }
  .vote-block-text .text-list .text-block .vote-btn-wrap {
    float: initial;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .vote-block-text .text-list .text-block .vote-btn-wrap > span {
    font-size: 2.2vw;
    line-height: initial;
    max-width: 100%;
  }
  .sub-nav {
    margin: 0;
    padding: 0;
    flex-direction: column;
    left: 0;
    top: 11vw;
  }
  .sub-nav .sub-nav-list {
    float: initial;
    height: 8vw;
    line-height: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.2vw;
    width: 80%;
    margin: 1.6vw auto;
  }
  .sub-nav .sub-nav-list:first-child {
    margin-left: auto;
  }
  .vote-block .vote-block-inner-per {
    margin-top: 0;
  }
  .vote-block-per {
    margin-top: 0;
    padding-left: 8.93vw;
  }
  .vote-block-per .per-list {
    margin: 6.133vw 0 0 0;
    width: 29.733vw;
    height: auto;
  }
  .vote-block-per .per-list:not(:nth-child(2n+1)) {
    margin-left: 9.067vw;
  }
  .vote-block-per .per-list .per-img {
    width: 17.33vw;
    height: 17.33vw;
  }
  .vote-block-per .per-list .per-img > img {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .vote-block-per .per-list .per-name {
    margin-top: 0.8vw;
    margin-bottom: 1.2vw;
    padding: 0.5vw 0;
    width: 100%;
    height: 10vw;
    /* line-height: 6.4vw; */
    font-size: 2.8vw;
    background: #25599c;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .vote-block-per .per-list .per-name.longTitle {
    padding: 0.5vw 0;
  }
  .layer .layer-inner {
    width: 90%;
    border-width: 1px;
  }
  .layer-inner.vote-result .layer-title {
    font-size: 5.6vw;
    line-height: 10.93vw;
  }
  .layer-inner.vote-result .result-ul {
    padding: 0 2.67vw 4.8vw;
  }
  .layer-inner.vote-result .result-ul .result-li {
    padding: 0 2.67vw;
    height: 8vw;
    border-bottom-width: 1px;
  }
  .layer-inner.vote-result .result-ul .result-li .name {
    max-width: 58vw;
  }
  .layer-inner.vote-result .result-ul .result-li > span {
    font-size: 3.733vw;
    line-height: 8vw;
    letter-spacing: 0;
  }
}

/*提名公示页面 复用投票页面样式 做部分覆盖调整*/
.vote-block .vote-block-inner {
  min-height: 220px;
  padding-top: 65px;
  background: #f0f8ff url(../img/gongshi/tmz.png) no-repeat 21px 0;
  border: 1px solid #c17d46;
  border-radius: 12px;
}

.vote-block.block9 .vote-block-inner {
  padding-top: 120px;
}

.vote-block-inner-per .vote-block-per {
  margin-top: 0;
}

.vote-block-com .com-list {
  height: auto;
}

.vote-block-com .com-list .com-info {
  height: auto;
}

.vote-block-per .per-list {
  cursor: pointer;
}

.com-notice .com-notice-r .notice-r-wrap {
  padding: 50px 88px 95px 100px;
}

.com-notice .com-title {
  margin-bottom: 30px;
}

.main {
  background: url(../img/hdzj/main-bg.png) #25599c repeat top center;
}

.main > .inner {
  background: url(../img/hdzj/inner-bg.png) no-repeat top center;
  background-size: cover;
}

.footer {
  padding: 55px 0 100px;
}

.footer .com-title {
  color: #fff;
  margin-bottom: 40px;
}

.footer .com-title:before, .footer .com-title:after {
  color: #fff;
}

.footer .contact-inner {
  background: #fff;
  border: 1px solid #f4c988;
  border-radius: 12px;
  padding: 40px 87px 40px 79px;
}

@media (max-width: 1000px) {
  .com-notice .com-title {
    margin-bottom: 20px;
  }
  .sub-nav .sub-nav-list {
    width: 30%;
  }
  .vote-block-per .per-list {
    margin-left: 0;
  }
  .vote-block-com .com-list:nth-child(3n+1) {
    margin-left: 3vw;
  }
  .vote-block-com .com-list:nth-child(2n+1) {
    margin-left: 0;
  }
  .vote-block-per .per-list:not(:nth-child(2n+1)) {
    margin-left: 9.067vw;
  }
  .vote-block.block9 .vote-block-inner {
    padding-top: 35vw;
  }
}

@media (max-width: 750px) {
  .sub-nav .sub-nav-list {
    width: 80%;
  }
  .vote-block-com {
    padding-top: 8vw;
  }
  .vote-block .vote-block-inner,
  .vote-block .vote-block-inner:last-child {
    margin: 5.867vw 6.67vw 0;
    padding: 0 0 5.33vw;
    background: #f0f8ff;
  }
  .vote-block.block9 .vote-block-inner:last-child {
    padding-top: 35vw;
  }
  .footer .contact-inner {
    padding: 20px 15px;
  }
}
