.toppic {
  height: 80vh;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.toppic .box {
  margin-top: 100px;
  margin-left: 64px;
}
.toppic .box h1 {
  font-size: 60px;
  color: #fff;
}

.downlist .pic {
  width: 100%;
  height: 210px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}
.downlist .text a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.downlist .text a * {
  color: #000 !important;
}
.downlist .text a .left {
  width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}