.home {
  width: 100%;
  padding-top: 153px;
}
.home .banner img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .main .links {
  width: 80%;
  margin: 40px auto;
  display: flex;
}
.home .main .links a, .home .main .links p {
  color: #666666;
  font-size: 18px;
}
.home .main .links p {
  color: #015CB5;
}
.home .main .about {
  width: 60%;
  margin: 60px auto;
}
.home .main .about .p1 {
  text-align: center;
  color: #1C202B;
  font-size: 48px;
}
.home .main .about .allItems {
  width: 100%;
  margin: 60px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home .main .about .allItems .item {
  width: 48%;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  justify-content: space-between;
}
.home .main .about .allItems .item .pic {
  width: 132px;
  height: 132px;
}
.home .main .about .allItems .item .pic img {
  width: 100%;
  display: block;
  object-fit: contain;
}
.home .main .about .allItems .item .text {
  width: calc(95% - 132px);
}
.home .main .about .allItems .item .text p:nth-child(1) {
  color: #1C202B;
  font-size: 20px;
  font-weight: bolder;
}
.home .main .about .allItems .item .text p:nth-child(2) {
  color: #666666;
  font-size: 18px;
  margin-top: 10px;
}
@media screen and (max-width: 1440px) {
  .home .main .about {
    width: 80%;
  }
}
@media screen and (max-width: 1000px) {
  .home {
    padding-top: 60px;
  }
  .home .main .links {
    width: 90%;
    margin: 20px auto;
  }
  .home .main .about {
    width: 90%;
    margin: 30px auto;
  }
  .home .main .about .p1 {
    font-size: 24px;
  }
  .home .main .about .allItems {
    margin: 30px auto;
  }
  .home .main .about .allItems .item {
    width: 100%;
  }
  .home .main .about .allItems .item .pic {
    width: 70px;
    height: 70px;
  }
  .home .main .about .allItems .item .text {
    width: calc(95% - 70px);
  }
}

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