@import "normalize.css";
body {
  min-width: 1073px;
  font-family: "Microsoft YaHei", "PingFang SC";
}
.nav {
  min-width: 1073px;
}
.container {
  overflow: hidden;
  background: #f8f8f8;
}
.content {
  width: 1073px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 5px rgba(128, 110, 95, 0.04);
  border-radius: 10px;
  margin: 130px auto 54px;
  padding: 34px;
  box-sizing: border-box;
}
.detail_t {
  font-size: 28px;
  color: #222;
  font-weight: bold;
  background: url(../images/icon_zj_detail.png) no-repeat left center/auto 24px;
  padding-left: 62px;
}
.detail_c {
  margin-top: 50px;
}
.detail_c img {
  width: 141px;
  height: 141px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}
.detail_c > div {
  padding-left: 172px;
  width: 100%;
}
.detail_c > div h3 {
  font-size: 24px;
  color: #222222;
  margin-bottom: 30px;
}
.detail_c > div h3 span {
  font-size: 16px;
  margin-left: 10px;
}
.detail_c > div p {
  font-size: 16px;
  line-height: 22px;
  color: #555555;
}
.detail_c > div i {
  font-style: normal;
  display: block;
  width: 56px;
  height: 24px;
  background-color: #ffe6e9;
  text-align: center;
  line-height: 24px;
  margin-top: 38px;
  margin-bottom: 10px;
}
