.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;
}
