.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: 125rem;
}
.news-section .news a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: white;
  padding: 4.3rem;
  margin: 3.5rem 0;
}
.news-section .news a .content-wrapper {
  display: flex;
}
.news-section .news a .content-wrapper .pic {
  min-width: 32rem;
  height: 18.2rem;
  margin-right: 3rem;
}
.news-section .news a .content-wrapper .pic img {
  width: auto;
  height: 100%;
}
.news-section .news a .title-wrapper .title {
  font-size: 2.4rem;
  font-family: Arial;
  font-weight: 300;
  color: #444444;
  line-height: 3.6rem;
  margin-bottom: 2.3rem;
}
.news-section .news a .title-wrapper > div:last-child {
  font-size: 1.5rem;
  font-family: Arial;
  font-weight: 300;
  color: #444444;
  line-height: 2.88rem;
}
.news-section .news a .time-wrapper {
  min-width: 10rem;
  text-align: right;
  margin-left: 8rem;
}
.news-section .news a .time-wrapper .time {
  font-size: 2.6rem;
  font-family: Helvetica Neue LT Pro;
  font-weight: normal;
  color: #888888;
  line-height: 2.74rem;
  margin-bottom: 1rem;
}
.news-section .news a .time-wrapper .year {
  font-size: 1.4rem;
  font-family: Helvetica Neue LT Pro;
  font-weight: normal;
  color: #888888;
  line-height: 2.74rem;
}
.paginations-section .wrapper {
  margin-bottom: 15rem;
  width: 125.8rem;
  display: flex;
  justify-content: space-between;
}
.paginations-section .wrapper > div:last-child {
  display: flex;
  align-items: center;
}
.paginations-section .wrapper > div:last-child > div:first-child {
  font-size: 1.4rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(162, 162, 162, 0.99);
  line-height: 1.4rem;
  margin-right: 1rem;
}
.paginations-section .wrapper > div:last-child > div:nth-child(2) {
  margin-right: 2.2rem;
}
.paginations-section .wrapper > div:last-child > div:nth-child(2) input {
  width: 7.3rem;
  height: 4rem;
  background: #ffffff;
  border: 0.1px solid #e0e0e0;
  border-radius: 0rem;
  color: rgba(162, 162, 162, 0.99);
}
.paginations-section .wrapper > div:last-child > div:last-child {
  width: 5.5rem;
  height: 4rem;
  background: #fbfbfb;
  border: 0.1px solid #e0e0e0;
  border-radius: 0rem;
  text-align: center;
  line-height: 4rem;
  font-size: 1.4rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(107, 107, 107, 0.99);
}
.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;
}
.paginations-section .pagination > li.ellipsis {
  background-color: inherit;
  border: none;
}
@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;
  }
  .news-section .news a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: white;
    padding: 21.5px;
    margin: 17.5px 0;
  }
  .news-section .news a .content-wrapper {
    display: flex;
    flex-direction: column;
  }
  .news-section .news a .content-wrapper .pic {
    min-width: 100%;
    height: auto;
    margin-right: 0px;
  }
  .news-section .news a .content-wrapper .pic img {
    width: 100%;
    height: auto;
  }
  .news-section .news a .title-wrapper .title {
    font-size: 12px;
    font-family: Arial;
    font-weight: 300;
    color: #444444;
    line-height: 18px;
    margin-bottom: 11.5px;
  }
  .news-section .news a .title-wrapper > div:last-child {
    font-size: 10px;
    font-family: Arial;
    font-weight: 300;
    color: #444444;
    line-height: 1.6;
    text-align: justify;
  }
  .news-section .news a .time-wrapper {
    min-width: 50px;
    text-align: right;
    margin-left: 10px;
  }
  .news-section .news a .time-wrapper .time {
    font-size: 13px;
    font-family: Helvetica Neue LT Pro;
    font-weight: normal;
    color: #888888;
    line-height: 13.7px;
    margin-bottom: 5px;
  }
  .news-section .news a .time-wrapper .year {
    font-size: 10px;
    font-family: Helvetica Neue LT Pro;
    font-weight: normal;
    color: #888888;
    line-height: 13.7px;
  }
  .paginations-section .wrapper {
    margin-bottom: 75px;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .paginations-section .wrapper > div:last-child {
    align-self: flex-end;
    display: flex;
    align-items: center;
  }
  .paginations-section .wrapper > div:last-child > div:first-child {
    font-size: 7px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(162, 162, 162, 0.99);
    line-height: 7px;
    margin-right: 5px;
  }
  .paginations-section .wrapper > div:last-child > div:nth-child(2) {
    margin-right: 11px;
  }
  .paginations-section .wrapper > div:last-child > div:nth-child(2) input {
    width: 36.5px;
    height: 20px;
    background: #ffffff;
    border: 0.1px solid #e0e0e0;
    border-radius: 0px;
    color: rgba(162, 162, 162, 0.99);
  }
  .paginations-section .wrapper > div:last-child > div:last-child {
    width: 27.5px;
    height: 20px;
    background: #fbfbfb;
    border: 0.1px solid #e0e0e0;
    border-radius: 0px;
    text-align: center;
    line-height: 20px;
    font-size: 7px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(107, 107, 107, 0.99);
  }
  .paginations-section .pagination {
    display: flex;
  }
  .paginations-section .pagination > li {
    margin: 0 5px;
    background-color: white;
  }
  .paginations-section .pagination > li,
  .paginations-section > li > a {
    font-size: 7.4px;
    font-family: Arial;
    font-weight: 400;
    color: #444444;
    line-height: 10.05px;
  }
  .paginations-section .pagination > .active > a {
    background-color: #348C2D;
    border-color: #348C2D;
    color: white;
  }
  .paginations-section .pagination > .disabled > a {
    color: #a7a7a7;
  }
  .paginations-section .pagination > li.ellipsis {
    background-color: inherit;
    border: none;
  }
}
