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

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;
}

.hlx-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.hlx-body .hlx-content {
  flex: 1 0 auto;
  position: relative;
}

.exclude-ie10____layout {
  display: flex;
  flex-direction: column;
}
.exclude-ie10____layout .exclude-ie10____content {
  width: 100%;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

.ie10 .hlx-body {
  min-height: 100%;
}

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

.home-content-bg {
  background: url("../images/bg/main-bg-bottom.png") center bottom/100% auto no-repeat, url("../images/bg/main-bg-bird.png") center 100px/100% auto no-repeat, url("../images/bg/main-bg-word-left.png") 0 400px no-repeat, url("../images/bg/main-bg-word-right.png") right 400px no-repeat, url("../images/bg/main-bg-base.png") left top/100% 100%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .hlx-imit-width {
    padding: 0 12px;
  }
}
.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-pagination {
  margin: 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;
}
#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: #8e2c18;
  border-color: #8e2c18;
  padding: 2px 6px;
  text-align: center;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
#hlx-pagination .previous-page,
#hlx-pagination .next-page {
  color: white;
  background: #8e2c18;
  border-color: #8e2c18;
  padding: 2px 4px;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  text-align: center;
  margin-right: 10px;
  font-size: 14px;
  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-component-search {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 10px;
}
.hlx-component-search input {
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  border: none;
  outline: none;
  background-color: transparent;
  color: #fff;
}
.hlx-component-search input::placeholder {
  color: #fff;
}
.hlx-component-search button {
  height: 30px;
  border: none;
  outline: none;
  background-color: transparent;
}
.hlx-component-search button img {
  width: 14px;
  height: 14px;
}

.page-detail {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
}
.page-detail .hlx-detail-title {
  font-size: 32px;
  color: #2b2b2b;
  text-align: center;
  line-height: 2;
  padding: 0 40px;
  white-space: normal; /* 默认值，允许文本换行 */
  word-wrap: break-word; /* 允许长单词或URL在边界处强制换行 */
  word-break: break-all; /* 允许在单词内换行（适合包含大量非英文文本的场景） */
}
.page-detail .hlx-detail-info {
  margin-top: 40px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
}
.page-detail .hlx-detail-info .hlx-detail-info-item {
  font-size: 16px;
  color: #999999;
  margin-right: 20px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}
.page-detail .hlx-detail-info .hlx-detail-info-item .detail-info-icon {
  width: 12px;
  height: 14px;
  background-image: url("../images/icon/detail-info-icon.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 6px;
}
.page-detail .hlx-detail-line {
  margin: 40px 0;
  height: 1px;
  background: repeating-linear-gradient(to right, #8b2a27, #8b2a27 4px, transparent 4px, transparent 8px);
}
.page-detail .hlx-detail-content {
  flex: 1 0 auto;
  white-space: normal; /* 默认值，允许文本换行 */
  word-wrap: break-word; /* 允许长单词或URL在边界处强制换行 */
  word-break: break-all; /* 允许在单词内换行（适合包含大量非英文文本的场景） */
  background: url("../images/bg/detail-content.png") center bottom/contain no-repeat, white;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  font-size: 20px;
  color: #1c1c1c;
  line-height: 1.5;
}
.page-detail .hlx-detail-content img {
  width: 100%;
}

@media (max-width: 768px) {
  .page-detail .hlx-detail-title {
    font-size: 24px;
    padding: 0 20px;
    line-height: 1.5;
  }
  .page-detail .hlx-detail-info {
    margin-top: 20px;
    font-size: 14px;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: flex-start;
    -ms-flex-pack: start;
    align-items: center;
    -ms-flex-align: center;
  }
  .page-detail .hlx-detail-info .hlx-detail-info-item {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .page-detail .hlx-detail-content {
    font-size: 16px;
    padding: 20px;
  }
}
.hlx-open-archive-detail-carousel-img-group {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.hlx-open-archive-detail-carousel-img-group .next-arrow,
.hlx-open-archive-detail-carousel-img-group .prev-arrow {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.hlx-open-archive-detail-carousel-img-group .prev-arrow {
  background: url("../images/icon/prev-arrow.png") center center/contain no-repeat;
  margin-right: 20px;
}
.hlx-open-archive-detail-carousel-img-group .next-arrow {
  background: url("../images/icon/next-arrow.png") center center/contain no-repeat;
  margin-left: 20px;
}
.hlx-open-archive-detail-carousel-img-group .slickjs-box {
  width: 650px;
  height: 900px;
  overflow: hidden;
}
.hlx-open-archive-detail-carousel-img-group .slickjs-box .slickjs-item {
  width: 650px;
  height: 900px;
  object-fit: contain;
}

.hlx-open-archive-detail-table .row {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid #8b2a27;
  border-left: 1px solid #8b2a27;
  border-right: 1px solid #8b2a27;
}
.hlx-open-archive-detail-table .row .label {
  font-size: 20px;
  color: #2b2b2b;
  font-weight: bold;
  padding: 10px;
  width: 200px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.hlx-open-archive-detail-table .row .value {
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  border-left: 1px solid #8b2a27;
  padding: 10px;
  font-size: 20px;
  color: #2b2b2b;
}
.hlx-open-archive-detail-table .row:last-child {
  border-bottom: 1px solid #8b2a27;
}

@media (max-width: 768px) {
  .hlx-open-archive-detail-carousel-img-group .slickjs-box {
    width: 100%;
    height: 300px;
    overflow: hidden;
  }
  .hlx-open-archive-detail-carousel-img-group .slickjs-box .slickjs-item {
    width: 100%;
    height: 300px;
    object-fit: contain;
  }
  .hlx-open-archive-detail-table {
    overflow: scroll;
  }
  .hlx-open-archive-detail-table .row {
    min-width: 800px;
  }
}
.hlx-detail-img-group {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.hlx-detail-img-group .prev-arrow-box {
  width: 40px;
  height: 40px;
  margin-right: 40px;
}
.hlx-detail-img-group .next-arrow-box {
  width: 40px;
  height: 40px;
  margin-left: 40px;
}
.hlx-detail-img-group .next-arrow,
.hlx-detail-img-group .prev-arrow {
  display: block;
  width: 40px;
  height: 40px;
}
.hlx-detail-img-group .prev-arrow {
  background: url("../images/icon/prev-arrow.png") center center/contain no-repeat;
}
.hlx-detail-img-group .next-arrow {
  background: url("../images/icon/next-arrow.png") center center/contain no-repeat;
}
.hlx-detail-img-group .img-box {
  width: 650px;
  height: 650px;
  overflow: hidden;
}
.hlx-detail-img-group .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: zoom-in;
}

@media (max-width: 768px) {
  .hlx-detail-img-group .img-box {
    width: auto;
    height: 300px;
  }
}
.hlx-header .header-box-1 {
  height: 60px;
  background-color: #8b2a27;
}
.hlx-header .header-box-2 {
  height: 100px;
  background-color: #f5f5f5;
}
.hlx-header .header-box-2 .header-box-2-content {
  height: 100%;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.hlx-header .header-box-2 .header-box-2-content .nav-item {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.hlx-header .header-box-2 .header-box-2-content .nav-item .nav-2-container {
  display: none;
}
.hlx-header .header-box-2 .header-box-2-content .nav-item .nav-2-container .nav-2-outer .nav-2-inner .nav-2-col .nav-2-item {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
}
.hlx-header .header-box-2 .header-box-2-content .nav-item .nav-2-container .nav-2-outer .nav-2-inner .nav-2-col .nav-2-item::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #8b2a27;
  margin: 0 12px;
}
.hlx-header .header-box-2 .header-box-2-content .header-logo {
  height: 266.6666666667px;
  width: 266.6666666667px;
  background: url("../images/logo/nav-black.png") no-repeat center center;
  background-size: 100% auto;
}

.header-item-content {
  width: 100%;
  height: 100%;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
  color: #1c1c1c;
  font-size: 20px;
}
.header-item-content .icon {
  width: 24px;
  height: 24px;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .header-item-content .icon {
    width: 20px;
    height: 20px;
    margin-bottom: 4px;
  }
}
.header-item-content .icon-home {
  background: url("../images/icon/header-nav-icon-home.png") center/contain no-repeat;
}
.header-item-content .icon-guanwu {
  background: url("../images/icon/header-nav-icon-guanwu.png") center/contain no-repeat;
}
.header-item-content .icon-zixun {
  background: url("../images/icon/header-nav-icon-zixun.png") center/contain no-repeat;
}
.header-item-content .icon-fuwu {
  background: url("../images/icon/header-nav-icon-fuwu.png") center/contain no-repeat;
}
.header-item-content .icon-wenhua {
  background: url("../images/icon/header-nav-icon-wenhua.png") center/contain no-repeat;
}
.header-item-content .icon-faguifuwu {
  background: url("../images/icon/header-nav-icon-faguifuwu.png") center/contain no-repeat;
}
.header-item-content::after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 6px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4px;
  border-radius: 6px;
  z-index: 10;
  background-color: #e1dbdc;
}

.header-item-content.active {
  background: url("../images/bg/header-item-active-bg.png") center/cover no-repeat;
  color: #8c2829;
}
.header-item-content.active .icon-home {
  background: url("../images/icon/header-nav-icon-home2.png") center/contain no-repeat;
}
.header-item-content.active .icon-guanwu {
  background: url("../images/icon/header-nav-icon-guanwu2.png") center/contain no-repeat;
}
.header-item-content.active .icon-zixun {
  background: url("../images/icon/header-nav-icon-zixun2.png") center/contain no-repeat;
}
.header-item-content.active .icon-fuwu {
  background: url("../images/icon/header-nav-icon-fuwu2.png") center/contain no-repeat;
}
.header-item-content.active .icon-wenhua {
  background: url("../images/icon/header-nav-icon-wenhua2.png") center/contain no-repeat;
}
.header-item-content.active .icon-faguifuwu {
  background: url("../images/icon/header-nav-icon-faguifuwu2.png") center/contain no-repeat;
}
.header-item-content.active::after {
  width: 28px;
  background-color: #c4a2a5;
}

@media screen and (min-width: 768px) {
  .hlx-header .header-box-2 .nav-item {
    position: relative;
    width: 100px;
  }
  .hlx-header .header-box-2 .nav-item:hover .nav-2-container {
    display: block;
    position: absolute;
    top: 100%;
    z-index: 100;
    padding-top: 10px;
  }
  .hlx-header .header-box-2 .nav-item:hover .nav-2-container::before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #f6f2f2;
  }
  .hlx-header .header-box-2 .nav-item:hover .nav-2-container .nav-2-outer {
    background-color: #f6f2f2;
    padding: 6px;
  }
  .hlx-header .header-box-2 .nav-item:hover .nav-2-container .nav-2-outer .nav-2-inner {
    min-width: 392px;
    min-height: 191px;
    border: 1px solid #fafafa;
    background: url("../images/bg/sub-column-nav.png"), url("../images/bg/nav-word.png") right bottom/169px 190px no-repeat;
    display: flex;
    display: -ms-flexbox;
  }
  .hlx-header .header-box-2 .nav-item:hover .nav-2-container .nav-2-outer .nav-2-inner .nav-2-col {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    margin-right: 20px;
    margin-bottom: 30px;
  }
  .hlx-header .header-box-2 .nav-item:hover .nav-2-container .nav-2-outer .nav-2-inner .nav-2-col .nav-2-item {
    margin-top: 30px;
  }
  .hlx-header .header-box-2 .nav-item:hover .nav-2-container .nav-2-outer .nav-2-inner .nav-2-col .nav-2-item:hover {
    color: #8b2a27;
  }
  .hlx-header .header-box-2 .nav-item:hover .nav-2-container.left {
    left: -40px;
  }
  .hlx-header .header-box-2 .nav-item:hover .nav-2-container.left::before {
    left: 78px;
  }
  .hlx-header .header-box-2 .nav-item:hover .nav-2-container.left0 {
    left: 0;
  }
  .hlx-header .header-box-2 .nav-item:hover .nav-2-container.left0::before {
    left: 38px;
  }
  .hlx-header .header-box-2 .nav-item:hover .nav-2-container.right {
    right: -40px;
  }
  .hlx-header .header-box-2 .nav-item:hover .nav-2-container.right::before {
    right: 78px;
  }
  .hlx-header .header-box-2 .nav-item:hover .nav-2-container.right .nav-2-inner {
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
  .hlx-header .header-box-2 .nav-item:hover .nav-2-container.right .nav-2-inner .nav-2-col .nav-2-item {
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
  .hlx-header .header-box-2 .nav-item:hover .nav-2-container.right .nav-2-inner .nav-2-col .nav-2-item::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #8b2a27;
    margin: 0 12px;
  }
  .hlx-header .header-box-2 .nav-item:hover .nav-2-container.right .nav-2-inner .nav-2-col .nav-2-item::after {
    display: none;
  }
  .hlx-header .header-box-2 .nav-item:hover .nav-2-container.right0 {
    right: 0;
  }
  .hlx-header .header-box-2 .nav-item:hover .nav-2-container.right0::before {
    right: 38px;
  }
  .hlx-header .header-box-2 .nav-item:hover .nav-2-container.right0 .nav-2-inner {
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
  .hlx-header .header-box-2 .nav-item:hover .nav-2-container.right0 .nav-2-inner .nav-2-col .nav-2-item {
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
  .hlx-header .header-box-2 .nav-item:hover .nav-2-container.right0 .nav-2-inner .nav-2-col .nav-2-item::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #8b2a27;
    margin: 0 12px;
  }
  .hlx-header .header-box-2 .nav-item:hover .nav-2-container.right0 .nav-2-inner .nav-2-col .nav-2-item::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .hlx-header {
    position: relative;
  }
  .hlx-header .header-box-2 {
    height: 80px;
  }
  .hlx-header .header-box-2 .header-box-2-content {
    justify-content: space-evenly;
    -ms-flex-pack: distribute;
    padding: 0;
  }
  .hlx-header .header-box-2 .header-box-2-content .header-logo {
    position: absolute;
    left: 0px;
    top: 10px;
    height: 40px;
    width: 177.7777777778px;
    background-image: url("../images/logo/nav-white.png");
  }
  .hlx-header .header-box-2 .nav-item {
    min-width: 60px;
  }
  .hlx-header .header-box-2 .nav-item.active .nav-2-container {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    width: 100%;
  }
  .hlx-header .header-box-2 .nav-item.active .nav-2-container .nav-2-outer {
    background-color: #f6f2f2;
  }
  .hlx-header .header-box-2 .nav-item.active .nav-2-container .nav-2-outer .nav-2-inner {
    min-height: 191px;
    background: url("../images/bg/sub-nav-2.png"), url("../images/bg/nav-word.png") right bottom/169px 190px no-repeat;
    padding-bottom: 20px;
  }
  .hlx-header .header-box-2 .nav-item.active .nav-2-container .nav-2-outer .nav-2-inner .nav-2-col {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .hlx-header .header-box-2 .nav-item.active .nav-2-container .nav-2-outer .nav-2-inner .nav-2-col .nav-2-item {
    margin-top: 20px;
  }
}
.hlx-header .header-box-1 .header-box-1-content {
  height: 100%;
}
.hlx-header .header-box-2 .header-box-2-content .nav-item {
  font-size: 20px;
  color: #1c1c1c;
}

.header-box-1-content {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
}
.header-box-1-content .top-tooltip-box {
  position: relative;
  height: 24px;
}
.header-box-1-content .top-tooltip-box img {
  height: 24px;
}
.header-box-1-content .top-tooltip-box .tooltip {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  padding-top: 10px;
}
.header-box-1-content .top-tooltip-box .tooltip img {
  width: 120px;
  height: 120px;
}
.header-box-1-content .top-tooltip-box .tooltip::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 10px solid #f6f2f2;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.header-box-1-content .top-tooltip-box:hover .tooltip {
  display: block;
}

.search-box {
  margin-left: auto;
  width: 220px;
  height: 30px;
}

@media screen and (max-width: 768px) {
  .search-box {
    width: 180px;
  }
  .header-box-1-content {
    padding: 0 4px;
  }
  .header-box-1-content .top-tooltip-box {
    display: none;
  }
}
.hlx-breadcrumbs {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -ms-flex-align: center;
  padding: 20px 0;
}
.hlx-breadcrumbs .breadcrumb-item {
  font-size: 16px;
  color: #2b2b2b;
}
.hlx-breadcrumbs .separator {
  display: block;
  width: 7px;
  height: 14px;
  margin: 0 12px;
  background: url("../images/icon/breadcrumb-separator.png") no-repeat center center;
  background-size: 100% 100%;
}
.hlx-breadcrumbs .breadcrumb-item.active {
  color: #8b2a27;
}
.hlx-breadcrumbs .breadcrumb-item:hover {
  color: #8b2a27;
}