.fallinlovewithbeijingin240hours-all {
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.topbanner-box {
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 800px;
}

.fallinlovewithbeijingin240hours-con {
  background: url(fallinlovewithbeijingin240hours_bg.jpg) top center no-repeat #fbeded;
  overflow: hidden;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.cl-title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  padding: 30px 0;
}

.video_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 45px 0;
  margin-bottom: 90px;
}

.video_list_card {
  width: 280px;
  box-sizing: border-box;
  transition: all 0.1s ease-in-out;
}

.video_list_card:hover {
  transform: scale(1.05);
}

.video_list_img {
  width: 280px;
  height: 160px;
  position: relative;
}

.video_list_img::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 44px;
  height: 44px;
  background: url(fallinlovewithbeijingin240hours_play.png) no-repeat;
}

.video_list_img img {
  width: 280px;
  height: 160px;
}

.video_list_txt {
  height: 70px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 20px;
  line-height: 1.5;
  font-size: 18px;
  justify-content: space-around;
}

.video_list_txt a {
  color: #cc6666;
}

.banner_box {
  width: 100%;
  margin-bottom: 100px;
}

.banner_box img {
  width: 100%;
  height: 100%;
}


@media screen and (max-width: 1024px) {
  .fallinlovewithbeijingin240hours-all {
    max-width: 16rem;
    min-width: 16rem;
  }

  .cl-title {
    font-size: 1.0701rem;
  }

  .w1200 {
    width: 100%;
    margin: 0 auto;
  }

  .video_list {
    display: flex;
    gap: .9631rem 0;
    width: 100%;
    margin-bottom: 1.9262rem;
    justify-content: space-evenly;

  }

  .video_list_card {
    width: 5.9925rem;
    box-sizing: border-box;
    transition: all 0.1s ease-in-out;
  }

  .video_list_card:hover {
    transform: scale(1.05);
  }

  .video_list_img {
    width: 5.9925rem;
    height: 3.4243rem;
    position: relative;
  }

  .video_list_img::after {
    content: "";
    position: absolute;
    left: .214rem;
    bottom: .214rem;
    width: .9417rem;
    height: .9417rem;
    background: url(fallinlovewithbeijingin240hours_play.png) no-repeat;
  }

  .video_list_img img {
    width: 100%;
    height: 100%;
  }

  .video_list_txt {
    height: 1.4981rem;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 0 20px;
    font-size: .3852rem;
  }

  .video_list_txt a {
    color: #cc6666;
  }

}