img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.common_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.item_hover {
  overflow: hidden;
}
.item_hover:hover img {
  transform: scale(1.05);
}
.item_hover img {
  width: 100%;
  height: 100%;
  transition: 0.6s ease;
}

.news1 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.news1 .scroll {
  position: absolute;
  left: 8.3333333333vw;
  bottom: 4.8958333333vw;
  display: flex;
  align-items: center;
}
.news1 .scroll p {
  font-size: 0.625vw;
  font-weight: 500;
  color: white;
}
.news1 .scroll .line {
  width: 0.2083333333vw;
  height: 2.0833333333vw;
  background: rgba(255, 255, 255, 0.1);
  margin-left: 1.0416666667vw;
  position: relative;
  overflow: hidden;
}
.news1 .scroll .line span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.2083333333vw;
  background: white;
  animation: goDown 2s linear infinite;
}
@keyframes goDown {
  to {
    top: 100%;
  }
}
.news1 .wrap {
  color: rgba(255, 255, 255, 0.48);
  font-style: normal;
  font-weight: 400;
}

.news2 {
  position: relative;
  z-index: 1;
  background: #000;
  padding: 6.25vw 14.4791666667vw 0vw 8.3333333333vw;
}
.news2 .bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: -1;
}
.news2 .cut {
  display: flex;
  justify-content: center;
}
.news2 .cut a {
  width: 8.3854166667vw;
  height: 3.125vw;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  transition: 0.6s ease;
}
.news2 .cut a.on, .news2 .cut a:hover {
  background: #fff;
  color: #000;
}
.news2 .cut a:not(:last-child) {
  border-right: none;
}
.news2 .content {
  margin: 11.4583333333vw 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom:8vw ;
}
.news2 .content .item {
  position: relative;
}
.news2 .content .item:nth-child(2n) {
  top: 12.5vw;
}
.news2 .content .item:not(:last-child) {
  margin: 0 0 6.25vw;
}
.news2 .content .item:hover .img svg {
  opacity: 1;
}
.news2 .content .item:hover .img .pic img {
  transform: scale(1.05);
}
.news2 .content .item.w634 {
  width: 33.0208333333vw;
}
.news2 .content .item.w700 {
  width: 36.4583333333vw;
}
.news2 .content .item.w400 {
  width: 20.8333333333vw;
}
.news2 .content .item.l128 {
  left: 6.6666666667vw;
}
.news2 .content .item.r62 {
  left: -3.2291666667vw;
}
.news2 .content .item:last-child {
  /*top: -7.8125vw;*/
}
.news2 .content .item .img {
  width: 100%;
  position: relative;
}
.news2 .content .item .img .pic {
  width: 100%;
  overflow: hidden;
}
.news2 .content .item .img .pic img {
  width: 100%;
  transition: 0.6s ease;
}
.news2 .content .item .img svg {
  opacity: 0;
  transition: 0.6s ease;
}
.news2 .content .item .img .svg1 {
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  position: absolute;
  right: -0.625vw;
  top: -0.625vw;
}
.news2 .content .item .img .svg2 {
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  position: absolute;
  left: -0.625vw;
  bottom: -0.625vw;
}
.news2 .content .item .p1 {
  margin: 1.875vw 0 0.5208333333vw;
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news2 .content .item .p2 {
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6666666667vw; /* 200% */
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 1.0416666667vw;
}
.news2 .content .item .time {
  color: rgba(255, 255, 255, 0.6);
  font-style: normal;
  font-weight: 400;
}
.news2 .fj1 {
  width: 14.1666666667vw;
  height: 9.375vw;
  position: absolute;
  top: 12.8645833333vw;
  right: 27.3958333333vw;
  z-index: -1;
}
.news2 .fj2 {
  position: absolute;
  right: 0;
  width: 17.1875vw;
  top: 17.0833333333vw;
  z-index: -1;
}

.cursor {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  pointer-events: none;
  backface-visibility: hidden;
  width: 5.8333333333vw;
  height: 5.8333333333vw;
}
.cursor.on .bor {
  opacity: 1;
  transform: scale(1);
}
.cursor .bor {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  font-style: normal;
  font-weight: 400;
  opacity: 0;
  transform: scale(0);
  transition: 0.3s ease;
}

@media screen and (max-width: 768px) {
  .cursor {
    display: none;
  }
  .news1 {
    padding: 0 5%;
  }
  .news1 .scroll {
    left: 5%;
    bottom: 30px;
  }
  .news1 .scroll p {
    font-size: 12px;
  }
  .news1 .scroll .line {
    width: 4px;
    height: 40px;
    margin-left: 10px;
  }
  .news1 .scroll .line span {
    height: 4px;
  }
  .news1 .wrap {
    font-size: 26px;
  }
  .news2 {
    padding: 50px 5%;
  }
  .news2 .cut a {
    width: 100%;
    height: 40px;
    font-size: 12px;
  }
  .news2 .content {
    margin: 40px 0 0 0;
    flex-direction: column;
  }
  .news2 .content .item {
    width: 100% !important;
    left: 0 !important;
    transform: none !important;
    top: 0 !important;
  }
  .news2 .content .item:not(:last-child) {
    margin: 0 0 35px;
  }
  .news2 .content .item .p1 {
    margin: 15px 0 10px;
  }
  .news2 .content .item .p2 {
    line-height: 1.6;
    margin: 0 0 20px;
  }
}