.home {
  width: 100%;
}
.home .banner {
  width: 100%;
}
.home .banner img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .allItems {
  width: 100%;
}
.home .allItems .item {
  width: 80%;
  padding: 80px 10%;
  display: flex;
  justify-content: space-between;
}
.home .allItems .item .pic {
  width: 282px;
}
.home .allItems .item .pic img {
  width: 100%;
  
  object-fit: cover;
  display: block;
}
.home .allItems .item .text {
  width: calc(98% - 282px);
}
.home .allItems .item .text .p1 {
  font-size: 24px;
}
.home .allItems .item .text .p2 {
  color: #666666;
  margin-top: 10px;
}
.home .allItems .item .text .p3 {
  color: #666666;
  margin-top: 20px;
}
.home .allItems .item:nth-child(2n) {
  background-color: #f7f7f7;
}
.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: 1000px) {
  .home .allItems .item {
    width: 90%;
    padding: 30px 5%;
    flex-direction: column;
  }
  .home .allItems .item .pic {
    width: 100%;
  }
  .home .allItems .item .pic img {
    height: auto;
  }
  .home .allItems .item .text {
    width: 100%;
    margin-top: 20px;
  }
}

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