@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
}

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

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-start-root-v1_3 {
  margin: 0 auto;
  position: relative;
}

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

@media screen and (max-width: 768px) {
  .h5-padding {
    padding: 0 10px;
  }
}
.hlx-header {
  position: relative;
}
.hlx-header .hlx-header-bg {
  width: 100%;
}
.hlx-header .hlx-header-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}
.hlx-header .hlx-header-container .hlx-header-left .logo-a-element {
  display: block;
}
.hlx-header .hlx-header-container .hlx-header-left .logo-a-element img {
  max-width: 100%;
  height: 80px;
}
.hlx-header .hlx-header-container .hlx-header-right .hlx-header-right-slogan {
  width: 240px;
}
.hlx-header .hlx-header-container .hlx-header-right .hlx-header-right-search {
  margin-top: 24px;
  width: 320px;
  height: 38px;
}

@media screen and (max-width: 768px) {
  .hlx-header {
    background: url("../images/bg/header.png") no-repeat top center;
  }
  .hlx-header .hlx-header-bg {
    display: none;
  }
  .hlx-header .hlx-header-container {
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px;
  }
  .hlx-header .hlx-header-container .hlx-header-left .logo-a-element img {
    height: auto;
  }
  .hlx-header .hlx-header-container .hlx-header-right {
    margin-top: 24px;
    width: 100%;
  }
  .hlx-header .hlx-header-container .hlx-header-right .hlx-header-right-slogan {
    max-width: 100%;
  }
  .hlx-header .hlx-header-container .hlx-header-right .hlx-header-right-search {
    width: 100%;
  }
}
.cqql-nav {
  box-sizing: border-box;
  background: #ef5350;
  color: #fff;
  font-size: 18px;
}
.cqql-nav .cqql-nav-container {
  padding: 10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cqql-nav .cqql-nav-container .cqql-nav-group {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.cqql-nav .cqql-nav-container .cqql-nav-group .cqql-nav-item {
  padding: 8px 0;
  width: 0;
  display: block;
  text-align: center;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  font-weight: normal;
}
.cqql-nav .cqql-nav-container .cqql-nav-group .cqql-nav-item:hover {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .cqql-nav .cqql-nav-container {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cqql-nav .cqql-nav-container .cqql-nav-group {
    width: 100%;
  }
}
.hlx-search {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgb(239, 83, 80);
  border-radius: 2px;
  font-size: 16px;
}
.hlx-search .hlx-search-input {
  height: 100%;
  width: 0;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  padding: 0 12px;
  background-color: transparent;
}
.hlx-search .hlx-search-btn {
  background-color: rgb(239, 83, 80);
  height: 100%;
  padding: 0 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
.hlx-search .hlx-search-btn img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.list-breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.list-breadcrumbs a {
  color: #999999;
}
.list-breadcrumbs .separator {
  margin: 0 12px;
}

.column-title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(to bottom, #fbe9e7, #ffcdd2);
  border-left: 3px solid #ef9a9a;
  padding-left: 12px;
  font-size: 20px;
  color: #ef5350;
  font-weight: bold;
  display: flex;
  display: -ms-flexbox;
}
.column-title .title {
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.column-title .more {
  color: #999999;
  font-size: 16px;
  cursor: pointer;
  margin-right: 12px;
}
.column-title .more:hover {
  color: #ef5350;
}

.home-news-tab {
  display: flex;
  display: -ms-flexbox;
}
.home-news-tab .home-news-tab-item {
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  box-sizing: border-box;
  font-size: 18px;
  color: #666;
  cursor: pointer;
  background: linear-gradient(to bottom, #fbe9e7, #ffcdd2);
}
.home-news-tab .home-news-tab-item.active {
  border-top: 2px solid #ef5350;
  background: #f0f0f0;
  font-weight: bold;
  color: #ef5350;
}

.home-news-tab-content {
  display: none;
}

.home-news-tab-content.active {
  display: block;
}

.home-column-title {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  background-color: #ef5350;
  color: #fff;
  text-align: center;
  position: relative;
}
.home-column-title::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ef5350;
  transform: translateX(-50%);
}

.hlx-footer {
  color: #666;
  font-size: 16px;
}
.hlx-footer .line {
  height: 1px;
  background-color: #e0e0e0;
  margin: 12px 0;
}
.hlx-footer .box1 {
  display: -ms-flexbox;
  display: flex;
}
.hlx-footer .box1 .left {
  padding: 12px 20px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.hlx-footer .box1 .right {
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  padding-top: 12px;
}
.hlx-footer .box1 .right .info-row {
  margin-top: 4px;
  display: -ms-flexbox;
  display: flex;
}
.hlx-footer .box1 .right .info-row .info-item {
  display: block;
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
}
.hlx-footer .box1 .right .info-row .admin-link {
  display: block;
  color: #551a8b;
  font-size: 18px;
}
.hlx-footer .box2 {
  padding-bottom: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hlx-footer .box2 .middle {
  margin: 0 12px;
}
.hlx-footer .box2 a:hover {
  color: #ef5350;
}

.hlx-footer .friend-links {
  padding-top: 16px;
  display: -ms-flexbox;
  display: flex;
}
.hlx-footer .friend-links .label {
  height: 60px;
  line-height: 60px;
  width: 180px;
  background-color: #ef5350;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.hlx-footer .friend-links .friend-links-list {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.hlx-footer .friend-links .friend-links-list .friend-links-item {
  height: 60px;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  box-sizing: border-box;
  color: #3e3e3e;
  font-size: 18px;
  padding: 8px;
  cursor: pointer;
  user-select: none;
  position: relative;
}
.hlx-footer .friend-links .friend-links-list .friend-links-item .out-links-list {
  position: absolute;
  z-index: 100;
  right: 32px;
  bottom: 0;
  transform: translateY(100%);
  max-width: 100%;
  min-width: 120px;
  background: #fff;
  overflow: auto;
  max-height: 0;
  transition: all 0.3s ease-in-out;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hlx-footer .friend-links .friend-links-list .friend-links-item .out-links-list > a {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  padding: 8px;
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  border-bottom: 1px solid #e0e0e0;
}
.hlx-footer .friend-links .friend-links-list .friend-links-item .out-links-list.active {
  max-height: 160px;
  box-shadow: 3px 8px 10px 1px rgba(0, 0, 0, 0.54);
}
.hlx-footer .friend-links-line {
  height: 2px;
  background-color: #ef5350;
  margin: 16px 0;
}

.home-hlx-footer .beian-link {
  color: #0000ee;
}

@media screen and (max-width: 768px) {
  .hlx-footer .box1 {
    display: block;
  }
  .hlx-footer .box1 .left {
    text-align: center;
  }
  .hlx-footer .box1 .right {
    width: 100%;
    padding-top: 0;
  }
  .hlx-footer .box1 .right .info-row {
    display: block;
    margin-top: 0;
  }
  .hlx-footer .box1 .right .info-row .info-item {
    width: 100%;
    padding: 6px;
    text-align: center;
  }
  .hlx-footer .box1 .right .info-row .admin-link {
    display: block;
    width: 100%;
    padding: 6px;
    text-align: center;
  }
  .hlx-footer .box2 {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 12px;
  }
  .hlx-footer .box2 .middle {
    margin: 8px 0;
  }
  .hlx-footer .friend-links {
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .hlx-footer .friend-links .friend-links-list {
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .hlx-footer .friend-links .friend-links-list .friend-links-item {
    width: 100%;
    justify-content: center;
  }
  .hlx-footer .friend-links .friend-links-list .friend-links-item .out-links-list {
    width: 100%;
    right: 0;
  }
}
.list-page .container .column-title {
  margin-top: 24px;
}
.list-page .container .hlx-txt-list-item {
  margin-top: 24px;
}

.list-column-page .container .list-container {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.list-column-page .container .list-container .column-box {
  margin-top: 24px;
  width: 50%;
  padding: 0 12px;
}
.list-column-page .container .list-container .column-box .hlx-txt-list-item {
  margin-top: 18px;
}
.list-column-page .container .list-container .column-box .hlx-news-list {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  min-height: 260px;
}

.list-img-page .container .column-title {
  margin-top: 24px;
}
.list-img-page .container .list-container {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.list-img-page .container .list-container .left-layout {
  width: 1208px;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.list-img-page .container .list-container .left-layout .hlx-img-list-item {
  margin: 16px;
  display: block;
  font-size: 14px;
  color: #3e3e3e;
  cursor: pointer;
}
.list-img-page .container .list-container .left-layout .hlx-img-list-item:hover {
  color: rgb(204, 0, 0);
  text-decoration: underline;
}
.list-img-page .container .list-container .left-layout .hlx-img-list-item .top-img {
  width: 270px;
  height: 140px;
  object-fit: cover;
  border-radius: 4px;
}
.list-img-page .container .list-container .left-layout .hlx-img-list-item .bottom-txt {
  margin-top: 6px;
  width: 270px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: red;
}

@media screen and (max-width: 768px) {
  .list-page .container {
    padding: 0 12px;
  }
  .list-column-page .container {
    padding: 0 12px;
  }
  .list-column-page .container .list-container {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .list-column-page .container .list-container .column-box {
    width: 100%;
    padding: 0;
  }
  .list-img-page .container .list-container {
    width: 100%;
  }
  .list-img-page .container .list-container .left-layout {
    width: 100%;
  }
  .list-img-page .container .list-container .left-layout .hlx-img-list-item {
    margin: 12px auto;
  }
}
.hlx-txt-list-item {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  font-size: 16px;
}
.hlx-txt-list-item .dot {
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #666;
  margin: 0 8px 0 4px;
}
.hlx-txt-list-item .title {
  color: #3e3e3e;
  cursor: pointer;
  width: 0;
  display: block;
  flex: 1 0 0;
  /* IE10 */
  -ms-flex: 1 0 0%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hlx-txt-list-item .title:hover {
  color: rgb(204, 0, 0);
  text-decoration: underline;
}
.hlx-txt-list-item .time {
  color: #3e3e3e;
  padding: 0 5px 0 10px;
}

.hlx-breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding: 12px 0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 16px;
  color: #ab47bc;
}
.hlx-breadcrumbs .breadcrumb-item {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hlx-breadcrumbs .breadcrumb-item:first-of-type {
  color: #666;
}
.hlx-breadcrumbs .separator {
  margin: 0 12px;
  color: #666;
}

.page-policy .container .column-title {
  margin-top: 24px;
}
.page-policy .container .page-policy-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-policy .container .page-policy-body .row10 {
  display: block;
  width: 100%;
  padding: 12px;
}
.page-policy .container .page-policy-body .row5 {
  display: block;
  width: 50%;
  padding: 12px;
}
.page-policy .container .page-policy-body .img-container {
  border-radius: 4px;
  overflow: hidden;
}
.page-policy .container .page-policy-body .img-container img {
  width: 100%;
  max-height: 120px;
}

@media screen and (max-width: 768px) {
  .page-policy .container .page-policy-body .row10 {
    width: 100%;
    min-height: 120px;
  }
  .page-policy .container .page-policy-body .row5 {
    width: 100%;
  }
  .page-policy .container .page-policy-body .img-container img {
    min-height: 120px;
  }
}
.page-detail .page-detail-title {
  font-size: 32px;
  margin-top: 24px;
  color: black;
  text-align: center;
  font-weight: bold;
  line-height: 120px;
}
.page-detail .page-detail-infos {
  display: flex;
  justify-content: center;
  font-size: 16px;
  color: black;
  margin: 24px 0;
}
.page-detail .page-detail-infos .info-item {
  margin-left: 36px;
}
.page-detail .page-detail-infos .info-item span {
  margin-left: 16px;
}
.page-detail .page-detail-content {
  padding: 0 12px;
  line-height: 1.5;
  overflow: hidden;
}
.page-detail .page-detail-content img,
.page-detail .page-detail-content video {
  width: 100%;
}
.page-detail .attachment-item {
  color: #000;
  font-size: 20px;
  margin-right: 10px;
}
.page-detail .attachment-item a {
  display: inline;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .page-detail {
    padding: 0 12px;
  }
  .page-detail .page-detail-title {
    font-size: 24px;
    line-height: 1.2;
  }
  .page-detail .page-detail-infos {
    flex-direction: column;
  }
  .page-detail .page-detail-infos .info-item {
    margin-top: 12px;
    margin-left: 0;
  }
}
.page-search-header {
  width: 100%;
  height: 150px;
  background: url(../images/bg/search.png) no-repeat;
  background-size: 100% 100%;
}

.page-search {
  background: #f0f0f0;
  padding: 24px 0;
}
.page-search .container {
  display: flex;
  display: -ms-flexbox;
}
.page-search .container .search-option-list {
  width: 220px;
}
.page-search .container .search-body {
  margin-left: 24px;
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  padding: 24px;
  background-color: white;
}
.page-search .container .search-body .split-line {
  height: 1px;
  background-color: #f3f3f3;
  margin-top: 4px;
}
.page-search .container .search-body .search-result-list .search-result-item {
  font-size: 16px;
  color: rgb(51, 51, 51);
  padding: 24px 0;
  border-bottom: 1px solid #f3f3f3;
}
.page-search .container .search-body .search-result-list .search-result-item .title {
  display: block;
  text-decoration: underline;
  color: darkslateblue;
  font-size: 16px;
}
.page-search .container .search-body .search-result-list .search-result-item .title .highlight {
  color: rgb(204, 0, 0);
}
.page-search .container .search-body .search-result-list .search-result-item .time {
  color: #999;
  margin: 6px 0;
}
.page-search .container .search-body .search-result-list .search-result-item .content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-search .search-page-search-input-wrapper {
  width: 500px;
  height: 40px;
}

.search-option-list {
  width: 220px;
  padding-bottom: 12px;
}
.search-option-list .option-list {
  margin-bottom: 12px;
}
.search-option-list .option-list .option-title {
  background: #eb2b2b;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 12px 0;
  letter-spacing: 2px;
}
.search-option-list .option-list .option-item {
  font-size: 16px;
  color: #333;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  background: #fff;
  border-left: 3px solid transparent;
  transition: background 0.2s, border-color 0.2s;
  border-right: 1px solid #eb2b2b;
}
.search-option-list .option-list .option-item:hover {
  background: #f7f7f7;
}
.search-option-list .option-list .option-item.active {
  background: #f7f7f7;
  border-left: 2px solid #eb2b2b;
  color: #333;
}

.search-result-info {
  margin-top: 4px;
  font-size: 12px;
  color: #999;
  line-height: 30px;
}
.search-result-info .search-keyword {
  font-size: 16px;
  color: #eb2b2b;
}

@media screen and (max-width: 768px) {
  .page-search .container {
    display: block;
    display: -ms-flexbox;
  }
  .page-search .container .search-option-list {
    width: 100%;
  }
  .page-search .container .search-body {
    margin-left: 0;
    width: 100%;
  }
  .page-search .search-page-search-input-wrapper {
    width: 100%;
  }
}
.sidebar-list .container .sidebar-list-body {
  margin-top: 18px;
  display: flex;
  display: -ms-flexbox;
}
.sidebar-list .container .sidebar-list-body .left {
  display: block;
  width: 200px;
  margin-right: 24px;
}
.sidebar-list .container .sidebar-list-body .right {
  display: block;
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
}
.sidebar-list .container .sidebar-list-body .right .hlx-txt-list-item {
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .sidebar-list .container .sidebar-list-body {
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .sidebar-list .container .sidebar-list-body .left {
    width: 100%;
  }
  .sidebar-list .container .sidebar-list-body .right {
    width: 100%;
  }
}
.sidebar-list-2-right-body .area-list {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.sidebar-list-2-right-body .area-list .area-item {
  margin-top: 12px;
  margin-left: 12px;
  font-size: 16px;
  color: #3e3e3e;
}
.sidebar-list-2-right-body .area-list .area-item a:hover {
  color: #ef5350;
}
.sidebar-list-2-right-body .unit-list {
  margin-top: 18px;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.sidebar-list-2-right-body .unit-list .unit-item {
  padding: 12px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
}
.sidebar-list-2-right-body .unit-list .unit-item .unit-item-img {
  width: 190px;
  height: 160px;
  object-fit: cover;
  border-radius: 4px;
  overflow: hidden;
}
.sidebar-list-2-right-body .unit-list .unit-item .unit-item-title {
  margin-top: 12px;
  width: 190px;
  text-align: center;
  color: #3e3e3e;
  font-size: 16px;
}

.sidebar-container {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  background-color: #f0f0f0;
}
.sidebar-container .sidebar-title {
  background: linear-gradient(to left, #ef9a9a, #ef5350);
  color: #fff;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  font-weight: bold;
  padding-left: 12px;
}
.sidebar-container .sidebar-item {
  margin: 0 8px;
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 40px;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  font-size: 16px;
  color: #3e3e3e;
}
.sidebar-container .sidebar-item::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/icon/sidebar-item.png") center center/100% 100% no-repeat;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar-container .sidebar-item:hover {
  color: #ef5350;
}
.sidebar-container .sidebar-item.active {
  color: #ef5350;
  font-weight: bold;
  border-bottom: 2px solid #ef5350;
}

#map-container {
  display: flex;
  display: -ms-flexbox;
  min-height: 500px;
  margin-top: 12px;
}
#map-container #map-center {
  width: 0;
  flex: 2 0 0;
  -ms-flex: 2 0 0%;
  margin-right: 12px;
}
#map-container #map-all {
  width: 0;
  flex: 3 0 0;
  -ms-flex: 3 0 0%;
}

@media screen and (max-width: 768px) {
  #map-container {
    flex-direction: column;
    -ms-flex-direction: column;
  }
  #map-container #map-center {
    margin-right: 0;
    width: 100%;
  }
  #map-container #map-all {
    margin-top: 12px;
    width: 100%;
  }
}
.home-page .box1,
.home-page .box2,
.home-page .box3,
.home-page .box4,
.home-page .box5,
.home-page .box6 {
  margin-top: 24px;
}
.home-page .box1 {
  display: flex;
  display: -ms-flexbox;
}
.home-page .box1 .box1-left {
  width: 700px;
  overflow: hidden;
}
.home-page .box1 .box1-right {
  margin-left: 48px;
  width: 0;
  display: block;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
}
.home-page .box1 .box1-right .side-news {
  height: 450px;
  overflow: hidden;
  background-color: #f5f5f5;
}
.home-page .box1 .box1-right .home-news-tab-content {
  padding: 12px;
}
.home-page .box1 .box1-right .home-news-tab-content .top-news {
  font-size: 16px;
  color: #3e3e3e;
  line-height: 30px;
  text-align: left;
  padding: 6px 0;
}
.home-page .box1 .box1-right .home-news-tab-content .more {
  text-align: right;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.home-page .box1 .box1-right .home-news-tab-content .line {
  height: 1px;
  width: 100%;
  background-color: #e0e0e0;
}
.home-page .box1 .box1-right .home-news-tab-content .hlx-txt-list-item {
  margin-top: 20px;
  box-sizing: border-box;
}
.home-page .box3 {
  display: flex;
  display: -ms-flexbox;
}
.home-page .box3 .box3-left {
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
}
.home-page .box3 .box3-right {
  width: 400px;
  margin-left: 24px;
}
.home-page .box5 {
  display: flex;
  display: -ms-flexbox;
}
.home-page .box5 .box5-left {
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.home-page .box5 .box5-left .box5-left-block1 {
  margin-top: 24px;
  width: 50%;
}
.home-page .box5 .box5-left .box5-left-block1:nth-of-type(1),
.home-page .box5 .box5-left .box5-left-block1:nth-of-type(2) {
  margin-top: 0;
}
.home-page .box5 .box5-left .box5-left-block1:nth-of-type(2n + 1) {
  padding-right: 12px;
}
.home-page .box5 .box5-left .box5-left-block1:nth-of-type(2n) {
  padding-left: 12px;
}
.home-page .box5 .box5-right {
  margin-left: 24px;
}
.home-page .box5 .box5-right .img-nav-item {
  width: 342px;
  height: 182.8877005348px;
  display: block;
  margin-bottom: 12px;
}
.home-page .box5 .box5-right .img-nav-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.home-page .box6 {
  padding: 12px 0;
  background-color: #f8f8f8;
}
.home-page .box6 .box-5-container {
  display: flex;
  display: -ms-flexbox;
}
.home-page .box6 .box-5-container .box-5-left {
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  padding: 12px 0;
}
.home-page .box6 .box-5-container .box-5-left .home-scenery-wall {
  margin-top: 12px;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.home-page .box6 .box-5-container .box-5-left .home-scenery-wall .scenery-item {
  display: block;
  width: 25%;
  padding: 0 8px;
  margin-top: 12px;
}
.home-page .box6 .box-5-container .box-5-left .home-scenery-wall .scenery-item img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.home-page .box6 .box-5-container .box-5-left .home-scenery-wall .scenery-item .scenery-name {
  margin-top: 6px;
  font-size: 16px;
  color: #3e3e3e;
  line-height: 20px;
  text-align: center;
}
.home-page .box6 .box-5-container .box-5-right {
  margin-left: 24px;
  background-color: #fff;
  padding: 12px 24px;
  width: 400px;
}
.home-page .box6 .box-5-container .box-5-right .book-list {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.home-page .box6 .box-5-container .box-5-right .book-list .book-item {
  display: block;
  width: 33%;
  padding: 0 8px;
  margin-top: 12px;
}
.home-page .box6 .box-5-container .box-5-right .book-list .book-item img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.home-page .box6 .box-5-container .box-5-right .book-list .book-item .book-name {
  margin-top: 4px;
  font-size: 16px;
  color: #3e3e3e;
  line-height: 20px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .home-page .box1 {
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .home-page .box1 .box1-left {
    width: 100%;
  }
  .home-page .box1 .box1-right {
    margin-top: 24px;
    margin-left: 0;
    width: 100%;
  }
  .home-page .box3 {
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .home-page .box3 .box3-left {
    width: 100%;
  }
  .home-page .box3 .box3-right {
    width: 100%;
    margin-top: 24px;
    margin-left: 0;
  }
  .home-page .box5 {
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .home-page .box5 .box5-left {
    width: 100%;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .home-page .box5 .box5-left .box5-left-block1 {
    margin-top: 12px;
    width: 100%;
  }
  .home-page .box5 .box5-left .box5-left-block1:nth-of-type(1),
  .home-page .box5 .box5-left .box5-left-block1:nth-of-type(2) {
    margin-top: 12px;
  }
  .home-page .box5 .box5-left .box5-left-block1:nth-of-type(2n + 1) {
    padding: 0;
  }
  .home-page .box5 .box5-left .box5-left-block1:nth-of-type(2n) {
    padding: 0;
  }
  .home-page .box5 .box5-right {
    margin-left: 0;
    margin-top: 24px;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .home-page .box5 .box5-right .img-nav-item {
    margin: 0;
    width: 50%;
    height: unset;
    padding: 4px;
  }
  .home-page .box6 .box-5-container {
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .home-page .box6 .box-5-container .box-5-left {
    width: 100%;
  }
  .home-page .box6 .box-5-container .box-5-left .home-scenery-wall .scenery-item {
    width: 50%;
  }
  .home-page .box6 .box-5-container .box-5-right {
    width: 100%;
    margin-left: 0;
    padding: 12px 0 0 0;
  }
}
.box-5-block-content .first-item {
  margin-top: 24px;
  display: flex;
  display: -ms-flexbox;
}
.box-5-block-content .first-item img {
  width: 180px;
  height: 120px;
  object-fit: cover;
  border-radius: 12px;
  overflow: hidden;
}
.box-5-block-content .first-item .first-item-content {
  margin-left: 18px;
  height: 120px;
  overflow: hidden;
  width: 0;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
}
.box-5-block-content .first-item .first-item-content .title {
  font-size: 18px;
  color: #3e3e3e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box-5-block-content .first-item .first-item-content .summary {
  margin-top: 10px;
  font-size: 14px;
  height: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box-5-block-content .hlx-txt-list-item {
  margin-top: 24px;
}

.home-switch-tab-title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(to bottom, #fbe9e7, #ffcdd2);
  display: flex;
  display: -ms-flexbox;
}
.home-switch-tab-title .more {
  color: #999999;
  font-size: 16px;
  cursor: pointer;
  margin-right: 12px;
  margin-left: auto;
}
.home-switch-tab-title .more:hover {
  color: #ef5350;
}
.home-switch-tab-title .title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding-left: 24px;
  padding-right: 24px;
  cursor: pointer;
}
.home-switch-tab-title .title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  width: 3px;
  height: 16px;
  background-color: #ef5350;
  transform: translate(0, -50%);
}
.home-switch-tab-title .title.active {
  color: #ffffff;
  background-color: #ef5350;
  border-top-right-radius: 28px;
}
.home-switch-tab-title .title.active::after {
  background-color: #ffffff;
}

.home-switch-tab-content {
  display: none;
}
.home-switch-tab-content .hlx-txt-list-item {
  margin-top: 24px;
}

.home-switch-tab-content.active {
  display: block;
}

.float-img-qr-code {
  position: fixed;
  z-index: 1000;
  right: 20px;
  top: 140px;
  z-index: 999;
  width: 120px;
  height: 120px;
}

.float-img-confidential {
  position: fixed;
  z-index: 1000;
  width: 200px;
  height: 280px;
  left: 20px;
  top: 470px;
  z-index: 999;
}

@media screen and (max-width: 768px) {
  .float-img-qr-code {
    right: 10px;
    top: 120px;
    width: 80px;
    height: 80px;
  }
  .float-img-confidential {
    right: 10px;
    left: unset;
    top: 220px;
    width: 80px;
    height: 112px;
  }
}
.home-swiper {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}
.home-swiper .home-slick .home-slick-item {
  display: block;
  position: relative;
}
.home-swiper .home-slick .home-slick-item img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.home-swiper .home-slick .home-slick-item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 20px;
  line-height: 40px;
  font-size: 16px;
  padding-right: 98px;
}
.home-swiper .home-slick-prev {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url("../images/icon/right.png");
  background-position: center center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  cursor: pointer;
  opacity: 0.5;
}
.home-swiper .home-slick-next {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url("../images/icon/right.png");
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.5;
}
.home-swiper .home-slick-prev:hover,
.home-swiper .home-slick-next:hover {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .home-swiper {
    height: 247.5px;
  }
  .home-swiper .home-slick .home-slick-item img {
    height: 247.5px;
  }
}
.home-swiper-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 116px;
  height: 40px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
}
.home-swiper-dots li {
  width: 10px;
  height: 10px;
  margin-left: 8px;
  font-size: 0;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  transition: all 0.5s linear;
}
.home-swiper-dots .slick-active {
  background-color: #ffad09;
}

.home-banner-swiper {
  width: 100%;
  height: 150px;
  position: relative;
  overflow: hidden;
}
.home-banner-swiper .home-slick-item {
  display: block;
}
.home-banner-swiper .home-slick-item img {
  width: 100%;
  height: 150px;
}

.home-banner-swiper-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 20px;
  height: 40px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
}
.home-banner-swiper-dots li {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.35);
  transition: all 0.5s linear;
  margin-left: 8px;
}
.home-banner-swiper-dots .slick-active {
  background-color: #cc0000;
}

@media screen and (max-width: 768px) {
  .home-banner-swiper {
    height: auto;
  }
  .home-banner-swiper .home-slick-item img {
    height: auto;
  }
  .home-banner-swiper-dots {
    right: -1000%;
  }
}
.theme-education-top-img {
  width: 100%;
  text-align: center;
}
.theme-education-top-img img {
  width: 100%;
}

.page-theme-education .hlx-txt-list-item .title:hover {
  text-decoration: none;
}
.page-theme-education .box1 {
  margin-top: 24px;
}
.page-theme-education .box1 .theme-education-top-news {
  border: 1px solid #eee;
  position: relative;
  padding: 16px 16px;
  box-sizing: border-box;
}
.page-theme-education .box1 .theme-education-top-news .title {
  display: block;
  font-size: 32px;
  font-weight: bold;
  color: #ef3535;
  line-height: 48px;
  text-align: center;
}
.page-theme-education .box1 .theme-education-top-news .more {
  display: block;
  text-align: right;
  font-size: 14px;
  color: red;
}
.page-theme-education .box2 {
  margin-top: 24px;
  display: flex;
  display: -ms-flexbox;
}
.page-theme-education .box2 .box2-left .home-slick {
  width: 600px;
  height: 448px;
}
.page-theme-education .box2 .box2-left .home-slick .home-slick-item {
  width: 600px;
  height: 448px;
}
.page-theme-education .box2 .box2-right {
  margin-left: 68px;
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
}
.page-theme-education .box2 .box2-right .theme-education-news .first-news .title {
  font-weight: bold;
  color: #415398;
  font-size: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.page-theme-education .box2 .box2-right .theme-education-news .first-news .title i {
  font-size: 18px;
  font-weight: bold;
  color: red;
  margin-right: 8px;
}
.page-theme-education .box2 .box2-right .theme-education-news .first-news .more {
  margin-top: 12px;
  display: block;
  text-align: right;
  font-size: 16px;
  color: #666;
}
.page-theme-education .box2 .box2-right .theme-education-news .line {
  height: 1px;
  margin: 12px 0;
  width: 100%;
  background-color: #e0e0e0;
}
.page-theme-education .box2 .box2-right .theme-education-news .hlx-txt-list-item {
  margin-top: 21px;
  font-size: 18px;
}
.page-theme-education .box3 {
  margin-top: 24px;
  display: flex;
  display: -ms-flexbox;
}
.page-theme-education .box3 .box3-left {
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
}
.page-theme-education .box3 .box3-right {
  margin-left: 12px;
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
}
.page-theme-education .box3 .hlx-txt-list-item {
  border-bottom: 2px dashed #aaa;
  margin: 0;
  padding: 24px 0 12px 0;
}

@media screen and (max-width: 768px) {
  .page-theme-education .box1 .theme-education-top-news .title {
    font-size: 24px;
  }
  .page-theme-education .box2 {
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .page-theme-education .box2 .box2-left {
    width: 100%;
  }
  .page-theme-education .box2 .box2-left .home-swiper {
    height: 300px;
  }
  .page-theme-education .box2 .box2-left .home-swiper .home-slick {
    width: 100%;
    height: 300px;
  }
  .page-theme-education .box2 .box2-left .home-swiper .home-slick .home-slick-item {
    width: 100%;
    height: 300px;
  }
  .page-theme-education .box2 .box2-right {
    margin-left: 0;
    width: 100%;
  }
  .page-theme-education .box3 {
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .page-theme-education .box3 .box3-left {
    width: 100%;
  }
  .page-theme-education .box3 .box3-right {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.theme-education-title {
  display: block;
  height: 40px;
}
.theme-education-title img {
  height: 100%;
  width: 100%;
}

#wanx-hlx-search-pagination,
#wanx-hlx-thymeleaf-pagination {
  margin-top: 24px;
  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;
}
#wanx-hlx-search-pagination .jump-container,
#wanx-hlx-thymeleaf-pagination .jump-container {
  font-family: PingFangSC, helvetica neue, arial, microsoft yahei ui, microsoft yahei;
  font-size: 16px;
  color: #000;
}
#wanx-hlx-search-pagination .jump-container .jump-page-prefix,
#wanx-hlx-thymeleaf-pagination .jump-container .jump-page-prefix {
  margin-left: 4px;
}
#wanx-hlx-search-pagination .jump-container .jump-page-input,
#wanx-hlx-thymeleaf-pagination .jump-container .jump-page-input {
  width: 50px;
  height: 30px;
  border: 1px solid #ccc;
  margin: 0 4px;
  padding: 0 4px;
}
#wanx-hlx-search-pagination .jump-container .jump-page-suffix,
#wanx-hlx-thymeleaf-pagination .jump-container .jump-page-suffix {
  margin-right: 4px;
}
#wanx-hlx-search-pagination .jump-container .jump-page-button,
#wanx-hlx-thymeleaf-pagination .jump-container .jump-page-button {
  width: 50px;
  height: 30px;
  text-align: center;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  background: #ddd;
}
#wanx-hlx-search-pagination .previous-page,
#wanx-hlx-search-pagination .next-page,
#wanx-hlx-thymeleaf-pagination .previous-page,
#wanx-hlx-thymeleaf-pagination .next-page {
  color: #666;
  background: #fff;
  border-color: #ddd;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 67px;
  margin-right: 10px;
  cursor: pointer;
}
#wanx-hlx-search-pagination .previous-page:hover,
#wanx-hlx-search-pagination .next-page:hover,
#wanx-hlx-thymeleaf-pagination .previous-page:hover,
#wanx-hlx-thymeleaf-pagination .next-page:hover {
  border: 1px #ef5350 solid;
  background: #ef5350;
  color: #fff;
}
#wanx-hlx-search-pagination .page-container,
#wanx-hlx-thymeleaf-pagination .page-container {
  display: flex;
  display: -ms-flexbox;
}
#wanx-hlx-search-pagination .page-container .page,
#wanx-hlx-thymeleaf-pagination .page-container .page {
  display: block;
  min-width: 40px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 4px;
  margin-right: 10px;
  cursor: pointer;
  color: #666;
  margin-right: 10px;
}
#wanx-hlx-search-pagination .page-container .page.active,
#wanx-hlx-thymeleaf-pagination .page-container .page.active {
  border: 1px #ef5350 solid;
  background: #ef5350;
  color: #fff;
}
#wanx-hlx-search-pagination .page-container .page:hover,
#wanx-hlx-thymeleaf-pagination .page-container .page:hover {
  border: 1px #ef5350 solid;
  background: #ef5350;
  color: #fff;
}
#wanx-hlx-search-pagination .page-container .page-before-dots,
#wanx-hlx-search-pagination .page-container .page-after-dots,
#wanx-hlx-thymeleaf-pagination .page-container .page-before-dots,
#wanx-hlx-thymeleaf-pagination .page-container .page-after-dots {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #666;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  #wanx-hlx-thymeleaf-pagination .page-container {
    display: none;
  }
  #wanx-hlx-thymeleaf-pagination .jump-container {
    display: none;
  }
}