@charset "UTF-8";

.wrapper-zwdt {
  padding-bottom: 65px;
}

.line-mail,
.line-hd {
  margin: 0 -20px;
}
.line-mail {
  margin-bottom: 40px;
}
.line-hd .hd1 {
  margin-bottom: 40px;
}
.zmhd-left {
  width: 66%;
  float: left;
  padding: 0 20px;
}
.zmhd-right {
  width: 34%;
  float: left;
  padding: 0 20px;
}

/* top */
.top-list {
  margin: 0 -10px;
  margin-bottom: 40px;
}
.top-list li {
  width: 25%;
  float: left;
  padding: 0 10px;
}
.top-list li a {
  display: block;
  height: 200px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  padding-top: 10px;
  transition: box-shadow 0.3s ease;
}
.top-list li a:hover {
  box-shadow: 0 0 10px 0 #d6d6d6;
}
.top-list li:nth-child(1) a {
  background-image: url(../images/zmhd_top_img1.jpg);
  color: rgba(96, 92, 173, 1);
}
.top-list li:nth-child(2) a {
  background-image: url(../images/zmhd_top_img2.jpg);
  color: rgba(0, 111, 148, 1);
}
.top-list li:nth-child(3) a {
  background-image: url(../images/zmhd_top_img3.jpg);
  color: rgba(79, 130, 96, 1);
}
.top-list li:nth-child(4) a {
  background-image: url(../images/zmhd_top_img4.jpg);
  color: rgba(212, 95, 32, 1);
}

/* mail */
.common-header4 .mail-more {
  font-size: 20px;
  font-weight: 400;
  float: right;
  color: rgba(153, 49, 49, 1);
  margin-left: 35px;
}
.common-header4 .mail-more span,
.common-header4 .mail-more img {
  display: inline-block;
  vertical-align: middle;
}

.mail-list {
  margin-top: 10px;
}
.mail-list li {
  border-bottom: 1px solid rgba(227, 214, 211, 1);
}
.mail-list li:last-child {
  margin-bottom: 0;
}
.mail-list li a {
  display: block;
  padding: 23px 0 23px 59px;
  line-height: 23px;
  background: url(../images/zmhd_mail_icon3.png) no-repeat left center;
  transition: padding-left 0.3s ease;
}
.mail-list li a:hover {
  padding-left: 65px;
}
.mail-list li p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
}
.mail-list li span {
  float: right;
  font-size: 18px;
  color: rgba(166, 166, 166, 1);
}
.mail-list li span i:first-child {
  display: inline-block;
  padding-left: 30px;
  padding-right: 65px;
  color: rgba(140, 115, 77, 1);
}

/* tongji */
.tongji {
  height: 404px;
  background: url(../images/zmhd_tongji_bg.jpg) no-repeat;
  background-size: cover;
}
.tongji-title {
  text-align: center;
}
.tongji-title span {
  display: inline-block;
  padding-top: 22px;
  padding-bottom: 11px;
  font-size: 24px;
  font-weight: 700;
  color: rgba(51, 51, 51, 1);
  border-bottom: 3px solid rgba(188, 29, 37, 1);
}
#tongji-graph {
  margin-top: 20px;
  margin-bottom: 35px;
  width: 100%;
  height: 200px;
}
.tongji-data {
  display: flex;
  justify-content: space-around;
}
.tongji-data div {
  display: inline-block;
  text-align: center;
}
.tongji-data p {
  margin-top: 15px;
  font-size: 12px;
  color: rgba(94, 94, 94, 1);
}
.tongji-data p span {
  font-size: 20px;
  font-weight: 700;
  line-height: 26.4px;
  color: rgba(51, 51, 51, 1);
  padding: 0 3px;
}
.tongji-color {
  display: block;
  width: 100%;
  height: 19px;
  border-radius: 3.91px;
}
.tongji-color1 {
  background: rgba(173, 56, 53, 1);
}
.tongji-color2 {
  background: rgba(249, 194, 157, 1);
}
.tongji-color3 {
  background: rgba(224, 204, 160, 1);
}

/* 在线访谈 */
.zxft {
  min-height: 700px;
  padding: 20px;
  background: rgba(245, 242, 237, 1);
  position: relative;
}
.zxft-more {
  position: absolute;
  top: 30px;
  right: 20px;
  color: rgba(153, 153, 153, 1);
}
.zxft-article {
  margin-top: 26px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(214, 214, 214, 1);
}
.zxft-article img {
  width: 100%;
  height: 216px;
  margin-bottom: 30px;
}
.zxft-article p {
  margin-bottom: 30px;
}
.zxft-article p span:first-child {
  display: inline-block;
  padding: 4px 16px;
  color: rgba(208, 17, 34, 1);
  border-radius: 15px 0px 15px 15px;
  border: 1px solid rgba(208, 17, 34, 1);
  float: left;
}
.zxft-article p span:last-child {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 4px;
  padding-left: 20px;
  color: rgba(0, 0, 0, 1);
}
.zxft-item-more {
  display: block;
  margin-top: 19px;
  margin-bottom: 19px;
  font-size: 20px;
  font-weight: 700;
  color: rgba(140, 115, 77, 1);
}
.zxft-item ul li {
  margin-top: 12px;
}
.zxft-item ul li a {
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: rgba(51, 51, 51, 1);
  padding-left: 19px;
  position: relative;
}
.zxft-item ul li a:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: rgba(216, 216, 216, 1);
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 10px;
}

@media screen and (max-width: 1000px) {
  .zmhd-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .zmhd-right {
    width: 100%;
  }

  .top-list li {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-list {
    margin-bottom: 20px;
  }
  .top-list li img {
    width: 50%;
    max-width: 130px;
  }
  .top-list li a {
    height: auto;
    padding-bottom: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .wrapper-zwdt {
    margin-top: 20px;
  }

  .common-header4 .mail-more {
    font-size: 16px;
    margin-left: 10px;
  }

  .mail-list li a {
    padding: 15px 0 15px 25px;
  }
  .mail-list li p {
    font-size: 16px;
  }
  .mail-list li span i:first-child {
    padding-left: 10px;
    padding-right: 10px;
  }

  .zxft {
    min-height: auto;
  }
  .zxft-article img {
    height: auto;
  }
  .zxft-item ul li a {
    font-size: 16px;
  }
}
