.home .container {
  padding: 6.25vw 12.7604166667vw;
  background: #F2F2F2;
}
.home .container .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.0833333333vw 1.5625vw;
}
.home .container .list a {
  display: block;
  width: 100%;
  border-radius: 1.0416666667vw;
  background: #fff;
  overflow: hidden;
}
.home .container .list a .pic {
  overflow: hidden;
}
.home .container .list a .pic img {
  width: 100%;
  height: 10.15625vw;
  display: block;
  object-fit: cover;
  transition: all 600ms;
}
.home .container .list a .text {
  padding: 1.5625vw 1.8229166667vw;
}
.home .container .list a .text .time {
  color: #888;
  line-height: 1.5;
}
.home .container .list a .text .pt {
  color: #282828;
  font-weight: 500;
  line-height: 1.4;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 5.1041666667vw;
  margin-top: 0.5208333333vw;
}
.home .container .list a .text .btn {
  margin-top: 2.96875vw;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 1.5625vw;
  display: flex;
  align-items: center;
  gap: 0.4166666667vw;
  color: #0C1629;
  line-height: 1.875;
  position: relative;
}
.home .container .list a .text .btn::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
  background: #003D96;
  transition: all 600ms;
}
.home .container .list a .text .btn img {
  width: 0.3645833333vw;
}
.home .container .list a:hover .pic img {
  transform: scale(1.05);
}
.home .container .list a:hover .text .btn::before {
  width: 100%;
}
.home .container .pager {
  display: flex;
  justify-content: center;
  gap: 0.5208333333vw;
  margin-top: 3.125vw;
}
.home .container .pager a {
  width: 2.34375vw;
  height: 2.34375vw;
  border: 1px solid #DBDCDE;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  line-height: 1.25;
  cursor: pointer;
  transition: all 600ms;
}
.home .container .pager a svg {
  display: block;
  width: 0.7291666667vw;
}
.home .container .pager a svg path {
  transition: all 600ms;
}
.home .container .pager a.on, .home .container .pager a:hover {
  border-color: #003D96;
  color: #003D96;
}
.home .container .pager a.on svg path, .home .container .pager a:hover svg path {
  fill: #003D96;
}

@media screen and (max-width: 768px) {
  .home .container {
    padding: 30px 5%;
  }
  .home .container .list {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .home .container .list a {
    border-radius: 12px;
  }
  .home .container .list a .pic img {
    height: 180px;
  }
  .home .container .list a .text {
    padding: 20px 15px;
  }
  .home .container .list a .text .time {
    font-size: 12px;
  }
  .home .container .list a .text .pt {
    height: auto;
    -webkit-line-clamp: 2;
    margin-top: 8px;
    font-size: 16px;
  }
  .home .container .list a .text .btn {
    margin-top: 20px;
    padding-top: 15px;
    font-size: 14px;
  }
  .home .container .list a .text .btn img {
    width: 6px;
  }
  .home .container .pager {
    margin-top: 30px;
    gap: 8px;
  }
  .home .container .pager a {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
  .home .container .pager a svg {
    width: 12px;
  }
}

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