@charset "UTF-8";
/*单行省略号*/
/*多行省略号*/
/**清除浮动**/
/**fit img**/
/*主色调*/
/*移动左右间隙*/
br {
  content: "";
  display: block;
  height: 10px;
}

.download-list {
  padding-top: 0.3rem;
}

.download-list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.download-list .item ~ .item {
  margin-top: 0.1rem;
}

.download-list .item .img {
  width: 1.8rem;
  height: 1.8rem;
  flex-shrink: 0;
}

.download-list .item .img img {
  width: 100%;
  height: 100%;
}

.download-list .item .info {
  width: calc(100% - 2rem);
}

.download-list .item .tit {
  font-size: 0.16rem;
  line-height: 1.625;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.download-list .item .date {
  font-size: 0.13rem;
  color: #999;
  margin-top: 0.1rem;
}

.download-list .item .down {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  margin-top: 0.2rem;
}

.download-list .item .down img {
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  .download-list .item .tit {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .download-list .item .date {
    font-size: 14px;
  }
  .download-list .item {
    margin-bottom: 20px;
  }
  .download-list .item .img {
    width: 2rem;
    height: 2rem;
  }
  .download-list .item .info {
    width: calc(100% - 2.35rem);
  }
  .download-list .item .down {
    margin-top: 0.1rem;
    width: 0.4rem;
    height: 0.4rem;
  }
  .download-list .item ~ .item {
    margin-top: 0.15rem;
  }
}

/*# sourceMappingURL=maps/download.css.map */
