.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 {
  background-color: #F9FAFD;
  padding: 40px 0 160px 0;
  min-width: 1200px;
}

.column {
  width: 100%;
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #F8F8F8;
  padding: 17px 0 5px 30px;
  margin: 25px 0 30px 0;
}

.column .column-box .d2 {
  /* width: 1200px; */
}

.column .column-box a {
  display: inline-block;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  padding: 6px 15px;
  border-radius: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.column .column-box .active {
  background: #80CEEB;
  color: #fff;
}

.content ul li {
  width: 385px;
  height: 110px;
  background: #FFFFFF;
  box-shadow: 0px 2px 9px 0px rgba(44, 44, 46, 0.2);
  border-radius: 10px 10px 10px 10px;
  margin-bottom: 30px;
  position: relative;
  padding: 26px 0 0 20px;
  float: left;
  margin-right: 20px;
}

.content ul li:nth-child(3n) {
  margin-right: 0;
}

.content ul li:hover a p {
  color: #80CEEB;
}

.content ul li:hover a img {
  opacity: 1;
}

.content ul li a p {
  width: 70%;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.content ul li a img {
  width: 28px;
  height: 9px;
  display: block;
  margin-top: 20px;
  opacity: .3;
}

.content ul li .bck {
  width: 112px;
  height: 90px;
  display: block;
  position: absolute;
  right: 20px;
  top: 21px;
}