body {
  background-color: #f8f8f8;
}

.sect-1 {
  height: 500px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-1 {
    height: 300px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-1 {
    height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-1 {
    height: 450px;
  }
}
.sect-1 .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sect-1 .waves {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  height: 170px;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-1 .waves {
    height: 100px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-1 .waves {
    height: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-1 .waves {
    height: 140px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-1 .waves {
    height: 160px;
  }
}

.sect-2 {
  padding: 60px 0;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 {
    padding: 30px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 {
    padding: 50px 0;
  }
}
.sect-2 .content {
  width: 1450px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content {
    width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .content {
    width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .content {
    width: 100%;
    padding: 0 15px;
  }
}
.sect-2 .content .input {
  display: flex;
  justify-content: space-between;
  height: 70px;
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 35px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .input {
    height: 45px;
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .content .input {
    height: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .content .input {
    height: 45px;
  }
}
.sect-2 .content .input label {
  flex-grow: 1;
}
.sect-2 .content .input input {
  width: 400px;
  height: 70px;
  padding: 0 30px;
  font-size: 14px;
  font-weight: 400;
  color: #ababab;
  border: none;
  outline: none;
  border-radius: 35px;
  flex-grow: 1;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .input input {
    width: 100%;
    padding: 0 15px;
    height: 45px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .content .input input {
    width: 100%;
    padding: 0 15px;
    height: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .content .input input {
    width: 100%;
    padding: 0 15px;
    height: 45px;
  }
}
.sect-2 .content .input a {
  width: 150px;
  height: 70px;
  background: #15774d;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .input a {
    width: 100px;
    height: 45px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .content .input a {
    width: 100px;
    height: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .content .input a {
    width: 100px;
    height: 45px;
  }
}
.sect-2 .content .input a img {
  width: 34px;
  height: 34px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .input a img {
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .content .input a img {
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .content .input a img {
    width: 18px;
    height: 18px;
  }
}

.sect-3 {
  padding: 60px 0;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 {
    padding: 30px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 {
    padding: 50px 0;
  }
}
.sect-3 .content {
  width: 1480px;
  margin: 0 auto;
  padding: 0 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content {
    width: 100%;
    padding: 0 15px;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content {
    width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content {
    width: 100%;
    padding: 0 15px;
  }
}
.sect-3 .content .item {
  width: 100%;
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  padding: 30px;
  transition: all 0.3s linear;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .item {
    border-radius: 10px;
    padding: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content .item {
    width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content .item {
    width: 100%;
    padding: 0 15px;
  }
}
.sect-3 .content .item:hover {
  box-shadow: 10px 10px 20px 0 rgba(180, 180, 180, 0.16);
}
.sect-3 .content .item:hover .mark {
  left: -5px;
  top: -5px;
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
.sect-3 .content .item:hover .info .tit {
  color: #15774D;
}
.sect-3 .content .item .mark {
  width: 30px;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.sect-3 .content .item .main {
  width: 100%;
  height: 420/244;
  border-radius: 10px;
}
.sect-3 .content .item .info {
  border-bottom: 1px solid #F8F8F8;
  padding: 20px 0;
}
.sect-3 .content .item .info .tit {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  line-height: 34px;
  transition: all 0.3s linear;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .item .info .tit {
    font-size: 18px;
    line-height: 1.8;
  }
}
.sect-3 .content .item .info .desc {
  font-size: 14px;
  color: #777777;
  line-height: 28px;
  margin-top: 10px;
}
.sect-3 .content .item .btn-box {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.sect-3 .content .item .btn-box .date {
  font-size: 14px;
  font-weight: 400;
  color: #a2a2a2;
}
.sect-3 .content .item .btn-box .btn {
  width: 98px;
  height: 36px;
  background: #15774d;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .item .btn-box .btn {
    width: 120px;
    height: 36px;
  }
}
.sect-3 .content .first {
  grid-column-start: 1;
  grid-column-end: 4;
  display: flex;
  gap: 40px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .first {
    grid-column-start: 1;
    grid-column-end: 2;
    display: block;
    width: 100%;
    gap: 0;
  }
}
.sect-3 .content .first .swiper {
  width: 50%;
  aspect-ratio: 70/38;
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .first .swiper {
    width: 100%;
  }
}
.sect-3 .content .first .swiper .swiper-slide {
  width: 100% !important;
  height: 100%;
  border-radius: 10px;
}
.sect-3 .content .first .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.sect-3 .content .first .info {
  width: 50%;
  border: none;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .first .info {
    width: 100%;
  }
}
.sect-3 .content .first .info .date {
  font-size: 14px;
  font-weight: 400;
  color: #a2a2a2;
  margin-top: 10px;
}
.sect-3 .content .first .info .btn {
  width: 160px;
  height: 46px;
  border: 1px solid #15774d;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  font-size: 14px;
  font-weight: 700;
  color: #15774d;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .first .info .btn {
    margin-top: 20px;
    width: 120px;
    height: 36px;
  }
}

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