@charset "UTF-8";
/**
 * 陕西省住房和城乡建设厅
 * date: 2024-8-20
 * author: gaojing;
 */
.download-item {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  border-bottom: 1px solid rgba(227, 234, 244, 0.56);
}
.download-item:nth-child(2n) {
  background: #F5F9FF;
}
.download-item .name {
  display: flex;
  align-items: center;
  color: #333;
  font-weight: bold;
}
.download-item .name .icon {
  margin-right: 10px;
}
.download-item .date {
  color: #666;
}