.wt {
  width: 100%;
  min-height: 200px;
}

ul,
li {
  list-style: none;
}

.travel-bg {
  width: 100%;
  height: 550px;
  margin: 0 auto;
  background-size: 100% 100%;
}

.travel-bg img {
  width: 100%;
  height: 550px;
}

.swiper_box {
  width: 1380px;
  height: 680px;
  margin: 0 auto;
  text-align: center;
}

.swiper_box img {
  width: 100%;
  height: 680px;
}

.travel-wl {
  width: 1380px;
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.travel-wl-lt {
  flex: 1;
}

.travel-wl-lt h1 {
  height: auto;
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 38px;
  color: #333333;
  line-height: 48px;
  margin: 10px 0 26px 0;
}

.travel-wl-lt p {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #515362;
  line-height: 36px;
  text-indent: 2em;
  margin-top: 10px;
}

.travel-wl-rt {
  width: 690px;
  height: 465px;
  position: relative;
  margin-left: 60px;
}

.travel-wl-rtdiv {
  width: 690px;
  height: 395px;
  position: absolute;
  top: 35px;
  left: 0;
  background: linear-gradient(
      to right,
      rgba(80, 157, 242, 1),
      rgba(82, 196, 248, 1)
    )
    center center;
  background-size: 690px 395px;
}

.travel-wl-rt img {
  width: 620px;
  height: 465px;
  position: absolute;
  left: 35px;
  top: 0;
  z-index: 999;
  border-radius: 10px;
}

.travel-pragmatism-cl {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 60px 0 70px 0;
}

.travel-pragmatism {
  width: 1380px;
  height: auto;
  margin: 0 auto;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 35px 0;
}

.travel-pragmatism-lt {
  width: 452px;
  height: 708px;
  margin-right: 28px;
}

.travel-pragmatism-lt img {
  width: 452px;
  height: 708px;
  border-radius: 5px;
}

.travel-pragmatism-more {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
}

.travel-pragmatism-more a {
  display: block;
  width: 90px;
  height: 40px;
  text-align: center;
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #2d2d2d;
  line-height: 40px;
}

.travel-pragmatism-more a:hover {
  color: #009ee5;
}

.travel-pragmatism-rt {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.travel-pragmatism-rt {
  width: 100%;
  height: auto;
}

.travel-pragmatism-rt-fl {
  width: 100%;
  height: auto;
}

.travel-pragmatism-rt-fl img {
  width: 100%;
  height: 378px;
  border-radius: 5px;
}

.travel-pragmatism-rt-fr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 26px;
}

.travel-pragmatism-rt-fr img {
  width: 48.5%;
  height: 298px;
  border-radius: 5px;
}

.travel-pragmatism-news {
  width: 1380px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.travel-pragmatism-news h1 {
  height: 58px;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 32px;
  color: #333333;
  line-height: 58px;
}

.travel-pragmatism-news p {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #515362;
  line-height: 24px;
  padding-bottom: 30px;
}

.travel-main-business {
  width: 1380px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.travel-main-business a {
  display: block;
  width: 438px;
  height: auto;
  margin-bottom: 40px;
  transition: transform 0.2s ease; /* 过渡效果 */
}

.travel-main-business a:hover {
  transform: scale(0.95); /* 缩放效果 */
}

.travel-main-business a img {
  width: 438px;
  height: 280px;
}

.travel-main-business a h1 {
  width: 100%;
  height: 40px;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 40px;
  padding: 24px 0;
  text-align: center;
}

.travel-main-business a p {
  width: 100%;
  height: auto;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  text-indent: 2em;
  /* text-align: justify; */
  overflow: hidden;
  /* 超出隐藏 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  display: -webkit-box;
  /*将对象作为弹性伸缩盒子模型显示*/
  -webkit-line-clamp: 3;
  /* 控制显示的行数 */
  -webkit-box-orient: vertical;
}
