@charset "UTF-8";
.index-wrap .index-content {
  max-width: 80%;
  min-width: 1240px;
  margin: 0 auto;
}

.cell-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index-header {
  max-width: 90%;
  margin: 0 auto;
  background-color: #ffffff;
}

/* 隐藏非激活状态的内容 */
.index-tab-item:not(.active) {
  display: none;
}

.index-ad {
  position: relative;
  max-width: 90%;
  margin: 0 auto 30px;
  padding-bottom: 30px !important;
}
.index-ad .is-pc {
  display: block;
}
.index-ad .is-h5 {
  display: none;
}
.index-ad img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-ad .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index-ad .swiper-pagination-bullet {
  background-color: transparent;
  opacity: 1;
  width: 75px;
  height: 6px;
  margin: 0 7.5px !important;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  outline: none;
  vertical-align: middle;
}
.index-ad .swiper-pagination-bullet span {
  width: 75px;
  height: 6px;
  background-color: #c4c4c4;
  display: block;
  border-radius: 3px;
}
.index-ad .swiper-pagination-bullet i {
  background-color: #a80d0d;
  width: 75px;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  z-index: 3;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.index-ad .swiper-pagination-bullet-active i {
  -webkit-animation: middle 5s forwards;
          animation: middle 5s forwards;
}
@-webkit-keyframes middle {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    left: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    left: 0;
  }
}
@keyframes middle {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    left: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    left: 0;
  }
}

.index-cate {
  padding: 32px 0;
  background-color: #f7f7f7;
}
.index-cate-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  max-width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
.index-cate-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  gap: 12px;
  padding: 10px 13px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(47, 86, 160, 0.11);
          box-shadow: 0px 0px 25px 0px rgba(47, 86, 160, 0.11);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe6e6), to(#ffffff));
  background: linear-gradient(to bottom, #ffe6e6, #ffffff);
}
.index-cate-item .name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
}
.index-cate-item-img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}
.index-cate-item .more {
  display: none;
}

.index-policy {
  margin-top: 80px;
}
.index-policy .index-laws {
  padding: 10px 20px 20px;
  width: 604px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index-policy .index-laws:first-child {
  width: 30%;
}
.index-policy .index-laws:nth-of-type(2) {
  padding: 10px 40px;
  margin: 0 30px;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.index-policy .index-laws .index-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  padding: 5px 0;
  text-decoration: none !important;
}
.index-policy .index-laws .index-list-item:first-child {
  margin-top: 20px;
}
.index-policy .index-laws .index-list-item .left-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.index-policy .index-laws .index-list-item .left-text .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 18px;
  color: #333333;
}
.index-policy .index-laws .index-list-item .dot {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #c4c4c4;
}
.index-policy .index-laws .index-list-item .date {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 16px;
  color: #999999;
  text-align: right;
}
.index-policy .index-laws .index-list-item:hover .date {
  color: #a80d0d;
}
.index-policy .index-laws .index-list-item:hover .left-text .title {
  color: #a80d0d;
}
.index-policy .index-laws .index-list-item:hover .dot {
  background-color: #a80d0d;
}

.item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 22px;
}
.item-header-title {
  padding: 3px 0 5px 22px;
  font-size: 26px;
  font-weight: 500;
  font-family: "思源宋体";
  background: url("../../img/title-bg.png") no-repeat left center;
  background-size: auto 100%;
}
.item-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #a80d0d;
  font-size: 16px;
}
.item-header-right .full-more {
  display: block;
  background: url(../../img/full-red-more.png) no-repeat;
  background-size: 100% 100%;
  width: 17px;
  height: 13px;
}

.new-hot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 88px;
  margin: 80px 0 100px;
}
.new-hot .item-header {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.new-hot .item-header .mid-text {
  font-size: 18px;
  color: #333333;
}
.new-hot .circle-list {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.new-hot .circle-list .cover-img {
  width: 113px;
  height: 81px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.new-hot .circle-list .circle-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -webkit-box-flex: calc(50% - 12px);
      -ms-flex: calc(50% - 12px);
          flex: calc(50% - 12px);
  border-radius: 8px;
  padding: 12px 12px 16px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
}
.new-hot .circle-list .circle-list-item .content-text {
  font-size: 18px;
  color: #333333;
  min-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new-hot .circle-list .circle-list-item .date-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 12px;
  font-size: 16px;
  color: #333333;
}
.new-hot .circle-list .circle-list-item .red-more {
  display: block;
  background: url(../../img/red-more.png) no-repeat;
  background-size: 100% 100%;
  width: 12px;
  height: 8px;
}
.new-hot .circle-list .circle-list-item:hover {
  background-color: #a80d0d;
}
.new-hot .circle-list .circle-list-item:hover .content-text {
  color: #ffffff;
}
.new-hot .circle-list .circle-list-item:hover .date-box .date {
  color: #ffffff;
}
.new-hot .circle-list .circle-list-item:hover .date-box .red-more {
  background: url(../../img/white-more.png) no-repeat;
}

.video-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}
.video-list .video-c {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: block;
  height: auto;
  width: 55%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
}
.video-list .circle-list {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 45%;
}
.video-list .circle-list .item-header {
  padding-right: 58px;
}
.video-list .circle-list-item {
  display: block;
  padding-right: 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.video-list .circle-list-item.first-circle-item {
  background-color: #a80d0d;
}
.video-list .circle-list-item.first-circle-item .content-text {
  color: #ffffff;
  background: transparent url(../../img/white-more.png) center right no-repeat;
  background-size: 12px 8px;
}
.video-list .circle-list-item:not(:first-child) {
  margin-top: 14px;
}
.video-list .circle-list-item .content-text {
  padding: 15px 32px;
  background-color: #f0f0f0;
}
.video-list .circle-list-item .content-text p {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.index-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.index-news-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.index-news-left .news-item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 18px;
  overflow: hidden;
}
.index-news-left .news-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-news-left .news-item p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 26px;
  line-height: 2;
  text-align: center;
  color: #ffffff;
}

.index-train {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20%;
  height: 320px;
  padding-top: 20px;
  padding-right: 20px;
  background: url(../../img/train-bg.png) center center no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index-train-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 12px;
}
.index-train-title a {
  font-size: 26px;
  color: #000000;
  font-weight: 500;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.index-train-content {
  margin-top: 17px;
  padding-right: 10px;
  padding-left: 70px;
  overflow-y: auto;
  max-height: 207px;
  counter-reset: train-counter;
}
.index-train-content::-webkit-scrollbar {
  width: 4px;
}
.index-train-content::-webkit-scrollbar-track {
  background: #faeae4;
}
.index-train-content::-webkit-scrollbar-thumb {
  background: #666666;
  border-radius: 2px;
}
.index-train-content h5 {
  position: relative;
  font-size: 14px;
  font-family: "思源宋体";
  counter-increment: train-counter;
}
.index-train-content h5:not(:first-child) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #faeae4;
}
.index-train-content h5:not(:first-child)::before {
  top: 10px;
}
.index-train-content h5::before {
  content: counter(train-counter);
  position: absolute;
  top: 0;
  left: -50px;
  width: 32px;
  height: 32px;
  font-size: 20px;
  color: #a2070b;
  text-align: center;
  line-height: 32px;
  border: 2px solid #a2070b;
  border-radius: 100%;
  overflow: hidden;
}
.index-train-content a {
  display: none;
}
.index-train-content p {
  font-size: 14px;
  color: #333333;
}

.index-picture {
  margin: 80px 0;
}
.index-picture-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.index-picture-item {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: 25%;
}
.index-picture-item img {
  display: block;
  width: 100%;
  height: 148px;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-picture-item .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  margin-top: 10px;
}

/* 轮播 */
.index-swiper {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  position: relative;
  width: 100%;
  height: 160px;
  padding-bottom: 40px;
  overflow: hidden;
}
.index-swiper .swiper-slide {
  position: relative;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  background-color: #aeadab;
}
.index-swiper .swiper-slide img {
  display: block;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-swiper .swiper-slide .title-box {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80%;
  padding: 8px 10px 10px 25px;
  border-radius: 33px 0 0 33px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #910505;
}
.index-swiper .swiper-slide .title-box .date {
  font-size: 14px;
  color: #ffffff;
}
.index-swiper .swiper-slide .title-box .title {
  font-size: 16px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index-swiper .swiper-button-next,
.index-swiper .swiper-button-prev {
  width: 60px;
  height: 80px;
  background-size: 60px 80px;
  margin-top: -56px;
  outline: none;
}
.index-swiper .swiper-button-next {
  color: rgba(255, 255, 255, 0.7);
}
.index-swiper .swiper-button-prev {
  color: rgba(255, 255, 255, 0.7);
}
.index-swiper .swiper-pagination-bullet {
  background: none;
  opacity: 1;
  margin: 0 6px !important;
  width: 9px;
  height: 9px;
  position: relative;
  outline: none;
  vertical-align: middle;
}
.index-swiper .swiper-pagination-bullet span {
  width: 3px;
  height: 3px;
  background: #ccc;
  display: block;
  border-radius: 50%;
  margin-top: 3px;
  margin-left: 3px;
}
.index-swiper .swiper-pagination-bullet i {
  background: #000;
  height: 1px;
  width: 20px;
  position: absolute;
  top: 4px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  z-index: 3;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.index-swiper .swiper-pagination-bullet-active span,
.index-swiper .swiper-pagination-bullet:hover span {
  width: 9px;
  height: 9px;
  margin-top: 0;
  margin-left: 0;
  background: #000;
  position: relative;
  z-index: 1;
}
.index-swiper .swiper-pagination-bullet-active i {
  -webkit-animation: middle 6s;
          animation: middle 6s;
}
.index-swiper .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i {
  -webkit-animation: first 6s;
          animation: first 6s;
}
.index-swiper .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i {
  -webkit-animation: last 6s;
          animation: last 6s;
}
@-webkit-keyframes first {
  0% {
    -webkit-transform: scaleX(0.5);
            transform: scaleX(0.5);
    left: 0px;
  }
  /*091*/
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    left: 2px;
  }
  /*0915*/
}
@keyframes first {
  0% {
    -webkit-transform: scaleX(0.5);
            transform: scaleX(0.5);
    left: 0px;
  }
  /*091*/
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    left: 2px;
  }
  /*0915*/
}
@-webkit-keyframes last {
  0% {
    -webkit-transform: scaleX(0.7);
            transform: scaleX(0.7);
    left: -10px;
  }
  /*1090*/
  20% {
    -webkit-transform: scaleX(0.3);
            transform: scaleX(0.3);
    left: 2px;
  }
  /*090*/
  100% {
    -webkit-transform: scaleX(0.3);
            transform: scaleX(0.3);
    left: 0px;
  }
  /*090*/
}
@keyframes last {
  0% {
    -webkit-transform: scaleX(0.7);
            transform: scaleX(0.7);
    left: -10px;
  }
  /*1090*/
  20% {
    -webkit-transform: scaleX(0.3);
            transform: scaleX(0.3);
    left: 2px;
  }
  /*090*/
  100% {
    -webkit-transform: scaleX(0.3);
            transform: scaleX(0.3);
    left: 0px;
  }
  /*090*/
}
@keyframes middle {
  0% {
    -webkit-transform: scaleX(0.7);
            transform: scaleX(0.7);
    left: -10px;
  }
  /*1091*/
  20% {
    -webkit-transform: scaleX(0.45);
            transform: scaleX(0.45);
    left: 2px;
  }
  /*092*/
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    left: 2px;
  }
  /*0913*/
}

@keyframes middle {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    left: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    left: 0;
  }
}
@media (max-width: 1760px) {
  .index-cate-content {
    gap: 10px;
  }
  .index-cate-item {
    gap: 8px;
    padding: 8px 10px;
  }
  .index-cate-item .name {
    font-size: 16px;
  }
  .index-cate-item .more {
    display: none;
  }
}
@media (max-width: 1680px) {
  .index-cate-content {
    gap: 10px;
  }
  .index-cate-item {
    gap: 4px;
    padding: 6px 8px;
  }
  .index-cate-item .name {
    font-size: 15px;
  }
  .index-cate-item .more {
    display: none;
  }
  /* 轮播 */
  .index-swiper {
    height: 240px;
  }
  .index-swiper .swiper-slide .title-box {
    padding: 6px 10px 8px 25px;
  }
  .index-swiper .swiper-slide .title-box .date {
    font-size: 14px;
  }
  .index-swiper .swiper-slide .title-box .title {
    font-size: 15px;
  }
  .new-hot {
    gap: 66px;
    margin: 60px 0 80px;
  }
  .new-hot .item-header .mid-text {
    font-size: 16px;
  }
  .new-hot .circle-list {
    gap: 12px;
  }
  .new-hot .circle-list .cover-img {
    width: 100px;
    height: 70px;
  }
  .new-hot .circle-list .circle-list-item {
    gap: 15px;
    padding: 12px 12px 16px 12px;
  }
  .new-hot .circle-list .circle-list-item .content-text {
    font-size: 16px;
    color: #333333;
    min-height: 48px;
  }
  .new-hot .circle-list .circle-list-item .date-box {
    font-size: 14px;
    color: #333333;
  }
  .index-news {
    gap: 20px;
  }
  .index-news-left {
    gap: 20px;
    width: 80%;
  }
  .index-news-left .news-item {
    border-radius: 18px;
  }
  .index-news-left .news-item p {
    font-size: 20px;
  }
  .index-train-title a {
    font-size: 28px;
  }
  .video-list {
    margin-top: 60px;
  }
  .video-list .circle-list-item .content-text p {
    font-size: 16px;
  }
  .index-picture {
    margin: 60px 0;
  }
  .index-picture-item .title {
    font-size: 16px;
  }
  .index-policy {
    margin-top: 60px;
  }
  .index-policy .index-laws .index-list-item .left-text .title {
    font-size: 16px;
    color: #333333;
  }
  .index-policy .index-laws .index-list-item .date {
    font-size: 14px;
    color: #999999;
  }
}
/* 响应式 */
@media (max-width: 768px) {
  .index-wrap .index-content {
    max-width: 100%;
    min-width: 100%;
    padding: 0 0.96rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
  }
  .index-wrap {
    width: 100%;
  }
  .cell-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index-header {
    max-width: 100%;
  }
  .item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1.28rem;
  }
  .item-header-title {
    padding: 0.192rem 0 0.32rem 1.28rem;
    font-size: 1.152rem;
    font-weight: 500;
    font-family: "思源宋体";
    background: url("../../img/title-bg.png") no-repeat left center;
    background-size: auto 100%;
  }
  .item-header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    color: #a80d0d;
    font-size: 0.896rem;
  }
  .item-header-right .full-more {
    display: block;
    background: url(../../img/full-red-more.png) no-repeat;
    background-size: 100% 100%;
    width: 17px;
    height: 13px;
  }
  .index-ad {
    max-width: 100%;
    margin: 0 0 0.96rem;
  }
  .index-ad .swiper-slide {
    height: 11.648rem;
  }
  .index-ad .is-pc {
    display: none;
  }
  .index-ad .is-h5 {
    display: block;
    width: 100%;
  }
  .index-cate {
    padding: 1.28rem 0.96rem;
  }
  .index-cate-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    max-width: 100%;
  }
  .index-cate-item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    gap: 0.512rem;
    padding: 0.64rem;
    border-radius: 4px;
  }
  .index-cate-item .name {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 0.896rem;
    display: block;
  }
  .index-cate-item-img {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 1.28rem;
    height: 1.28rem;
  }
  .index-cate-item .more {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .new-hot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin: 2.048rem 0 3.2rem;
  }
  .new-hot .item-header {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .new-hot .item-header .mid-text {
    margin: 0.96rem 0;
    font-size: 0.896rem;
    color: #333333;
  }
  .new-hot .circle-list {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.64rem;
  }
  .new-hot .circle-list .cover-img {
    width: 6.4rem;
    height: 3.84rem;
  }
  .new-hot .circle-list .circle-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.96rem;
    -webkit-box-flex: calc(50% - 0.64rem);
        -ms-flex: calc(50% - 0.64rem);
            flex: calc(50% - 0.64rem);
    border-radius: 0.512rem;
    padding: 0.64rem 0.64rem 0.96rem 0.64rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
  }
  .new-hot .circle-list .circle-list-item .content-text {
    font-size: 0.896rem;
    color: #333333;
    min-height: auto;
  }
  .new-hot .circle-list .circle-list-item .date-box {
    margin-top: 0.64rem;
    font-size: 0.896rem;
    color: #333333;
  }
  .new-hot .circle-list .circle-list-item .date-box .date {
    font-size: 0.896rem;
  }
  .new-hot .circle-list .circle-list-item .red-more {
    display: block;
    background: url(../../img/red-more.png) no-repeat;
    background-size: 100% 100%;
    width: 12px;
    height: 8px;
  }
  .new-hot .circle-list .circle-list-item:hover {
    background-color: #a80d0d;
  }
  .new-hot .circle-list .circle-list-item:hover .content-text {
    color: #ffffff;
  }
  .new-hot .circle-list .circle-list-item:hover .date-box .date {
    color: #ffffff;
  }
  .new-hot .circle-list .circle-list-item:hover .date-box .red-more {
    background: url(../../img/white-more.png) no-repeat;
  }
  .index-news {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.28rem;
  }
  .index-news-left {
    gap: 0.64rem;
  }
  .index-news-left .news-item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: calc(50% - 0.32rem);
    border-radius: 0.64rem;
  }
  .index-news-left .news-item p {
    font-size: 1.28rem;
  }
  .index-train {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    height: 39.68rem;
    padding-top: 2.048rem;
    padding-right: 0.256rem;
    background: url(../../img/train-bg.png) center center no-repeat;
    background-size: 100% 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .index-train-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    gap: 0;
  }
  .index-train-title a {
    font-size: 1.408rem;
    color: #000000;
    font-weight: 500;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .index-train-content {
    margin-top: 1.28rem;
    padding-right: 1.92rem;
    padding-left: 3.84rem;
    overflow-y: auto;
    max-height: 32rem;
    counter-reset: train-counter;
  }
  .index-train-content::-webkit-scrollbar {
    width: 4px;
  }
  .index-train-content::-webkit-scrollbar-track {
    background: #faeae4;
  }
  .index-train-content::-webkit-scrollbar-thumb {
    background: #666666;
    border-radius: 2px;
  }
  .index-train-content h5 {
    position: relative;
    font-size: 0.96rem;
    font-family: "思源宋体";
    counter-increment: train-counter;
  }
  .index-train-content h5:not(:first-child) {
    margin-top: 0.64rem;
    padding-top: 0.64rem;
    border-top: 1px solid #faeae4;
  }
  .index-train-content h5:not(:first-child)::before {
    top: 0.64rem;
  }
  .index-train-content h5::before {
    content: counter(train-counter);
    position: absolute;
    top: 0;
    left: -2.56rem;
    width: 1.792rem;
    height: 1.792rem;
    font-size: 1.408rem;
    color: #a2070b;
    text-align: center;
    line-height: 1.792rem;
    border: 2px solid #a2070b;
    border-radius: 100%;
    overflow: hidden;
  }
  .index-train-content a {
    display: none;
  }
  .index-train-content p {
    font-size: 0.896rem;
    color: #333333;
  }
  .video-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.92rem;
    gap: 0.64rem;
  }
  .video-list .video-c {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    display: block;
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 0;
  }
  .video-list .circle-list {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .video-list .circle-list .item-header {
    padding-right: 0;
  }
  .video-list .circle-list-item {
    display: block;
    padding-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .video-list .circle-list-item.first-circle-item {
    padding-right: 0.96rem;
    background-color: #a80d0d;
  }
  .video-list .circle-list-item.first-circle-item .content-text {
    color: #ffffff;
    background: transparent url(../../img/white-more.png) center right no-repeat;
    background-size: 12px 8px;
  }
  .video-list .circle-list-item:not(:first-child) {
    margin-top: 0.32rem;
  }
  .video-list .circle-list-item .content-text {
    padding: 0.64rem 0.96rem;
    background-color: #f0f0f0;
  }
  .video-list .circle-list-item .content-text p {
    font-size: 0.896rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .index-picture {
    margin: 1.92rem 0;
  }
  .index-picture-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.96rem;
  }
  .index-picture-item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
  .index-picture-item img {
    display: block;
    width: 100%;
    height: 148px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .index-picture-item .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 0.896rem;
    margin-top: 0.64rem;
  }
  .index-policy {
    margin-top: 1.92rem;
  }
  .index-policy .index-laws {
    padding: 0 0 1.28rem;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .index-policy .index-laws:first-child {
    width: 100%;
  }
  .index-policy .index-laws:nth-of-type(2) {
    padding: 0 0 1.28rem;
    margin: 0;
    border: 0;
  }
  .index-policy .index-laws .index-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 15px;
    padding: 5px 0;
    text-decoration: none !important;
  }
  .index-policy .index-laws .index-list-item:first-child {
    margin-top: 0;
  }
  .index-policy .index-laws .index-list-item .left-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.64rem;
  }
  .index-policy .index-laws .index-list-item .left-text .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 0.896rem;
    color: #333333;
  }
  .index-policy .index-laws .index-list-item .dot {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #c4c4c4;
  }
  .index-policy .index-laws .index-list-item .date {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    font-size: 0.896rem;
    color: #999999;
    text-align: right;
  }
  .index-policy .index-laws .index-list-item:hover .date {
    color: #a80d0d;
  }
  .index-policy .index-laws .index-list-item:hover .left-text .title {
    color: #a80d0d;
  }
  .index-policy .index-laws .index-list-item:hover .dot {
    background-color: #a80d0d;
  }
  /* 轮播 */
  .index-swiper {
    height: 12.8rem;
    padding-bottom: 6.4rem;
  }
  .index-swiper .swiper-button-next,
  .index-swiper .swiper-button-prev {
    width: 1.536rem;
    height: 3.072rem;
    background-size: 1.536rem 3.072rem;
    margin-top: -3.84rem;
    outline: none;
  }
  .index-swiper .swiper-button-next::after,
  .index-swiper .swiper-button-prev::after {
    font-size: 1.536rem;
  }
  .index-swiper .swiper-slide .title-box {
    position: absolute;
    right: 0;
    bottom: -3.84rem;
    width: 100%;
    padding: 0.32rem 0.96rem 0.64rem;
    border-radius: 0;
  }
  .index-swiper .swiper-slide .title-box .date {
    font-size: 0.896rem;
    color: #f7f7f7;
  }
  .index-swiper .swiper-slide .title-box .title {
    font-size: 1.024rem;
  }
}