.home {
  width: 100%;
}
.home .banner {
  width: 100%;
}
.home .banner img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .main {
  width: 90%;
  margin: 40px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.home .main a {
  display: block;
  width: 31%;
  margin-left: 1.8%;
  margin-bottom: 20px;
}
.home .main a .pic {
  width: 100%;
}
.home .main a .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .main a .text {
  width: 95%;
  margin: 20px auto;
}
.home .main a .text .p1 {
  color: #666666;
  font-size: 18px;
}
.home .main a .text .p2 {
  color: #333333;
  font-size: 20px;
  margin-top: 15px;
}
.home .pager {
  width: 90%;
  display: flex;
  justify-content: center;
  margin: 40px auto;
}
.home .pager a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #666666;
  font-size: 18px;
  width: 39px;
  height: 37px;
  border: 1px solid #D9D9D9;
  margin: 0 5px;
  transition: all 600ms;
}
.home .pager a:hover {
  color: #E62129;
}
.home .pager a:last-child {
  transform: rotateY(180deg);
}
@media screen and (max-width: 1300px) {
  .home .main {
    margin-top: 20px;
  }
  .home .main a {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .home .main a .pic {
    width: 35%;
  }
  .home .main a .pic img {
    height: 100%;
  }
  .home .main a .text {
    width: 60%;
    margin: 0 auto;
  }
  .home .main a .text .p1 {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .home .main a .text .p2 {
    font-size: 14px;
  }
}

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