@charset "UTF-8";
body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #333;
  font: 14px/180% "Microsoft YaHei", "微软雅黑", Arial, SimSun, Tahoma, Helvetica, sans-serif;
}
@media screen and (min-width: 768px) {
  body {
    min-width: max-content;
  }
}

.hlx-body {
  padding-top: 15px;
}

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

@media screen and (max-width: 768px) {
  .hlx-imit-width {
    padding: 0 12px;
  }
}
.layout__listpage-3-parts {
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .layout__listpage-3-parts {
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .layout__listpage-3-parts .left-part {
    width: 100%;
  }
}
.layout__listpage-3-parts .middle-part {
  width: 0;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
@media screen and (max-width: 768px) {
  .layout__listpage-3-parts .middle-part {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .layout__listpage-3-parts .right-part {
    width: 240px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .layout__listpage-3-parts .right-part {
    width: 100%;
  }
}

.layout__left-right-equal {
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .layout__left-right-equal {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.layout__left-right-equal .left-part,
.layout__left-right-equal .right-part {
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
}
@media screen and (max-width: 768px) {
  .layout__left-right-equal .left-part,
  .layout__left-right-equal .right-part {
    width: 100%;
  }
}

#hlx-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px 0;
  font-size: 12px;
}
#hlx-pagination .base, #hlx-pagination .page-container .page-before-dots,
#hlx-pagination .page-container .page-after-dots, #hlx-pagination .page-container .page, #hlx-pagination .previous-page,
#hlx-pagination .next-page, #hlx-pagination .jump-container .jump-page-button, #hlx-pagination .jump-container .jump-page-input {
  border: 1px solid #c5c5c5;
  padding: 3px 10px;
  color: #4e4e4e;
  font-size: 12px;
  line-height: 1.5;
}
#hlx-pagination .active, #hlx-pagination .page-container .page:hover, #hlx-pagination .page-container .page.active, #hlx-pagination .previous-page:hover,
#hlx-pagination .next-page:hover, #hlx-pagination .jump-container .jump-page-button:hover {
  border-color: #e23838;
  background-color: #e23838;
  color: white;
}
#hlx-pagination .jump-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#hlx-pagination .jump-container .jump-page-prefix {
  margin-left: 4px;
}
#hlx-pagination .jump-container .jump-page-input {
  box-sizing: border-box;
  width: 50px;
  margin: 0 4px;
}
#hlx-pagination .jump-container .jump-page-suffix {
  margin-right: 4px;
}
#hlx-pagination .jump-container .jump-page-button {
  cursor: pointer;
  width: auto;
  margin: 0;
}
#hlx-pagination .previous-page,
#hlx-pagination .next-page {
  margin-right: 3px;
  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;
  margin-right: 3px;
  cursor: pointer;
}
#hlx-pagination .page-container .page-before-dots,
#hlx-pagination .page-container .page-after-dots {
  cursor: no-drop;
  margin-right: 3px;
}

@media screen and (max-width: 768px) {
  #hlx-pagination .page-container {
    display: none;
  }
  #hlx-pagination .jump-container {
    display: none;
  }
}
.hlx-breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  background-color: #fafafa;
  border: 1px solid #ececec;
  font-size: 14px;
  color: #999;
  line-height: 43px;
}
.hlx-breadcrumbs .breadcrumb-icon {
  width: 30px;
  height: 43px;
  background: url("../images/icon/base.png") 20px -61px no-repeat;
}
.hlx-breadcrumbs .breadcrumb-items {
  width: 0;
  flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding: 10px 0;
  line-height: 20px;
}
.hlx-breadcrumbs .breadcrumb-items .breadcrumb-item {
  cursor: pointer;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
}
.hlx-breadcrumbs .breadcrumb-items .separator {
  display: flex;
  align-items: center;
  margin: 0 5px;
}
.hlx-breadcrumbs .breadcrumb-items .breadcrumb-item:hover {
  color: #c00;
}

@media screen and (min-width: 768px) {
  .side-navigation-box {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .side-navigation-box {
    width: 100%;
    margin-bottom: 12px;
  }
}
.side-navigation-box .current-column {
  display: block;
  padding: 11px 5px;
  line-height: 23px;
  background-color: #c62626;
  text-align: center;
  font-size: 18px;
  color: white;
}
@media screen and (max-width: 768px) {
  .side-navigation-box .current-column {
    height: 45px;
  }
}
.side-navigation-box .column-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.side-navigation-box .column-list .column-item {
  display: block;
  padding: 8px 5px;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  color: #333;
  text-decoration: none;
  outline: none;
  border: 1px solid #ececec;
}
@media screen and (min-width: 768px) {
  .side-navigation-box .column-list .column-item {
    border-top: 1px solid transparent;
  }
}
.side-navigation-box .column-list .column-item:hover {
  color: white;
  background-color: #e23838;
  border-color: #e23838;
}
.side-navigation-box .column-list .column-item.active {
  color: white;
  background-color: #e23838;
  border-color: #e23838;
}

.hot-line {
  height: 2px;
  background: #333 url("../images/bg/side-box-top-red-line.jpg") left top no-repeat;
}

.side-news-box {
  background-color: #f7f7f7;
}
.side-news-box .top-line {
  height: 2px;
  background: #333 url("../images/bg/side-box-top-red-line.jpg") left top no-repeat;
}
.side-news-box .border-view {
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}
.side-news-box .title {
  padding-left: 14px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 42px;
}
.side-news-box .title .color-red {
  color: #e23838;
}
.side-news-box .news-list {
  padding: 0 10px 20px;
}
.side-news-box .news-list .news-item {
  display: block;
  padding-left: 10px;
  background: url("../images/icon/base.png") left -68px no-repeat;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.side-news-box .news-list .news-item:hover {
  color: #e23838;
}
.side-news-box .no-data-item {
  padding: 0px 10px 20px;
  color: #999;
  font-size: 14px;
}

.hlx-list-page-item {
  display: -ms-flexbox;
  display: flex;
}
.hlx-list-page-item .cover-image-view {
  width: 160px;
  height: 120px;
}
.hlx-list-page-item .cover-image-view img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hlx-list-page-item .content-view {
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .hlx-list-page-item .content-view {
    padding-left: 12px;
  }
}
.hlx-list-page-item .content-view .title {
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.hlx-list-page-item .content-view .title:hover {
  color: #e23838;
}
.hlx-list-page-item .content-view .content {
  margin-top: 10px;
  font-size: 12px;
  line-height: 20px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 40px;
}
.hlx-list-page-item .content-view .content.x3 {
  -webkit-line-clamp: 3;
  height: 60px;
}
.hlx-list-page-item .content-view .date {
  margin-top: 15px;
  line-height: 24px;
  font-size: 12px;
  color: #666;
}

.hlx-dot-item {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  position: relative;
}
.hlx-dot-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #d9d9d9;
}
.hlx-dot-item .title {
  margin-left: 12px;
  display: block;
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  color: #333;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hlx-dot-item .title:hover {
  color: #e23838;
  font-weight: bold;
}
.hlx-dot-item .date {
  font-size: 12px;
  color: #999;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .hlx-dot-item .date {
    margin-left: 10px;
  }
}

.hlx-triangle-item {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  padding-left: 10px;
  position: relative;
}
.hlx-triangle-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 8px;
  background: url("../images/icon/base.png") left -78px no-repeat;
}
.hlx-triangle-item .title {
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  display: block;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hlx-triangle-item .title:hover {
  color: #c00;
  text-decoration: none;
}

.index__column-title__1 {
  display: flex;
  display: -ms-flexbox;
  border-bottom: 1px solid #c62626;
}
.index__column-title__1 .title-text {
  display: block;
  height: 36px;
  line-height: 36px;
  padding: 0 18px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  background-color: #c62626;
}

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

#page-index a {
  cursor: pointer;
}

.index-top-external-navigation {
  background: #eee;
}
@media screen and (min-width: 768px) {
  .index-top-external-navigation {
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .index-top-external-navigation {
    height: auto;
    padding: 10px 0;
  }
}
.index-top-external-navigation .inner-box {
  margin: 0 auto;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
}
@media screen and (min-width: 768px) {
  .index-top-external-navigation .inner-box {
    width: 1200px;
    height: 100%;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
@media screen and (max-width: 768px) {
  .index-top-external-navigation .inner-box {
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
.index-top-external-navigation .inner-box .logo {
  width: 151px;
  height: 60px;
  background: url("../images/logo-external-navigation.jpg") center center no-repeat;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
}
.index-top-external-navigation .inner-box .logo .logo-link {
  display: block;
  width: 100%;
  height: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
}
.index-top-external-navigation .inner-box .navigation-links {
  display: flex;
  display: -ms-flexbox;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .index-top-external-navigation .inner-box .navigation-links {
    padding: 14px 0 14px 0;
    margin-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .index-top-external-navigation .inner-box .navigation-links {
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
.index-top-external-navigation .inner-box .navigation-links .navigation-links-column {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
}
.index-top-external-navigation .inner-box .navigation-links .navigation-links-column .navigation-item {
  padding-left: 7px;
  position: relative;
  line-height: 1;
  display: flex;
  display: -ms-flexbox;
}
.index-top-external-navigation .inner-box .navigation-links .navigation-links-column .navigation-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 2px;
  height: 2px;
  background: #666666;
}
@media screen and (max-width: 768px) {
  .index-top-external-navigation .inner-box .navigation-links .navigation-links-column .navigation-item {
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: flex-start;
    -ms-flex-align: flex-start;
  }
}
.index-top-external-navigation .inner-box .navigation-links .navigation-links-column .navigation-link {
  color: #666;
  font-size: 12px;
  line-height: 21px;
  padding-right: 6px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
}
.index-top-external-navigation .inner-box .navigation-links .navigation-links-column .navigation-link .navigation-link-icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.index-top-external-navigation .inner-box .navigation-links .navigation-links-column .navigation-link:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .index-top-external-navigation .inner-box .navigation-links .navigation-links-column {
    margin-right: 38px;
  }
}
.home-top-links-box {
  display: flex;
  display: -ms-flexbox;
  padding: 8px 10px;
  border: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .home-top-links-box {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding: 10px;
  }
}
.home-top-links-box .home-top-link-item {
  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;
}
@media screen and (min-width: 768px) {
  .home-top-links-box .home-top-link-item {
    width: 0;
    flex: 1 0 0;
    -ms-flex: 1 0 0%;
  }
}
@media screen and (max-width: 768px) {
  .home-top-links-box .home-top-link-item {
    width: 25%;
    height: 72px;
  }
  .home-top-links-box .home-top-link-item .link-text {
    height: 25px;
    line-height: 1.4;
  }
}
.home-top-links-box .home-top-link-item .link-text {
  margin-top: 4px;
  font-size: 12px;
  color: #333;
}
.home-top-links-box .home-top-link-item:hover i {
  animation: home_rotate_icon 0.5s linear;
  animation-fill-mode: none; /* 动画结束后不保留最后一帧 */
}
.home-top-links-box .home-top-link-item:hover .link-text {
  color: #c00;
}
.home-top-links-box .home-top-link-item .icon-party-emblem-glod {
  width: 25px;
  height: 30px;
  border: 1px solid transparent;
  background: url("../images/icon/home-link-icon.png") no-repeat -27px -7px;
}
.home-top-links-box .home-top-link-item .icon-red-rock {
  width: 42px;
  height: 30px;
  border: 1px solid transparent;
  background: url("../images/icon/home-link-icon.png") no-repeat -20px -47px;
}
.home-top-links-box .home-top-link-item .icon-g {
  width: 25px;
  height: 30px;
  border: 1px solid transparent;
  background: url("../images/icon/home-link-icon.png") no-repeat -29px -86px;
}
.home-top-links-box .home-top-link-item .icon-party-exam {
  width: 25px;
  height: 30px;
  border: 1px solid transparent;
  background: url("../images/icon/home-link-icon.png") no-repeat -29px -124px;
}
.home-top-links-box .home-top-link-item .icon-party-emblem-red {
  width: 23px;
  height: 30px;
  border: 1px solid transparent;
  background: url("../images/icon/home-link-icon.png") no-repeat -28px -167px;
}
.home-top-links-box .home-top-link-item .icon-notepad-list {
  width: 24px;
  height: 31px;
  background: url("../images/icon/home-link-icon.png") no-repeat -28px -244px;
}

@keyframes home_rotate_icon {
  from {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  to {
    transform: rotateY(0deg);
  }
}
.layout__home-swiper-box {
  display: flex;
  display: -ms-flexbox;
}
@media screen and (max-width: 768px) {
  .layout__home-swiper-box {
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
.layout__home-swiper-box .left {
  width: 622px;
  height: 350px;
}
@media screen and (max-width: 768px) {
  .layout__home-swiper-box .left {
    width: 100%;
    height: 300px;
  }
}
.layout__home-swiper-box .gap {
  width: 20px;
  height: 20px;
}
.layout__home-swiper-box .right {
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
}
@media screen and (max-width: 768px) {
  .layout__home-swiper-box .right {
    width: 100%;
    display: none;
  }
}
.layout__home-swiper-box .right .home-carousel-news-list-box .hlx-dot-item {
  height: 36px;
}
.layout__home-swiper-box .right .home-carousel-news-list-box .hlx-dot-item .title {
  font-size: 16px;
}

.home-carousel-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home-carousel-box .carousel-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.home-carousel-box .carousel-container .carousel-item {
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.home-carousel-box .carousel-container .carousel-item .carousel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-carousel-box .carousel-container .carousel-item .carousel-title {
  padding-left: 10px;
  padding-right: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 42px;
  line-height: 42px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-carousel-box .carousel-container .carousel-item.active {
  opacity: 1;
  z-index: 10;
}
.home-carousel-box .home-carousel-dots {
  z-index: 11;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 40px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  padding-right: 10px;
}
.home-carousel-box .home-carousel-dots .home-carousel-dot {
  margin-left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: white;
  cursor: pointer;
  transition: background-color 0.5s ease-in-out;
}
.home-carousel-box .home-carousel-dots .home-carousel-dot.active {
  background-color: #ff2929;
}

.index__news-group__layout-1 .row-split {
  margin-top: 15px;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .index__news-group__layout-1 .row-split {
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
.index__news-group__layout-1 .row-split .gap--20 {
  width: 28px;
  height: 28px;
}
.index__news-group__layout-1 .row-split .block-a {
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
}
@media screen and (max-width: 768px) {
  .index__news-group__layout-1 .row-split .block-a {
    width: 100%;
  }
}
.index__news-group__layout-1 .row-split .block-b {
  width: 325px;
}
@media screen and (max-width: 768px) {
  .index__news-group__layout-1 .row-split .block-b {
    width: 100%;
  }
}
.index__news-group__layout-1 .index__news-triangle-list {
  margin-top: 15px;
  height: 180px;
  overflow: hidden;
}
.index__news-group__layout-1 .index__news-triangle-list .hlx-triangle-item {
  height: 30px;
}
.index__news-group__layout-1 .leader-column {
  display: block;
  padding: 10px 10px;
  font-size: 14px;
  border: 1px solid #e4e4e4;
  background-color: #f7f7f7;
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
}
.index__news-group__layout-1 .leader-column:hover {
  background-color: #efefef;
}

.index__news-group__layout-2 {
  margin-top: 15px;
  display: flex;
  display: -ms-flexbox;
}
@media screen and (max-width: 768px) {
  .index__news-group__layout-2 {
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
.index__news-group__layout-2 .main-segmented-news-group {
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
}
@media screen and (max-width: 768px) {
  .index__news-group__layout-2 .main-segmented-news-group {
    width: 100%;
  }
}
.index__news-group__layout-2 .side-continuous-news-group {
  margin-left: 20px;
  width: 240px;
}
@media screen and (max-width: 768px) {
  .index__news-group__layout-2 .side-continuous-news-group {
    width: 100%;
    margin-left: 0;
  }
}

.index__news-group__layout-2 {
  padding-top: 15px;
}
.index__news-group__layout-2 .layout__home-news-double-segment {
  display: flex;
  display: -ms-flexbox;
}
@media screen and (max-width: 768px) {
  .index__news-group__layout-2 .layout__home-news-double-segment {
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
.index__news-group__layout-2 .layout__home-news-double-segment .block-a {
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
}
@media screen and (max-width: 768px) {
  .index__news-group__layout-2 .layout__home-news-double-segment .block-a {
    width: 100%;
  }
}
.index__news-group__layout-2 .layout__home-news-double-segment .gap {
  width: 100px;
  height: 20px;
}
.index__news-group__layout-2 .layout__home-news-double-segment .home-news-group-list__triangle-icon {
  margin-top: 15px;
  height: 180px;
  overflow: hidden;
}
.index__news-group__layout-2 .layout__home-news-double-segment .home-news-group-list__triangle-icon .hlx-triangle-item {
  height: 30px;
}
.index__news-group__layout-2 .layout__home-news-double-segment .x8 {
  height: 240px;
  overflow: hidden;
}
.index__news-group__layout-2 .layout__home-news-double-segment .home-news-group-list__dot-plot {
  margin-top: 15px;
}
.index__news-group__layout-2 .layout__home-news-double-segment .home-news-group-list__dot-plot .home-img-title-item {
  display: flex;
  display: -ms-flexbox;
  align-items: flex-start;
  -ms-flex-align: start;
  padding-bottom: 19px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #e0e0e0;
}
.index__news-group__layout-2 .layout__home-news-double-segment .home-news-group-list__dot-plot .home-img-title-item .cover {
  width: 160px;
  height: 120px;
}
.index__news-group__layout-2 .layout__home-news-double-segment .home-news-group-list__dot-plot .home-img-title-item .cover .cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index__news-group__layout-2 .layout__home-news-double-segment .home-news-group-list__dot-plot .home-img-title-item .info {
  margin-left: 20px;
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
}
.index__news-group__layout-2 .layout__home-news-double-segment .home-news-group-list__dot-plot .home-img-title-item .info .title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index__news-group__layout-2 .layout__home-news-double-segment .home-news-group-list__dot-plot .home-img-title-item .info .title:hover {
  color: #c00;
}
.index__news-group__layout-2 .layout__home-news-double-segment .home-news-group-list__dot-plot .home-img-title-item .info .content {
  font-size: 12px;
  margin-top: 6px;
  color: #999;
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index__news-group__layout-2 .layout__home-news-double-segment .home-news-group-list__dot-plot .home-img-title-item .info .more-link {
  font-size: 12px;
  color: #e23838;
}
.index__news-group__layout-2 .layout__home-news-double-segment .home-news-group-list__dot-plot .hlx-dot-item {
  height: 30px;
}

.index__news-group__layout-2 .side-continuous-news-group .inner-box {
  border: 1px solid #f1f1f1;
  padding-top: 34px;
}
.index__news-group__layout-2 .side-continuous-news-group .inner-box .side-continuous-news-box {
  padding: 0 10px 10px 10px;
}
.index__news-group__layout-2 .side-continuous-news-group .inner-box .side-continuous-news-box .side-news-title {
  padding-left: 6px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -ms-flex-pack: justify;
  height: 42px;
}
.index__news-group__layout-2 .side-continuous-news-group .inner-box .side-continuous-news-box .side-news-title .side-news-title-text {
  font-size: 16px;
  font-weight: bold;
  color: #e23838;
}
.index__news-group__layout-2 .side-continuous-news-group .inner-box .side-continuous-news-box .side-news-title .side-news-title-text .sub {
  color: #333;
}
.index__news-group__layout-2 .side-continuous-news-group .inner-box .side-continuous-news-box .side-news-title .side-news-title-more {
  font-size: 12px;
  color: #999;
}
.index__news-group__layout-2 .side-continuous-news-group .inner-box .side-continuous-news-box .side-news-title .side-news-title-more:hover {
  color: #c00;
}
.index__news-group__layout-2 .side-continuous-news-group .inner-box .side-news-list .hlx-triangle-item {
  height: 30px;
}
.index__news-group__layout-2 .side-continuous-news-group .inner-box .side-news-list.x8 {
  height: 240px;
  overflow: hidden;
}
.index__news-group__layout-2 .side-continuous-news-group .inner-box .side-news-list.x10 {
  height: 300px;
  overflow: hidden;
}
.index__news-group__layout-2 .side-continuous-news-group .inner-box .side-news-list.x11 {
  height: 330px;
  overflow: hidden;
}

.index__top-banner {
  margin-top: 15px;
  display: flex;
  display: -ms-flexbox;
}
@media screen and (max-width: 768px) {
  .index__top-banner {
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
.index__top-banner .index__top-banner-item {
  display: block;
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  height: 58px;
}
@media screen and (max-width: 768px) {
  .index__top-banner .index__top-banner-item {
    width: 100%;
    height: auto;
  }
}
.index__top-banner .index__top-banner-item .index__top-banner-img {
  width: 100%;
  height: 100%;
}
.index__top-banner .index__top-banner-gap {
  width: 6px;
  height: 8px;
}

.index__banner-middle-item {
  display: block;
  margin: 15px 0;
}
.index__banner-middle-item .index__banner-middle-img {
  width: 100%;
}

.index__bottom-banner {
  display: flex;
  display: -ms-flexbox;
  margin: 15px 0;
}
@media screen and (max-width: 768px) {
  .index__bottom-banner {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
.index__bottom-banner .index__bottom-banner-gap {
  width: 7px;
  height: 10px;
}
@media screen and (max-width: 768px) {
  .index__bottom-banner .index__bottom-banner-gap {
    display: none;
  }
}
.index__bottom-banner .index__bottom-banner-item {
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  height: 48px;
}
@media screen and (max-width: 768px) {
  .index__bottom-banner .index__bottom-banner-item {
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc(50% - 10px);
    flex: unset;
  }
  .index__bottom-banner .index__bottom-banner-item:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
.index__bottom-banner .index__bottom-banner-item .index__bottom-banner-img {
  width: 100%;
  height: 100%;
}

.home-friendly-links-banner-box {
  display: flex;
  display: -ms-flexbox;
  margin-top: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .home-friendly-links-banner-box {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
.home-friendly-links-banner-box .home-friendly-links-banner-item {
  display: block;
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  margin-right: 30px;
  height: 44px;
}
@media screen and (max-width: 768px) {
  .home-friendly-links-banner-box .home-friendly-links-banner-item {
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc(50% - 10px);
    flex: unset;
    height: auto;
    text-align: center;
  }
  .home-friendly-links-banner-box .home-friendly-links-banner-item:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
.home-friendly-links-banner-box .home-friendly-links-banner-item .home-friendly-links-banner-img {
  width: 100%;
  height: 100%;
}
.home-friendly-links-banner-box .home-friendly-links-banner-item:last-of-type {
  margin-right: 0;
}

.relay-banner.hide {
  display: none;
  -ms-display: none;
}
@media screen and (max-width: 768px) {
  .relay-banner.hide {
    display: block;
    -ms-display: block;
  }
}

.home-magazine-banner-box {
  width: 100%;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .home-magazine-banner-box {
    height: auto;
    margin-bottom: 10px;
  }
  .home-magazine-banner-box .home-magazine-banner-img {
    width: 100%;
    height: 100%;
  }
}

.index__top-column-links {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  height: 42px;
  background: #f7f7df;
  margin-top: 20px;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .index__top-column-links {
    flex-direction: column;
    -ms-flex-direction: column;
    height: auto;
  }
}
.index__top-column-links .index__column-link-item {
  display: block;
  color: #333;
}
.index__top-column-links .index__column-link-item:hover {
  color: #c00;
}
.index__top-column-links .index__column-link-item-gap {
  width: 16px;
  height: 12px;
}

.index__top-news {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px 10px;
  border: 1px solid #ddd;
}
.index__top-news .index__top-news-main {
  display: block;
  color: #333;
  font-size: 29px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}
.index__top-news .index__top-news-main:hover {
  color: #c00;
}
.index__top-news .index__top-news-sub-list {
  margin-top: 10px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media screen and (min-width: 768px) {
  .index__top-news .index__top-news-sub-list {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .index__top-news .index__top-news-sub-list {
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
.index__top-news .index__top-news-sub-list .index__top-news-sub-item {
  padding-right: 20px;
  color: #666;
}
.index__top-news .index__top-news-sub-list .index__top-news-sub-item:hover {
  color: #c00;
}
@media screen and (max-width: 768px) {
  .index__top-news .index__top-news-sub-list .index__top-news-sub-item {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.index__top-news .index__top-news-sub-list .index__top-news-sub-item:last-of-type {
  margin-right: 0;
}

.tab-content__home-style .tab-row {
  border-bottom: 1px solid #ececec;
}
.tab-content__home-style .tab-row .tab-item {
  display: block;
  padding: 0 22px 0 18px;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  font-weight: normal;
}
.tab-content__home-style .tab-row .tab-item.active {
  color: white;
  background: url("../images/icon/subscript.png") left top no-repeat, #e23838;
}

.color-2 .tab-row .tab-item.active {
  background: url("../images/icon/subscript.png") left top no-repeat, #ec5207;
}

.home-friendly-links-box .tab-row {
  position: relative;
}
.home-friendly-links-box .tab-row::before {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 1px;
  width: 100%;
  background-color: #ececec;
  z-index: -1;
}
.home-friendly-links-box .tab-row .tab-list .tab-item {
  margin-right: 10px;
  padding: 0 18px;
  font-size: 14px;
  border: 1px solid #ececec;
  height: 38px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
}
.home-friendly-links-box .tab-row .tab-list .tab-item.active {
  font-weight: bold;
  color: #e23838;
  border-color: #e23838;
  border-bottom-color: #fff;
  background-color: #fff;
}
.home-friendly-links-box .content-item-link-list {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.home-friendly-links-box .content-item-link-list .content-item-link {
  margin-right: 24px;
  margin-top: 10px;
  font-size: 14px;
  color: #333;
  height: auto;
}
.home-friendly-links-box .content-item-link-list .content-item-link:hover {
  color: #c00;
}

.home-magazine-box {
  display: flex;
  display: -ms-flexbox;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .home-magazine-box {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
.home-magazine-box .home-magazine-item {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
  margin-right: 19px;
  background-color: #f4f4f4;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .home-magazine-box .home-magazine-item {
    width: calc(50% - 10px);
    margin-right: 0;
    margin-bottom: 10px;
  }
  .home-magazine-box .home-magazine-item:nth-of-type(odd) {
    margin-right: 10px !important;
  }
}
@media screen and (min-width: 768px) {
  .home-magazine-box .home-magazine-item {
    width: 0;
    flex: 1 0 0;
    -ms-flex: 1 0 0%;
  }
}
.home-magazine-box .home-magazine-item .home-magazine-item-label {
  display: block;
  font-size: 14px;
  color: #fff;
  background-color: #303c61;
  text-align: center;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  position: relative;
}
.home-magazine-box .home-magazine-item .home-magazine-item-label::before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  bottom: -6px;
  width: 0;
  height: 0;
  border-top: 6px solid #303c61;
  border-right: 6px solid #303c61;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
}
.home-magazine-box .home-magazine-item .home-magazine-item-link {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
}
.home-magazine-box .home-magazine-item .home-magazine-cover {
  margin-top: 12px;
  width: 120px;
  height: 160px;
}
@media screen and (max-width: 768px) {
  .home-magazine-box .home-magazine-item .home-magazine-cover {
    width: 120px;
    height: 160px;
  }
}
.home-magazine-box .home-magazine-item .home-magazine-cover .home-magazine-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-magazine-box .home-magazine-item .home-magazine-item-title {
  margin-top: 15px;
  font-size: 12px;
  color: #333;
  line-height: 20px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-magazine-box .home-magazine-item .home-magazine-item-summary {
  padding: 0 2px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #d1232d;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-magazine-box .home-magazine-item:last-of-type {
  margin-right: 0;
}

.home-bottom-qrcode-box {
  margin-top: 5px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
}
.home-bottom-qrcode-box .home-bottom-qrcode-item {
  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;
  padding: 20px 0 30px 0;
  width: 239px;
  border-right: 1px solid #ececec;
}
.home-bottom-qrcode-box .home-bottom-qrcode-item:last-of-type {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .home-bottom-qrcode-box .home-bottom-qrcode-item {
    width: 100%;
  }
}
.home-bottom-qrcode-box .home-bottom-qrcode-item .home-bottom-qrcode-img {
  width: 104px;
  height: 104px;
  margin-bottom: 10px;
}
.home-bottom-qrcode-box .home-bottom-qrcode-item .tip {
  line-height: 24px;
  font-size: 14px;
  color: #666;
}