html, body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  background: #f5f5f5;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin: 0;
  padding: 0;
}

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

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: #4a90e2;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

button, input, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  border: none;
  background: none;
}

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

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.main-content {
  background: #fff;
  padding: 30px 0;
}

.news-section {
  margin-bottom: 40px;
}
.news-section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.news-section .section-header .section-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin: 0;
}
.news-section .section-header .more-link {
  color: #4a90e2;
  text-decoration: none;
  font-size: 14px;
}
.news-section .section-header .more-link:hover {
  opacity: 0.8;
}

.news-layout {
  display: flex;
  gap: 30px;
}
.news-layout .news-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.news-layout .news-right {
  flex: 1;
}

.news-item {
  display: flex;
  gap: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}
.news-item:last-child {
  border-bottom: none;
}
.news-item a {
  display: flex;
  gap: 15px;
  text-decoration: none;
  color: inherit;
  width: 100%;
}
.news-item img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}
.news-item .news-content {
  flex: 1;
}
.news-item .news-content h3 {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  margin: 0 0 8px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  cursor: pointer;
}
.news-item .news-content h3:hover {
  color: #4a90e2;
}
.news-item .news-content p {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.big-news {
  border-radius: 8px;
  overflow: hidden;
}
.big-news a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.big-news img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.entertainment-layout {
  display: flex;
  gap: 30px;
}
.entertainment-layout .video-news {
  flex: 1;
}
.entertainment-layout .video-news .video-wrapper {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
}
.entertainment-layout .video-news .video-wrapper img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.entertainment-layout .video-news .video-wrapper .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.entertainment-layout .video-news .video-title {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}
.entertainment-layout .news-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.news-item-small {
  display: flex;
  gap: 15px;
}
.news-item-small a {
  display: flex;
  gap: 15px;
  text-decoration: none;
  color: inherit;
  width: 100%;
}
.news-item-small img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}
.news-item-small .news-content {
  flex: 1;
}
.news-item-small .news-content .news-title {
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news-item-small .news-content .news-title:hover {
  color: #4a90e2;
}
.news-item-small .news-content .news-time {
  font-size: 12px;
  color: #999;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.list-page {
  background: #f6f8fa;
  padding: 20px 0 0 0;
  min-height: 80vh;
}
.list-page .container {
  margin: 0 auto;
  padding: 0 12px;
}
.list-page .bread {
  margin-bottom: 32px;
  font-size: 15px;
  color: #888;
}
.list-page .bread .link {
  color: #4a90e2;
}
.list-page .bread .divider {
  margin: 0 8px;
  color: #ccc;
}
.list-page .bread .text {
  color: #222;
  font-weight: 700;
}
.list-page .list-container {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.news-link {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 6px 32px rgba(37, 99, 235, 0.08);
  display: flex;
  gap: 28px;
  padding: 32px 28px;
  align-items: flex-start;
  transition: box-shadow 0.2s, transform 0.2s;
  position: relative;
  color: inherit;
  text-decoration: none;
}
.news-link:hover {
  box-shadow: 0 12px 40px rgba(37, 99, 235, 0.13);
  transform: translateY(-2px) scale(1.025);
}
.news-link .news-image {
  width: 180px;
  height: 120px;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
  background: #e0e7ef;
}
.news-link .news-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.news-link .news-content .news-title {
  font-size: 20px;
  font-weight: 800;
  color: #222;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-link .news-content .news-time {
  font-size: 15px;
  color: #7b88a0;
  margin-bottom: 2px;
}
.news-link .news-content .news-desc {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-link .news-content .read-more {
  margin-top: 10px;
  display: inline-block;
  background: #4a90e2;
  color: #fff;
  border-radius: 8px;
  padding: 6px 22px;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.1);
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.news-link .news-content .read-more:hover {
  background: rgb(38.8342857143, 122.4342857143, 220.3657142857);
  color: #fff;
  transform: scale(1.07);
}

@media (max-width: 900px) {
  .news-link {
    flex-direction: column;
    gap: 16px;
    padding: 18px 10px;
  }
  .news-link .news-image {
    width: 100%;
    height: 200px;
  }
  .news-link .news-title {
    font-size: 18px;
  }
  .news-link .news-desc {
    font-size: 15px;
  }
  .news-link .read-more {
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
  .list-page .container {
    padding: 0 4px;
  }
  .list-page .list-container {
    gap: 22px;
  }
}
.detail-page {
  width: min(750px, 100%);
  margin: 0 auto;
  min-height: calc(100vh - 70px);
  padding-bottom: 20px;
  padding-top: 20px;
}
.detail-page .detail-box .title {
  margin-top: 38px;
  margin-bottom: 20px;
  line-height: 23px;
  font-size: 20px;
  color: rgb(38, 40, 42);
  font-weight: bold;
}
.detail-page .detail-box .source {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.detail-page .detail-box .source img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 18px;
}
.detail-page .detail-box .source .name-info .name {
  margin-bottom: 8px;
  color: rgb(38, 38, 38);
  font-size: 16px;
  line-height: 18px;
}
.detail-page .detail-box .source .name-info .time {
  font-size: 14px;
  line-height: 18px;
  color: rgb(140, 140, 140);
}

@media (max-width: 768px) {
  .detail-page {
    padding: 0 8px;
    margin: 8px auto;
    padding-top: 20px;
  }
  .detail-page .detail-box .title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .detail-page .detail-box .source {
    margin-bottom: 10px;
  }
  .detail-page .detail-box .source img {
    margin-right: 10px;
  }
  .detail-page .detail-box .source .name-info .name {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .bread {
    margin-bottom: 20px;
    margin-left: 5px !important;
  }
}
.bread {
  display: flex;
  align-items: center;
  gap: 8px;
  left: 22px;
  font-size: 14px;
  line-height: 22px;
  width: min(1200px, 100%);
  margin: 0 auto;
  margin-bottom: 20px;
}
.bread .link {
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}
.bread .link a {
  color: rgba(0, 0, 0, 0.45);
}
.bread .text {
  color: rgb(0, 0, 0);
  font-weight: bold;
}

.logo-img {
  height: 44px;
  margin-right: 10px;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(37, 99, 235, 0.1);
}

.logo-text {
  font-size: 24px;
  font-weight: 800;
  color: #4a90e2;
  letter-spacing: 2px;
}

.header {
  background: #fff;
  border-bottom: 1.5px solid #e5e7eb;
}
.header .container {
  min-height: 68px;
}
.header .nav ul {
  gap: 36px;
}
.header .nav a {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  border-radius: 8px;
  padding: 10px 18px;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.header .nav a.active, .header .nav a:hover {
  background: #4a90e2;
  color: #fff;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.1);
}

.hero-section {
  display: flex;
  gap: 32px;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .hero-section {
    flex-direction: column;
    gap: 20px;
  }
}
.hero-section .hero-left {
  flex: 2;
  min-width: 0;
  position: relative;
  height: 390px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 12px 0 rgba(60, 80, 120, 0.08);
  background: #222;
  display: flex;
  align-items: flex-end;
}
.hero-section .hero-left .headline-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.hero-section .hero-left .headline-gradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.05) 100%);
  z-index: 2;
}
.hero-section .hero-left .headline-content {
  position: relative;
  z-index: 3;
  color: #fff;
  padding: 32px 32px 22px 32px;
  width: 100%;
}
@media (max-width: 600px) {
  .hero-section .hero-left .headline-content {
    padding: 18px 12px 12px 12px;
  }
}
.hero-section .hero-left .headline-content h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 16px;
  line-height: 1.2;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.hero-section .hero-left .headline-content .headline-desc {
  font-size: 1.1rem;
  margin-bottom: 14px;
  color: #e0e7ef;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.hero-section .hero-left .headline-content .headline-meta {
  font-size: 0.95rem;
  color: #b3b8c2;
}
.hero-section .hero-right {
  flex: 1.1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.hero-section .hero-right .headline-list-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px 0 rgba(60, 80, 120, 0.08);
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  transition: box-shadow 0.2s, transform 0.2s;
  cursor: pointer;
}
.hero-section .hero-right .headline-list-card:hover {
  box-shadow: 0 8px 32px rgba(37, 99, 235, 0.13);
  transform: translateY(-2px) scale(1.03);
}
.hero-section .hero-right .headline-list-card .card-img {
  width: 54px;
  height: 54px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}
.hero-section .hero-right .headline-list-card .card-info {
  flex: 1;
  min-width: 0;
}
.hero-section .hero-right .headline-list-card .card-info .card-title {
  font-size: 1rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.hero-section .hero-right .headline-list-card .card-info .card-meta {
  font-size: 0.92rem;
  color: #888;
}

.ad-section {
  margin: 40px 0 40px 0;
}
.ad-section .ad-banner {
  background: #f3f4f6;
  color: #888;
  text-align: center;
  padding: 44px 0;
  border-radius: 14px;
  font-size: 20px;
  letter-spacing: 2px;
  box-shadow: 0 2px 12px 0 rgba(60, 80, 120, 0.08);
}

.news-section {
  margin-bottom: 20px;
}
.news-section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}
.news-section .section-header .section-title {
  font-size: 22px;
  font-weight: 800;
  color: #4a90e2;
  border-left: 6px solid #4a90e2;
  padding-left: 12px;
  background: #e0e7ff;
  border-radius: 6px;
  padding-right: 16px;
  letter-spacing: 1px;
}
.news-section .section-header .more-link {
  color: #fff;
  font-size: 15px;
  background: #4a90e2;
  border-radius: 6px;
  padding: 4px 18px;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.1);
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.news-section .section-header .more-link:hover {
  background: rgb(38.8342857143, 122.4342857143, 220.3657142857);
  color: #fff;
  transform: scale(1.05);
}
.news-section .news-grid-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
@media (max-width: 900px) {
  .news-section .news-grid-section {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .news-section .news-grid-section {
    grid-template-columns: 1fr;
  }
}
.news-section .news-grid-section .news-card-item {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px 0 rgba(60, 80, 120, 0.08);
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}
.news-section .news-grid-section .news-card-item:hover {
  box-shadow: 0 8px 32px rgba(37, 99, 235, 0.13);
  transform: translateY(-4px) scale(1.03);
}
.news-section .news-grid-section .news-card-item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.news-section .news-grid-section .news-card-item img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.news-section .news-grid-section .news-card-item .news-card-content {
  padding: 18px 18px 12px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.news-section .news-grid-section .news-card-item .news-card-content h3 {
  font-size: 17px;
  font-weight: 700;
  color: #222;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news-section .news-grid-section .news-card-item .news-card-content p {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-section .news-grid-section .news-card-item .news-card-content .news-time {
  font-size: 13px;
  color: #aaa;
}

.pagination-container {
  margin: 30px auto 20px;
  display: flex;
  justify-content: center;
}
.pagination-container ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pagination-container ul.page-no li.active {
  background: #4a90e2;
  font-weight: 600;
  color: #fff;
}
.pagination-container ul li {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.08);
  text-align: center;
  color: #999;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
}
.pagination-container ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-container ul li a.active {
  background: #4a90e2;
  font-weight: 600;
  color: #fff;
}
.pagination-container ul li.page-options {
  width: 70px;
}
.pagination-container ul li.page-options a {
  width: 70px;
}

@media (max-width: 768px) {
  .pagination-container {
    margin-top: 15px;
    transform: scale(0.8);
  }
}
.detail-page {
  width: min(750px, 100%);
  margin: 0 auto;
  min-height: calc(100vh - 70px);
  padding-bottom: 20px;
  padding-top: 20px;
}
.detail-page .detail-box .title {
  margin-top: 38px;
  margin-bottom: 20px;
  line-height: 23px;
  font-size: 20px;
  color: rgb(38, 40, 42);
  font-weight: bold;
}
.detail-page .detail-box .source {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.detail-page .detail-box .source img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 18px;
}
.detail-page .detail-box .source .name-info .name {
  margin-bottom: 8px;
  color: rgb(38, 38, 38);
  font-size: 16px;
  line-height: 18px;
}
.detail-page .detail-box .source .name-info .time {
  font-size: 14px;
  line-height: 18px;
  color: rgb(140, 140, 140);
}
.detail-page .detail-box .content {
  word-break: break-all;
}

@media (max-width: 768px) {
  .detail-page {
    padding: 0 8px;
    margin: 8px auto;
    padding-top: 20px;
  }
  .detail-page .detail-box .title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .detail-page .detail-box .source {
    margin-bottom: 10px;
  }
  .detail-page .detail-box .source img {
    margin-right: 10px;
  }
  .detail-page .detail-box .source .name-info .name {
    font-size: 16px;
  }
}
.footer {
  background: #2c3e50;
  color: #95a5a6;
  padding: 40px 0 20px;
}
.footer .footer-links {
  justify-content: center;
  gap: 40px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.footer .footer-links div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer .footer-links div a {
  color: #ecf0f1;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 5px;
}
.footer .footer-links div a:hover {
  color: #4a90e2;
}
.footer .copyright {
  text-align: center;
  font-size: 13px;
  color: #7f8c8d;
}

@media (max-width: 992px) {
  .news-layout,
  .entertainment-layout {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .news-item-full a {
    flex-direction: column !important;
  }
  .header .container {
    width: 100%;
    flex: 1;
    gap: 20px;
  }
  .nav ul {
    gap: 15px;
  }
  .news-layout,
  .entertainment-layout {
    gap: 20px;
  }
  .footer-links {
    gap: 20px;
  }
  .news-list-item .news-link {
    flex-direction: column;
  }
  .news-list-item .news-image {
    width: 100%;
    height: 200px;
  }
  .news-list-item .news-title {
    font-size: 16px;
  }
  .news-item-full .news-link {
    flex-direction: column;
  }
  .news-item-full img {
    width: 100%;
    height: 200px;
  }
}
.header {
  background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
  color: white;
  padding: 12px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .container li {
  display: inline;
}
.header .logo {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
}
.header .logo img {
  height: 40px;
}
.header .nav {
  display: flex;
  gap: 30px;
}
.header .nav .nav-link {
  color: white;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  padding: 8px 16px;
  border-radius: 6px;
}
.header .nav .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-1px);
}
.header .nav .act a {
  background-color: rgba(255, 255, 255, 0.15);
}

@media (max-width: 768px) {
  .header .container {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  .header .nav {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .header .nav .nav-link {
    font-size: 14px;
    padding: 6px 12px;
  }
}
/* Footer */
.footer {
  background: #2c3e50;
  color: white;
  padding: 40px 0 20px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-links {
  text-align: center;
}

.footer-links h4 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #bdc3c7;
}

.links-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.links-row a {
  color: #bdc3c7;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.links-row a:hover {
  color: #4a90e2;
}

.footer-bottom {
  padding-top: 20px;
  border-top: 1px solid #34495e;
  font-size: 14px;
  color: #95a5a6;
  text-align: center;
}

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