body {
  display: flex;
  flex-direction: column;
}
.header {
  background: rgba(14, 56, 86, 0.9);
  z-index: 100;
}
.person {
  min-height: 1200px;
  background: #f6f9fc;
}
.person .box {
  width: 1200px;
  min-width: 1200px;
  margin: 10px auto 0;
  display: flex;
  flex-wrap: wrap;
}

.person .box .item {
  display: block;
  width: 380px;
  height: 495px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.person .box .item:not(:nth-of-type(3n)) {
  margin-right: 30px;
}
.person .box .item img {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  z-index: 20;
  border: 5px solid #ffffff;
}
.person .box .item .info {
  width: 100%;
  min-height: 430px;
  box-sizing: border-box;
  padding-top: 90px;
  margin-top: -65px;
  background: #ffffff;
}
.person .box .item .info .info-title {
  text-align: center;
  line-height: 1;
}
.person .box .item .info .info-title .sp1 {
  font-size: 22px;
  font-weight: 400;
  color: #333333;
}
.person .box .item .info .info-title .sp2 {
  font-size: 16px;
  font-weight: 400;
  color: #135eac;
  padding-left: 18px;
}
.person .box .item .info .info-item {
  box-sizing: border-box;
  margin: 30px 35px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
  height: 250px;
  width: 310px;
  overflow : hidden;
  /* text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 8;
  -moz-box-orient: vertical; */
  position: relative;
}
.textse::after{
  content: "\02026";/*...*/

  font-weight: bold;

  position: absolute;

  bottom: -8px;

  right: -13px;

  padding: 0 20px 1px 45px;

  background:-webkit-linear-gradient(left,transparent,#fff 55%);

  background:-o-linear-gradient(right,transparent,#fff 55%);

  background:-moz-linear-gradient(right,transparent,#fff 55%);

  background:linear-gradient(to right,transparent,#fff 55%);
}

.infobox {
  width: 1200px;
  min-width: 1200px;
  margin: 23px auto 26px;
  display: flex;
  justify-content: space-between;
}
.info-out-left {
  width: 280px;
}
.info-left {
  width: 100%;
}
.info-left .top {
  background: linear-gradient(0deg, #135eac, #106ac7);
  border-radius: 4px 4px 0px 0px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.info-left .bot {
  box-sizing: border-box;
  padding: 18px 20px 30px;
  background: #f6f9fc;
}
.info-left .bot a {
  height: 98px;
  background: #ffffff;
  display: flex;
  align-items: center;
  color: #333333;
  box-sizing: border-box;
  padding-left: 20px;
}
.info-left .bot a img {
  display: block;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  margin-right: 19px;
}
.info-left .bot a .bot-right {
  flex: 1;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.info-left .bot a .bot-right span {
  line-height: 1;
}
.info-left .bot a .bot-right .sp1 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}
.info-left .bot a .bot-right .sp2 {
  font-size: 14px;
  font-weight: bold;
  color: #999999;
}
.info-left .bot a:not(:last-child) {
  margin-bottom: 10px;
}
.info-right {
  width: 900px;
  min-height: 855px;
  box-sizing: border-box;
  border: 1px solid #ebf0f4;
  border-radius: 4px 4px 0px 0px;
}
.right-title {
  height: 48px;
  background: #f6f9fc;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 18px;
  font-size: 15px;
  color: #333333;
}
.right-title a {
  font-size: 15px;
  color: #333333;
  padding: 0 4px;
}
.right-title a:hover {
  color: #135eac;
}
.right-title a.active {
  color: #135eac;
}
.right-title img {
  width: 19px;
  height: 19px;
  margin-right: 16px;
}
.right-info {
  box-sizing: border-box;
  padding: 40px 30px;
}
