@charset "UTF-8";
@import '../redCss/zfld.css';
.zt_detailList {
  background-color: #eef4f9;
  font-family: HiraginoSansGB-W3;
  box-sizing: border-box;
}
.zt_detailList .wrapper {
  margin-bottom: 20px;
}

/* 政府领导 */
.zfld {
  background-color: #fff;
  padding: 28px;
}
.zfld .left {
  display: inline-block;
}
.zfld .left .figure {
  width: 240px;
  padding: 35px 0 24px;
  background: #f2f4f7;
}
.zfld .left .figure .figure_img {
  width: 150px;
  height: 208px;
  margin: 0 auto;
}
.zfld .left .figure .figure_img img {
  width: 100%;
  height: 100%;
}
.zfld .left .figure .figure_info {
  margin: 23px auto;
}
.zfld .left .figure .figure_info div {
  text-align: center;
  font-size: 22px;
  color: #2d66a5;
}
.zfld .left .figure .to_email {
  width: 150px;
  height: 40px;
  box-sizing: border-box;
  margin: 0 auto;
  border: 2px solid #2d66a5;
  text-align: center;
  padding-top: 6px;
  cursor: pointer;
}
.zfld .left .figure .to_email img {
  display: inline;
  margin-right: 10px;
  vertical-align: bottom;
}
.zfld .left .figure .to_email span {
  font-size: 16px;
  color: #2d66a5;
  font-weight: bold;
}
.zfld .left .leaderList {
  border: 1px solid #dddddd;
  width: 240px;
  box-sizing: border-box;
  margin-top: 26px;
}
.zfld .left .leaderList .leaderList_header {
  border-top: 6px solid #2d66a5;
  padding: 15px 18px;
}
.zfld .left .leaderList .leaderList_header img {
  vertical-align: bottom;
  margin-right: 12px;
}
.zfld .left .leaderList .leaderList_header span {
  font-size: 18px;
  color: #2d66a5;
  font-weight: bold;
}
.zfld .left .leaderList ul li {
  padding-right: 27px;
  padding-left: 7px;
  line-height: 49px;
  border-bottom: 1px solid #dddddd;
}
.zfld .left .leaderList ul li .duty {
  font-size: 16px;
  color: #555;
}
.zfld .left .leaderList ul li .duty::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/blue/arrows.png);
  background-size: cover;
  margin-right: 7px;
  transform: translateY(2px);
}
.zfld .left .leaderList ul li .name {
  font-size: 16px;
  color: #212121;
}
.zfld .right {
  width: 850px;
}
.zfld .right .work h3,
.zfld .right .resume h3 {
  font-size: 24px;
  font-weight: bold;
  color: #212121;
  padding-bottom: 10px;
  border-bottom: 1px solid #d7d7d7;
}
.zfld .right .work h3 span,
.zfld .right .resume h3 span {
  display: inline-block;
  position: relative;
}
.zfld .right .work h3 span::after,
.zfld .right .resume h3 span::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  top: 40px;
  background: #2d66a5;
}
.zfld .right .work .detail,
.zfld .right .resume .detail {
  font-size: 18px;
  padding: 18px 10px 27px;
}
.zfld .right .work .detail p,
.zfld .right .resume .detail p {
  font-size: 16px;
  line-height: 33px;
}
