@charset "UTF-8";
/* 政民互动 */
.wrapper-zmhd {
  margin-top: 24px;
}

.box-mail {
  box-shadow: 0px 2px 28px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  margin-bottom: 56px;
}

.zmhd-common-header {
  border-left: 8px #025293 solid;
  margin-bottom: 22px;
}
.zmhd-common-header a {
  font-weight: bold;
  font-size: 22px;
  color: #222222;
  padding-left: 10px;
}

/* 写信 */
.line-write {
  height: 140px;
  background: url(../images/zmhd_write_bg.png) no-repeat left center;
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.write-title {
  display: none;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.write-buttons {
  position: absolute;
  right: 41px;
  top: 50%;
  transform: translateY(-50%);
}
.write-buttons a {
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 9999px;
  padding: 17px 32px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin-left: 32px;
}
.write-buttons a img,
.write-buttons a span {
  display: inline-block;
  vertical-align: middle;
}

/* 信箱 */
.line-mail {
  margin: 0 -18px;
  padding: 24px 24px 20px;
}
.mail-left {
  width: 65%;
  float: left;
  padding: 0 18px;
}
.mail-right {
  width: 35%;
  float: left;
  padding: 0 18px;
}

.mail-table {
  position: relative;
}
.mail-table table {
  width: 100%;
  table-layout: fixed;
}
.mail-table tr th {
  padding: 14px 0;
  background: #f3f3f3;
  color: #222222;
  text-align: center;
  font-weight: bold;
}
.mail-table tr th:nth-child(1) {
  text-align: left;
  padding-left: 20px;
}
.mail-table tr td {
  text-align: center;
  padding: 14px 0;
}
.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: 20px;
}
.mail-table tr td:nth-child(3) {
  color: #999999;
}

.link li {
  margin-bottom: 20px;
}
.link li a {
  display: table;
  width: 100%;
  height: 95px;
  background-size: 100% 100%;
}
.link li:nth-child(1) a {
  background-image: url(../images/zmhd_bg1.png);
  color: #025293;
}
.link li:nth-child(2) a {
  background-image: url(../images/zmhd_bg2.png);
  color: #00b309;
}
.link li:nth-child(3) a {
  background-image: url(../images/zmhd_bg3.png);
  color: #e47b0e;
}
.link li a span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 178px;
  font-size: 18px;
  font-weight: bold;
}

/* 留言统计 */
.lytj {
  padding: 20px;
  background: #f8f8f8;
  margin-bottom: 20px;
  border-radius: 10px;
}
.lytj-title img {
  display: inline-block;
  vertical-align: middle;
}
.lytj-title span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #333333;
  margin-left: 10px;
}
.lytj-date {
  color: #5b5b5b;
  font-size: 16px;
  margin-bottom: 20px;
}
.lytj-progress {
  padding-top: 8px;
  text-align: center;
  margin-left: 103px;
}
.lytj-progress ul {
  display: inline-block;
}
.lytj-progress li {
  overflow: hidden;
}
.lytj-progress li + li {
  margin-top: 11px;
}
.lytj-progress li span {
  float: left;
  font-size: 16px;
  color: #000000;
}
.progress {
  float: left;
  width: 200px;
  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; */
}
#lytj-graph {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #d2e5ff;
  margin: 0 auto;
  float: left;
}

/* 调查 */
.line-dc {
  margin: 0 -20px;
  margin-bottom: 56px;
}
.dc-left,
.dc-right {
  width: 50%;
  padding: 0 20px;
  float: left;
}
.common-list--dc li {
  border-bottom: 0;
}
.common-list--dc li a:before {
  width: 24px;
  height: 24px;
  background: url(../images/zmhd_dc_icon1.png) center center;
  background-size: contain;
  border-radius: 0;
}
.common-list--dc2 li {
  border-bottom: 0;
}
.common-list--dc2 li a:before {
  width: 24px;
  height: 24px;
  background: url(../images/zmhd_dc_icon2.png) center center;
  background-size: contain;
  border-radius: 0;
}

/* 在线访谈 */
.ft {
  margin: 0 -12px;
}
.ft li {
  width: 50%;
  padding: 0 12px;
  float: left;
  margin-bottom: 24px;
}
.ft li a {
  display: block;
  box-shadow: 0px 2px 28px 0px rgba(0, 0, 0, 0.08);
  padding: 24px;
  border-radius: 8px;
}
.ft .ft-left {
  width: 175px;
  height: 122px;
  float: left;
}
.ft .ft-right {
  margin-left: 175px;
  padding-left: 16px;
}
.ft .ft-right p {
  font-weight: bold;
  height: 60px;
  line-height: 20px;
}
.ft .ft-right span {
  color: #999999;
}

@media screen and (max-width: 1200px) {
  .write-buttons {
    right: 10px;
  }
  .write-buttons a {
    padding: 10px 15px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .line-write {
    height: auto;
    background-image: linear-gradient(to right, #1169df, #509af3);
    padding: 20px 0;
  }
  .write-title {
    display: block;
  }
  .write-buttons {
    position: initial;
    transform: none;
    text-align: center;
  }
  .write-buttons a {
    font-size: 16px;
  }
  .mail-left,
  .mail-right {
    width: 100%;
  }
  .mail-left {
    margin-bottom: 20px;
  }
  .dc-left,
  .dc-right {
    width: 100%;
  }
  .dc-left {
    margin-bottom: 20px;
  }
  .ft li {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #lytj-graph {
    float: none;
  }
  .lytj-progress {
    margin-left: 0;
  }
  .progress {
    width: 130px;
  }
}
@media screen and (max-width: 500px) {
  .write-buttons {
    padding: 0 50px;
  }
  .write-buttons a {
    width: 100%;
    margin-left: 0;
  }
  .write-buttons a:first-child {
    margin-bottom: 15px;
  }
  .link li a span {
    padding-left: 130px;
  }
  .ft .ft-left {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .ft .ft-right {
    margin-left: 0;
    padding-left: 0;
  }
  .ft .ft-right p {
    height: auto;
    margin-bottom: 15px;
  }
}
