

.top {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}

.version {
  width: 1200px;
  margin: 0 auto;
}

body {
  overflow-x: hidden;
}

header {
  position: static;
  border-bottom: 1px solid #E1E3E2;
}

.backdrop {
  padding: 30px 0 100px;
  width: 100%;
  /* background: url(../images/backdrop.png) no-repeat center top; */
  overflow: hidden;
  min-width: 1200px;
  background-size: 100% auto;
}

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}

.clearfix {
  zoom: 1;
}

.part5_figure li {
  width: 280px;
  height: 200px;
  background: linear-gradient(180deg, #d2eeff 0%, #ffffff 100%);
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  float: left;
  position: relative;
  box-sizing: border-box;
  margin: 80px 26px 35px 0;
}

.part5_figure li:nth-child(4n) {
  margin-right: 0;
}

.part5_figure li:nth-child(5) {
  z-index: 1;
}

.part5_figure li:hover {
  background: white;
  box-shadow: 0px 3px 4px 0px rgba(138, 138, 138, 0.18);
  cursor: pointer;
}

.part5_figure li:hover span,
.part5_figure li:hover p {
  color: #0068B7;
}

.part5_figure li:hover .part5_pic img {
  border: 2px solid #0068B7;
}

.part5_figure .part5_pic {
  width: 134px;
  height: 134px;
  position: absolute;
  top: -72px;
  left: 73px;
  z-index: 1;
}

.part5_figure .part5_pic img {
  width: 100%;
  display: block;
  border-radius: 50%;
  border: 3px solid white;
}

.part5_figure .part5_txt p {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  padding-bottom: 11px;
  padding-top: 79px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.part5_figure .part5_txt span {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  padding: 0 27px 0 28px;
  display: inline-block;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  box-sizing: border-box;
  text-align: center;
}