@media (max-width: 768px) {
  body {
    padding-top: 106px;
    background: #e9f0fa;
  }

  .container {
    width: calc(100% - 32px);
  }

  .hero,
  .stats,
  .featured,
  .notice {
    background: transparent;
    padding: 16px 0 0;
  }

  .hero {
    color: #fff;
  }

  .hero .container {
    background: linear-gradient(135deg, #143560 0%, #0f2a4a 100%);
    border-radius: 22px;
    padding: 28px 22px 22px;
  }

  .hero .title {
    text-align: left;
    font-size: 34px;
    line-height: 1.18;
    margin: 0;
  }

  .hero p {
    text-align: left;
    margin: 18px 0 0;
    font-size: 18px;
    line-height: 1.55;
    color: #c7d5ea;
  }

  .hero .search-bar {
    width: 100%;
    margin-top: 24px;
    height: auto;
    padding: 12px;
    gap: 10px;
    border: 0;
    border-radius: 18px;
    background: rgba(149, 174, 213, 0.24);
  }

  .hero .search-select {
    display: none;
  }

  .hero .search-input {
    flex: 1;
    min-width: 0;
    border-radius: 16px;
    background: #fff;
    padding: 0 16px;
  }

  .hero .search-input input {
    height: 56px;
    font-size: 18px;
    color: #374151;
  }

  .hero .search-input input::placeholder {
    color: #9aa8bc;
  }

  .hero .search-input .inl-home-22 {
    display: none;
  }

  .hero button {
    width: 120px;
    min-height: 56px;
    border-radius: 16px;
    font-size: 24px;
    background: linear-gradient(135deg, #3f73ea 0%, #2a57d6 100%);
  }

  .hero .inl-home-28 {
    display: none;
  }
.news-marquee {
      margin-top: 6px;
      padding: 8px 10px;
      gap: 8px;
      width: 100%;
    }

    .news-marquee .label,
    .news-marquee .item {
      font-size: 12px;
    }

    .news-marquee .item {
      margin-right: 24px;
    }
  .stats .container,
  .featured .container,
  .notice .container {
    background: #f6f9fe;
    border-radius: 22px;
    padding: 20px;
  }

  .stats .stats-title {
    margin-bottom: 14px;
    align-items: center;
    flex-direction: row;
  }

  .stats .name,
  .section-head .name {
    font-size: 18px;
    line-height: 1.3;
    padding-top: 4px;
  }

  .filters,
  .no_result {
    display: none;
  }

  .stats .stage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 12px;
  }

  .stats .stage-card {
    border-radius: 14px;
    padding: 16px 10px 14px;
  }

  .stats .stage-card .title {
    font-size: 15px;
  }

  .stats .stage-card .num {
    margin: 12px 0;
    font-size: 40px;
    line-height: 1.1;
  }

  .stats .stage-card .num span {
    font-size: 20px;
  }

  .stats .stage-card .label {
    margin: 0 6px 6px;
    padding-top: 10px;
    font-size: 14px;
  }

  .stats .stage-card .desc {
    font-size: 14px;
    line-height: 1.7;
    white-space: pre-line;
  }

  .stats .material-sum {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 16px;
    padding: 10px 0 16px;
    margin-top: 4px;
  }

  .stats .material-sum div {
    font-size: 12px;
    white-space: nowrap;
    margin-top: 10px;
    border-right: 0;
  }

  .stats .material-sum span {
    font-size: 14px;
    margin-bottom: 2px;
  }

  .stats .material-sum strong {
    font-size: 17px;
    margin-right: 2px;
  }

  .section-head {
    align-items: center;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 12px;
  }

  .section-head .more {
    font-size: 14px;
    padding-top: 0;
    color: #3e6eef;
    white-space: nowrap;
  }

  .project-grid {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }

  .project-card {
    flex: 0 0 78%;
    min-width: 280px;
    height: auto;
    border-radius: 14px;
  }

  .project-card .name {
    font-size: 15px;
    line-height: 1.45;
    min-height: 44px;
    padding: 12px 14px 0;
  }

  .project-card .meta {
    padding: 0 14px;
    font-size: 13px;
  }

  .project-card .demand,
  .project-card .project-foot {
    margin-left: 14px;
    margin-right: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .project-card .project-foot {
    padding-top: 6px;
    padding-bottom: 10px;
    line-height: 1.6;
  }

  .project-card .project-foot .num {
    font-size: 18px;
  }

  .project-card .card-more {
    padding: 10px 60px 10px 14px;
  }

  .project-card .card-more .more {
    right: 14px;
  }

  .notice {
    padding-bottom: 16px;
  }

  .notice .tabs {
    gap: 12px;
  }

  .notice .tabs a {
    font-size: 15px;
    padding-bottom: 2px;
  }

  .notice-list {
    margin-top: 10px;
    border-radius: 14px;
  }

  .notice-list .notice-item {
    padding: 14px 14px 12px;
    align-items: flex-start;
    gap: 10px;
  }

  .notice-list .notice-item > div {
    flex: 1;
    min-width: 0;
  }

  .notice-list .notice-item .notice-top {
    gap: 8px;
    align-items: center;
    flex-wrap: nowrap;
    min-width: 0;
  }

  .notice-list .notice-item .tag {
    flex: 0 0 auto;
    margin-right: 0;
    font-size: 12px;
    padding: 2px 4px;
    line-height: 1.2;
    color: #2f67d8;
    background: #edf3ff;
  }

  .notice-list .notice-item .notice-name {
    flex: 1;
    min-width: 0;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .notice-list .notice-item .tipcon {
    margin-top: 8px;
    font-size: 13px;
    color: #7a899d;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 2px;
  }

  .notice-list .notice-item .tipcon .type {
    padding-right: 0;
  }

  .notice-list .notice-item .tipcon .time {
    color: #ff5a52;
    font-weight: 600;
    padding-left: 12px;
  }

  .home-arrow {
    width: 18px;
    height: 18px;
    margin-top: 1px;
    color: #a8b5c6;
    flex: 0 0 auto;
  }

  .notice-list .more-row {
    padding: 12px 0;
  }
}

@media (max-width: 480px) {
  body {
    padding-top: 74px;
  }

  .container {
    width: calc(100% - 24px);
  }

  .hero .container,
  .stats .container,
  .featured .container,
  .notice .container {
    border-radius: 18px;
  }

  .hero .container {
    padding: 20px 16px 16px;
  }

  .hero .title {
    font-size: 22px;
  }

  .hero p {
    font-size: 13px;
    margin-top: 12px;
  }

  .hero .search-bar {
    margin-top: 16px;
    padding: 8px;
    border-radius: 14px;
  }

  .hero .search-input {
    border-radius: 10px;
    padding: 0 12px;
  }

  .hero .search-input input {
    height: 42px;
    font-size: 15px;
  }

  .hero button {
    width: 84px;
    min-height: 42px;
    border-radius: 10px;
    font-size: 18px;
  }

  .stats .container,
  .featured .container,
  .notice .container {
    padding: 12px 10px;
  }

  .stats .name,
  .section-head .name {
    font-size: 18px;
  }

  .stats .stage-card {
    padding: 14px 8px 12px;
  }

  .stats .stage-card .num {
    font-size: 32px;
    margin: 10px 0;
  }

  .stats .stage-card .num span {
    font-size: 15px;
  }

  .stats .stage-card .label {
    font-size: 13px;
  }

  .stats .stage-card .desc {
    font-size: 12px;
  }

  .stats .material-sum {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .stats .material-sum div {
    min-width: auto;
  }

  .project-card {
    flex-basis: 88%;
    min-width: 260px;
  }

  .notice-list .notice-item {
    padding: 12px;
  }

  .notice-list .notice-item .notice-name {
    font-size: 14px;
  }

  .notice-list .notice-item .tag {
    width: auto;
  }

  .notice-list .notice-item .tipcon {
    font-size: 12px;
    margin-top: 6px;
  }

  .notice-list .notice-item .tipcon .address,
  .notice-list .notice-item .tipcon .type {
    display: inline-block;
    padding-right: 8px;
  }

  .notice-list .notice-item .tipcon .time {
    display: inline-block;
    padding-left: 8px;
    margin-top: 0;
  }
  .footer{
    display: none;
  }
}
