.info-container {
  margin: 41px auto;
  background: rgba(134, 86, 39, 0.2);
  border-radius: 15px;
  font-family: SourceHanSansCN-Medium;
  padding: 29px;
}

.info-container a {
  margin-bottom: 24px;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 20px 10px 10px 10px;
}

.info-container a .image {
  position: relative;
  height: 188px;
}

.info-container a .image img {
  width: 100%;
  height: 100%;
}

.info-container a .image .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(119, 76, 39, 0.8);
  font-size: 20px;
  color: #FFFFFF;
  line-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 13px;
}

.info-container a .profile {
  margin: 20px 0;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 80px;
}

.info-container a .time {
  text-align: right;
  color: #CCCCCC;
}

.info-container .all-page {
  text-align: center;
}
