#article_content {
  margin-bottom: 40px;
}
#article_content h2 {
  font-size: 20px;
  color: #000;
  line-height: 26px;
  padding-left: 16px;
  margin: 40px 0;
  position: relative;
}
#article_content h2::before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 100%;
  background-color: #0028FF;
  border-radius: 4px;
  position: absolute;
  left: 0;
}
#article_content p {
  line-height: 26px;
  margin: 26px 0 !important;
}
#article_content .official-download {
  padding: 2px 6px;
  border-radius: 4px;
  background: #E06625;
}
#article_content .high-speed-disk {
  padding: 2px 6px;
  border-radius: 4px;
  background: #0028FF;
}
#article_content .network-disk-download {
  padding: 2px 6px;
  border-radius: 4px;
  background: #7C7C7C;
}
#article_content ul li p {
  margin: 0 !important;
}
.download-label {
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  padding: 2px 6px;
  margin-right: 14px;
}
#official-download {
  background: #E06625;
}
#high-speed-net-disk {
  background: #0028FF;
}
#net-disk-download {
  background: #7C7C7C;
}
.download-count {
  color: #000;
}
.content-wrapper.col-md-8 {
  padding-top: 24px;
}
/*# sourceMappingURL=software.css.map */