@charset "UTF-8";
.list6W {
  position: relative;
  padding-top: 90px !important;
  padding-bottom: 150px !important;
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 0;
  box-sizing: border-box;
}

.list6W .zong-box {
  position: relative;
  padding: 0 1.14rem;
}

.list6W .text-box {
  margin-bottom: 50px;
  font-size: 22px;
  color: #6d522c;
  text-align: start;
padding:0 1.2rem;
}

@media screen and (max-width: 768px) {
  .list6W .text-box {
    font-size: 18px;
  }
}

.list6W .swiper-horizontal {
  height: 100%;
}

.list6W .arrow {
  width: 2%;
  height: 18%;
  position: absolute;
  top: 44%;
  cursor: pointer;
}

.list6W .arrow.swiper-button-prev {
  left: 0;
}

.list6W .arrow.swiper-button-prev::after {
  content: "";
}

.list6W .arrow.swiper-button-next {
  right: 0;
}

.list6W .arrow.swiper-button-next::after {
  content: "";
}

.list6W .swiper-scrollbar {
  position: absolute;
  bottom: -40px;
  z-index: 1000;
  width: 60%;
  left: 50%;
  height: .10rem;
  background: #faf3e2;
  transform: translateX(-50%);
  border-radius: 50px;
}

.list6W .swiper-scrollbar-drag {
  background-color: #debd8a;
  border-radius: 50px;
}

.list6W .bg1 {
  position: absolute;
  height: .16rem;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  background: url(../images/list6_b.png) center bottom repeat-x;
  background-size: 19.18rem .16rem;
  animation: scrollLeft 20s linear infinite;
}

@media screen and (max-width: 992px) {
  .list6W .bg1 {
    animation: scrollLeft 400s linear infinite;
  }
}

@keyframes scrollLeft {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -5.18rem;
    /* 等于背景图宽度 */
  }
}

.list6W .list6Box {
  font-size: 16px;
}

.list6W .swiper-slide .text-pic {
  width: 100%;
  margin: auto;
}

.list6W .list6 li {
  width: 3.5rem;
  padding-bottom: 1rem;
}

.list6W .list6 li a {
  color: #97221a;
}

.list6W .list6 li .item {
  display: flex;
  padding-left: 4px;
  border-left: 1px solid rgba(120, 6, 0, 0.3);
}

.list6W .list6 li:nth-child(odd) .item {
  flex-direction: column;
}

.list6W .list6 li:nth-child(even) .item {
  flex-direction: column-reverse;
}

.list6W .list6 li .time {
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.list6W .list6 li .desc {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #000;
}

.list6W .list6 li .time-pic {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.list6W .list6 li .time-bb {
  align-items: center;
}

.list6W .list6 li .time-bb span {
  color: #957344;
}

.list6W .list6 li .line-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}

.list6W .list6 li:nth-child(odd) .text-msg {
  flex-direction: column;
}

.list6W .list6 li:nth-child(even) .text-msg {
  flex-direction: column-reverse;
}

.list6W .list6 li .text-msg {
  display: flex;
  padding: 0 10px;
}

@media screen and (max-width: 992px) {
  .list6W .list6 li {
    width: 4.5rem;
  }
}

@media screen and (max-width: 767px) {
  .list6W .list6 li {
    width: 100%;
  }
}