.hgs-channel__section {
  position: relative;
}

.hgs-channel__section--category {
  margin-top: -60px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.hgs-channel__section--category .hgs-channel__container,
.hgs-channel__section--content .hgs-channel__container {
  margin: 0 auto;
}

.hgs-channel__section--category .hgs-channel__container {
  width: 100%;
  max-width: 1440px;
  min-height: 60px;
}

.hgs-channel__section--content {
  background: #050505 url("../origin/img/about_bj.jpg") no-repeat center center / cover;
}

.hgs-channel__section--content .hgs-channel__container {
  width: 94%;
  max-width: 1400px;
}

.hgs-channel__category-card .p_problemCategory,
.hgs-channel__category-card .p_category,
.hgs-channel__category-card .hgs-channel-category__shell,
.hgs-channel__category-card .hgs-channel-category__body,
.hgs-channel__panel,
.hgs-channel__panel-body,
.hgs-channel__category-card .hgs-channel-category__panel {
  width: 100%;
}

.hgs-news-root .hgs-channel__category-card {
  width: auto;
  max-width: 152px;
  min-height: 60px;
  margin: 0 auto;
}

.hgs-channel__category-card .hgs-channel-category__trigger {
  width: 100%;
  min-height: 50px;
  padding: 0 16px;
  border: 1px solid transparent;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: 1.5;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
}

.hgs-channel__category-card .hgs-channel-category__trigger-icon {
  margin-left: 10px;
  font-size: 12px;
}

.hgs-channel__category-card .hgs-channel-category__close {
  display: none;
  width: 100%;
  padding: 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.hgs-channel__category-card .hgs-channel-category__close-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hgs-news-root .hgs-channel__category-card .p_btn-show,
.hgs-news-root .hgs-channel__category-card .hgs-channel-category__trigger {
  display: none;
}

.hgs-news-root .hgs-channel__category-card .p_problemCategory,
.hgs-news-root .hgs-channel__category-card .p_category,
.hgs-news-root .hgs-channel__category-card .p_categoryBox,
.hgs-news-root .hgs-channel__category-card .hgs-channel-category__shell,
.hgs-news-root .hgs-channel__category-card .hgs-channel-category__body,
.hgs-news-root .hgs-channel__category-card .hgs-channel-category__panel {
  width: 100%;
}

.hgs-news-root .hgs-channel__category-card .p_categoryBox,
.hgs-news-root .hgs-channel__category-card .hgs-channel-category__panel {
  line-height: 24px;
  background: transparent;
}

.hgs-news-root .hgs-channel__category-card .p_parentBox,
.hgs-news-root .hgs-channel__category-card .hgs-channel-category__item {
  position: relative;
  width: auto;
  float: left !important;
  background: transparent;
  color: #000;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.hgs-news-root .hgs-channel__category-card .p_parentBox:last-child .p_linkBox,
.hgs-news-root .hgs-channel__category-card .hgs-channel-category__item:last-child .hgs-channel-category__link {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.hgs-news-root .hgs-channel__category-card .p_linkBox,
.hgs-news-root .hgs-channel__category-card .hgs-channel-category__link {
  width: 150px;
  display: flex;
  align-items: center;
  height: 60px;
  padding: 10px 40px;
  text-align: center;
  background: linear-gradient(to right, #d80600, #d80600) no-repeat;
  background-size: 0% 100%;
  transition: all 0.5s;
}

.hgs-news-root .hgs-channel__category-card .p_linkBox:hover,
.hgs-news-root .hgs-channel__category-card .p_linkBox.hgs-is-current,
.hgs-news-root .hgs-channel__category-card .hgs-channel-category__link:hover,
.hgs-news-root .hgs-channel__category-card .hgs-channel-category__link.hgs-is-current {
  background-size: 100% 100%;
}

.hgs-news-root .hgs-channel__category-card .p_linkBox.hgs-is-current,
.hgs-news-root .hgs-channel__category-card .hgs-channel-category__link.hgs-is-current {
  background-color: #d40006 !important;
}

.hgs-news-root .hgs-channel__category-card .p_title,
.hgs-news-root .hgs-channel__category-card .hgs-channel-category__title {
  flex: 1;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hgs-news-root .hgs-channel__category-card .p_linkBox:hover .p_title,
.hgs-news-root .hgs-channel__category-card .p_linkBox.hgs-is-current .p_title,
.hgs-news-root .hgs-channel__category-card .hgs-channel-category__link:hover .hgs-channel-category__title,
.hgs-news-root .hgs-channel__category-card .hgs-channel-category__link.hgs-is-current .hgs-channel-category__title {
  color: #fff;
}

.hgs-news-root .hgs-channel__category-card .p_image,
.hgs-news-root .hgs-channel__category-card .p_childBox,
.hgs-news-root .hgs-channel__category-card .hgs-channel-category__thumb,
.hgs-news-root .hgs-channel__category-card .hgs-channel-category__children {
  display: none;
}

.hgs-news-root .hgs-channel__category-card .p_categoryBtn,
.hgs-news-root .hgs-channel__category-card .hgs-channel-category__icon {
  display: none;
}

.hgs-channel__article-body {
  overflow: hidden;
}

.hgs-channel__article-body img,
.hgs-channel__article-body video,
.hgs-channel__article-body iframe,
.hgs-channel__article-body table {
  max-width: 100% !important;
  height: auto !important;
}

.hgs-channel__empty {
  padding: 40px 20px;
  color: #999;
  line-height: 1.8;
  text-align: center;
}

@media (max-width: 768px) {
  .hgs-channel__section--category {
    margin-top: 0;
    background: transparent;
  }

  .hgs-channel__section--category .hgs-channel__container,
  .hgs-channel__section--content .hgs-channel__container {
    width: calc(100% - 24px);
  }

  .hgs-channel__section--content {
    background-position: center top;
  }

  .hgs-channel__category-card .p_btn-show,
  .hgs-channel__category-card .hgs-channel-category__trigger {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }

  .hgs-channel__category-card .p_btn-hide,
  .hgs-channel__category-card .hgs-channel-category__close {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
  }

  .hgs-channel__category-card .p_category,
  .hgs-channel__category-card .hgs-channel-category__body {
    display: none !important;
    margin-top: 12px;
  }

  .hgs-channel__category-card.hgs-is-open .p_category,
  .hgs-channel__category-card.hgs-is-open .hgs-channel-category__body {
    display: block !important;
  }

  .hgs-news-root .hgs-channel__category-card {
    max-width: none;
    width: 100%;
  }

  .hgs-news-root .hgs-channel__category-card .p_btn-show,
  .hgs-news-root .hgs-channel__category-card .hgs-channel-category__trigger {
    display: flex !important;
    padding: 0 16px;
    background-color: #d80600;
    border-color: #d80600;
    border-style: solid;
    color: #fff;
    line-height: 50px;
  }

  .hgs-news-root .hgs-channel__category-card .p_btn-hide,
  .hgs-news-root .hgs-channel__category-card .hgs-channel-category__close {
    background: #7f7f7f;
  }

  .hgs-news-root .hgs-channel__category-card .p_categoryBox,
  .hgs-news-root .hgs-channel__category-card .hgs-channel-category__panel {
    background: #fff;
  }

  .hgs-news-root .hgs-channel__category-card .p_parentBox,
  .hgs-news-root .hgs-channel__category-card .hgs-channel-category__item {
    float: none !important;
    width: 100%;
    border-left: 0;
    background: #fff;
  }

  .hgs-news-root .hgs-channel__category-card .p_linkBox,
  .hgs-news-root .hgs-channel__category-card .p_parentBox:last-child .p_linkBox,
  .hgs-news-root .hgs-channel__category-card .hgs-channel-category__link,
  .hgs-news-root .hgs-channel__category-card .hgs-channel-category__item:last-child .hgs-channel-category__link {
    width: 100%;
    height: 50px;
    padding: 5px 10px;
    background: transparent;
    border-right: 0;
    border-bottom: 1px solid #fff;
  }

  .hgs-news-root .hgs-channel__category-card .p_title,
  .hgs-news-root .hgs-channel__category-card .hgs-channel-category__title {
    color: #333;
    font-size: 14px;
    padding-left: 15px;
    text-align: left;
  }

  .hgs-news-root .hgs-channel__category-card .p_linkBox.hgs-is-current .p_title,
  .hgs-news-root .hgs-channel__category-card .hgs-channel-category__link.hgs-is-current .hgs-channel-category__title {
    color: #fff;
  }

  .hgs-news-root .hgs-channel__category-card .p_categoryBtn,
  .hgs-news-root .hgs-channel__category-card .hgs-channel-category__icon {
    display: inline-block;
  }
}
