#TrumpVisit {
  background: url(https://wwp-static.wenweipo.com/img/special/trumpVisitChina/bg.png) no-repeat;
  background-size: 100% 100%;
}
#TrumpVisit section {
  align-items: unset;
}

#module01 {
  margin-top: 40px;
}
#module01 .news-titles {
  background: #D6EDFB;
}
#module01 .news-item {
  position: relative;
}
#module01 .news-item:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 1px;
  width: 89%;
  background: #FFFFFF;
}
#module01 .news-item.active {
  background: #D92D35;
}
#module01 .news-item:last-child:after,
#module01 .news-item.active:after {
  height: 0;
}

#module02 .hot-words {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#module02 .word {
  position: absolute;
  height: 12.25%;
  animation: sympleBeat linear infinite 3s;
}
#module02 .word img {
  height: 100%;
  width: auto;
}
#module02 .word:nth-of-type(1) {
  top: 8.25%;
  left: 10.5%;
}
#module02 .word:nth-of-type(2) {
  top: 30%;
  left: 6.33%;
  animation-delay: .3s
}
#module02 .word:nth-of-type(3) {
  top: 47.5%;
  left: 11.92%;
  animation-delay: .6s
}
#module02 .word:nth-of-type(4) {
  bottom: 22.5%;
  left: 2.08%;
  animation-delay: .9s
}
#module02 .word:nth-of-type(5) {
  bottom: 4.5%;
  left: 6.92%;
  animation-delay: 1.2s;
}
#module02 .word:nth-of-type(6) {
  top: 5%;
  right: 20.3%;
  animation-delay: .2s;
}
#module02 .word:nth-of-type(7) {
  top: 18.5%;
  right: 3.2%;
  animation-delay: .4s;
}
#module02 .word:nth-of-type(8) {
  top: 33.25%;
  right: 22.3%;
  animation-delay: .6s;
}
#module02 .word:nth-of-type(9) {
  top: 43%;
  right: 5.14%;
  animation-delay: .8s;
}
#module02 .word:nth-of-type(10) {
  bottom: 25.75%;
  right: 15.64%;
  animation-delay: 1s
}
#module02 .word:nth-of-type(11) {
  bottom: 6.75%;
  right: 14.2%;
  animation-delay: 1.2s;
}

#module03 a {
  width: calc(50% - 10px);
}

section #news-TitlePicture .item,
#module05 .right-module .list {
  background: #E3F3FC;
}
#module04 .left-module {
  width: 100%;
}
#module04 #news-TitlePicture .left {
  width: calc(18% - 10px);
}
#module04 #news-TitlePicture .right {
  width: calc(82% - 10px);
  padding: 5px 20px 5px 0;
  justify-content: space-between;
}
#TrumpVisit #news-TitlePicture .summary {
  color: #222953;
  -webkit-line-clamp: 3;
}
section #news-TitlePicture .time,
#module05 .time {
  color: #293368;
  font-size: 14px;
  align-self: flex-end;
}

#module05>div {
  flex: none;
}
#module05 .left-module {
  width: calc(50% - 18px);
}
#module05 #news-TitlePicture .left {
  width: 44%;
}
#module05 #news-TitlePicture .right {
  width: 56%;
  padding: 14px 20px 8px 12px;
  justify-content: space-between;
}
#module05 .right-module {
  width: 50%;
}
#module05 .right-module .list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px 25px;
  gap: 20px;
}
#module05 .right-module .item {
  display: flex;
  justify-content: space-between;
}
#module05 .cover-wrap {
  position: relative;
  width: 57.33%;
}
#module05 .v-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
}
#module05 .right-module .summary {
  width: 42.67%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 18px;
}
#module05 .right-module .summary a,
#module05 .right-module .summary p {
  color: #222953;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#module05 .right-module .summary a {
  font-weight: bold;
}
#module05 .right-module .summary p {
  -webkit-line-clamp: 3;
}

#module06 {
  display: block;
  position: relative;
}
#module06 #BigNewsReport {
  position: static;
  padding-bottom: 0;
}
#module06 #BigNewsReport .swiper-button-next,
#module06 #BigNewsReport .swiper-button-prev {
  width: 3%;
}

@media (max-width: 1200px) {
  #module04 #news-TitlePicture .left {
    width: calc(30% - 10px);
  }
  #module04 #news-TitlePicture .right {
    width: calc(70% - 10px);
  }
  #module05 .right-module .list {
    gap: unset;
  }
  #module05 #news-TitlePicture .right {
    padding: 8px 12px;
  }
  #TrumpVisit #news-TitlePicture .summary {
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 798px) {
  #TrumpVisit section {
    flex-direction: column;
    gap: 20px;
  }
  #module03>a,
  #module05 .left-module,
  #module05 .right-module {
    width: 100%;
  }
}
@media (max-width: 608px) {
  #module02 .word {
    height: 9.43%;
  }
  #module02 .word:nth-of-type(1) {
    top: auto;
    left: auto;
    right: 7.5%;
    bottom: 9.43%;
  }
  #module02 .word:nth-of-type(2) {
    top: auto;
    left: auto;
    right: 35%;
    bottom: 6.47%;
  }
  #module02 .word:nth-of-type(3) {
    top: auto;
    left: auto;
    right: 2%;
    bottom: 27.54%;
  }
  #module02 .word:nth-of-type(4) {
    bottom: auto;
    left: auto;
    top: 17.19%;
    right: 3.9%;
  }
  #module02 .word:nth-of-type(5) {
    bottom: 18.11%;
    left: 2.7%;
  }
  #module02 .word:nth-of-type(6) {
    top: 3.14%;
    right: 29.5%;
  }
  #module02 .word:nth-of-type(7) {
    top: 30.31%;
    right: 19.7%;
  }
  #module02 .word:nth-of-type(8) {
    top: 4.25%;
    right: 6.3%;
  }
  #module02 .word:nth-of-type(9) {
    top: 46.95%;
    right: 12.1%;
  }
  #module02 .word:nth-of-type(10) {
    bottom: 28.84%;
    right: 25.3%;
  }
  #module02 .word:nth-of-type(11) {
    bottom: 45.66%;
    right: 30.5%;
  }

  #TrumpVisit #news-TitlePicture .item,
  #TrumpVisit #module05 .list .item {
    flex-direction: column;
  }
  #TrumpVisit #news-TitlePicture .item>div,
  #TrumpVisit #module05 .list .item>div {
    width: 100%;
  }
  #module04 #news-TitlePicture .right,
  #module05 .right-module .summary {
    padding: 8px 12px;
  }
  #module05 .right-module .list {
    padding: unset;
    background: unset;
    gap: 20px;
  }
  #module05 .right-module .item {
    background: #E3F3FC;
  }
}