.banner {
  width: 100%;
  height: 555px;
  overflow: hidden;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.download-list {
  box-sizing: border-box;
  padding: 20px 0 30px 0;
  overflow: hidden;
}

.download-item {
  float: left;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px dashed #b4b4b4;
  padding: 36px 85px 30px 20px;
  font-size: 18px;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 30px;
}
.download-item:hover {
  color: #0184cc;
}
.download-item p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.download-item input {
  margin: 0;
  width: 22px;
  height: 22px;
}
.download-item a {
  margin-left: 30px;
  color: inherit;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  padding: 10px;
}
.pagination a {
  font-size: 16px;
  line-height: 1.5;
  color: #484a4e;
  padding: 6px 10px;
}

/*# sourceMappingURL=download-list.css.map */
