.banner {
  width: 100%;
  height: 35rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .content {
  width: 75rem;
}
.banner .content .title {
  text-align: center;
}
.banner .content .title h1 {
  font-size: 3rem;
  font-weight: 500;
}
.banner .content .title h2 {
  margin-top: 1rem;
  /* font-size: 1.25rem; */
  font-weight: 400;
}
.banner .content .info {
  margin-top: 3rem;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.banner .content .info .left {
  /* width: 36.87rem; */
  /* height: 19.43rem; */
}
.banner .content .info .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner .content .info .right {
  /* width: 36.87rem; */
}
.banner .content .info .right .name {
  /* font-size: 2rem; */
  font-weight: 500;
  color: #333;
}
.banner .content .info .right .name a:hover {
  color: #C01319;
}
.banner .content .info .right .desc {
  /* font-size: 0.875rem; */
  color: #777777;
  margin: 2rem 0;
}
.banner .content .info .right .time {
  font-size: 1rem;
  color: #999999;
}

.area {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #F6F6FE;
}
.area ul {
  width: 75rem;
  margin: 0 auto;
  display: flex;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
  row-gap: 3rem;
  flex-wrap: wrap;
}
.area ul li {
  /* width: 24.1875rem; */
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 2px 6.2px 0px rgba(94, 140, 154, 0.2);
  transform: translateY(0);
  transition: all 0.3s;
}
.area ul li:hover {
  transform: translateY(-1%);
}
.area ul li .pic {
  width: 100%;
  /* height: 21.6875rem; */
}
.area ul li .pic img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.area ul li .title {
  width: 100%;
  /* font-size: 2rem; */
  font-weight: 500;
  color: #333;
  padding: 1rem 1.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.area ul li .title a:hover {
  color: #C01319;
}
.area ul li .desc {
  width: 100%;
  /* font-size: 0.875rem; */
  color: #777777;
  padding: 0 1.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.area ul li .time {
  width: 100%;
  font-size: 1rem;
  color: #999999;
  padding: 0 1.875rem;
  padding-top: 1.125rem;
  padding-bottom: 1.6875rem;
}
.area .pages {
  text-align: center;
  margin-top: 3rem;
}
.area .pages .paging {
  font-size: 0.75rem;
}
.area .pages .paging a {
  margin: 0.2rem;
  transition: all 0.3s;
  padding: 0.75rem 1.25rem;
  border-radius: 3px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.9);
  border: 1px solid #DCDCDC;
}
.area .pages .paging a.active {
  color: rgba(255, 255, 255, 0.9);
  background-color: #C01319;
  border: 1px solid transparent;
}
.area .pages .paging a:hover {
  color: rgba(255, 255, 255, 0.9);
  background-color: #C01319;
  border: 1px solid transparent;
}
.area .mpages {
  display: none;
}

@media screen and (max-width: 1200px) {
  .page .banner {
    width: 100%;
    height: 141.0256410256vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page .banner .content {
    width: 95%;
  }
  .page .banner .content .title {
    text-align: center;
  }
  .page .banner .content .title h1 {
    font-size: 6.4102564103vw;
    font-weight: 500;
  }
  .page .banner .content .title h2 {
    margin-top: 3.0769230769vw;
    font-size: 3.0769230769vw;
    font-weight: 400;
  }
  .page .banner .content .info {
    margin-top: 3rem;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .page .banner .content .info .left {
    width: 100%;
    height: 51.2820512821vw;
  }
  .page .banner .content .info .left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page .banner .content .info .right {
    width: 100%;
  }
  .page .banner .content .info .right .name {
    font-size: 5.1282051282vw;
    font-weight: 500;
    color: #333;
  }
  .page .banner .content .info .right .name a:hover {
    color: #C01319;
  }
  .page .banner .content .info .right .desc {
    font-size: 3.5897435897vw;
    color: #777777;
    margin: 2.5641025641vw 0;
  }
  .page .banner .content .info .right .time {
    font-size: 3.0769230769vw;
    color: #999999;
  }
  .page .area {
    width: 100%;
    padding-top: 5.1282051282vw;
    padding-bottom: 5.1282051282vw;
    background-color: #F6F6FE;
  }
  .page .area ul {
    width: 95%;
    margin: 0 auto;
    display: flex;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 5.1282051282vw;
    flex-wrap: wrap;
  }
  .page .area ul li {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 2px 6.2px 0px rgba(94, 140, 154, 0.2);
    transform: translateY(0);
    transition: all 0.3s;
  }
  .page .area ul li:hover {
    transform: translateY(-1%);
  }
  .page .area ul li .pic {
    width: 100%;
    height: 38.4615384615vw;
  }
  .page .area ul li .pic img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page .area ul li .title {
    width: 100%;
    font-size: 4.1025641026vw;
    font-weight: 500;
    color: #333;
    padding: 2.5641025641vw 3.5897435897vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .page .area ul li .title a:hover {
    color: #C01319;
  }
  .page .area ul li .desc {
    width: 100%;
    font-size: 3.0769230769vw;
    color: #777777;
    padding: 0 3.5897435897vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .page .area ul li .time {
    width: 100%;
    font-size: 3.0769230769vw;
    color: #999999;
    padding: 0 3.5897435897vw;
    padding-top: 4.1025641026vw;
    padding-bottom: 4.1025641026vw;
  }
  .page .area .pages {
    display: none;
  }
  .page .area .mpages {
    display: block;
    text-align: center;
    margin-top: 5.1282051282vw;
  }
  .page .area .mpages .paging {
    font-size: 3.0769230769vw;
  }
  .page .area .mpages .paging a {
    margin: 1.2820512821vw;
    transition: all 0.3s;
    padding: 2.0512820513vw 4.1025641026vw;
    border-radius: 0.7692307692vw;
    background-color: #fff;
    color: rgba(0, 0, 0, 0.9);
    border: 1px solid #DCDCDC;
  }
  .page .area .mpages .paging a.active {
    color: rgba(255, 255, 255, 0.9);
    background-color: #C01319;
    border: 1px solid transparent;
  }
  .page .area .mpages .paging a:hover {
    color: rgba(255, 255, 255, 0.9);
    background-color: #C01319;
    border: 1px solid transparent;
  }
}/*# sourceMappingURL=dynamic.css.map */