.list-download001 {
  /* padding-top: 0.4rem; */
}

.list-download001 ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2%;
}

.list-download001 ul .dep-class-tit {
  position: relative;
  overflow: hidden;
  margin-top: 0.4rem;
}

.list-download001 ul .dep-class-tit:first-child {
  margin-top: 0;
}

.list-download001 ul .dep-class-tit h2 {
  float: left;
  line-height: 0.4rem;
  padding: 0.1rem 0 0.15rem 0.35rem;
  width: 2.5rem;
  font-size: 0.22rem;
  position: relative;
  z-index: 2;
  font-weight: normal;
  background: #f5f6f9;
  color: #333;
}

.list-download001 ul .dep-class-tit h2:after {
  content: "";
  position: absolute;
  left: 0.35rem;
  bottom: 0;
  margin-top: -0.03rem;
  height: 0.07rem;
  width: 0.82rem;
  background: var(--ruifox-color-primary-1);
}

.list-download001 ul .dep-class-tit:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.3rem;
  height: 0.01rem;
  width: 100%;
  background: #ececec;
}

.list-download001 ul li {
  width: 48%;
  margin-right: 2%;
  padding: 0.15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: #eaeaeb 1px solid;
  transition: all 0.3s;
  background-color: #fff;
  margin-bottom: 0.2rem;
  position: relative;
  border-radius: 0.1rem;
}

.list-download001 ul li:before {
  content: "";
  height: 0.24rem;
  border-left: 0.05rem solid var(--ruifox-color-primary-1);
  position: absolute;
  left: -0.05rem;
  top: 50%;
  transform: translateY(-50%);
}

.list-download001 ul li a {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  transition: all 0.3s;
  background-color: #fff;
  box-shadow: none;
}

.list-download001 ul li a p {
  font-size: 0.18rem;
  line-height: 0.27rem;
  max-height: 0.27rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  color: #333;
  margin-right: 0.2rem;
}

.list-download001 ul li a .more {
  width: 1.2rem;
  height: 0.25rem;
  border-radius: 0.3rem;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  transition: all 0.3s;
}

.list-download001 ul li a .more span {
  font-size: 0.16rem;
  line-height: 1;
}

.list-download001 ul li a .more i {
  margin-left: 0.05rem;
  font-size: 12px;
}

.list-download001 ul li a i {
  padding: 0.02rem 0.03rem;
  border-radius: 2px;
  margin-right: 0.05rem;
  color: var(--ruifox-color-primary-1);
  font-size: 0.24rem;
}

.list-download001 ul li .check-btn {
  padding: 0.02rem 0.05rem;
  font-size: 0.24rem;
  line-height: 0.24rem;
  color: var(--ruifox-color-primary-1);
}

.list-download001 ul li:hover {
  border-color: var(--ruifox-color-primary-2);
}

.list-download001 ul li:hover a {
  box-shadow: none;
}

.list-download001 ul li:hover a p {
  color: var(--ruifox-color-primary-1) !important;
}

.list-download001 ul li:hover a .more {
  background-color: var(--ruifox-color-primary-1);
  border-color: var(--ruifox-color-primary-1);
  color: #fff;
}

.list-download001 ul li:hover a i {
  animation: showArrow1 1s;
}

@keyframes showArrow1 {
  0% {
    opacity: 0;
    transform: translateY(-0.1rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1920px) {
  .pager.ruifox-editor {
    margin-top: -1.0rem !important;
    margin-bottom: 0.4rem !important;
  }
}

@media (max-width: 1360px) {
  .pager.ruifox-editor {
    margin-top: -4.4rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media (max-width: 960px) {
  .list-download001 ul .dep-class-tit {
    margin-top: 20px;
  }

  .list-download001 ul li {
    width: 100%;
  }

  .list-download001 ul li a {
    flex-wrap: wrap;
    padding: 10px;
  }

  .list-download001 ul li a p {
    width: calc(100% - 0.5rem);
    margin-right: 0;
    line-height: 0.18rem;
    max-height: 0.36rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }

  .list-download001 ul li a .more {
    display: none;
  }

  .pager.ruifox-editor {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}

@media (max-width: 600px) {
  .list-download001 ul li a i {
    font-size: 0.14rem;
  }

  .aline_w {
    font-size: 0.18rem;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

  }
}

/*# sourceMappingURL=ruifox-list-download001.css.map */