.downloadList .downloadItem .title i, .downloadList .downloadItem {
  transition: all 0.5s linear;
}

.note {
  padding: 10px;
  font-size: 15px;
  line-height: 1.6;
  background-color: #f1f1f1;
}
.note a {
  font-size: 18px;
  color: #09f;
}
@media (min-width: 1181px) {
  .note a:hover {
    text-decoration: underline;
  }
}

.downloadList .downloadItem {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 1181px) {
  .downloadList .downloadItem:hover {
    background-color: #fff;
  }
  .downloadList .downloadItem:hover h3 a,
  .downloadList .downloadItem:hover h3 i {
    margin: 0 5px;
    color: #BB9453;
  }
}
.downloadList .downloadItem .title a {
  display: block;
  position: relative;
  padding: 10px 5px;
  font-weight: 400;
  font-size: 20px;
  color: #000;
  cursor: pointer;
}
.downloadList .downloadItem .title i {
  color: #000;
}
.downloadList .downloadItem .text {
  font-size: 13px;
  line-height: 1.8;
  color: #474747;
}
