@charset "UTF-8";
/* 政民互动 */
.common-header a,
.common-header span {
  font-size: 22px;
}

.wrapper-zmhd {
  padding-top: 30px;
  padding-bottom: 30px;
}

.write {
  padding: 20px 40px 20px 168px;
  background: url(../images/zmhd_mail_bg.png) no-repeat left bottom;
  background-size: cover;
  background-color: #eee;
  background-size: 100% 100%;
  margin-bottom: 40px;
}
.write-header {
  display: inline-block;
  vertical-align: middle;
}
.write-header img {
  display: inline-block;
  vertical-align: middle;
}
.write-header img:first-child {
  width: 100px;
}
.write-header img:last-child {
  width: 160px;
  margin-left: 10px;
}
.write-links {
  float: right;
  margin-top: 30px;
}
.write-links a {
  display: inline-block;
  vertical-align: middle;
  padding: 9px 18px;
  border: 1px solid #d3dded;
  margin-left: 30px;
}
.write a img {
  display: inline-block;
  vertical-align: middle;
}
.write a span {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  margin-left: 10px;
  vertical-align: middle;
}

/* 来信 */
.mail {
  margin: 0 -13px;
}
.mail-left {
  width: 70%;
  float: left;
  padding: 0 13px;
}
.mail-right {
  width: 30%;
  float: left;
  padding: 0 13px;
}

.mail-table {
  position: relative;
  background: #f7f8f9;
}
.mail-table table {
  width: 100%;
  table-layout: fixed;
}
.mail-table tr {
  border-bottom: 5px solid #fff;
}
.mail-table tr td {
  position: relative;
  text-align: center;
  padding: 22px 0;
  font-size: 18px;
}
.mail-table tr td:nth-child(1) {
  text-align: left;
}
.mail-table tr td:nth-child(1) a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  position: relative;
  padding-left: 43px;
}
.mail-table tr td:nth-child(1) a:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #a6a6a6;
  border-radius: 100%;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  position: absolute;
}
.mail-table tr td:nth-child(2) {
  color: #000;
}
.mail-table tr td:nth-child(3) {
  color: #1d5aa1;
}
.mail-table tr td:nth-child(4) {
  color: #808080;
}
.mail-table tr td img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* 统计 */
.tj {
  padding: 18px 34px 37px 34px;
  margin-top: 33px;
  background: linear-gradient(to bottom, #fff, #f1f7ff);
}
.tj-title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28.74px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
}
.tj-data-left {
  width: 100%;
  float: left;
}
.tj-data-right {
  width: 100%;
  float: left;
  text-align: center;
}
#tj-graph {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto;
}
.lytj-progress {
  margin-top: 13px;
  text-align: center;
}
.lytj-progress ul {
  display: inline-block;
}
.lytj-progress li {
  overflow: hidden;
}
.lytj-progress li + li {
  margin-top: 30px;
}
.lytj-progress li span {
  float: left;
  font-size: 16px;
  color: #000000;
}
.progress {
  float: left;
  width: 180px;
  height: 11px;
  background-color: #d2e5ff;
  border-radius: 6px;
  margin: 5px 4px 0 8px;
}
.bar {
  width: 0%;
  height: 11px;
  background-color: #578add;
  border-radius: 6px;
}
.blz .bar {
  /* background-color: #9cc3f9; */
}

@media screen and (max-width: 1100px) {
  .mail-left {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .mail-right {
    width: 100%;
    float: none;
  }

  .write {
    padding: 20px;
    margin-bottom: 30px;
  }
  .write-header {
    display: block;
    text-align: center;
  }
  .write-links {
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .write-header img:first-child {
    width: 60px;
  }
  .write-header img:last-child {
    width: 130px;
  }
  .write-links a {
    display: block;
    padding: 9px 18px;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .write a span {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .mail-table tr td {
    font-size: 16px;
  }

  .tj {
    padding: 20px;
    margin-top: 0;
  }
  .progress {
    width: 130px;
  }
}
