.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 .cn {
  font-size: 2.6vw;
  font-weight: bolder;
}
.home .banner .text .en {
  color: #E6EAF2;
  font-size: 1.3vw;
  text-transform: capitalize;
  font-family: "StardosStencil-Regular";
}
.home .main {
  width: 80vw;
  margin: 40px auto;
}
.home .main .types {
  display: flex;
}
.home .main .types a {
  display: inline-block;
  padding: 15px 40px;
  transition: all 600ms;
  border-radius: 30px;
  margin-right: 20px;
  color: #1B338B;
}
.home .main .types a:hover {
  background: #1B338B;
  color: white;
}
.home .main .types .active {
  background: #1B338B;
  color: white;
}
.home .main .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.home .main .list a {
  width: 48%;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.home .main .list a .pic {
  width: 40%;
}
.home .main .list a .pic img {
  width: 100%;
  object-fit: cover;
  transition: all 600ms;
  height: 100%;
}
.home .main .list a .text {
  width: 56%;
}
.home .main .list a .text .time {
  color: rgba(17, 17, 17, 0.4);
  font-size: 14px;
  font-family: "StardosStencil-Regular";
}
.home .main .list a .text .pt {
  color: #1B338B;
  font-size: 18px;
  margin: 15px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home .main .list a .text .des {
  color: rgba(17, 17, 17, 0.4);
  line-height: 1.8;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 600ms;
}
.home .main .list a:hover .pic img {
  transform: scale(1.05);
}
.home .main .list a:hover .text .des {
  color: #111111;
}
.home .main .pager {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
.home .main .pager a {
  display: flex;
  width: 60px;
  height: 60px;
  border: 1px solid #A8A8A8;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
  transition: all 600ms;
  color: #1B338B;
}
.home .main .pager a:hover {
  background: #1B338B;
  border-color: #1B338B;
  color: white;
}
.home .main .pager .active {
  background: #1B338B;
  border-color: #1B338B;
  color: white;
}
.home .main .pager a:first-child {
  background: #1B338B;
  border-color: #1B338B;
  transform: rotateY(180deg);
}
.home .main .pager a:last-child {
  background: #1B338B;
  border-color: #1B338B;
}
@media screen and (max-width: 768px) {
  .home .banner img {
    height: 200px;
  }
  .home .banner .text .cn {
    font-size: 20px;
  }
  .home .banner .text .en {
    font-size: 18px;
  }
  .home .main {
    width: 90%;
    margin: 20px auto;
  }
  .home .main .types {
    justify-content: space-between;
  }
  .home .main .types a {
    margin: 0;
    width: 48%;
    text-align: center;
    padding: 15px 0;
  }
  .home .main .list {
    margin-bottom: 30px;
  }
  .home .main .list a {
    width: 100%;
    margin-top: 20px;
    flex-direction: column;
  }
  .home .main .list a .pic {
    width: 100%;
  }
  .home .main .list a .text {
    width: 100%;
    margin-top: 15px;
  }
  .home .main .list a .text .pt {
    margin: 5px 0;
  }
  .home .main .list a .text .des {
    font-size: 14px;
    line-height: 1.6;
  }
  .home .main .pager {
    margin: 20px 0;
  }
  .home .main .pager a {
    width: 40px;
    height: 40px;
  }
}

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