.page_banner .head p {
  margin-top: 2.8rem;
}
.news_popular {
  padding: 13.4rem 0 14.5rem;
}
.news_popular .image {
  position: relative;
  width: 54.54545455%;
  padding-top: 1.2rem;
}
.news_popular .image .img {
  padding-bottom: 61.11111111%;
}
.news_popular .image .cat {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: var(--primary);
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  clip-path: polygon(0 0, 100% 0, 88.9% 100%, 0 100%);
  line-height: 3.3rem;
  padding: 0 1.8rem;
  min-width: 12.6rem;
  letter-spacing: 0.05rem;
}
.news_popular .info {
  flex: 1;
  width: 100%;
  max-width: 52rem;
  padding-top: 1.6%;
}
.news_popular .info .date {
  color: #6a6f72;
}
.news_popular .info .title {
  font-size: 3.6rem;
  line-height: 1.25;
  font-weight: 600;
  margin-top: 0.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news_popular .info .desc {
  line-height: 2.4rem;
  color: var(--text);
  margin-top: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news_popular .info .btn_i {
  margin-top: 4.7rem;
}
.news_main {
  background-color: var(--bg);
  border: 1px solid var(--border);
  padding: 5rem 0 14.4rem;
}
.news_main .nav .nav_list {
  justify-content: center;
}
.news_main .list {
  margin-top: 14.5rem;
}
.news_main .list ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(35rem, 100%), 1fr));
  gap: 6.4rem 2.5%;
}
.news_main p.center:has(.btn_line) {
  margin-top: 6.4rem;
  min-height: 5.9rem;
}
.news_subscribe {
  padding: 13.4rem 0 13.9rem;
}
.news_subscribe .head {
  flex: 1;
  width: 100%;
  max-width: 63.6rem;
}
.news_subscribe p {
  max-width: 46.7rem;
  margin-top: 2.6rem;
}
.news_subscribe form {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1.2rem;
  max-width: 51.2rem;
  margin-top: 2.6rem;
}
.news_subscribe form input {
  display: block;
  width: 100%;
  border: 2px solid #dfe3e8;
  transition: all 0.3s;
  font-size: 1.54rem;
  font-weight: 700;
  height: 5.6rem;
  padding: 0 3rem;
  letter-spacing: 0.055rem;
}
.news_subscribe form input:focus {
  border-color: var(--primary);
}
.news_subscribe form input[type=submit] {
  background-color: var(--primary);
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: none;
  clip-path: var(--clip_path);
  height: 5.4rem;
}
.news_subscribe form input[type=submit]:hover {
  background-color: var(--secondary);
}
.news_subscribe .nums {
  width: 50%;
  max-width: 62.1rem;
  padding-top: 0.6rem;
}
.news_subscribe .nums ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 3.38164251%;
}
.news_subscribe .nums li {
  background-color: var(--bg);
  text-align: center;
  padding: 2.8rem 2rem 3.4rem;
}
.news_subscribe .nums strong {
  white-space: nowrap;
  font-size: 3.6rem;
  font-weight: 700;
  color: #1a3a5c;
}
.news_subscribe .nums strong i {
  font-size: 0.97805556em;
  color: var(--tertiary);
}
.news_subscribe .nums p {
  font-size: 1.43rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #6b7280;
  margin-top: 0.7rem;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .news_popular .info .title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .news_popular {
    padding: 50px 0;
  }
  .news_popular .image {
    margin: 0;
    padding-top: 10px;
    width: 50%;
  }
  .news_popular .image .cat {
    line-height: 2;
    padding: 0 16px 0 12px;
    min-width: 80px;
    letter-spacing: unset;
  }
  .news_popular .info {
    padding: 0;
  }
  .news_popular .info .title {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 5px;
  }
  .news_popular .info .desc {
    line-height: 1.5;
    margin-top: 10px;
  }
  .news_popular .info .btn_i {
    margin-top: 20px;
  }
  .news_main {
    padding: 30px 0 50px;
  }
  .news_main .nav .nav_list {
    justify-content: unset;
  }
  .news_main .nav .nav_list li:first-child {
    margin-left: auto;
  }
  .news_main .nav .nav_list li:last-child {
    margin-right: auto;
  }
  .news_main .list {
    margin-top: 40px;
  }
  .news_main .list ul {
    grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
    gap: 40px 16px;
  }
  .news_main p.center:has(.btn_line) {
    margin-top: 40px;
    min-height: 41px;
  }
  .news_subscribe {
    padding: 50px 0;
  }
  .news_subscribe .flex {
    gap: 30px;
  }
  .news_subscribe form {
    margin-top: 20px;
    gap: 10px;
  }
  .news_subscribe form input {
    font-size: 14px;
    padding: 0 20px;
    letter-spacing: unset;
    height: 50px;
  }
  .news_subscribe form input[type=submit] {
    height: 50px;
  }
  .news_subscribe .nums {
    width: 100%;
    padding: 0;
    max-width: unset;
  }
  .news_subscribe .nums ul {
    gap: 16px;
  }
  .news_subscribe .nums li {
    padding: 14px;
  }
  .news_subscribe .nums strong {
    font-size: 24px;
  }
  .news_subscribe .nums p {
    font-size: 14px;
    letter-spacing: unset;
    margin-top: 5px;
  }
}
@media screen and (max-width: 576px) {
  .news_popular .image {
    width: 100%;
  }
}
