.navigation_head {
  margin: 41px 0 30px 0;
}
.navigation_head span {
  font-size: 14px;
  font-weight: 400;
  color: #999;
}
.navigation_head span a {
  font-size: 14px;
  font-weight: 400;
  color: #999;
}
.navigation_head .text {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  cursor: pointer;
}
.top {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
.navigation_head .text:hover {
  color: #49B849;
}
.version {
  width: 1200px;
  margin: 0 auto;
}
body {
  overflow-x: hidden;
}
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
.part5_figure li {
  width: 280px;
  height: 200px;
  background: #FFF;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.14);
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  float: left;
  position: relative;
  box-sizing: border-box;
  margin: 62px 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 {
  box-shadow: 0px 4px 12px 2px rgba(10, 157, 10, 0.2);
}
.part5_figure li a:hover span,
.part5_figure li a:hover p {
  color: #49B849;
}
.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;
}
.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: 4;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  box-sizing: border-box;
  text-align: left;
}
