.home .banner {
  width: 100%;
  position: relative;
}
.home .banner img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .banner .text {
  position: absolute;
  left: 10vw;
  bottom: 15%;
  color: white;
}
.home .banner .text .links {
  display: flex;
  font-size: 1vw;
  align-items: center;
}
.home .banner .text .links a {
  color: rgba(255, 255, 255, 0.4);
}
.home .banner .text .links span {
  color: rgba(255, 255, 255, 0.4);
  margin: 0 5px;
  font-size: 1.1vw;
}
.home .banner .text .cn {
  font-size: 2.6vw;
  font-weight: bolder;
  margin: 15px 0;
}
.home .banner .text .en {
  color: #E6EAF2;
  font-size: 1.3vw;
  text-transform: capitalize;
  font-family: "StardosStencil-Regular";
}
.home .main {
  width: 80vw;
  margin: 5vw auto;
  display: flex;
  justify-content: space-between;
}
.home .main .lBox {
  width: calc(88% - 300px);
}
.home .main .lBox .html {
  color: #111111;
  line-height: 1.8;
}
.home .main .lBox .html p {
  margin-bottom: 16px;
}
.home .main .lBox .html img {
  max-width: 100%;
}
.home .main .lBox .pager {
  display: flex;
  justify-content: space-between;
  margin-top: 5vw;
}
.home .main .lBox .pager a {
  display: flex;
  align-items: center;
  font-size: 18px;
color: #1B338B;
}
.home .main .lBox .pager a .icon {
  width: 50px;
  height: 50px;
  background: #1B338B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .main .lBox .pager a p {
  margin: 0 10px;
color: #1B338B;
}
.home .main .lBox .pager a:nth-child(2) {
  color: #666666;
  text-decoration: underline;
}
.home .main .lBox .pager a:first-child .icon {
  transform: rotateY(180deg);
}
.home .main .rBox {
  width: 300px;
}
.home .main .rBox .nr {
  width: 100%;
}
.home .main .rBox .nr .t {
  color: #1B338B;
  font-size: 20px;
  font-weight: bolder;
}
.home .main .rBox .nr .list a {
  display: block;
  margin-top: 15px;
}
.home .main .rBox .nr .list a .pic {
  overflow: hidden;
}
.home .main .rBox .nr .list a .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 600ms;
}
.home .main .rBox .nr .list a .pt {
  color: #666666;
  line-height: 1.8;
  margin-top: 10px;
}
.home .main .rBox .nr .list a:hover .pic img {
  transform: scale(1.05);
}
.home .main .rBox .nr .list a:hover .pt {
  color: #1B338B;
}
@media screen and (max-width: 768px) {
  .home .banner img {
    height: 300px;
  }
  .home .banner .text {
    width: 90vw;
    left: 5vw;
  }
  .home .banner .text .links {
    font-size: 14px;
  }
  .home .banner .text .cn {
    font-size: 16px;
  }
  .home .banner .text .en {
    font-size: 16px;
  }
  .home .main {
    width: 90%;
    margin: 20px auto;
    flex-direction: column;
  }
  .home .main .lBox {
    width: 100%;
  }
  .home .main .lBox .pager a .icon {
    width: 40px;
    height: 40px;
  }
  .home .main .rBox {
    width: 100%;
    margin-top: 20px;
  }
}

/*# sourceMappingURL=newsInfo.css.map */
