body {
  font-family: "PingFang SC", "Noto Sans SC", "SimSun", "Microsoft YaHei", Arial,
    sans-serif !important;
  font-size: 0.28rem;
}
.care-days-banner {
  position: relative;
  min-height: 2.1rem;
  overflow: hidden;
  margin-bottom: 0;
}
.banner-content-box {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
}
.banner-content {
  position: relative;
  background: #00a2ea;
  width: 100%;
  height: 0.48rem;
  line-height: 0.48rem;
  border-radius: 100px 0 0 0;
  color: #fff;
  font-size: 0.2rem;
  text-align: left;
  padding-left: 0.24rem;
  padding-right: 20%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.banner-content::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  height: 100%;
  background: #acce22;
}
.care-days-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    rgba(0, 162, 234, 0.8),
    rgba(0, 116, 204, 0.6)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.banner-content h1 {
  font-size: 0.32rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.banner-info {
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  padding: 15px 30px;
  border-radius: 50px;
  display: inline-block;
  margin-top: 20px;
  font-size: 0.32rem;
  font-weight: 500;
}

.content-section {
  padding: 0.4rem 0.32rem;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.btn {
  font-size: 0.28rem;
  padding: 0.32rem 0;
}
.section-title {
  font-size: 0.32rem;
  font-weight: bold;
  color: #333;
  margin-bottom: .4rem;
  text-align: center;
  position: relative;
}

.section-title::after {
  content: "";
  width: 80px;
  height: 4px;
  background: linear-gradient(135deg, #00a2ea, #0074cc);
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

.activity-content {
  color: #3e3a39;
  text-align: justify;
  font-size: 0.28rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.6rem;
}
.activity-content p {
  margin-bottom: 0px;
}
/* 活动照片模块 */
.gallery-section {
  padding: .08rem 0.32rem 0;
  background: #fff;
}

.photos-title {
  font-size: 0.32rem;
  font-weight: 600;
  color: #333;
  margin-bottom: .4rem;
}

.main-photo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.main-photo {
  width: auto;
  height: 100%;
  display: block;
}

.photo-nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width:.64rem;
  height:.64rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0.4rem;
  color: #005bac;
  transition: all 0.3s ease;
  z-index: 2;
}
.photo-nav-arrow img{
  width: 100%;
  height: 100%;
}

.photo-nav-arrow:hover {
  transform: translateY(-50%) scale(1.1);
}

.photo-nav-arrow.prev {
  left: 20px;
}

.photo-nav-arrow.next {
  right: 20px;
}

.photo-counter {
  position: absolute;
  bottom: .24rem;
  right: 20px;
  background: white;
  padding: 0 8px;
  font-size: 0.24rem;
  color: #fff;
  font-weight: 400;
  border-radius: 2rem;
  background: rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}
.side-photos-container{
  overflow-x: scroll;
  padding-bottom: .32rem;
}
.side-photos-container::-webkit-scrollbar {
  height: 1px;
}
.side-photos-container::-webkit-scrollbar-thumb {
  background: #005bac;
}
.side-photos {
  margin-top: .24rem;
  display: flex;
  gap: 10px;
  box-sizing: border-box;
  width: fit-content;
}
.side-photo-item {
  width: 2rem;
  height: 1.12rem;
  flex-shrink: 0;
  aspect-ratio: 16/9;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  flex: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}

.side-photo-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

.side-photo-item.active {
  border: 1px solid #005bac;
}

.side-photo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.featured-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: linear-gradient(135deg, #ff6b6b, #ff5722);
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.24rem;
  font-weight: bold;
}

/* 活动视频模块 */
.video-section {
  padding: .8rem 0.32rem 0;
  background: #fff;
}

.videos-title {
  font-size: 0.32rem;
  font-weight: 600;
  color: #333;
  margin-bottom: .4rem;
}

.video-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: .4rem;
}

.video-item {
  background: white;
  width: calc(50% - 5px);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.video-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.video-thumbnail {
  position: relative;
  width: 100%;
  height: 2.16rem;
  overflow: hidden;
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: rgb(215 224 231 / 46%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.32rem;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.play-icon:hover {
  background: rgba(0, 91, 172, 1);
  transform: translate(-50%, -50%) scale(1.1);
}

.video-description {
  margin: 0.2rem .18rem;
  color: #3e3a39;
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.view-more-btn {
  display: block;
  width: 100px;
  white-space: nowrap;
  margin: .4rem auto 0;
  padding: 8px 12px;
  border: 1px solid #005bac;
  border-radius: 0;
  background: white;
  color: #005bac;
  font-size: 0.24rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.view-more-btn:hover {
  background: #005bac;
  color: white;
  text-decoration: none;
}

/* 活动报道模块 */
.reports-section {
  padding: .8rem 0.32rem;
  background: white;
}

.reports-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.32rem;
}

.reports-title {
  font-size: 0.32rem;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.reports-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.report-card {
  background: white;
  width: calc(50% - 5px);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.report-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.report-image {
  width: 100%;
  max-height: 2.16rem;
  height: auto;
  object-fit: contain;
}

.report-content {
  padding: 0.24rem;
}

.report-item-title {
  margin-bottom:.16rem;
  color: #3e3a39;
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.report-description {
  font-size: 0.24rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 0.24rem;
}

.report-date {
  color: #0061ae;
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.learn-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 64px;
  flex-shrink: 0;
  padding: 0;
  border: 1px solid #005bac;
  border-radius: 0;
  background: white;
  color: #005bac;
  font-size: 0.32rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.learn-more-btn:hover {
  background: #005bac;
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 91, 172, 0.3);
}

.stats-section {
  background: linear-gradient(135deg, #00a2ea 0%, #0074cc 100%);
  color: white;
  padding: 60px 0;
}

.stat-item {
  text-align: center;
  padding: 20px;
}

.stat-number {
  font-size: 0.32rem;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.stat-label {
  font-size: 0.32rem;
  opacity: 0.9;
}

.calender {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #005bac;
  width: 1.6rem;
  margin-top: 0.48rem;
}
.session_no {
  width: 100%;
  color: #fff;
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #005bac;
  text-align: center;
  padding: 4px 0;
}
.year {
  width: 100%;
  text-align: center;
  flex-shrink: 0;
  color: #3e3a39;
  font-size: 0.48rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 0px 12px;
}
.breadcrumb {
  background-color: #ffffff;
  margin-top: .32rem;
  margin-bottom: 0px;
  padding: 0;
}
.breadcrumb-item {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* --------------------
    折叠过渡增强动画
 -------------------- */
.collapse {
  transition: height 0.3s ease, opacity 0.3s ease;
}

.collapsing {
  opacity: 0;
  height: 0;
  transition: height 0.3s ease, opacity 0.3s ease;
}

.collapse.show {
  opacity: 1;
  transition: height 0.3s ease, opacity 0.3s ease;
}

/* 分页样式增强 */
.pagination .page-link:hover {
  background: #00a2ea !important;
  border-color: #00a2ea !important;
  color: white !important;
  text-decoration: none !important;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 162, 234, 0.3);
  transition: all 0.3s ease;
}

.article-link:hover {
  color: #0074cc !important;
  text-decoration: none !important;
}

.article-link:hover i {
  transform: translateX(3px);
  transition: transform 0.3s ease;
}

.report-card:hover .report-title a {
  color: #00a2ea !important;
  transition: color 0.3s ease;
}

.hidden {
  display: none;
}
.video-item {
  transition: all 0.3s ease;
}
