.section-box {
  min-width: 1332px;
}

.section-box-wrap {
  width: 1332px;
}

.wrap .section-box-wrap {
  display: flex;
  gap: 55px;
  margin-top: 47px;
  margin-bottom: 31px;
}

.content-breadcrumb {
  padding-top: 98px;
  padding-left: 32px;
}

.content-breadcrumb .breadcrumb {
  margin-bottom: 31px;
}

.content-breadcrumb .breadcrumb .breadcrumb-item:not(.active) a {
  color: var(--bs-breadcrumb-item-active-color);
}

.search-box {
  display: flex;
  align-items: center;
}

.search-box .input-group {
  width: 360px;
}

.search-box .search-result-text {
  font-size: 14px;
  color: #8a8a8a;
  line-height: 16px;
  margin: 0 21px 0 31px;
}

.search-box .form-control,
.search-box .input-group-text {
  font-size: 14px;
}

.search-box .dropdown {
  font-size: 14px;
  line-height: 16px;
  color: #8a8a8a;
}

.search-box .dropdown-toggle {
  cursor: pointer;
}

.dropdown-menu {
  font-size: 14px;
  padding: 0;
  line-height: 30px;
}

.content-category {
  width: 929px;
  flex: 0 0 929px;
  height: fit-content;
}

.content-category .category {
  display: flex;
  flex-wrap: wrap;
  gap: 37px 15px;
}

.content-category .category-title {
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  line-height: 28px;
}

.content-category .more {
  margin-bottom: 29px;
}

.content-category .more > .category-title {
  margin-bottom: 29px;
  font-size: 24px;
  color: #3061ab;
  line-height: 28px;
  position: relative;
}

.content-category .more > .category-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 8px;
  background: #3061ab;
  border-radius: 0px 0px 0px 0px;
  width: 32px;
  height: 2px;
}

.content-category .content-item {
  display: flex;
  gap: 27px;
  margin-bottom: 42px;
  cursor: pointer;
}

.content-category .content-item:hover .content-item-info .category-title {
  background: linear-gradient(345.60265523086997deg, #ff6b01 0%, #fc0182 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content-category .content-item .content-item-cover {
  flex: 0 0 255px;
  width: 255px;
  height: 131px;
  border-radius: 8px;
  overflow: hidden;
}

.content-category .content-item .content-item-info {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.content-category .content-item .content-item-info .category-title {
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  color: #000000;
  line-height: 24px;
}

.content-category .content-item .content-item-info .content-item-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #7c7c7c;
  line-height: 20px;
  margin: 15px 0;
}

.content-category .content-item .content-item-info .content-item-meta {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #7c7c7c;
  line-height: 16px;
}

.content-category
  .content-item
  .content-item-info
  .content-item-meta
  .content-tag {
  margin-left: 65px;
}

.content-category
  .content-item
  .content-item-info
  .content-item-meta
  .content-view {
  display: flex;
  align-items: center;
  gap: 8px;
}

.content-category .load-more-btn {
  width: 100%;
  margin: auto;
  text-align: center;
}

.content-category .load-more-btn .btn {
  width: 171px;
  height: 48px;
  line-height: 48px;
  border-radius: 32px;
}

.pagination {
  float: right;
}

@media (max-width: 768px) {
  .section-box {
    min-width: auto;
  }

  .section-box-wrap {
    width: 100%;
    display: block;
  }

  .content-category {
    width: 100%;
    flex: none;
  }

  .wrap .section-box-wrap {
    margin-top: 24px;
    margin-bottom: 0;
  }

  .search-box {
    display: flex;
    gap: 16px;
  }

  .content-breadcrumb .breadcrumb .breadcrumb-item a {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
  }

  .content-breadcrumb .breadcrumb .breadcrumb-item a {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
  }

  .content-breadcrumb .breadcrumb .breadcrumb-item:not(.active) a {
    color: var(--bs-breadcrumb-item-active-color);
  }

  .content-breadcrumb .breadcrumb {
    margin-bottom: 20px;
  }

  .content-breadcrumb {
    padding-top: 80px;
    padding-left: 0;
  }

  .search-box .input-group {
    width: auto;
    flex: 1;
  }

  .content-category .more > .category-title {
    font-size: 20px;
    line-height: 24px;
  }

  .content-category .content-item {
    flex-direction: column;
    gap: 0;
  }

  .content-category .content-item .content-item-cover {
    width: 100%;
    height: calc((100vw - 56px) / 2);
    border-radius: 12px;
    overflow: hidden;
    flex: auto;
  }

  .content-category .category {
    gap: 20px;
  }

  .content-category .content-item .content-item-info .category-title {
    font-weight: 500;
    margin: 18px 0 8px;
    font-size: 17px;
    color: #000000;
    line-height: 27px;
  }

  .content-category .content-item .content-item-info .content-item-desc {
    margin: 0 0 12px;
    font-size: 12px;
    color: #7c7c7c;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }

  .content-category .content-item .content-item-info .content-item-meta {
    font-size: 12px;
  }

  .wrap .content-aside {
    display: none;
  }

  .pagination {
    float: none;
  }
}
