.list-cover {
  padding: 18.67vw 2.67vw 3.73vw;
}
.cont-item {
  /* height: 53.33vw; */
  padding: 4.27vw 2.67vw 4.27vw 5.33vw;
  position: relative;
  display: flex;
  /* align-items: center; */
  background-color: #f4faff;
  border-radius: 4px;
  margin-bottom: 4.27vw;
}

.ci-right-img {
  display: block;
  width: 26.67vw;
  height: 21.33vw;
  border-radius: 3px;
  overflow: hidden;
  margin-left: 2.67vw;
}
.ci-left {
  flex: 1;
  overflow: hidden;
}
.ci-left-title1 {
  font-size: 3.2vw;
  color: #4d8cf3;
  margin-bottom: 2.13vw;
}
.ci-left-title {
  font-size: 3.73vw;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2; /* 限制行数为3 */
  -webkit-box-orient: vertical;
  margin-bottom: 2.67vw;
  min-height: 10.67vw;
}
.ci-top {
  padding-right: 29.33vw;
}
.ci-left-time {
  font-size: 3.2vw;
  color: #666;
  margin-bottom: 2.67vw;
}
.ci-left-desc {
  font-size: 3.47vw;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3; /* 限制行数为3 */
  -webkit-box-orient: vertical;
}
.ci-right {
  position: absolute;
  top: 2.67vw;
  right: 2.67vw;
}
