/* 分类页 */
.category-content {
  width: 1300px;
  margin: 0 auto;
  min-height: 300px;
  margin-top: 26px;
  margin-bottom: 12px;
}

/* 分类侧边栏 */
.category-content .side-bar {
  width: 380px;


}

.category-content .side-bar .cate-list-box .title {
  line-height: 54px;
  font-size: 20px;
  font-weight: bold;
  color: #f00;
  padding-left: 32px;
  border-bottom: 1px solid #3a56f7;
}

.category-content .side-bar .cate-list-box {
  margin-bottom: 12px;
  background-color: #fff;
  border-radius: 10px;
  min-height: 300px;
  padding-bottom: 30px;
}

.category-content .side-bar .cate-list-box li {
  font-size: 18px;
  color: #151414;
  height: 54px;
  line-height: 54px;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 30px;
  position: relative;
}

.category-content .side-bar .cate-list-box li span {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.category-content .side-bar .cate-list-box li.active,
.category-content .side-bar .cate-list-box li:hover {
  color: #fff;
  background-color: #3a56f7;
}

.category-content .side-bar .download-rank {
  margin-bottom: 12px;
  background-color: #fff;
  border-radius: 10px;
  padding: 38px 50px 32px 28px;
}

.category-content .side-bar .download-rank a {
  display: block;
  color: #4c1818;
  line-height: 50px;
  position: relative;
  padding-left: 16px;
}

.category-content .side-bar .download-rank .text {
  display: inline-block;
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1.2em;
  vertical-align: middle;
}

.category-content .side-bar .download-rank .text:hover {
  color: #4c1818;
  text-decoration: underline;
}

.category-content .side-bar .download-rank a .yc {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 12px;
  width: 38px;
  height: 20px;
  border-radius: 10px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background-color: #5068f2;
  transform: translate(100%, -50%) scale(0.8);
}

.category-content .side-bar .download-rank .num {
  display: inline-block;
  width: 20px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 2px;
  background-color: #f5dd7c;
  color: #fff;
  vertical-align: middle;
}

.category-content .side-bar .download-rank .first .num {
  background-color: #5068f2;
}

.category-content .side-bar .download-rank .second .num {
  background-color: #ff5555;
}

.category-content .side-bar .download-rank .third .num {
  background-color: #cc9933
}

.category-content .side-bar .download-rank .title {
  font-size: 20px;
  font-weight: bold;
  color: #f00;
  margin-bottom: 20px;
}

.category-content .right {
  width: 908px;
}

.category-content .content-list {
  width: 100%;
}

.category-content .content-list .cate {
  width: 100%;
  margin-bottom: 12px;
  background-color: #fff;
  border-radius: 10px;
  padding-bottom: 30px;
}

.category-content .cate .title {
  line-height: 44px;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
  padding-left: 26px;
}

.category-content .cate .title i {
  font-style: normal;
  margin: 0 4px;
}

.category-content .cate .title span {
  color: #666;
}

.category-content .cate .sub-cate {
  line-height: 40px;
  padding: 20px;
  padding-bottom: 0px;
}

.category-content .cate .sub-cate a {
  margin-right: 20px;
  font-size: 16px;
  white-space: nowrap;
}

.category-content .cate .sub-cate a:hover {
  text-decoration: underline;
}

.category-content .cate .sub-cate a.active {
  padding: 2px 6px;
  background-color: #3a56f7;
  color: #fff;
  font-size: 14px;
  border-radius: 10px;
}

.file-list-wrapper {
  width: 100%;
  margin-bottom: 12px;
  background-color: #fff;
  border-radius: 10px;
  padding-bottom: 30px;
  padding-top: 20px;
}