/* .page-content {
  position: relative;
  background-color: #fff;
  padding-left: 20%;
  padding-right: 10%;
  overflow: hidden;
} */
.page-content-body {
  margin-top: 0;
}
.page-content-left-foot {
  width: 100%;
}

.person-content-body-title {
  position: relative;
  width: 100%;
  height: 394px;
 /*  overflow: hidden; */
  background-color: #f6f6f6;
}
.person-content-body-title-img {
  /* width: 30%; */
  height: 100%;
  float: left;
  overflow: hidden;
}
.person-content-body-title-img img{display: block; height:100%;}

.person-content-body-title-info {
  width: 70%;
  height: 100%;
  float: left;
  background-color: #f6f6f6;
  padding:20px 50px;
}
.person-baseInfo {
  border-bottom: 1px solid #afafaf;
}
.person-baseInfo > li {
  position: relative;
  display: block;
}
.person-name {
  font-size: 38px;
  font-weight: bolder;
  float: left;
}
.person-addr {
  float: left;
  font-size: 24px;
  color: #a37b46;
  margin-left: 54px;
  margin-top: 20px;
  padding-left: 40px;
  background-image: url("../resource/images/position.png");
  background-position: left;
  background-repeat: no-repeat;
  height: 26px;
  line-height: 26px;
}
.person-addr.lsIcon{
  background-image: url("../images/ls_icon.png");
}
.person-li-height {
  line-height: 48px;
}
.person-list-title {
  font-size: 26px;
  color: #777;
}
.person-list-desc {
  font-size: 24px;
  color: #777;
}
.person-link-type > li {
  line-height: 40px;
}
.person-link-type {
  padding: 16px 0;
  border-bottom: 2px solid #afafaf;
}
.person-foot-group {
  padding: 10px 0;
  border: 0px;
  margin-top: 8px;
}
.person-foot-group li {
  float: left;
}
.person-foot-icon {
  height: 28px;
  line-height: 28px;
  padding-left: 30px;
  font-size: 20px;
  color: #b09268;
  background-repeat: no-repeat;
  margin-right: 90px;
}
.person-foot-icon a{color: #b09268;}
.person-foot-icon a:hover{text-decoration: underline;}
.person-sub-head {
  margin-top: 60px;
}
.page-content-title > ul > li {
  font-size: 24px;
}
.person-sub-content {
  margin-top: 10px;
}
.person-sub-content-group {
  width: 100%;
}
.person-sub-content-title,
.person-sub-content-info h2 {
  font-size: 24px;
  line-height: 48px;
  margin-bottom: 10px;
  border-bottom: 1px solid #afafaf;
}
.person-sub-content-info {
  font-size: 18px;
  line-height: 34px;
  padding: 20px 0;
}
.person-sub-content-info > ul {
  padding-left: 20px;
}
.person-sub-content-info > ul > li {
  list-style: disc;
}