@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  height: 100%; /* IE兼容 必须 */
  font-family: "Microsoft YaHei";
}

body,
button,
input,
select,
textarea {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased !important; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

a {
  text-decoration: none;
}
a:link, a:visited, a:hover {
  color: inherit;
  text-decoration: none;
}

img {
  border: none;
}

input {
  all: unset; /* 移除所有默认样式 */
  box-sizing: border-box; /* 让 padding 和 border 计算在 width 内 */
  font-family: inherit; /* 继承父级字体 */
  font-size: inherit; /* 继承字体大小 */
  appearance: none; /* 移除默认外观（对部分浏览器有效） */
  border: none;
  outline: none;
  background: transparent;
  font: inherit;
  padding: 0;
  margin: 0;
}
input:focus {
  outline: none;
}

button {
  all: unset; /* 移除所有默认样式 */
  background: transparent; /* 背景透明 */
  border: none; /* 移除默认边框 */
  font-family: inherit; /* 继承父元素字体 */
  font-size: inherit; /* 继承字体大小 */
  padding: 0; /* 去除内边距 */
  margin: 0; /* 去除外边距 */
  cursor: pointer; /* 使按钮可点击 */
  outline: none; /* 去除焦点框 */
  appearance: none; /* 去除系统样式 */
}

* {
  box-sizing: border-box;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  background: white;
  font-size: 16px;
}

.hlx-imit-width {
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .hlx-imit-width {
    padding: 0 12px;
  }
}
.layout-right-sidebar {
  display: flex;
  display: -ms-flexbox;
}
.layout-right-sidebar .left-content {
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
}
.layout-right-sidebar .right-sidebar {
  flex: 0 0 400px;
  -ms-flex: 0 0 400px;
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .layout-right-sidebar {
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .layout-right-sidebar .left-content {
    width: 100%;
  }
  .layout-right-sidebar .right-sidebar {
    width: 100%;
    margin-left: 0;
  }
}
.wanx-row {
  display: flex;
  display: -ms-flexbox;
}

.wanx-col {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
}

.wanx-flex-1 {
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
}

.wanx-flex-10auto {
  flex: 1 0 auto;
  -ms-flex: 1 0 auto;
}

.wanx-justify-center {
  justify-content: center;
  -ms-flex-pack: center;
}

.wanx-align-center {
  align-items: center;
  -ms-flex-align: center;
}

.hlx-component-search {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  background: white;
  border-radius: 999px;
  padding: 0 20px;
  overflow: hidden;
  height: 50px;
}
.hlx-component-search input {
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  height: 100%;
  line-height: 50px;
  letter-spacing: 1px;
}
.hlx-component-search input:placeholder {
  color: #fffcf5;
}
.hlx-component-search button {
  color: #c80500;
}

.hlx-component-column-title .content {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  padding-bottom: 10px;
}
.hlx-component-column-title .content .title {
  display: block;
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  font-size: 24px;
  font-weight: 600;
  color: #c80500;
}
.hlx-component-column-title .content .title .title-text {
  margin-left: 20px;
  position: relative;
}
.hlx-component-column-title .content .title .title-text::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: -20px;
  width: calc(100% + 20px + 20px);
  max-width: 500px;
  height: 10px;
  background: #bd192d;
  z-index: 100;
}
.hlx-component-column-title .content .more {
  font-size: 16px;
  color: #838383;
}
.hlx-component-column-title .line {
  width: 100%;
  height: 10px;
  position: relative;
}
.hlx-component-column-title .line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 40%;
  transform: translateY(-50%);
  background: #f2ccb3;
}

.hlx-list-item__icon, .hlx-list-item.style-2 .content .title-row .icon, .hlx-list-item .icon {
  height: 32px;
  width: 8px;
  flex-shrink: 0;
  position: relative;
}
.hlx-list-item__icon::before, .hlx-list-item.style-2 .content .title-row .icon::before, .hlx-list-item .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #bc192d;
}

.hlx-list-item__title, .hlx-list-item.style-2 .content .title-row .title, .hlx-list-item .hlx-list-item-title {
  margin-left: 8px;
  display: block;
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  font-size: 20px;
  color: #333333;
}
.hlx-list-item__title:hover, .hlx-list-item.style-2 .content .title-row .title:hover, .hlx-list-item .hlx-list-item-title:hover {
  color: #c21b2f;
}

.hlx-list-item__time, .hlx-list-item.style-2 .content .time-row, .hlx-list-item .hlx-list-item-time {
  margin-left: 30px;
  font-size: 20px;
  color: #888888;
}

.hlx-list-item {
  display: flex;
  display: -ms-flexbox;
  align-items: start;
  -ms-flex-align: start;
}
.hlx-list-item.style-2 {
  display: flex;
  display: -ms-flexbox;
}
.hlx-list-item.style-2 .cover {
  width: 195px;
  height: 135px;
  overflow: hidden;
  border-radius: 4px;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .hlx-list-item.style-2 .cover {
    width: 156px;
    height: 108px;
    margin-right: 8px;
  }
}
.hlx-list-item.style-2 .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hlx-list-item.style-2 .content {
  display: block;
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  min-height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-flex-pack: justify;
}
.hlx-list-item.style-2 .content .title-row {
  display: flex;
  display: -ms-flexbox;
  align-items: start;
  -ms-flex-align: start;
}
@media screen and (max-width: 768px) {
  .hlx-list-item.style-2 .content .title-row .icon {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .hlx-list-item.style-2 .content .title-row .title {
    margin-left: 0;
  }
}
.hlx-list-item.style-2 .content .time-row {
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .hlx-list-item.style-2 .content .time-row {
    margin-left: 0;
  }
}

.hlx-list-line {
  height: 1px;
  width: 100%;
  background: repeating-linear-gradient(to right, #c21b2f 0, #c21b2f 6px, transparent 6px, transparent 9px);
}

.home-news-item {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  font-size: 18px;
  color: #3f3f3f;
}
.home-news-item:before {
  content: "";
  margin: 0 4px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #3f3f3f;
}
.home-news-item .text {
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tab-content .tab-row {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
}
.tab-content .tab-row .tab-list {
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  display: flex;
  display: -ms-flexbox;
  overflow-x: auto;
  overflow-y: hidden;
}
.tab-content .tab-row .tab-list .tab-item {
  cursor: pointer;
  white-space: nowrap;
  letter-spacing: 1px;
}
.tab-content .tab-row .tab-more {
  flex-shrink: 0;
  margin-left: 10px;
}
.tab-content .content-list .content-item {
  display: none;
}
.tab-content .content-list .content-item.active {
  display: block;
}

#hlx-pagination {
  padding: 24px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 18px;
}
#hlx-pagination .jump-container {
  font-family: PingFangSC, helvetica neue, arial, microsoft yahei ui, microsoft yahei;
  font-size: 18px;
  color: #000;
}
#hlx-pagination .jump-container .jump-page-prefix {
  margin-left: 4px;
}
#hlx-pagination .jump-container .jump-page-input {
  width: 50px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0 4px;
  padding: 0 4px;
}
#hlx-pagination .jump-container .jump-page-suffix {
  margin-right: 4px;
}
#hlx-pagination .jump-container .jump-page-button {
  color: white;
  background: #be192e;
  border-color: #be192e;
  padding: 6px 8px;
  text-align: center;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
}
#hlx-pagination .previous-page,
#hlx-pagination .next-page {
  color: white;
  background: #be192e;
  border-color: #be192e;
  padding: 5px 6px;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
}
#hlx-pagination .next-page {
  margin-right: 0;
}
#hlx-pagination .page-container {
  display: flex;
  display: -ms-flexbox;
}
#hlx-pagination .page-container .page {
  display: block;
  text-align: center;
  line-height: 24px;
  margin-right: 10px;
  color: #909090;
  cursor: pointer;
}
#hlx-pagination .page-container .page.active {
  color: #000000;
}
#hlx-pagination .page-container .page:hover {
  color: #000000;
}
#hlx-pagination .page-container .page-before-dots,
#hlx-pagination .page-container .page-after-dots {
  line-height: 24px;
  color: #909090;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  #hlx-pagination .page-container {
    display: none;
  }
  #hlx-pagination .jump-container {
    display: none;
  }
}
.hlx-header {
  background-image: url("../images/bg/header-top-line.png");
  background-size: 100% 1px;
}
.hlx-header .top-box {
  height: 500px;
  background: url("../images/bg/header-top.png") center bottom/100% auto no-repeat;
}
.hlx-header .top-box .inner-box .top-link-and-search-box {
  padding-top: 12px;
  display: flex;
  display: -ms-flexbox;
}
.hlx-header .top-box .inner-box .top-link-and-search-box .top-link-box {
  line-height: 1.5;
  letter-spacing: 1px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
}
.hlx-header .top-box .inner-box .top-link-and-search-box .top-link-box a {
  color: #c80500;
  font-weight: 500;
  font-size: 22px;
}
.hlx-header .top-box .inner-box .top-link-and-search-box .top-link-box .separator {
  display: inline-block;
  margin: 0 10px;
  height: 16px;
  width: 1px;
  background-color: #c80500;
}
.hlx-header .top-box .inner-box .top-link-and-search-box .search-box {
  margin-left: auto;
  font-size: 16px;
}
.hlx-header .top-box .inner-box .logo-box {
  padding-top: 60px;
}
.hlx-header .top-box .inner-box .logo-box img {
  height: 160px;
}
.hlx-header .nav-box {
  height: 92px;
  background: linear-gradient(0deg, #ba182c 0%, #c81d32 100%);
}
.hlx-header .nav-box .inner-box {
  height: 100%;
  position: relative;
}
.hlx-header .nav-list {
  background: linear-gradient(0deg, #ba182c 0%, #c81d32 100%);
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  justify-content: space-evenly;
  -ms-flex-pack: distribute;
}
.hlx-header .nav-list .nav-item {
  color: #fdfffe;
  user-select: none;
  cursor: pointer;
  padding: 12px 12px;
  position: relative;
}
.hlx-header .nav-list .nav-item a {
  display: block;
  color: inherit;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 1px;
}
.hlx-header .nav-list .nav-item.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background: #fff;
}
.hlx-header .nav-list .nav-toggle {
  display: none;
  background: none;
  border: none;
  position: relative;
}
.hlx-header .nav-list .nav-toggle .nav-toggle-line {
  display: block;
  width: 28px;
  height: 2px;
  background-color: #fdfffe;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hlx-header .nav-list .nav-toggle .nav-toggle-line::before, .hlx-header .nav-list .nav-toggle .nav-toggle-line::after {
  position: absolute;
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fdfffe;
}
.hlx-header .nav-list .nav-toggle .nav-toggle-line::before {
  top: -8px;
}
.hlx-header .nav-list .nav-toggle .nav-toggle-line::after {
  top: 8px;
}
.hlx-header .nav-list .display-none {
  display: none;
}

@media screen and (min-width: 769px) {
  .hlx-header .top-box .inner-box .search-box {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .hlx-header .top-box {
    height: auto;
    background: url("../images/bg/header-top.png") 75% center/cover no-repeat;
  }
  .hlx-header .top-box .inner-box .top-link-and-search-box {
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .hlx-header .top-box .inner-box .top-link-and-search-box .search-box {
    margin-top: 12px;
    margin-left: 0;
    width: 100%;
  }
  .hlx-header .top-box .inner-box .logo-box {
    padding: 40px 12px 100px 12px;
  }
  .hlx-header .top-box .inner-box .logo-box img {
    height: auto;
    width: 100%;
  }
  .hlx-header .nav-box {
    height: 60px;
  }
  .hlx-header .nav-box .nav-list {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    height: 60px;
  }
  .hlx-header .nav-box .nav-list .nav-item {
    padding: 0;
    box-sizing: border-box;
    width: 25%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-pack: center;
  }
  .hlx-header .nav-box .nav-list .nav-item a {
    font-size: 14px;
  }
  .hlx-header .nav-box .nav-list .nav-item.active::before {
    content: "";
    position: absolute;
    bottom: 4px;
  }
  .hlx-header .nav-box .nav-list.open {
    height: 180px;
  }
  .hlx-header .nav-box .display-none {
    display: block;
  }
}
.hlx-breadcrumbs {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -ms-flex-align: center;
  padding: 30px 0;
  color: #c80500;
  font-size: 16px;
}
.hlx-breadcrumbs .breadcrumb-item {
  font-size: 16px;
  color: #c80500;
  cursor: pointer;
}
.hlx-breadcrumbs .separator {
  display: block;
  margin: 0 4px;
  color: #c80500;
}
.hlx-breadcrumbs .breadcrumb-item.active {
  color: #c80500;
}
.hlx-breadcrumbs .breadcrumb-item:hover {
  color: #ff001e;
}