.category_index .container h1 {
  font-size: 30px;
  color: #000;
  padding-left: 39px;
  font-weight: 600;
  position: relative;
  margin-bottom: 35px;
}
.category_index .container h1::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../../images/index/ds-home-ic-nav-24@2x.webp") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 4px;
}
.sidebar-wrapper {
  padding: 0;
  position: sticky;
  top: 96px;
}
.hot-article-box {
  margin-top: 0;
}
.hot-article-box .headtitle {
  border-bottom: none;
}
.body-white .row {
  margin: 0;
}
.body-white .recommend-list {
  margin-bottom: 80px;
}
.body-white .recommend-list ul {
  display: flex;
  justify-content: space-between;
}
.body-white .recommend-list ul li a {
  display: inline-block;
  position: relative;
}
.body-white .recommend-list ul li img {
  width: 370px;
  height: 220px;
  border-radius: 8px;
  object-fit: cover;
}
.body-white .recommend-list ul li h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  padding: 0 14px;
  bottom: 20px;
  line-height: 24px;
  z-index: 99;
}
.body-white .category_list {
  margin-top: 0px !important;
}
.body-white .category_list ul {
  gap: 20px !important;
}
.body-white .category_list ul li {
  height: auto;
  margin-right: 0;
  padding-right: 20px;
}
.body-white .category_list ul li:not(:last-child) {
  border-right: 1px solid #d8d8d8;
}
.body-white .category_list ul li:first-child {
  padding-left: 0;
}
.body-white .category_list ul li span {
  display: inline-block;
  font-size: 16px;
  position: relative;
  padding-left: 0;
  line-height: 16px;
}
.body-white .category_list ul li span:not(:first-of-type) {
  padding: 0 20px;
}
.body-white .category_list ul li span.active::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: #0028FF;
  position: absolute;
  left: 50%;
  top: 22px;
  transform: translate(-50%);
}
.body-white .post_list {
  margin-right: 0;
  margin-bottom: 0;
}
.body-white .post_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px;
  padding-left: 0;
  width: 100%;
  margin-bottom: 0;
}
.body-white .post_list ul .post-item-thumbnail {
  margin-right: 0;
  width: 100%;
}
.body-white .post_list ul li {
  display: flex;
  flex-direction: column;
  width: 32%;
  background-color: #F8F9FA;
  border-radius: 8px;
  margin-bottom: 15px;
  padding-bottom: 24px;
  justify-content: space-between;
}
.body-white .post_list ul li img {
  width: 100%;
  height: 148px;
  border-radius: 8px 8px 0 0;
  object-fit: cover;
}
.body-white .post_list ul li dl {
  padding: 0 8px;
  margin-top: 8px;
}
.body-white .post_list ul li dl dd:nth-of-type(2) div {
  justify-content: flex-end;
}
.body-white .post_list ul li dl dt a {
  font-size: 16px;
}
.body-white .post_list ul.ul_post_list {
  display: none;
}
.body-white .post_list ul.ul_post_list.active {
  display: flex;
}
.tag-label a {
  cursor: pointer;
}
.cate-nav.active::before {
  display: none;
}
@media (max-width: 1200px) {
  .content-wrapper {
    width: 100%;
  }
  .body-white .recommend-list ul {
    justify-content: space-around;
  }
}
@media (min-width: 1200px) {
  .content-wrapper.col-md-8 {
    width: 776px;
    margin-right: 40px;
    padding-top: 0;
  }
}
@media (max-width: 786px) {
  .recommend-list {
    margin-bottom: 40px;
  }
  .recommend-list ul {
    flex-direction: column;
    gap: 10px;
  }
  .recommend-list ul li {
    text-align: center;
  }
  .body-white .category_list ul li {
    padding-left: 10px;
    padding-right: 20px;
  }
  .body-white .category_list ul li:first-child {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .body-white .row .content-wrapper {
    padding-right: 0;
  }
  .body-white .post_list ul li {
    width: 100%;
  }
  .category_index .container h1 {
    margin-left: 20px;
  }
  .category_list {
    flex-direction: column;
  }
  .category_list ul li {
    height: 30px;
    margin-bottom: 20px;
    padding: 0;
  }
}
@media (max-width: 390px) {
  .body-white .post_list ul li {
    width: 100%;
  }
  .body-white .content-wrapper {
    padding: 0 !important;
  }
}
@media (max-width: 370px) {
  .recommend-list {
    display: none;
  }
}
/*# sourceMappingURL=category.css.map */