.banner {
  position: relative;
}

.banner .img {
  width: 100%;
  height: auto;
  min-height: 280px;
  object-position: center;
  object-fit: cover;
}

.banner .title {
  left: 50%;
  bottom: 27%;
  transform: translateX(-50%);
  position: absolute;
  text-align: center;
}

.banner .title .ch {
  font-family: OPPOSans-R;
  font-weight: bold;
  font-size: 60px;
  line-height: 1.33;
  color: #ffffff;
}

.banner .title .en {
  font-family: Gilroy-Regular;
  font-size: 24px;
  line-height: 1.25;
  color: #ffffff;
}

.myContent {
  padding: 100px 0 140px;
}

.myContent .list {
  display: flex;
  flex-direction: column;
}

.myContent .list .item {
  padding-bottom: 40px;
}

.myContent .list .item .hyper {
  display: block;
}

.myContent .list .item .hyper .box {
  display: flex;
  background-color: #f5f5f5;
  align-items: stretch;
  transition: all 0.3s ease;
}

.myContent .list .item .hyper .box .leftImg {
  width: 22.85%;
  aspect-ratio: 320 / 204;
  object-fit: cover;
  object-position: center;
}

.myContent .list .item .hyper .box .describe {
  padding: 36px 40px;
  display: flex;
}

.myContent .list .item .hyper .box .describe .text {
  margin-right: 44px;
  color: #434343;
  font-family: OPPOSans-R;
  transition: all 0.3s ease;
}

.myContent .list .item .hyper .box .describe .text .title {
  font-family: OPPOSans-R;
  font-weight: bold;
  font-size: 22px;
  color: #313131;
  transition: all 0.3s ease;
}

.myContent .list .item .hyper .box .describe .text .time {
  font-size: 14px;
  line-height: 1.714;
}

.myContent .list .item .hyper .box .describe .text .t {
  font-size: 16px;
  text-align: justify;
}

.myContent .list .item .hyper .box .link {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.myContent .list .item .hyper .box .link .img {
  width: 23px;
  height: auto;
}

.myContent .list .item .hyper .box .link .on {
  display: none;
}

.myContent .list .item:hover .hyper .box {
  background-color: var(--theme-color);
}

.myContent .list .item:hover .hyper .box .describe .text {
  color: #FFF;
}

.myContent .list .item:hover .hyper .box .describe .text .title {
  color: #FFF;
}

.myContent .list .item:hover .hyper .box .link {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.myContent .list .item:hover .hyper .box .link .img {
  width: 23px;
  height: auto;
}

.myContent .list .item:hover .hyper .box .link .off {
  display: none;
}

.myContent .list .item:hover .hyper .box .link .on {
  display: block;
}

@media (max-width: 1200px) {
  .banner .title .ch {
    font-size: 38px;
  }
  .banner .title .en {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .banner .title {
    bottom: 50%;
    transform: translate(-50%, 50%);
  }
  .banner .title .ch {
    font-size: 32px;
  }
  .banner .title .en {
    font-size: 16px;
  }
  .myContent {
    padding: 60px 0;
  }
  .myContent .list .item .hyper .box .describe {
    padding: 20px;
  }
  .myContent .list .item .hyper .box .describe .text {
    margin-right: 15px;
  }
}

@media (max-width: 768px) {
  .banner .title .ch {
    font-size: 24px;
  }
  .banner .title .en {
    font-size: 15px;
  }
  .myContent {
    padding: 40px 0;
  }
  .myContent .list .item {
    padding-bottom: 20px;
  }
  .myContent .list .item .hyper .box .describe .text .title {
    font-size: 16px;
  }
  .myContent .list .item .hyper .box .describe .text .time {
    font-size: 12px;
  }
  .myContent .list .item .hyper .box .describe .text .t {
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
}

@media (max-width: 576px) {
  .myContent .list .item .hyper .box {
    flex-direction: column;
  }
  .myContent .list .item .hyper .box .leftImg {
    width: 100%;
  }
}
