.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;
}
.list .l {
  width: 70%;
}
.list .r {
  width: 266px;
}
.list .img {
  position: relative;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.list .img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.list .img:hover {
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
}
.list .img:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.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 .des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list .tag {
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}
.list .tag span {
  margin-right: 30px;
}
.list .tag span:last-child {
  margin-right: 0;
}

.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;
  }
}
@media screen and (max-width: 1200px) {
  .all {
    padding-top: 14vw;
  }
  .list .l {
    width: 60%;
  }
  .list .tag span {
    margin-right: 20px;
  }
}
@media screen and (max-width: 900px) {
  .list .tag span {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .all {
    padding-top: 22vw;
  }
  .list > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .list .r {
    width: 100%;
  }
  .list .l {
    width: 100%;
    margin-top: 4vw;
  }
  .list .tag {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list .tag span {
    margin-bottom: 10px;
  }
}