.banner {
  width: 100%;
  height: auto;
}
.banner img {
  width: 100%;
  height: auto;
}
section {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #F7F7F7;
}
.classic-section .wrapper {
  width: 126rem;
  margin-bottom: 4.6rem;
  position: relative;
}
.classic-section .title {
  margin-top: 6rem;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.classic-section .title > div:nth-child(2) {
  font-size: 3.4rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 2rem;
}
.classic-section .title > div:last-child {
  font-size: 1.6rem;
  color: #6B6B6B;
}
.classic-section .projects {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 3.8rem;
}
.classic-section .projects .project {
  background-color: white;
  width: 40rem;
  height: 47.5rem;
}
.classic-section .projects .project a > div:first-child {
  width: 40rem;
  height: 30rem;
}
.classic-section .projects .project a > div:first-child img {
  width: 100%;
  height: 100%;
}
.classic-section .projects .project a > div:last-child {
  padding: 3.4rem;
}
.classic-section .projects .project a > div:last-child > div:first-child {
  font-size: 2rem;
  font-family: Arial;
  font-weight: 500;
  color: #000000;
  line-height: 2.98rem;
}
.classic-section .projects .project a > div:last-child > div:last-child {
  font-size: 1.6rem;
  font-family: Arial;
  font-weight: 300;
  color: #000000;
  line-height: 2.98rem;
}
.types-section .wrapper {
  width: 125.8rem;
}
.types-section .types-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  width: 125.8rem;
  height: 12.9rem;
}
.types-section .types {
  background: #ffffff;
  width: 125.8rem;
  height: 12.9rem;
  padding: 3.9rem;
  display: flex;
  align-items: center;
}
.types-section .types .type {
  height: 1.5rem;
  font-size: 1.5rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #545454;
  margin-right: 5.6rem;
}
.types-section .types .active {
  height: 4.2rem;
  line-height: 4.2rem;
  background: #348C2D;
  padding: 0 2.4rem;
  color: white;
}
.types-section .types .active a {
  color: white;
}
.projects-section .wrapper {
  width: 125.8rem;
}
.projects-section .projects {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 3.8rem;
}
.projects-section .projects .project {
  background-color: white;
  width: 40rem;
  height: 47.5rem;
  margin-right: 2.9rem;
  margin-bottom: 4rem;
}
.projects-section .projects .project a > div:first-child {
  width: 40rem;
  height: 30.1rem;
}
.projects-section .projects .project a > div:first-child img {
  width: 100%;
  height: 100%;
}
.projects-section .projects .project a > div:last-child {
  padding: 3.4rem;
}
.projects-section .projects .project a > div:last-child > div:first-child {
  font-size: 2rem;
  font-family: Arial;
  font-weight: 500;
  color: #000000;
  line-height: 2.98rem;
}
.projects-section .projects .project a > div:last-child div:last-child {
  font-size: 1.6rem;
  font-family: Arial;
  font-weight: 300;
  color: #000000;
  line-height: 2.98rem;
}
.projects-section .projects > div:nth-child(3n+3) {
  margin-right: 0;
}
.paginations-section .wrapper {
  width: 125.8rem;
  display: flex;
  justify-content: flex-end;
}
.paginations-section .pagination {
  display: flex;
}
.paginations-section .pagination > li {
  margin: 0 1rem;
  background-color: white;
}
.paginations-section .pagination > li,
.paginations-section > li > a {
  font-size: 1.48rem;
  font-family: Arial;
  font-weight: 400;
  color: #444444;
  line-height: 2.01rem;
}
.paginations-section .pagination > .active > a {
  background-color: #348C2D;
  border-color: #348C2D;
  color: white;
}
.paginations-section .pagination > .disabled > a {
  color: #a7a7a7;
}
@media (max-width: 991px) {
  .banner {
    width: 100%;
    height: auto;
  }
  .banner img {
    width: 100%;
    height: auto;
  }
  section {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #F7F7F7;
  }
  section .wrapper {
    width: 100%;
    padding: 0 20px;
  }
  .classic-section .wrapper {
    width: 630px;
    margin-bottom: 23px;
    position: relative;
  }
  .classic-section .title {
    margin-top: 30px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .classic-section .title > div:nth-child(2) {
    font-size: 17px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .classic-section .title > div:last-child {
    font-size: 11px;
    color: #6B6B6B;
  }
  .classic-section .projects {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 19px;
  }
  .classic-section .projects .project {
    background-color: white;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .classic-section .projects .project a > div:first-child {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
  .classic-section .projects .project a > div:first-child img {
    width: 100%;
    height: auto;
  }
  .classic-section .projects .project a > div:last-child {
    padding: 17px;
    background-color: white;
  }
  .classic-section .projects .project a > div:last-child div:first-child {
    font-size: 13px;
    height: auto;
    font-family: Arial;
    font-weight: 500;
    color: #000000;
    line-height: 2;
  }
  .classic-section .projects .project a > div:last-child div:last-child {
    font-size: 11px;
    font-family: Arial;
    font-weight: 300;
    color: #000000;
    line-height: 14.9px;
  }
  .types-section .wrapper {
    width: 100%;
  }
  .types-section .types-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    width: 100%;
    height: 64.5px;
  }
  .types-section .types {
    background: #ffffff;
    width: 100%;
    height: auto;
    padding: 19.5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .types-section .types .type {
    height: auto;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #545454;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .types-section .types .active {
    height: 21px;
    line-height: 21px;
    background: #348C2D;
    padding: 0 12px;
    color: white;
  }
  .projects-section .wrapper {
    width: 100%;
  }
  .projects-section .projects {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 19px;
  }
  .projects-section .projects .project {
    background-color: white;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .projects-section .projects .project a > div:first-child {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
  .projects-section .projects .project a > div:first-child img {
    width: 100%;
    height: auto;
  }
  .projects-section .projects .project a > div:last-child {
    padding: 17px;
    background-color: white;
  }
  .projects-section .projects .project a > div:last-child div:first-child {
    font-size: 13px;
    height: auto;
    font-family: Arial;
    font-weight: 500;
    color: #000000;
    line-height: 2;
  }
  .projects-section .projects .project a > div:last-child div:last-child {
    font-size: 11px;
    font-family: Arial;
    font-weight: 300;
    color: #000000;
    line-height: 14.9px;
  }
  .paginations-section .wrapper {
    width: 629px;
    display: flex;
    justify-content: flex-end;
  }
  .paginations-section .pagination {
    display: flex;
  }
  .paginations-section .pagination > li {
    margin: 0 4px;
    background-color: white;
  }
  .paginations-section .pagination > li,
  .paginations-section > li > a {
    font-size: 9px;
    font-family: Arial;
    font-weight: 400;
    color: #444444;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    padding: 0;
  }
  .paginations-section .pagination > .active > a {
    background-color: #348C2D;
    border-color: #348C2D;
    color: white;
  }
  .paginations-section .pagination > .disabled > a {
    color: #a7a7a7;
  }
}
/*# sourceMappingURL=project_list.css.map */