.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
.container {
  /* padding-top: 30px; */
  background-color: #fff;
  min-width: 1200px;
}
.container h3 {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 22px;
  color: #333333;
}
.content {
  margin-bottom: 40px;
}
.content ul {
  margin-top: 20px;
}
.content ul li {
  float: left;
  width: 580px;
  height: 214px;
  background: #FFFFFF;
  box-shadow: 0px 2px 14px 0px rgba(203, 203, 203, 0.6);
  border-radius: 10px 10px 10px 10px;
  margin-right: 40px;
  margin-bottom: 30px;
}
.content ul li:hover {
  background-color: #F6F8FF;
}
.content ul li:nth-child(2n) {
  margin-right: 0;
}
.content ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.content ul li .left {
  width: 120px;
  height: 120px;
  margin-right: 20px;
}
.content ul li .left img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.content ul li .right span {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 22px;
  color: #333333;
}
.content ul li .right p {
  width: 384px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 25px;
  padding-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.content ul li .right img {
  width: 28px;
  height: 9px;
  display: block;
  margin-top: 26px;
}
.container .head {
  height: 28px;
  line-height: 28px;
  position: relative;
  padding: 0 12px;
}
.container .head .head-title {
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #31a67f;
  line-height: 28px;
  letter-spacing: 1px;
  margin-right: 29px;
}
.container .head:after {
    content: "";
    width: 4px;
    height: 17px;
    background-color: #31a67f;
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
}
.navigation-bread {
  margin-bottom: 16px;
}
.navigation-bread {
  margin-top: 20px;
  overflow: hidden;
}
.navigation-bread span,
.navigation-bread a {
  font-size: 16px;
  color: #666666;
  display: block;
  line-height: 21px;
  float: left;
  margin-right: 5px;
}
.navigation-bread .navigation-cur {
  color: #31a67f;
  cursor: default;
}
.navigation-bread > a + a:before {
  content: "> ";
  color: #999999;
}