.banner {
  position: relative;
}
.banner img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 28.6458333333vw;
}
.banner .text {
  position: absolute;
  left: 0;
  top: 13.0208333333vw;
  width: 100%;
  text-align: center;
  color: white;
}
.banner .text .t {
  font-weight: 700;
}
.banner .text .tip {
  font-weight: 500;
  margin-top: 1.0416666667vw;
}

.container {
  padding: 3.6458333333vw 12.5vw 4.6875vw 12.5vw;
}
.container .t_top {
  display: flex;
  justify-content: flex-end;
  gap: 1.5625vw;
  align-items: center;
  position: relative;
  z-index: 10;
}
.container .t_top .sx img {
  width: 1.7708333333vw;
  display: block;
}
.container .t_top .time_c {
  position: relative;
}
.container .t_top .time_c .d1 {
  border-radius: 3.125vw;
  border: 1px solid #B62D23;
  cursor: pointer;
  width: 7.1354166667vw;
  height: 2.3958333333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.0416666667vw;
  color: #B62D23;
  line-height: 1;
  cursor: pointer;
}
.container .t_top .time_c .d1 img {
  width: 0.8333333333vw;
  display: block;
}
.container .t_top .time_c .d2 {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.5208333333vw;
  width: 100%;
  z-index: 10;
  padding: 0.2604166667vw 0;
  display: none;
}
.container .t_top .time_c .d2 p {
  padding: 0.2604166667vw 1.0416666667vw;
  cursor: pointer;
  transition: all 600ms;
}
.container .t_top .time_c .d2 p:hover {
  color: #B62D23;
}
.container .t_top .search_b {
  width: 17.1875vw;
  border-radius: 4.1666666667vw;
  border: 1px solid #B62D23;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.container .t_top .search_b input {
  height: 2.3958333333vw;
  width: 100%;
  background: transparent;
  outline: none;
  padding: 0 0.9375vw;
  border: none;
  color: #000;
}
.container .t_top .search_b input::placeholder {
  color: #DDD;
}
.container .t_top .search_b .btn {
  display: inline-flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  right: 0.2083333333vw;
  top: 0.2083333333vw;
  gap: 0.4166666667vw;
  width: 5.2083333333vw;
  height: 1.9791666667vw;
  background: #B62D23;
  border-radius: 1.5625vw;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  padding-bottom: 0.1041666667vw;
}
.container .t_top .search_b .btn img {
  width: 0.7291666667vw;
  display: block;
  margin-top: 0.1041666667vw;
}
.container .list {
  margin: 2.0833333333vw 0 3.125vw 0;
}
.container .list a {
  border-top: 1px solid #E8E8E8;
  padding: 2.0833333333vw 0;
  display: flex;
  justify-content: space-between;
  gap: 3.90625vw;
}
.container .list a .pic {
  width: 34.375vw;
  overflow: hidden;
  border-radius: 1.0416666667vw;
}
.container .list a .pic img {
  width: 100%;
  height: 21.0416666667vw;
  display: block;
  object-fit: cover;
  transition: all 600ms;
}
.container .list a .text {
  width: 100%;
  flex: 1;
  position: relative;
}
.container .list a .text .time {
  color: #666;
  line-height: 1.2;
}
.container .list a .text .pt {
  margin: 1.5625vw 0 0.9375vw 0;
  color: #333;
  font-weight: 700;
}
.container .list a .text .des {
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.container .list a .text .more {
  display: inline-flex;
  width: 7.8125vw;
  height: 2.2916666667vw;
  justify-content: center;
  align-items: center;
  gap: 0.5208333333vw;
  border-radius: 1.5625vw;
  border: 1px solid #B62D23;
  color: #B62D23;
  font-weight: 500;
  cursor: pointer;
  transition: all 600ms;
  position: absolute;
  left: 0;
  bottom: 0;
}
.container .list a .text .more img {
  display: block;
  width: 0.8854166667vw;
  margin-top: 0.1041666667vw;
  transition: all 600ms;
}
.container .list a:hover .pic img {
  transform: scale(1.05);
}
.container .list a:hover .text .more {
  background: #B62D23;
  color: #fff;
}
.container .list a:hover .text .more img {
  filter: brightness(0) invert(1);
}
.container .pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5625vw;
}
.container .pager .prev,
.container .pager .next {
  display: block;
}
.container .pager .prev svg,
.container .pager .next svg {
  display: block;
  width: 1.0416666667vw;
  height: auto;
}
.container .pager .prev svg:hover path,
.container .pager .next svg:hover path {
  fill: #B62D23;
}
.container .pager .nums {
  display: flex;
  gap: 1.0416666667vw;
}
.container .pager .nums a {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #333;
  line-height: 1;
  transition: all 600ms;
}
.container .pager .nums a.on, .container .pager .nums a:hover {
  background: #B62D23;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .banner {
    margin-top: 60px;
  }
  .banner img {
    height: 200px;
  }
  .banner .text {
    top: 50%;
    transform: translateY(-50%);
    padding: 0 5%;
  }
  .banner .text .t {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .banner .text .tip {
    font-size: 14px;
    line-height: 1.5;
  }
  .container {
    padding: 30px 5% 60px 5%;
  }
  .container .t_top {
    flex-wrap: wrap;
    gap: 10px;
  }
  .container .t_top .sx img {
    width: 24px;
  }
  .container .t_top .time_c {
    width: 150px;
  }
  .container .t_top .time_c .d1 {
    width: 100%;
    height: 40px;
    padding: 0 15px;
  }
  .container .t_top .time_c .d1 img {
    width: 14px;
  }
  .container .t_top .time_c .d2 {
    border-radius: 10px;
    padding: 5px 0;
  }
  .container .t_top .time_c .d2 p {
    padding: 5px 15px;
  }
  .container .t_top .search_b {
    width: 100%;
    border-radius: 20px;
  }
  .container .t_top .search_b input {
    height: 40px;
    padding: 0 15px;
  }
  .container .t_top .search_b .btn {
    width: 90px;
    height: 32px;
    right: 4px;
    top: 4px;
    gap: 5px;
    border-radius: 20px;
  }
  .container .t_top .search_b .btn img {
    width: 12px;
  }
  .container .list {
    margin: 30px 0 40px 0;
  }
  .container .list a {
    flex-direction: column;
    gap: 20px;
    padding: 30px 0;
  }
  .container .list a .pic {
    width: 100%;
    border-radius: 10px;
  }
  .container .list a .pic img {
    height: 200px;
  }
  .container .list a .text .time {
    font-size: 14px;
  }
  .container .list a .text .pt {
    margin: 15px 0 10px 0;
    font-size: 18px;
  }
  .container .list a .text .des {
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
  .container .list a .text .more {
    position: static;
    width: 120px;
    height: 38px;
    gap: 8px;
    margin-top: 20px;
    border-radius: 20px;
    font-size: 14px;
  }
  .container .list a .text .more img {
    width: 14px;
  }
  .container .pager {
    padding: 0 5%;
    gap: 20px;
  }
  .container .pager .prev svg,
  .container .pager .next svg {
    width: 18px;
  }
  .container .pager .nums {
    gap: 10px;
  }
  .container .pager .nums a {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}

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