* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-width: 1440px;
  background: #FFF7F3;
  color: #1F2933;
  font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  letter-spacing: 0;
}

body {
  overflow-x: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
figure,
ul,
ol {
  margin: 0;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

button,
input {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

.home-page {
  width: 1440px;
  margin: 0 auto;
  background: #FFF7F3;
}

.home-page a {
  color: inherit;
  display: block;
}

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home-page .line2,
.home-page .line3 {
  display: -webkit-box;
}

.container {
  width: 1240px;
  margin: 0 auto;
}

.tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  padding: 0 8px;
  color: #8A6F65;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  white-space: nowrap;
}

.tag-red {
  background: #FDECEC;
}

.tag-yellow {
  background: #FFF5D6;
}

.tag-white {
  background: #FFFFFF;
  border: 1px solid #ECC3B7;
}

.tag-soft {
  background: #FFF1E8;
}

.media-placeholder {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(90deg, #F3CFC3 0%, #FFF0E7 100%);
  border: 1px solid rgba(233, 187, 175, 0.85);
  color: #6B7280;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.media-placeholder img,
.issue-photo img,
.video-list figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 769px) and (max-width: 1439px) {
  html,
  body {
    min-width: 0;
  }

  body {
    overflow-x: hidden;
  }

  .home-page {
    width: 100%;
    min-height: 0;
  }

  .container {
    width: calc(100% - 80px);
    max-width: 1240px;
  }
}

@media (max-width: 768px) {
  html,
  body {
    min-width: 0;
  }

  body {
    overflow-x: hidden;
  }

  .home-page {
    width: 100%;
    min-height: 0;
  }

  .container {
    width: auto;
    margin-right: 16px;
    margin-left: 16px;
  }
}

@media (max-width: 480px) {
  .container {
    margin-right: 12px;
    margin-left: 12px;
  }
}

.top-news-bar {
  height: 38px;
  background: #FFF0E8;
}

.top-news-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  height: 100%;
  overflow: hidden;
  color: #8A6F65;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  white-space: nowrap;
}

.top-news-inner time {
  flex: 0 0 auto;
}

.top-news-inner .today-focus {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex: 1 1 auto;
  min-width: 0;
  margin-left: auto;
}

.top-news-inner strong {
  margin-right: 15px;
}

.top-news-inner p {
  flex: 0 1 360px;
  min-width: 0;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
}

.top-news-inner a:first-of-type {
  font-weight: 500;
}

.brand-header {
  height: 100px;
  background: #FFFFFF;
}

.brand-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  height: 100%;
}

.brand-block {
  flex: 1 1 auto;
  min-width: 0;
}

.brand-block h1 {
  height: 44px;
  color: #C51F1A;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

.brand-block p {
  height: 20px;
  margin-top: 8px;
  color: #5F6C7B;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
}

.home-search-area {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 1 560px;
  width: 560px;
  height: 48px;
}

.home-search-area label {
  flex: 0 0 auto;
  color: #8A96A3;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  pointer-events: none;
}

.home-search-area input {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  height: 44px;
  padding: 0 14px;
  background: #FFF7F3;
  border: 1px solid #D93025;
  color: #1F2933;
  outline: 0;
}

.home-search-area input:focus + button,
.home-search-area input:focus {
  box-shadow: 0 0 0 3px rgba(197, 31, 26, 0.12);
}

.home-search-area button {
  flex: 0 0 104px;
  width: 104px;
  height: 44px;
  background: #D93025;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.header-note {
  flex: 0 0 auto;
  height: 18px;
  color: #8A6F65;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  white-space: nowrap;
}

.city-navigation {
  height: 10px;
  background: #C51F1A;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .top-news-bar {
    height: auto;
  }

  .top-news-inner {
    min-height: 38px;
    padding: 8px 0;
    flex-wrap: wrap;
    gap: 6px 20px;
    white-space: normal;
  }

  .top-news-inner time,
  .top-news-inner a:first-of-type,
  .top-news-inner a + a {
    margin: 0;
  }

  .top-news-inner .today-focus {
    gap: 10px;
  }

  .top-news-inner p {
    flex: 1 1 320px;
  }

  .brand-header {
    height: auto;
  }

  .brand-inner {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) minmax(340px, 440px);
    gap: 12px 24px;
    height: auto;
    padding: 16px 0;
    align-items: center;
  }

  .brand-block h1,
  .brand-block p {
    height: auto;
  }

  .home-search-area {
    width: 100%;
  }

  .header-note {
    grid-column: 1 / -1;
    justify-self: end;
  }
}

@media (max-width: 768px) {
  .top-news-bar {
    height: auto;
  }

  .top-news-inner {
    min-height: 38px;
    padding: 8px 0;
    flex-wrap: wrap;
    gap: 6px 14px;
    white-space: normal;
  }

  .top-news-inner time,
  .top-news-inner strong,
  .top-news-inner a:first-of-type,
  .top-news-inner a + a {
    margin: 0;
  }

  .top-news-inner p {
    flex: 1 1 auto;
    text-align: left;
  }

  .top-news-inner .today-focus {
    justify-content: flex-start;
    gap: 8px;
    flex: 1 1 100%;
    margin-left: 0;
  }

  .brand-header {
    height: auto;
  }

  .brand-inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: auto;
    padding: 14px 0 16px;
  }

  .brand-block h1 {
    height: auto;
    font-size: 32px;
    line-height: 40px;
  }

  .brand-block p {
    height: auto;
    margin-top: 4px;
    white-space: normal;
  }

  .home-search-area {
    flex: 0 0 auto;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: auto;
  }

  .home-search-area input,
  .home-search-area button {
    width: 100%;
  }

  .home-search-area button {
    flex-basis: auto;
  }

  .header-note {
    height: auto;
  }

  .city-navigation {
    height: 8px;
  }
}

@media (max-width: 480px) {
  .top-news-inner {
    display: flex;
    align-items: flex-start;
  }

  .top-news-inner strong,
  .top-news-inner p,
  .top-news-inner a {
    display: block;
    margin-top: 0;
    margin-right: 0;
  }

  .brand-block h1 {
    font-size: 30px;
    line-height: 38px;
  }
}

.main-content {
  width: 1240px;
  margin: 24px auto 36px;
  margin-top: calc(148px + 24px);
}

@media (min-width: 769px) and (max-width: 1439px) {
  .main-content {
    width: calc(100% - 80px);
    max-width: 1240px;
  }
}

@media (max-width: 768px) {
  .main-content {
    width: auto;
    margin: 20px 16px 28px;
  }
}

@media (max-width: 480px) {
  .main-content {
    margin-right: 12px;
    margin-left: 12px;
  }
}

.city-hero {
  display: grid;
  grid-template-columns: 536px 332px 276px;
  gap: 24px;
  height: 575px;
  padding: 24px;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 10px 24px -10px rgba(159, 29, 29, 0.07);
}

.main-city-story,
.local-headlines,
.hero-side {
  min-width: 0;
}

.main-image {
  height: 302px;
}

.story-tags {
  display: flex;
  gap: 8px;
  height: 28px;
  margin-top: 14px;
}

.main-city-story h2 {
  height: 86px;
  margin-top: 14px;
  overflow: hidden;
  color: #1F2A37;
  font-size: 31px;
  font-weight: 500;
  line-height: 43px;
}

.main-city-story > p {
  margin-top: 14px;
  overflow: hidden;
  color: #5F6C7B;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 28px;
}

.section-head h2 {
  position: relative;
  height: 28px;
  padding-left: 12px;
  color: #7F1D1D;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
}

.section-head h2::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 4px;
  height: 24px;
  background: #C51F1A;
}

.section-head a {
  margin-top: 5px;
  color: #8A6F65;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  white-space: nowrap;
}

.local-headlines {
  height: 527px;
  padding: 12px 16px 16px;
  overflow: hidden;
  background: #FFF9F7;
  border-radius: 8px;
  box-shadow: 0 10px 24px -10px rgba(159, 29, 29, 0.07);
}

.headline-list {
  margin-top: 14px;
}

.headline-list li {
  min-height: 63px;
}

.headline-list li + li {
  margin-top: 28px;
  padding-top: 1px;
  border-top: 1px solid #E5E7EB;
}

.headline-list h3 {
  overflow: hidden;
  color: #1F2933;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.headline-list p {
  margin-top: 5px;
  overflow: hidden;
  color: #8A6F65;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.hero-side {
  height: 527px;
  overflow: hidden;
}

.live-brief {
  height: 209px;
  padding: 16px;
  overflow: hidden;
  background: #B91C1C;
  border-radius: 8px;
}

.live-brief .stripe {
  display: block;
  width: 60px;
  height: 4px;
  background: #FFF7F3;
}

.live-brief h2 {
  height: 52px;
  margin-top: 12px;
  overflow: hidden;
  color: #FFF9F7;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.live-brief p {
  height: 38px;
  margin-top: 12px;
  overflow: hidden;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
}

.quick-card {
  height: 145px;
  margin-top: 14px;
  padding: 14px;
  overflow: hidden;
  background: #FFF1E8;
  border: 1px solid rgba(240, 210, 197, 0.85);
  border-radius: 8px;
}

.quick-card p {
  height: 18px;
  color: #8A6F65;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}

.quick-card h3 {
  height: 50px;
  margin-top: 12px;
  overflow: hidden;
  color: #7F1D1D;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.quick-card span {
  display: block;
  height: 16px;
  margin-top: 12px;
  overflow: hidden;
  color: #8A6F65;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (min-width: 1181px) and (max-width: 1439px) {
  .city-hero {
    grid-template-columns: minmax(360px, 1fr) 332px 276px;
    height: auto;
    min-height: 575px;
    overflow: visible;
  }
}

@media (min-width: 769px) and (max-width: 1180px) {
  .city-hero {
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    height: auto;
    padding: 22px;
    overflow: visible;
  }

  .main-city-story h2,
  .main-city-story > p,
  .headline-list p {
    height: auto;
  }

  .hero-side {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: minmax(260px, 1fr) repeat(2, minmax(220px, 1fr));
    gap: 18px;
    height: auto;
    overflow: visible;
  }

  .live-brief,
  .quick-card {
    height: auto;
    min-height: 145px;
    margin-top: 0;
  }
}

@media (min-width: 769px) and (max-width: 900px) {
  .hero-side {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .city-hero {
    display: block;
    height: auto;
    padding: 15px;
    overflow: visible;
  }

  .main-image {
    height: 190px;
  }

  .main-city-story h2 {
    height: auto;
    font-size: 24px;
    line-height: 33px;
  }

  .main-city-story > p {
    height: auto;
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .local-headlines {
    height: auto;
    margin-top: 18px;
    padding: 15px;
    overflow: visible;
  }

  .headline-list h3 {
    white-space: normal;
  }

  .headline-list p {
    height: auto;
  }

  .headline-list li + li {
    margin-top: 16px;
    padding-top: 16px;
  }

  .hero-side {
    height: auto;
    margin-top: 18px;
    overflow: visible;
  }

  .live-brief,
  .quick-card {
    height: auto;
    min-height: 0;
  }

  .live-brief h2,
  .live-brief p,
  .quick-card h3 {
    height: auto;
  }
}

@media (max-width: 480px) {
  .city-hero {
    padding: 13px;
  }

  .main-image {
    height: 166px;
  }

  .story-tags {
    flex-wrap: wrap;
    height: auto;
  }

  .main-city-story h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .section-head h2 {
    font-size: 20px;
    line-height: 26px;
  }
}

.local-section {
  display: grid;
  grid-template-columns: 637px 587px;
  gap: 16px;
  height: 470px;
  margin-top: 32px;
  overflow: hidden;
}

.district-panel,
.local-news-panel {
  min-width: 0;
  height: 470px;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid rgba(240, 210, 197, 0.85);
  border-radius: 8px;
}

.district-panel {
  padding: 24px;
}

.local-news-panel {
  padding: 24px;
  box-shadow: 0 10px 24px -10px rgba(159, 29, 29, 0.07);
}

.district-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  height: 382px;
  margin-top: 14px;
}

.district-grid article {
  min-width: 0;
  height: 184px;
  padding: 13px;
  overflow: hidden;
  border: 1px solid rgba(240, 210, 197, 0.85);
  border-radius: 8px;
}

.district-grid article:nth-child(odd) {
  background: #FFF1E8;
}

.district-grid article:nth-child(even) {
  background: #F7F9FC;
}

.district-grid h3 {
  height: 22px;
  overflow: hidden;
  color: #B91C1C;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.district-grid p {
  margin-top: 10px;
  color: #1F2933;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.district-grid span {
  display: block;
  height: 16px;
  margin-top: 10px;
  overflow: hidden;
  color: #8A6F65;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.compact-news-list {
  margin-top: 12px;
}

.compact-news-list li + li {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #E5E7EB;
}

.compact-news-list h3 {
  height: 22px;
  overflow: hidden;
  color: #1F2933;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.compact-news-list li:first-child h3 {
  font-weight: 500;
}

.compact-news-list p {
  height: 16px;
  margin-top: 5px;
  overflow: hidden;
  color: #8A6F65;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (min-width: 1181px) and (max-width: 1439px) {
  .local-section {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
  }
}

@media (min-width: 769px) and (max-width: 1180px) {
  .local-section {
    grid-template-columns: 1fr;
    height: auto;
    overflow: visible;
  }

  .district-panel,
  .local-news-panel {
    height: auto;
    overflow: visible;
  }

  .district-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    height: auto;
  }

  .district-grid article {
    height: auto;
    min-height: 150px;
  }

  .compact-news-list h3,
  .compact-news-list p {
    height: auto;
    white-space: normal;
  }
}

@media (max-width: 768px) {
  .local-section {
    display: block;
    height: auto;
    margin-top: 18px;
    overflow: visible;
  }

  .district-panel,
  .local-news-panel {
    height: auto;
    padding: 15px;
    overflow: visible;
  }

  .local-news-panel {
    margin-top: 16px;
  }

  .district-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: auto;
    gap: 12px;
  }

  .district-grid article {
    height: auto;
    min-height: 118px;
  }

  .district-grid p,
  .district-grid span,
  .compact-news-list h3,
  .compact-news-list p {
    height: auto;
    white-space: normal;
  }

  .compact-news-list li + li {
    margin-top: 16px;
    padding-top: 16px;
  }
}

@media (max-width: 480px) {
  .district-panel,
  .local-news-panel {
    padding: 13px;
  }

  .district-grid {
    grid-template-columns: 1fr;
  }
}

.media-section {
  display: grid;
  grid-template-columns: 498px 355px 355px;
  gap: 16px;
  height: 380px;
  margin-top: 32px;
  overflow: hidden;
}

.live-panel,
.video-panel {
  min-width: 0;
  height: 380px;
  padding: 17px 16px 16px;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid rgba(240, 210, 197, 0.85);
  border-radius: 8px;
}

.large-live-card {
  display: grid;
  grid-template-columns: 196px minmax(0, 1fr);
  gap: 16px;
  height: 286px;
  margin-top: 14px;
  padding: 12px;
  overflow: hidden;
  background: #FFF1E8;
  border: 1px solid rgba(240, 210, 197, 0.85);
  border-radius: 8px;
}

.live-image {
  height: 262px;
}

.live-copy {
  min-width: 0;
  height: 262px;
  overflow: hidden;
}

.live-copy h3 {
  margin-top: 10px;
  overflow: hidden;
  color: #7F1D1D;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.live-copy p {
  margin-top: 10px;
  overflow: hidden;
  color: #5F6C7B;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.live-copy small {
  display: block;
  height: 16px;
  margin-top: 10px;
  overflow: hidden;
  color: #C51F1A;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.video-list {
  display: grid;
  gap: 16px;
  height: 302px;
  margin-top: 14px;
  overflow: hidden;
}

.video-list article {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 12px;
  min-width: 0;
  height: 90px;
  overflow: hidden;
}

.video-list figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  overflow: hidden;
  background: #F3D5CB;
  color: #6B7280;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.video-list div {
  min-width: 0;
}

.video-list h3 {
  height: 42px;
  margin-top: 8px;
  overflow: hidden;
  color: #1F2933;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
}

@media (min-width: 1181px) and (max-width: 1439px) {
  .media-section {
    grid-template-columns: minmax(420px, 1.25fr) repeat(2, minmax(0, 0.9fr));
  }
}

@media (min-width: 769px) and (max-width: 1180px) {
  .media-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: auto;
    overflow: visible;
  }

  .live-panel {
    grid-column: 1 / -1;
  }

  .live-panel,
  .video-panel {
    height: auto;
    overflow: visible;
  }

  .video-list {
    height: auto;
    overflow: visible;
  }

  .video-list article {
    height: auto;
    min-height: 92px;
  }
}

@media (max-width: 768px) {
  .media-section {
    display: block;
    height: auto;
    margin-top: 18px;
    overflow: visible;
  }

  .live-panel,
  .video-panel {
    height: auto;
    padding: 15px;
    overflow: visible;
  }

  .video-panel {
    margin-top: 16px;
  }

  .large-live-card {
    grid-template-columns: 1fr;
    height: auto;
  }

  .live-image {
    height: 180px;
  }

  .live-copy,
  .live-copy h3,
  .live-copy p {
    height: auto;
  }

  .video-list {
    height: auto;
    overflow: visible;
  }

  .video-list article {
    height: auto;
    min-height: 92px;
  }
}

@media (max-width: 480px) {
  .live-panel,
  .video-panel {
    padding: 13px;
  }

  .large-live-card {
    padding: 11px;
  }

  .live-image {
    height: 158px;
  }

  .video-list article {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .video-list figure {
    height: 88px;
  }
}

.business-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 608px));
  gap: 24px;
  height: 450px;
  margin-top: 32px;
  overflow: hidden;
}

.business-feature,
.business-news {
  min-width: 0;
  height: 450px;
  padding: 17px;
  overflow: hidden;
  border: 1px solid rgba(240, 210, 197, 0.85);
  border-radius: 8px;
}

.business-feature {
  background: #FDECEC;
}

.business-news {
  background: #FFFFFF;
  box-shadow: 0 10px 24px -10px rgba(159, 29, 29, 0.07);
}

.business-feature > h3 {
  height: 30px;
  margin-top: 24px;
  overflow: hidden;
  color: #7F1D1D;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.issue-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 144px;
  margin-top: 24px;
  overflow: hidden;
  background: #F3D5CB;
  border: 1px solid rgba(240, 210, 197, 0.9);
  color: #6B7280;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.issue-list {
  margin-top: 24px;
}

.issue-list li {
  display: flex;
  align-items: center;
  min-width: 0;
  height: 24px;
  overflow: hidden;
  color: #1F2933;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.issue-list li + li {
  margin-top: 24px;
}

.issue-list span {
  display: inline-flex;
  flex: 0 0 24px;
  align-items: center;
  justify-content: center;
  height: 24px;
  margin-right: 8px;
  color: #8A6F65;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.issue-list li:nth-child(1) span {
  background: #EAF1FF;
}

.issue-list li:nth-child(2) span {
  background: #FFF5D6;
}

.issue-list li:nth-child(3) span {
  background: #EAF8EE;
}

.business-news .compact-news-list {
  margin-top: 14px;
}

@media (min-width: 769px) and (max-width: 1439px) {
  .business-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .business-section {
    grid-template-columns: 1fr;
    height: auto;
    overflow: visible;
  }

  .business-feature,
  .business-news {
    height: auto;
    overflow: visible;
  }

  .business-feature > h3,
  .issue-list li {
    height: auto;
    white-space: normal;
  }
}

@media (max-width: 768px) {
  .business-section {
    display: block;
    height: auto;
    margin-top: 18px;
    overflow: visible;
  }

  .business-feature,
  .business-news {
    height: auto;
    padding: 15px;
    overflow: visible;
  }

  .business-news {
    margin-top: 16px;
  }

  .business-feature > h3,
  .issue-list li {
    height: auto;
    white-space: normal;
  }

  .issue-photo {
    height: 130px;
  }
}

@media (max-width: 480px) {
  .business-feature,
  .business-news {
    padding: 13px;
  }

  .business-feature > h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .issue-photo {
    height: 112px;
  }
}

.site-footer {
  height: 170px;
  overflow: hidden;
  background: #8D1818;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  height: 100px;
  padding-top: 35px;
}

.footer-brand {
  width: 420px;
}

.footer-brand h2 {
  height: 34px;
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}

.footer-brand p {
  height: 19px;
  margin-top: 8px;
  overflow: hidden;
  color: rgba(255, 237, 230, 0.86);
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.site-footer nav {
  display: flex;
  gap: 24px;
  margin-top: 40px;
  color: rgba(255, 237, 230, 0.86);
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .site-footer {
    height: auto;
    min-height: 170px;
  }

  .footer-inner {
    height: auto;
    padding: 32px 0;
  }

  .site-footer nav {
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin-top: 28px;
    white-space: normal;
  }
}

@media (max-width: 768px) {
  .site-footer {
    height: auto;
    min-height: 156px;
  }

  .footer-inner {
    display: block;
    height: auto;
    padding: 28px 0;
  }

  .footer-brand {
    width: auto;
  }

  .footer-brand p {
    height: auto;
    white-space: normal;
  }

  .site-footer nav {
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 24px;
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .footer-brand h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .site-footer nav {
    gap: 8px 14px;
  }
}
