.section {
  position: relative;
  z-index: 2;
}

.section .wrap {
  width: 1420px;
  margin: 40px auto;
}
.section .wrap .title {
  text-align: center;
  margin: 0 0 45px 0;
}
.section .wrap .title span {
  font-size: 20px;
  font-family: 'Noto Sans SC', "Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  color: #caa672;
  display: block;
  font-weight: normal;
}
.section .wrap .title p {
  font-size: 13px !important;
  font-family: 'Noto Sans SC', "Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  color: #666;
}
.section .wrap .title .line {
  width: 200px;
  height: 1px;
  background: #e8e8e8;
  margin:15px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section .wrap .title .line div {
  width: 80px;
  height: 1px;
  background: #caa672;
}

.section .wrap .content {
  height: 280px;
  background: #cba875;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section .wrap .content > div {
  display: flex;
  justify-content: center;
}
.section .wrap .content .item {
  position: relative;
  cursor: pointer;
}
.section .wrap .content .item:not(:last-child):after {
  content: '';
  position: absolute;
  top: 8px;
  right: 0;
  width: 1px;
  height: 171px;
  border: 1px solid #fcfbf8;
  opacity: 0.25;
}
.section .wrap .content .item:not(:last-child) {
  padding: 0 45px 0 0;
  margin: 0 45px 0 0;
}
.section .wrap .content .item .images {
  width: 68px;
  height: 68px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section .wrap .content .item p {
  font-size: 16px;
  font-family: 'Noto Sans SC', "Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-weight: 400;
  color: #ffffff;
}
.section .wrap .content .item .images img {
  transition: 1s;
}
.section .wrap .content .item:hover .images img {
  transform: rotateY(180deg);
}
.section .wrap .team {
	border-top: 1px solid rgba(202, 166, 114, 0.33);
	display: flex;
	position: relative;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.section .wrap .team .the {
  margin: 0 125px 0 0;
}
.section .wrap .team .the .headline span {
  font-size: 26px;
  font-family: 'Noto Sans SC', "Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  color: #1c1c1c;
  line-height: 49px;
  display: block;
  margin: 0 0 26px 0;
}
.section .wrap .team .the .headline p {
  font-size: 16px;
  font-family: 'Noto Sans SC', "Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-weight: 400;
  color: #404040;
}
.section .wrap .team .the .headline {
  margin: 0 0 80px 0;
}
.section .wrap .team .the .contact p {
  font-size: 16px;
  font-family: 'Noto Sans SC', "Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  color: #1c1c1c;
  line-height: 35px;
}
.section .wrap .team .the .contact p span {
  font-family: unset;
  font-weight: 200;
}
.section .wrap .team .list {
  height: 374px;
  overflow-y: hidden;
}
.section .wrap .team .list-box {
  transition: 1s;
}
.section .wrap .team .list .item {
	min-width: 480px;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	position: relative;
	z-index: 1;
	border-radius: 6px;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}
.section .wrap .team .list .item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #ffffff;
  box-shadow: 4px 11px 21px 0px rgba(147, 147, 147, 0.07);
  border-radius: 6px;
  transition: 0.7s;
}
.section .wrap .team .list .item:not(:last-child) {
  margin: 0 0 10px 0;
}
.section .wrap .team .list .item .text span {
  font-size: 14px;
  font-family: 'Noto Sans SC', "Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  color: #010101;
  line-height: 22px;
  display: block;
  margin: 0 0 10px 0;
  transition: 0.7s;
}
.section .wrap .team .list .item .text > div {
  display: flex;
  align-items: center;
}
.section .wrap .team .list .item .text > div p {
  font-size: 14px;
  font-family: 'Noto Sans SC', "Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  color: #666;
  transition: 0.7s;
}
.section .wrap .team .list .item .text > div .line {
  width: 1px;
  height: 13px;
  background: #343434;
  opacity: 0.3;
  margin: 0 13px;
  transition: 0.7s;
}
.section .wrap .team .list .item .text > div .time {
  font-size: 14px;
  font-family: 'Noto Sans SC', "Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-weight: 300;
  color: #343434;
  transition: 0.7s;
}
.section .wrap .team .list .item .iconfont {
  color: #000;
  font-size: 26px;
  font-weight: bold;
  transition: 0.7s;
}
.section .wrap .team .list .item:hover:after {
  background: #cba875;
}
.section .wrap .team .list .item:hover .text span,
.section .wrap .team .list .item:hover .text > div p,
.section .wrap .team .list .item:hover .text > div .time,
.section .wrap .team .list .item:hover .iconfont {
  color: #fff;
}
.section .wrap .team .list .item:hover .text > div .line {
  background: #fff;
}

@media screen and (max-width: 1600px) {
  .section .wrap {
    width:90%;
    padding: 0 100px;
  }
}
.section .up-down {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
}

.section .up-down .up,
.section .up-down .down {
  width: 50px;
  height: 50px;
  line-height: 48px;
  border-radius: 50px;
  border: 2px solid #404040;
  text-align: center;
  cursor: pointer;
  margin-top: 10px;
  opacity: 0.6;
  transition: all 1s;
}
.section .up-down .up:hover,
.section .up-down .down:hover {
  border-color: #cba875;
  color: #fff;
  background-color: #cba875;
}
.section .wrap .team .list-details {
  position: absolute;
  right: 0px;
  top: -50px;
  background: #fff;
  width: 1000px;
  min-height: 500px;
  z-index: 99;
  box-sizing: border-box;
  padding: 20px;
  box-shadow: 5px 2px 9px 12px rgba(237, 246, 250, 0.6);
  display: none;
}
.section .wrap .team .list-details h2 {
  font-size: 14px;
  margin-bottom: 5px;
}
.section .wrap .team .list-details h3 {
  font-size: 14px;
  margin-bottom: 5px;
}
.section .wrap .team .list-details p {
  font-size: 13px;
  margin-bottom: 5px;
}
.section .wrap .team .list-details b {
  position: absolute;
  top: -20px;
  right: -10px;
  font-size: 26px;
  cursor: pointer;
}
.section .wrap .team .list-details .details-panel {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}
