.news .item {
  float: left;
  cursor: pointer;
  margin-right: 25px;
  margin-bottom: 60px;
  width: 350px;
}
.news .item img {
  width: 100%;
}
.news a:nth-child(3n) .item {
  margin-right: 0px;
}
.news .item-info {
  width: 100%;
  padding: 34px 20px 50px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.3);
  color: #888;
}
.news .item-info span {
  font-size: 10px;
}
.news .item-info p {
  font-size: 18px;
  font-weight: 900;
  color: #000;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.news .item-info > div {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.news .loader {
  width: 233px;
  height: 45px;
  line-height: 45px;
  color: #e4007f;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #e4007f;
  margin: 0 auto 130px;
  text-align: center;
  font-size: 16px;
}
