/* CSS Document */
@charset "utf-8";
.new-container {
  margin: 0 auto;
  padding: 0 2%;
}
.new-header {
  color: #003366;
  padding: 0;
  text-align: center;
  margin-bottom: 40px;
}
.new-main-title {
  font-size: 2.3rem;
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: 1px;
}
.new-subtitle {
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
  color: #5f6368;
}
.new-subtitle:hover {
  color: #003366;
}
.new-section-intro:hover {
  color: #003366;
}
.new-recommend-section {
  margin-bottom: 60px;
}
.new-section-title {
  font-size: 2.3rem;
  color: #003366;
  margin-bottom: 8px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}
.new-section-title:after {
  /* content: ''; */
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100px;
  height: 3px;
  background-color: #e74c3c;
}
.new-recommend-content {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.new-featured-article {
  flex: 1;
  min-width: 300px;
  position: relative;
  /* border-radius: 10px; */
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.new-featured-img {
  width: 100%;
  height: 505px;
  object-fit: cover;
  transition: transform 0.5s;
}
.new-featured-article:hover .new-featured-img {
  transform: scale(1.05);
}
.new-featured-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: white;
  padding: 30px;
  padding-top: 60px;
}
.new-featured-date {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 600;
}
.new-featured-title {
  font-size: 1.8rem;
  margin-bottom: 15px;
  line-height: 1.3;
}
.new-featured-title a {
  color: #fff;
}
.new-featured-desc a {
  color: #fffÃƒÂ¯Ã‚Â¼Ã¢â‚¬Âº
}
.new-featured-desc {
  font-size: 1rem;
  opacity: 0.9;
  line-height: 1.6;
}
.new-latest-articles {
  flex: 1;
  min-width: 300px;
}
.new-latest-article {
  display: flex;
  margin-bottom: 30px;
  padding: 15px;
  border-bottom: 1px solid #eee;
  background-color: #e5e8ec;
}
.new-latest-article:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.new-latest-date {
  text-align: center;
  padding-right: 20px;
  border-right: 1px solid #bfc2c5;
  margin-right: 20px;
}
.new-latest-day {
  font-size: 1.8rem;
  /* font-weight: 700; */
  color: #000;
  line-height: 1;
  text-align: right;
  line-height: 3rem;
}
.new-latest-month {
  font-size: 1rem;
  color: #7f8c8d;
  text-transform: uppercase;
  margin-top: 15px;
  text-align: right;
}
.new-latest-content {
  flex: 1;
}
.new-latest-content-title {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #2c3e50;
  font-weight: 600;
}
.new-latest-content-desc {
  color: #555;
  font-size: 0.9rem;
  line-height: 1.8rem;
}
.new-media-section {
  margin-bottom: 60px;
}
.new-media-section .new-section-title {
  border-bottom-color: ##003366;
}
.new-section-intro {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 40px;
  line-height: 1.7;
  text-align: center;
}
.new-media-articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.new-media-article {
  background-color: white;
  /* border-radius: 8px; */
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}
.new-media-article:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  border-bottom: solid 3px #003a8e;
}
.new-media-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.new-media-content {
  padding: 25px;
}
.new-media-source {
  color: #3498db;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 10px;
}
.new-media-title {
  font-size: 1.3rem;
  margin-bottom: 15px;
  color: #666666;
  font-weight: 700;
  line-height: 1.4;
}
.new-media-desc {
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 0.9rem;
}
.new-media-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
.new-media-date {
  color: #7f8c8d;
  font-size: 0.9rem;
}
.new-media-arrow {
  color: #3498db;
  font-size: 1.2rem;
  transition: transform 0.3s;
}
.new-media-article:hover .new-media-arrow {
  transform: translateX(5px);
}
.new-video-section {
  margin-bottom: 60px;
}
.new-video-section .new-section-title {
  border-bottom-color: #2ecc71;
}
.new-video-grid {
  display: grid;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
.new-video-item {
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
}
.new-video-item:hover {
  transform: translateY(-5px);
}
.new-video-thumbnail {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.new-video-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.new-video-item:hover .new-video-img {
  transform: scale(1.05);
}
.new-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
}
.new-video-content {
  padding: 20px;
}
.new-video-title {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #2c3e50;
  font-weight: 600;
}
.new-video-date {
  color: #7f8c8d;
  font-size: 0.9rem;
}
.new-copyright {
  color: #7f8c8d;
  font-size: 0.9rem;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #34495e;
}
@media (max-width: 992px) {
  .new-media-articles {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .new-featured-article {
    /* flex:none; */
  }
  .new-featured-img {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .new-media-articles {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .new-main-title {
    font-size: 1.5rem;
  }
  .new-subtitle {
    font-size: 0.9rem;
  }
  .new-section-title {
    font-size: 1.7rem;
  }
  .new-media-articles {
    grid-template-columns: 1fr;
  }
  .new-featured-overlay {
    padding: 20px;
    padding-top: 40px;
  }
  .new-featured-title {
    font-size: 1.5rem;
  }
}
.new-video-section {
  margin: 60px 0;
  padding: 0 20px;
}
.new-section-title {
  font-size: 2.3rem;
  font-weight: 700;
  color: #1a2b4c;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}
.new-section-title::after {
  /* content: ''; */
  /* position: absolute; */
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #1a73e8, #0d47a1);
  border-radius: 2px;
}
.new-section-intro {
  text-align: center;
  color: #5f6368;
  font-size: 1.1rem;
  max-width: 80%;
  margin: 0 auto 40px;
  line-height: 1.8;
}
.new-video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}
.new-video-item {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  cursor: pointer;
}
.new-video-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}
/* ÃƒÂ¨Ã‚Â§Ã¢â‚¬Â ÃƒÂ©Ã‚Â¢Ã¢â‚¬ËœÃƒÂ§Ã‚Â¼Ã‚Â©ÃƒÂ§Ã¢â‚¬Â¢Ã‚Â¥ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ */
.new-video-thumbnail {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.new-video-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.new-video-item:hover .new-video-img {
  transform: scale(1.05);
}
.new-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.new-video-play i {
  color: white;
  /* font-size: 24px; */
  /* margin-left: 4px; */
}
.new-video-play img {
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
}
.new-video-item:hover .new-video-play {
  background-color: rgba(13, 71, 161, 0.95);
  transform: translate(-50%, -50%) scale(1.1);
}
.new-video-content {
  padding: 20px;
}
.new-video-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #1a2b4c;
  margin-bottom: 10px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.new-video-date::before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}
.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.video-modal.active {
  display: flex;
  opacity: 1;
}
.modal-content {
  width: 90%;
  max-width: 900px;
  background-color: #111;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
.video-modal.active .modal-content {
  transform: scale(1);
}
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: #1a1a1a;
  color: white;
}
.modal-title {
  font-size: 1.3rem;
  font-weight: 600;
}
.close-modal {
  background: none;
  border: none;
  color: white;
  font-size: 1.8rem;
  cursor: pointer;
  transition: color 0.2s;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.close-modal:hover {
  color: #ff4757;
  background-color: rgba(255, 255, 255, 0.1);
}
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ÃƒÂ¦Ã‚Â¯Ã¢â‚¬ÂÃƒÂ¤Ã‚Â¾Ã¢â‚¬Â¹ */
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.modal-footer {
  padding: 15px 20px;
  background-color: #1a1a1a;
  color: #aaa;
  font-size: 0.9rem;
}
/* ÃƒÂ¥Ã¢â‚¬Å“Ã‚ÂÃƒÂ¥Ã‚ÂºÃ¢â‚¬ÂÃƒÂ¥Ã‚Â¼Ã‚ÂÃƒÂ¨Ã‚Â®Ã‚Â¾ÃƒÂ¨Ã‚Â®Ã‚Â¡ */
@media (max-width: 992px) {
  .new-video-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
  }
  .new-section-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .new-video-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .new-section-title {
    font-size: 2rem;
  }
  .new-section-intro {
    font-size: 1rem;
  }
  .modal-content {
    width: 95%;
  }
}
@media (max-width: 480px) {
  .new-video-section {
    padding: 0 10px;
  }
  .new-section-title {
    font-size: 1.8rem;
  }
  .new-video-thumbnail {
    height: 180px;
  }
  .new-video-content {
    padding: 15px;
  }
  .new-video-title {
    font-size: 1.2rem;
  }
}