/* ============================================================
 * 长沙启行未来教育有限公司 官方网站 · 全站样式
 * 品牌色系：黑金（源自公司 LOGO：金色图形 + 黑色文字）
 * 主色：墨黑（大气沉稳）  强调：鎏金（高端醒目）
 * ============================================================ */

:root {
  --navy-900: #16171c;
  --navy-800: #1d1f26;
  --navy-700: #262933;
  --navy-600: #3d4352;
  --navy-100: #f2ecd9;
  --navy-50:  #faf7ef;
  --orange-600: #96741a;
  --orange-500: #c9a227;
  --orange-100: #f6ecd0;
  --gold-bright: #e8c85a;
  --gold-deep: #a07e1c;
  --ink-900: #23252b;
  --ink-700: #474c58;
  --ink-500: #747b89;
  --ink-300: #a9aeb9;
  --line: #e8e2d3;
  --bg: #ffffff;
  --bg-soft: #f8f5ee;
  --shadow-sm: 0 1px 3px rgba(22, 23, 28, .08);
  --shadow-md: 0 6px 20px rgba(22, 23, 28, .10);
  --shadow-lg: 0 14px 40px rgba(22, 23, 28, .16);
  --radius: 12px;
  --radius-lg: 20px;
  --container: 1160px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink-900);
  background: var(--bg);
  line-height: 1.65;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font-family: inherit; cursor: pointer; }
input, select, textarea { font-family: inherit; font-size: 14px; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }

/* ============ 顶部导航 ============ */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, .97);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px; gap: 16px;
}

.brand { display: flex; align-items: center; gap: 8px; flex-shrink: 0; min-width: 0; }
.brand img.brand-logo-img { height: 40px; width: auto; display: block; }
.brand-logo {
  width: 40px; height: 40px; border-radius: 10px;
  background: linear-gradient(135deg, var(--navy-700), var(--navy-900));
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-bright); flex-shrink: 0;
}
.brand-name { font-size: 17px; font-weight: 800; color: var(--navy-900); letter-spacing: .5px; white-space: nowrap; }
.brand-sub { font-size: 11px; color: var(--orange-600); font-weight: 700; letter-spacing: 2px; margin-top: 1px; white-space: nowrap; }

.main-nav { display: flex; align-items: center; gap: 2px; flex-shrink: 1; }
.main-nav a {
  padding: 7px 11px; border-radius: 8px; font-size: 14.5px; font-weight: 500;
  color: var(--ink-700); transition: all .18s; white-space: nowrap;
}
.main-nav a:hover { color: var(--orange-600); background: var(--navy-50); }
.main-nav a.active { color: var(--orange-600); background: var(--navy-100); font-weight: 700; }

.nav-right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.nav-phone { display: flex; align-items: center; gap: 6px; color: var(--ink-700); font-weight: 600; font-size: 13px; white-space: nowrap; }
.nav-phone svg { color: var(--orange-500); }
.nav-right .btn { padding: 9px 16px; font-size: 14px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border: none; border-radius: 10px; padding: 11px 22px;
  font-size: 15px; font-weight: 700; line-height: 1.2;
  transition: all .2s; white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold-deep));
  color: #241d07;
  box-shadow: 0 4px 14px rgba(160, 126, 28, .32);
}
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 8px 22px rgba(160, 126, 28, .42); }
.btn-outline { background: transparent; color: var(--orange-600); border: 1.5px solid var(--orange-500); }
.btn-outline:hover { background: var(--orange-100); }
.btn-light { background: #fff; color: var(--navy-900); }
.btn-light:hover { box-shadow: var(--shadow-md); }
.btn-block { width: 100%; }
.btn-sm { padding: 7px 14px; font-size: 13px; border-radius: 8px; }
.btn-danger { background: #fee2e2; color: #b91c1c; }
.btn-danger:hover { background: #fecaca; }
.btn-ghost { background: transparent; color: var(--ink-500); border: 1px solid var(--line); }
.btn-ghost:hover { color: var(--orange-600); border-color: var(--orange-500); }

.menu-toggle { display: none; background: none; border: none; padding: 8px; color: var(--navy-900); }

/* ============ Hero ============ */
.hero {
  position: relative;
  background: linear-gradient(115deg, var(--navy-900) 0%, var(--navy-800) 48%, #2a2e39 100%);
  color: #fff; overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .30; }
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(22,23,28,.95) 0%, rgba(22,23,28,.78) 48%, rgba(22,23,28,.45) 100%);
}
.hero-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 56px 56px; mask-image: radial-gradient(ellipse at 70% 40%, #000 20%, transparent 75%);
}
.hero-inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center;
  padding: 88px 0 96px;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(201, 162, 39, .14); border: 1px solid rgba(201, 162, 39, .5);
  color: #eeda9c; font-size: 13px; font-weight: 600;
  padding: 6px 14px; border-radius: 999px; margin-bottom: 22px;
}
.hero h1 { font-size: 46px; line-height: 1.25; font-weight: 800; letter-spacing: 1px; margin-bottom: 18px; }
.hero h1 .hl { color: var(--gold-bright); }
.hero-desc { font-size: 17px; color: #bcb7a7; max-width: 560px; margin-bottom: 32px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-note { margin-top: 18px; font-size: 13px; color: #8d887a; }

.hero-card {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(201, 162, 39, .28);
  backdrop-filter: blur(10px);
  border-radius: var(--radius-lg);
  padding: 30px 28px;
}
.hero-card h3 { font-size: 19px; font-weight: 700; margin-bottom: 6px; }
.hero-card .sub { font-size: 13px; color: #bcb7a7; margin-bottom: 22px; }
.hero-card-list { display: flex; flex-direction: column; gap: 14px; }
.hero-card-item { display: flex; gap: 12px; align-items: flex-start; }
.hero-card-item .ic {
  width: 34px; height: 34px; flex-shrink: 0; border-radius: 9px;
  background: rgba(201, 162, 39, .18); color: #ecd391;
  display: flex; align-items: center; justify-content: center;
}
.hero-card-item .t { font-size: 15px; font-weight: 600; }
.hero-card-item .d { font-size: 13px; color: #bcb7a7; }

/* ============ 通用区块 ============ */
.section { padding: 76px 0; }
.section-soft { background: var(--bg-soft); }
.section-head { text-align: center; max-width: 680px; margin: 0 auto 48px; }
.section-tag {
  display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: 3px;
  color: var(--orange-600); background: var(--orange-100);
  padding: 5px 14px; border-radius: 999px; margin-bottom: 14px;
}
.section-title { font-size: 32px; font-weight: 800; color: var(--navy-900); line-height: 1.3; margin-bottom: 12px; }
.section-desc { color: var(--ink-500); font-size: 15px; }

/* 特色卡片 */
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.feature-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 24px; transition: all .25s; position: relative; overflow: hidden;
}
.feature-card::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: linear-gradient(var(--gold-bright), var(--gold-deep));
  opacity: 0; transition: opacity .25s;
}
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.feature-card:hover::before { opacity: 1; }
.feature-ic {
  width: 48px; height: 48px; border-radius: 12px; margin-bottom: 18px;
  background: var(--orange-100); color: var(--orange-600);
  display: flex; align-items: center; justify-content: center;
}
.feature-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; color: var(--navy-900); }
.feature-card p { font-size: 13.5px; color: var(--ink-500); }

/* 图文区块 */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split-media { position: relative; }
.split-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); width: 100%; height: 400px; object-fit: cover; }
.split-media::before {
  content: ""; position: absolute; inset: -14px 14px 14px -14px; border-radius: var(--radius-lg);
  border: 2px solid var(--navy-100); z-index: -1;
}
.split-badge {
  position: absolute; right: -14px; bottom: -14px;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold-deep));
  color: #241d07; padding: 14px 20px; border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}
.split-badge .n { font-size: 22px; font-weight: 800; line-height: 1.1; }
.split-badge .l { font-size: 12px; opacity: .9; }
.split h2 { font-size: 30px; font-weight: 800; color: var(--navy-900); line-height: 1.35; margin-bottom: 18px; }
.split p { color: var(--ink-500); margin-bottom: 16px; }
.check-list { display: flex; flex-direction: column; gap: 12px; margin: 8px 0 24px; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; color: var(--ink-700); font-size: 14.5px; }
.check-list svg { color: var(--orange-500); flex-shrink: 0; margin-top: 3px; }

/* 流程 */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: step; }
.step-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 22px; position: relative; transition: all .25s;
}
.step-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.step-no {
  width: 40px; height: 40px; border-radius: 10px; margin-bottom: 16px;
  background: linear-gradient(135deg, #2c303b, #17181d); color: var(--gold-bright);
  display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 17px;
}
.step-card h3 { font-size: 16.5px; font-weight: 700; margin-bottom: 6px; color: var(--navy-900); }
.step-card p { font-size: 13.5px; color: var(--ink-500); }

/* 公告卡片 */
.news-list { display: flex; flex-direction: column; gap: 16px; }
.news-item {
  display: flex; align-items: center; gap: 20px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 18px 22px; transition: all .2s; cursor: pointer;
}
.news-item:hover { box-shadow: var(--shadow-md); border-color: var(--orange-500); transform: translateX(3px); }
.news-tag {
  flex-shrink: 0; font-size: 12px; font-weight: 700; padding: 3px 10px; border-radius: 6px;
  background: var(--navy-100); color: var(--orange-600);
}
.news-item.top .news-tag { background: var(--orange-100); color: var(--orange-600); }
.news-body { flex: 1; min-width: 0; }
.news-title { font-size: 15.5px; font-weight: 600; color: var(--ink-900); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news-meta { font-size: 12.5px; color: var(--ink-300); margin-top: 4px; }
.news-arrow { color: var(--ink-300); flex-shrink: 0; }

/* CTA 横幅 */
.cta-banner {
  background: linear-gradient(120deg, var(--navy-900), var(--navy-700));
  border-radius: var(--radius-lg); padding: 52px 48px; color: #fff;
  display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap;
  border: 1px solid rgba(201, 162, 39, .25);
}
.cta-banner h2 { font-size: 26px; font-weight: 800; margin-bottom: 8px; }
.cta-banner p { color: #b8b3a3; font-size: 15px; }
.cta-banner .btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* ============ 页脚 ============ */
.site-footer { background: var(--navy-900); color: #a8a393; padding: 56px 0 0; margin-top: 20px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 44px; }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.footer-brand img.brand-logo-img { height: 44px; width: auto; }
.footer-brand .name { color: #fff; font-size: 18px; font-weight: 800; }
.footer-col h4 { color: #fff; font-size: 15.5px; font-weight: 700; margin-bottom: 16px; }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col a:hover, .footer-col li a:hover { color: var(--gold-bright); }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; }
.footer-contact svg { color: var(--orange-500); flex-shrink: 0; margin-top: 4px; }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .08); padding: 18px 0; text-align: center; font-size: 13px; color: #7a766a;
}
.footer-bottom a { color: #96907f; }

/* ============ 内页通用 ============ */
.page-hero {
  background: linear-gradient(115deg, var(--navy-900), #2a2e39);
  color: #fff; padding: 54px 0 56px; position: relative; overflow: hidden;
}
.page-hero::after {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 48px 48px;
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { font-size: 32px; font-weight: 800; margin-bottom: 8px; }
.page-hero p { color: #b8b3a3; font-size: 15px; }

.page-main { padding: 48px 0 72px; }

.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px; box-shadow: var(--shadow-sm);
}

/* ============ 表单 ============ */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group { display: flex; flex-direction: column; gap: 7px; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { font-size: 13.5px; font-weight: 600; color: var(--ink-700); }
.form-group label .req { color: var(--orange-600); margin-left: 2px; }
.form-control {
  border: 1.5px solid var(--line); border-radius: 10px; padding: 11px 14px;
  background: #fdfcf8; color: var(--ink-900); outline: none; transition: all .2s; width: 100%;
}
.form-control:focus { border-color: var(--orange-500); background: #fff; box-shadow: 0 0 0 3px rgba(201, 162, 39, .14); }
.form-control::placeholder { color: var(--ink-300); }
textarea.form-control { resize: vertical; min-height: 96px; }
select.form-control { appearance: auto; }
.form-tip { font-size: 12.5px; color: var(--ink-300); }

.form-result {
  display: none; margin-top: 18px; padding: 14px 18px; border-radius: 10px; font-size: 14px;
}
.form-result.ok { display: block; background: #e8f8ee; color: #166534; border: 1px solid #bbe9cd; }
.form-result.err { display: block; background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; }

/* 查询结果 */
.query-result { display: none; margin-top: 22px; }
.query-result.show { display: block; }
.result-card { border-radius: var(--radius); padding: 24px; border: 1px solid var(--line); }
.result-card.found { background: var(--navy-50); border-color: var(--orange-500); }
.result-card.notfound { background: #fffbf2; border-color: #f0e2b6; }
.result-row { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; border-bottom: 1px dashed var(--line); font-size: 14.5px; }
.result-row:last-child { border-bottom: none; }
.result-row .k { color: var(--ink-500); flex-shrink: 0; }
.result-row .v { color: var(--ink-900); font-weight: 600; text-align: right; }
.status-pill { display: inline-block; padding: 3px 12px; border-radius: 999px; font-size: 13px; font-weight: 700; }
.status-待审核 { background: #fef3c7; color: #92400e; }
.status-审核中 { background: #dbeafe; color: #1e40af; }
.status-已录取 { background: #dcfce7; color: #166534; }
.status-未录取 { background: #fee2e2; color: #991b1b; }

/* 公告详情视图 */
.detail-view { display: none; }
.list-view.hidden { display: none; }
.news-detail-card { max-width: 860px; margin: 0 auto; }
.news-detail-title { font-size: 24px; font-weight: 800; color: var(--navy-900); margin-bottom: 12px; line-height: 1.4; }
.news-detail-meta { display: flex; align-items: center; gap: 16px; font-size: 13px; color: var(--ink-300); padding-bottom: 18px; border-bottom: 1px solid var(--line); margin-bottom: 24px; }
.news-detail-meta .tag { background: var(--navy-100); color: var(--orange-600); padding: 2px 10px; border-radius: 6px; font-weight: 600; }
.news-detail-content { font-size: 15.5px; color: var(--ink-700); line-height: 2; white-space: pre-wrap; }
.back-link { display: inline-flex; align-items: center; gap: 6px; color: var(--orange-600); font-weight: 600; font-size: 14px; margin-bottom: 18px; }
.back-link:hover { color: var(--gold-deep); }

/* 空状态 */
.empty-state { text-align: center; padding: 60px 20px; color: var(--ink-300); }
.empty-state svg { margin: 0 auto 12px; opacity: .5; }
.empty-state p { font-size: 14px; }

/* ============ 管理后台 ============ */
.admin-body { background: var(--bg-soft); }
.admin-wrap { max-width: 1240px; margin: 0 auto; padding: 24px; }
.admin-header {
  background: var(--navy-900); color: #fff; border-radius: var(--radius);
  padding: 18px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  border: 1px solid rgba(201, 162, 39, .3);
}
.admin-header .brand { color: #fff; }
.admin-header .brand-name { color: #fff; }
.admin-user { display: flex; align-items: center; gap: 14px; font-size: 14px; color: #b8b3a3; }
.admin-layout { display: grid; grid-template-columns: 230px 1fr; gap: 20px; margin-top: 20px; align-items: start; }
.admin-sidebar { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 12px; position: sticky; top: 20px; }
.admin-sidebar button {
  display: flex; align-items: center; gap: 10px; width: 100%; text-align: left;
  padding: 12px 14px; border: none; background: transparent; border-radius: 9px;
  font-size: 14.5px; font-weight: 500; color: var(--ink-700); transition: all .15s;
}
.admin-sidebar button:hover { background: var(--navy-50); color: var(--orange-600); }
.admin-sidebar button.active { background: var(--navy-100); color: var(--orange-600); font-weight: 700; }
.admin-sidebar button svg { flex-shrink: 0; }
.admin-main { min-height: 480px; }
.admin-panel { display: none; }
.admin-panel.active { display: block; }
.admin-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 20px; flex-wrap: wrap; }
.admin-panel-head h2 { font-size: 21px; font-weight: 800; color: var(--navy-900); }
.admin-panel-head .count { font-size: 13px; color: var(--ink-300); font-weight: 500; margin-left: 8px; }

.table-wrap { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: auto; }
table.admin-table { width: 100%; border-collapse: collapse; min-width: 760px; }
.admin-table th {
  text-align: left; font-size: 13px; font-weight: 700; color: var(--ink-500);
  padding: 13px 16px; background: var(--bg-soft); border-bottom: 1px solid var(--line); white-space: nowrap;
}
.admin-table td { padding: 13px 16px; font-size: 14px; color: var(--ink-700); border-bottom: 1px solid var(--line); vertical-align: top; }
.admin-table tr:last-child td { border-bottom: none; }
.admin-table tr:hover td { background: #fdfbf4; }
.admin-table .cell-main { font-weight: 600; color: var(--ink-900); }
.admin-table .cell-sub { font-size: 12.5px; color: var(--ink-300); margin-top: 2px; }
.admin-table .actions { display: flex; gap: 8px; flex-wrap: wrap; }

/* 登录页 */
.login-page {
  min-height: 100vh; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--navy-900), #2a2e39); padding: 24px;
}
.login-card { width: 400px; max-width: 100%; background: #fff; border-radius: var(--radius-lg); padding: 40px 36px; box-shadow: var(--shadow-lg); }
.login-logo { display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
.login-logo img { height: 64px; width: auto; }
.login-title { text-align: center; font-size: 22px; font-weight: 800; color: var(--navy-900); }
.login-sub { text-align: center; font-size: 13px; color: var(--ink-300); margin: 6px 0 26px; }
.login-form .form-group { margin-bottom: 16px; }
.login-hint { margin-top: 18px; text-align: center; font-size: 12.5px; color: var(--ink-300); background: var(--bg-soft); padding: 10px; border-radius: 8px; }

/* ============ 响应式 ============ */
@media (max-width: 960px) {
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-inner { grid-template-columns: 1fr; padding: 64px 0 72px; }
  .hero-card { max-width: 560px; }
  .hero h1 { font-size: 36px; }
  .admin-layout { grid-template-columns: 1fr; }
  .admin-sidebar { position: static; display: flex; overflow-x: auto; gap: 6px; padding: 10px; }
  .admin-sidebar button { width: auto; white-space: nowrap; }
}

@media (max-width: 1100px) {
  .nav-phone { display: none; }
}

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .main-nav {
    display: none; position: absolute; top: 72px; left: 0; right: 0;
    background: #fff; border-bottom: 1px solid var(--line);
    flex-direction: column; align-items: stretch; padding: 10px 16px 16px;
    box-shadow: var(--shadow-md);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 10px; font-size: 15px; }
}

@media (max-width: 720px) {
  .section { padding: 56px 0; }
  .section-title { font-size: 26px; }
  .feature-grid, .steps-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero h1 { font-size: 30px; }
  .hero-cta .btn { width: 100%; }
  .cta-banner { padding: 36px 24px; }
  .card { padding: 22px; }
  .admin-header { flex-direction: column; align-items: flex-start; }
  .news-item { flex-wrap: wrap; }
  .news-body { width: 100%; }
}
