.all {
  padding-top: 184px;
}

.title {
  line-height: 1;
}

.list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list .l {
  width: 80%;
}
.list .time {
  line-height: 1;
  color: #999999;
}
.list .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.list .tit a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.list .tit a:hover {
  color: #0460A9;
}
.list .tag {
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}
.list .tag div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list .tag em {
  width: 1px;
  background: #999;
  margin: 0 20px;
}
.list .tag svg {
  margin-right: 10px;
  width: 12px;
}
.list .download {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.list .download svg {
  width: 15px;
}
.list .download svg path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.list .download:hover {
  background: #333;
  border-color: #333;
}
.list .download:hover svg path {
  fill: #fff;
}

.store {
  height: 360px !important;
}
.store ul {
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
}

@media screen and (max-width: 1700px) {
  .all {
    padding-top: 12vw;
  }
  .list .download {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .all {
    padding-top: 14vw;
  }
}
@media screen and (max-width: 768px) {
  .all {
    padding-top: 24vw;
  }
  .list .tag {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list .tag em {
    margin: 0 10px;
  }
}