@charset "UTF-8";
.hlx-search-container, .hlx-detail-container, .hlx-list-container {
  background-color: white;
  padding: 24px 40px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑", "宋体", "Arial", "sans-serif";
}

a {
  text-decoration: none;
}
a:link, a:visited, a:hover {
  color: inherit;
  text-decoration: 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;
}

.hlx-start-root-v1_3 {
  min-height: 100vh;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

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

.hlx-header-bg,
.hlx-header-bg2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.hlx-header-box2,
.hlx-header-bg2 {
  height: 400px;
}

.hlx-header-box2,
.hlx-header-box {
  color: #ffffff;
  padding: 12px;
  position: relative;
  z-index: 1;
}
.hlx-header-box2 .gov_box,
.hlx-header-box .gov_box {
  height: 20px;
  margin-bottom: 34px;
}
.hlx-header-box2 .gov_box a,
.hlx-header-box .gov_box a {
  font-size: 20px;
  font-weight: normal;
  color: #ffffff;
}
.hlx-header-box2 .gov_box .divider,
.hlx-header-box .gov_box .divider {
  width: 2px;
  height: 100%;
  background-color: #ffffff;
  margin: 0 24px;
  flex-shrink: 0;
}
.hlx-header-box2 .home-nav,
.hlx-header-box .home-nav {
  margin: 12px 0;
}
.hlx-header-box2 .dz_gov img,
.hlx-header-box .dz_gov img {
  width: 80px;
  height: 84px;
  margin-right: 22px;
}
.hlx-header-box2 .dz_gov .gov_name,
.hlx-header-box .dz_gov .gov_name {
  font-size: 42px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 5px;
}
.hlx-header-box2 .dz_search,
.hlx-header-box .dz_search {
  width: 100%;
  max-width: 652px;
  height: 62px;
  background: #ffffff;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 6px;
}
.hlx-header-box2 .dz_search .search_input,
.hlx-header-box .dz_search .search_input {
  width: 0;
  box-sizing: border-box;
  line-height: 50px;
  height: 50px;
  font-size: 18px;
  margin-left: 16px;
  color: #333333;
}
.hlx-header-box2 .dz_search .search_input::placeholder,
.hlx-header-box .dz_search .search_input::placeholder {
  color: #a7bcd8;
}
.hlx-header-box2 .dz_search .search_btn,
.hlx-header-box .dz_search .search_btn {
  user-select: none;
  width: 98px;
  height: 50px;
  background: #3f9dff;
  border-radius: 25px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 50px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .hlx-header-bg {
    min-height: 300px;
    object-fit: cover;
  }
  .hlx-header-box2 .gov_box,
  .hlx-header-box .gov_box {
    margin-bottom: 4px;
  }
  .hlx-header-box2 .dz_gov img,
  .hlx-header-box .dz_gov img {
    width: 40px;
    height: 42px;
    margin-right: 12px;
  }
  .hlx-header-box2 .dz_gov .gov_name,
  .hlx-header-box .dz_gov .gov_name {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 1px;
  }
}
.hlx-nav-dz-rd {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #ffffff;
}
.hlx-nav-dz-rd .left {
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 5px;
}
.hlx-nav-dz-rd .left img {
  height: 80px;
  margin-right: 22px;
}
.hlx-nav-dz-rd .right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.hlx-nav-dz-rd .right ul,
.hlx-nav-dz-rd .right li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hlx-nav-dz-rd .right .menu-toggle {
  display: none;
}
.hlx-nav-dz-rd .right .nav-list {
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.hlx-nav-dz-rd .right .nav-list .nav-item {
  position: relative;
  margin-left: 12px;
  font-size: 19px;
}
.hlx-nav-dz-rd .right .nav-list .nav-item .nav-link {
  cursor: pointer;
  color: #ffffff;
}
.hlx-nav-dz-rd .right .nav-list .nav-item .submenu {
  display: none;
}
.hlx-nav-dz-rd .right .nav-list .nav-item .submenu .submenu-item {
  display: block;
}
.hlx-nav-dz-rd .right .nav-list .nav-item .submenu .submenu-item a {
  display: block;
  white-space: nowrap;
}

@media screen and (max-width: 1200px) {
  .hlx-nav-dz-rd .left {
    font-size: 24px;
    letter-spacing: 1px;
  }
  .hlx-nav-dz-rd .left img {
    height: 40px;
  }
}
@media screen and (max-width: 910px) {
  .hlx-nav-dz-rd .left {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .hlx-nav-dz-rd .left img {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .hlx-nav-dz-rd {
    position: relative;
  }
  .hlx-nav-dz-rd .left {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .hlx-nav-dz-rd .left img {
    height: 28px;
    margin-right: 12px;
  }
  .hlx-nav-dz-rd .right .menu-toggle {
    display: block;
    border: 0;
    background-color: transparent;
  }
  .hlx-nav-dz-rd .right .menu-toggle .menu-icon,
  .hlx-nav-dz-rd .right .menu-toggle .close-icon {
    width: 24px;
    height: 24px;
  }
  .hlx-nav-dz-rd .right .menu-toggle .menu-icon {
    display: block;
  }
  .hlx-nav-dz-rd .right .menu-toggle .close-icon {
    display: none;
  }
  .hlx-nav-dz-rd .right .menu-toggle.open .menu-icon {
    display: none;
  }
  .hlx-nav-dz-rd .right .menu-toggle.open .close-icon {
    display: block;
  }
  .hlx-nav-dz-rd .right .nav-list {
    position: absolute;
    background-color: rgba(35, 145, 255, 0.5);
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(100%);
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .hlx-nav-dz-rd .right .nav-list .nav-item {
    margin-left: 0;
    width: 100%;
  }
  .hlx-nav-dz-rd .right .nav-list .submenu {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    width: 70%;
    height: 500%;
    background-color: rgba(35, 145, 255, 0.7);
  }
  .hlx-nav-dz-rd .right .nav-list .submenu .submenu-item {
    padding: 4px 8px;
  }
  .hlx-nav-dz-rd .right .nav-list .submenu.open {
    display: block;
  }
  .hlx-nav-dz-rd .right .nav-list.open {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .hlx-nav-dz-rd .right .nav-list .nav-item {
    display: block;
  }
  .hlx-nav-dz-rd .right .nav-list .nav-item .submenu {
    display: none;
    position: absolute;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease-in-out;
    top: 80%;
    right: 0;
    min-width: 100%;
  }
  .hlx-nav-dz-rd .right .nav-list .nav-item .submenu {
    background-color: rgba(35, 145, 255, 0.3);
  }
  .hlx-nav-dz-rd .right .nav-list .nav-item .submenu .submenu-item {
    padding: 10px;
  }
  .hlx-nav-dz-rd .right .nav-list .nav-item .submenu .submenu-item:hover {
    background-color: #76a5fc;
  }
  .hlx-nav-dz-rd .right .nav-list .nav-item:hover .submenu {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
}
.hlx-breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  color: #919191;
  font-size: 18px;
  padding: 12px 0;
}
.hlx-breadcrumbs .position {
  flex-shrink: 0;
}
.hlx-breadcrumbs .item {
  overflow: hidden;
  cursor: pointer;
}
.hlx-breadcrumbs .item a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hlx-breadcrumbs .separator {
  padding: 0 4px;
}

.hlx-page-home {
  box-sizing: border-box;
}

.home-box-title-bg {
  background: url(../img/bg/home/title.png) center top/100% no-repeat;
}

@media screen and (max-width: 1400px) {
  .home-box-title-bg {
    background: url(../img/bg/home/title.png) center top/120% no-repeat;
  }
}
@media screen and (max-width: 1200px) {
  .home-box-title-bg {
    background: url(../img/bg/home/title.png) center top/150% no-repeat;
  }
}
@media screen and (max-width: 1000px) {
  .home-box-title-bg {
    background: url(../img/bg/home/title.png) center top/180% no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .home-box-title-bg {
    background: url(../img/bg/home/title.png) center top/230% no-repeat;
  }
}
@media (max-width: 576px) {
  .home-box-title-bg {
    background: url(../img/bg/home/title.png) center top/400% no-repeat;
  }
}
.home-box-title {
  color: #002246;
  text-align: center;
  height: 66px;
  line-height: 55px;
  font-size: 28px;
  letter-spacing: 2px;
}

.home-tabs .tab-item {
  box-sizing: border-box;
  color: #333333;
  font-size: 18px;
  cursor: pointer;
  padding: 8px 12px;
  min-height: 50px;
  display: flex;
  align-items: flex-end;
  transition: transform 0.3s ease;
  white-space: nowrap;
}
.home-tabs .tab-item.active {
  transform: scale(1.2);
  font-weight: bold;
}
.home-tabs .tab-more {
  font-size: 18px;
  color: #333333;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}

.home-tabs-line {
  height: 1px;
  background: #e8ecf2;
}

.home-tab-content {
  display: none;
}
.home-tab-content.active {
  display: block;
}
.home-tab-content .home-tab-content-item {
  margin-top: 24px;
  width: 100%;
  overflow: hidden;
  display: -ms-flexbox; /* IE */
  display: flex;
  font-size: 18px;
}
.home-tab-content .home-tab-content-item .title {
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666666;
}
.home-tab-content .home-tab-content-item .title:hover {
  text-decoration: underline;
}
.home-tab-content .home-tab-content-item .date {
  margin-left: 8px;
  text-align: right;
}

.home-box-1 .main_news {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  padding: 48px 0;
}
.home-box-1 .main_news .main_news_title {
  font-size: 30px;
  color: #2e2e2e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 12px;
}
.home-box-1 .main_news .main_news_title:hover {
  text-decoration: underline;
}
.home-box-1 .main_news .main_news_sub {
  font-size: 18px;
  font-family: Adobe Heiti Std, Adobe Heiti Std-R;
  font-weight: normal;
  color: #878787;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-box-1 .news-list-col {
  padding: 0 50px;
}
.home-box-1 .mix_director {
  height: 100%;
  background: #eff7fa;
  box-sizing: border-box;
  padding: 18px;
  color: #666666;
}
.home-box-1 .mix_director .director_title {
  display: block;
  font-size: 16px;
  margin-bottom: 50px;
}
.home-box-1 .mix_director .director_img {
  margin-bottom: 36px;
}
.home-box-1 .mix_director .director_img img {
  width: 90px;
  height: 128px;
  object-fit: cover;
}
.home-box-1 .mix_director .director_img .director_name {
  font-size: 16px;
  margin-top: 7px;
  margin-left: 13px;
}
.home-box-1 .mix_director .de_director {
  height: 80px;
}
.home-box-1 .mix_director .de_director .de_director_left {
  height: 100%;
  width: 16px;
  font-size: 16px;
  font-family: Adobe Heiti Std, Adobe Heiti Std-R;
  font-weight: normal;
  text-align: left;
  color: #666666;
  margin-right: 30px;
}
.home-box-1 .mix_director .de_director .de_director_left > div {
  margin-bottom: 9px;
}
.home-box-1 .mix_director .de_director .de_director_right {
  font-size: 16px;
}
.home-box-1 .mix_director .de_director .de_director_right .de_item {
  width: 50%;
  margin-bottom: 9px;
}
.home-box-1 .mix_director .de_director .de_director_right .de_item:last-child {
  margin-bottom: 0;
}

.home-box-2 .home-tabs-line {
  height: 1px;
  background: #b3daff;
}
.home-box-2 .home-video-box {
  padding-left: 50px;
}
.home-box-2 .home-open-info-tab-contents {
  min-height: 300px;
}
.home-box-2 video {
  margin-top: 10px;
  max-width: 528px;
  max-height: 297px;
  width: 100%;
}
.home-box-2 .home-look-more {
  display: none;
  text-align: center;
  margin: 12px 0 36px 0;
  font-size: 16px;
  color: #666666;
  cursor: pointer;
}

.home-box-3 .come-in-dz {
  color: #002246;
  letter-spacing: 1.5px;
  padding-right: 28px;
}
.home-box-3 .come-in-dz .title {
  font-size: 30px;
}
.home-box-3 .come-in-dz .label {
  margin-top: 12px;
  font-size: 16px;
}
.home-box-3 .come-in-dz .look-detail {
  display: inline-block;
  cursor: pointer;
  margin-top: 48px;
  background: rgba(167, 209, 247, 0);
  border: 1px solid #2a60ce;
  border-radius: 8px;
  color: #2b61d0;
  padding: 12px 36px;
}
.home-box-3 .home-nav4 > div {
  margin-left: 1rem;
}
.home-box-3 .home-nav4 > div:first-of-type {
  margin-left: 0;
}
.home-box-3 .home-nav4 .open-info-item {
  background: #f0f8ff;
  padding: 24px 0;
  width: 100%;
  cursor: pointer;
  height: 100%;
}
.home-box-3 .home-nav4 .open-info-item > img {
  width: 80px;
  height: 80px;
}
.home-box-3 .home-nav4 .open-info-item .text {
  margin-left: 16px;
  font-size: 26px;
  color: #2c61d0;
}
.home-box-3 .open-info-img-box {
  margin-left: 12px;
}
.home-box-3 .open-info-img-box img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.home-box-4 .img-news-list > div {
  margin: 0 12px;
}
.home-box-4 .img-news-list > div:first-of-type {
  margin-left: 0;
}
.home-box-4 .img-news-list > div:last-of-type {
  margin-right: 0;
}
.home-box-4 .look-at-more {
  display: block;
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  color: #666666;
  cursor: pointer;
}

.home-img-news-item {
  display: block;
  height: 300px;
  position: relative;
}
.home-img-news-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-img-news-item .news-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: rgba(0, 0, 0, 0.45);
  padding: 12px;
  color: #fff;
  font-size: 18px;
}

.home-box-1 .home-box-1-container {
  display: flex;
  display: -ms-flexbox;
}
.home-box-1 .home-box-1-container .swiper-col {
  width: 560px;
}
.home-box-1 .home-box-1-container .news-list-col {
  width: 0px;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
}
.home-box-1 .home-box-1-container .leader-col {
  width: 253px;
}

.home-box-2 .home-box-2-container {
  display: flex;
  display: -ms-flexbox;
}
.home-box-2 .home-box-2-container .home-box-2-list-col {
  width: 0px;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
}
.home-box-2 .home-box-2-container .video-col {
  width: 462.22px;
}

@media screen and (max-width: 768px) {
  .home-tab-content {
    padding: 0 8px;
  }
  .home-box-1 .news-list-col {
    padding: 0;
  }
  .home-box-1 .main_news {
    max-width: 100%;
  }
  .home-box-2 .home-video-box {
    padding: 0;
  }
  .home-box-2 .home-look-more {
    display: block;
  }
  .home-box-3 .come-in-dz {
    padding-right: 0;
  }
  .home-box-3 .home-nav4 > div {
    margin-top: 1rem;
    margin-left: 0;
  }
  .home-box-3 .open-info-img-box {
    margin: 12px 0 0 0;
  }
  .home-box-4 .img-news-list > div {
    margin: 6px 0 0 0;
  }
  .home-box-1 .home-box-1-container {
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .home-box-1 .home-box-1-container .swiper-col {
    width: 100%;
  }
  .home-box-1 .home-box-1-container .news-list-col {
    width: 100%;
  }
  .home-box-1 .home-box-1-container .leader-col {
    width: 100%;
  }
  .home-box-2 .home-box-2-container {
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .home-box-2 .home-box-2-container .home-box-2-list-col {
    width: 100%;
  }
  .home-box-2 .home-box-2-container .video-col {
    width: 100%;
  }
}
.show-big-img {
  cursor: pointer;
}

.hlx-page2-sidebar-title {
  background: #0f71ff;
  border-radius: 4px;
  color: #ffffff;
  position: relative;
  padding: 20px;
  text-align: center;
  font-size: 28px;
}
.hlx-page2-sidebar-title::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
}
.hlx-page2-sidebar-title::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
}

.hlx-page2-sidebar-list {
  font-size: 16px;
  margin-top: 12px;
  background-color: #fff;
  padding: 16px;
  border-radius: 4px;
}
.hlx-page2-sidebar-list a {
  display: block;
  position: relative;
  padding: 16px 36px 16px 16px;
}
.hlx-page2-sidebar-list a.active, .hlx-page2-sidebar-list a:hover {
  background-color: #669df8;
  color: #ffffff;
  border-radius: 4px;
}
.hlx-page2-sidebar-list a.active::before, .hlx-page2-sidebar-list a:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../img/page2/sidebar-sidebar.png) center center/auto 100% no-repeat;
}

.hlx-page2-box .content {
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
}
.hlx-page2-box .content .hlx-list-item {
  margin-top: 12px;
}
.hlx-page2-box .content .hlx-list-item:first-of-type {
  margin-top: 24px;
}
.hlx-page2-box .content .hlx-list-item:nth-of-type(7n) {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .hlx-page2-box .content {
    padding: 12px;
  }
}
.page2-news-wx {
  text-align: center;
}
.page2-news-wx figure.image_resized {
  margin: 0 auto;
}

.hlx-list-container .hlx-list-item {
  margin-top: 12px;
}
.hlx-list-container .hlx-list-item:first-of-type {
  margin-top: 24px;
}
.hlx-list-container .hlx-list-item:nth-of-type(7n) {
  margin-top: 24px;
}

.hlx-list-title {
  position: relative;
  background: #f6f6f6;
  font-size: 24px;
  font-family: Adobe Heiti Std, Adobe Heiti Std-R;
  font-weight: bold;
  color: #3f9dff;
  padding: 4px 18px;
}
.hlx-list-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #b3daff;
}

.hlx-list-item {
  width: 100%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
}
.hlx-list-item::before {
  top: 50%;
  left: 0;
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #3d92ff;
  position: absolute;
  transform: translateY(-55%);
}
.hlx-list-item .title {
  margin-left: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}
.hlx-list-item .date {
  font-size: 18px;
  font-weight: 400;
  color: #b7b7b7;
}

@media screen and (max-width: 768px) {
  .hlx-list-container {
    background-color: white;
    padding: 24px 12px;
  }
}
.hlx-detail-container .hlx-detail-title {
  font-size: 28px;
  text-align: center;
  color: #000000;
}
.hlx-detail-container .hlx-detail-infos {
  margin-top: 36px;
  margin-bottom: 24px;
  font-size: 16px;
  color: #000000;
}
.hlx-detail-container .hlx-detail-infos .label {
  padding: 0 12px;
  font-size: 16px;
}
.hlx-detail-container .hlx-line {
  border: 1px dashed #b7b7b7;
}
.hlx-detail-container .hlx-news-detail {
  padding-top: 48px;
}
.hlx-detail-container .hlx-news-detail img {
  max-width: 100%;
}
.hlx-detail-container .hlx-news-detail video {
  display: block;
  width: 500px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .hlx-detail-container .hlx-news-detail video {
    width: 100%;
  }
}
.leader-detail-content {
  background-color: #fff;
  padding: 24px;
  border-radius: 4px;
  margin-bottom: 24px;
}
.leader-detail-content .name {
  font-size: 24px;
  color: #000000;
}
.leader-detail-content .intro {
  margin-top: 12px;
  font-size: 14px;
  color: #000000;
}
.leader-detail-content .label {
  margin-top: 24px;
  border-bottom: 2px solid #e0ebfc;
}
.leader-detail-content .label .txt {
  display: inline-block;
  box-sizing: border-box;
  font-size: 12px;
  padding: 12px 24px;
  background-color: #e0ebfc;
  color: #000000;
}
.leader-detail-content .content img {
  max-width: 100%;
}

.hlx-search-item {
  margin-top: 24px;
}
.hlx-search-item .title {
  display: block;
  color: #0000cc;
  font-size: 20px;
  line-height: 25px;
  cursor: pointer;
}
.hlx-search-item .txt {
  font-size: 16px;
  line-height: 25px;
  color: #000000;
}
.hlx-search-item .url-box {
  font-size: 18px;
  color: #008000;
  line-height: 25px;
  width: 100%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
}
.hlx-search-item .url-box .url {
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hlx-search-item .url-box .date {
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  margin-left: 12px;
}

#dzrd-pagination-on-page,
#dzrd-pagination-on-search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
}
#dzrd-pagination-on-page .previous-page,
#dzrd-pagination-on-page .next-page,
#dzrd-pagination-on-search .previous-page,
#dzrd-pagination-on-search .next-page {
  font-size: 14px;
  background: #0068b7;
  border-radius: 5px;
  padding: 2px 8px;
  color: #fff;
  cursor: pointer;
}
#dzrd-pagination-on-page .page-container,
#dzrd-pagination-on-search .page-container {
  font-size: 14px;
  padding: 0 8px;
}
#dzrd-pagination-on-page .page-container .page-before-dots,
#dzrd-pagination-on-page .page-container .page-after-dots,
#dzrd-pagination-on-search .page-container .page-before-dots,
#dzrd-pagination-on-search .page-container .page-after-dots {
  color: #000000;
  margin-right: 6px;
  cursor: not-allowed;
}
#dzrd-pagination-on-page .page-container .page,
#dzrd-pagination-on-search .page-container .page {
  color: #909090;
  margin-right: 6px;
  cursor: pointer;
}
#dzrd-pagination-on-page .page-container .page:last-of-type,
#dzrd-pagination-on-search .page-container .page:last-of-type {
  margin-right: 0;
}
#dzrd-pagination-on-page .page-container .page.active,
#dzrd-pagination-on-search .page-container .page.active {
  color: #000000;
}
#dzrd-pagination-on-page .jump-container .jump-page-prefix,
#dzrd-pagination-on-search .jump-container .jump-page-prefix {
  display: none;
}
#dzrd-pagination-on-page .jump-container .jump-page-input,
#dzrd-pagination-on-search .jump-container .jump-page-input {
  width: 40px;
  margin: 0 8px;
  padding: 0 4px;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
#dzrd-pagination-on-page .jump-container .jump-page-suffix,
#dzrd-pagination-on-search .jump-container .jump-page-suffix {
  display: none;
}
#dzrd-pagination-on-page .jump-container .jump-page-button,
#dzrd-pagination-on-search .jump-container .jump-page-button {
  border: 0;
  font-size: 14px;
  background: #0068b7;
  border-radius: 5px;
  padding: 2px 8px;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 768px) {
  #dzrd-pagination-on-page .page-container,
  #dzrd-pagination-on-search .page-container {
    display: none;
  }
  #dzrd-pagination-on-page .jump-container,
  #dzrd-pagination-on-search .jump-container {
    display: none;
  }
  #dzrd-pagination-on-page .next-page,
  #dzrd-pagination-on-search .next-page {
    margin-left: 12px;
  }
}
.hlx-home-swiper {
  width: 100%;
  height: 370px;
  position: relative;
  overflow: hidden;
}
.hlx-home-swiper .swipe {
  height: 100%;
  width: 100%;
}
.hlx-home-swiper .swipe .slick-item {
  height: 100%;
  height: 370px;
  position: relative;
  display: block;
}
.hlx-home-swiper .swipe .slick-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hlx-home-swiper .arrow-left,
.hlx-home-swiper .arrow-right {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  user-select: none;
}
.hlx-home-swiper .arrow-left {
  left: 12px;
  background: url("/assets/img/icon/arrow-left-wide-fill.svg") center center/18px 18px no-repeat;
  background-color: rgba(0, 0, 0, 0.3);
}
.hlx-home-swiper .arrow-right {
  right: 12px;
  background: url("/assets/img/icon/arrow-right-wide-fill.svg") center center/18px 18px no-repeat;
  background-color: rgba(0, 0, 0, 0.3);
}

/* 对 slick.js dot 的重写 */
/* 基础重写 */
.hlx-slick-dots {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  list-style: none;
}
.hlx-slick-dots li {
  display: inline-block;
}
.hlx-slick-dots button {
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  color: transparent;
  background: transparent;
  border: 0;
  outline: none;
}

/* 定制重写 */
.hlx-slick-dots {
  right: 10px;
  bottom: 8px;
}
.hlx-slick-dots button {
  padding: 0;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #fff;
  margin-left: 4px;
}
.hlx-slick-dots li.slick-active button {
  background: #0f71ff;
}

.hlx-home-swiper .swipe .slick-item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  line-height: 30px;
  padding-right: 70px;
  padding-left: 10px;
}