:root {
    --primary: #FF9900;
    /*--secondary: #D2A36C;*/
    --text-primary: #E75845;
    --text-secondary: #FF9900;
    --text-tertiary: #333333;
}
* {
    margin: 0;
    padding: 0;
}
html,
body {
    width: 100%;
    color: var(--text-tertiary);
    line-height: 1.6;
    font-size: 16px;
    /*overflow-x: hidden;*/
    /*word-wrap: break-word;
    word-break: break-all;*/
    max-width: 100vw;
    position: relative;
}
html body {
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
ul,
li {
    padding: 0;
    list-style: none;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    opacity: 0.9;
}
img {
    border: none;
    vertical-align: middle;
}
input {
    border: none;
}
button {
    border: none;
    background-color: transparent;
}
p {
    margin: 0;
}
.comp-top {
    display: none;
    position: fixed;
    right: 50px;
    bottom: 30px;
    z-index: 100;
    width: 60px;
    cursor: pointer;
}
.flex {
    display: flex;
}
.flex-1 {
    flex: 1;
}
.width1100 {
    width: 1100px;
    margin: 0 auto;
}
.transition {
    transition: all ease .3s;
}
.text-center {
    text-align: center;
}
.active-color {
    color: #D2A36C;
}
.no-hover {
    cursor: default !important; opacity: 1 !important;
}
.hide {
    display: none;
}
.ellips {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ellips2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mobile-menu-wrapper, .mobile-nav-wrap {
    display: none;
}
.hidden {
    display: none;
}

/*============== banner ===============*/
.banner-wrap {
    height: 300px;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
}

.banner-wrap:before {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    width: 100%;
    height: 100%;
}

.banner-wrap .banner-word {
    color: #FFFFFF;
    top: 107px;
    text-align: center;
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

.banner-wrap .page-title {
    font-size: 32px;
    font-weight: bold;
    margin: 0;
    line-height: 1.9;
}

.banner-wrap .banner-word h4 {
    font-size: 22px;
    font-weight: normal;
}

/*============== banner ===============*/

/*============== 导航 ===============*/
.navbar {
    display: flex;
    justify-content: center;
    padding: 0 50px;
    height: 80px;
    background-color: transparent;
    /*box-shadow: 0 2px 5px rgba(0,0,0,0.1);*/
    position: relative;
    z-index: 19;
}
.nav-wrap {
    width: 1320px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pc-nav-wrap .logo img {
    height: 70px;
    filter: brightness(0) invert(1);
}
.pc-nav-wrap.no-dim .logo img {
    filter: unset;
}
.logo-text {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.logo-text-en {
    font-size: 14px;
    color: #666;
    margin-left: 5px;
}
.common-button {
    background-color: #FF9500;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 15px 73px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
.common-button:hover {
    background-color: #FF8000;
}
.nav-links {
    display: flex;
    list-style: none;
    gap: 40px;
    margin: 0;
    padding: 0;
    margin-left: 205px;
}
.nav-links li {
    position: relative;
}
.nav-links a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    padding: 27px 0;
    position: relative;
    white-space: nowrap;
    display: block;
}

.nav-links li:hover a, .nav-links li.active a {
    color: white;font-weight: bolder;
}
.en-nav-wrap .nav-links li:hover a, .en-nav-wrap .nav-links li.active a {
    margin-left: -2px;
}
.nav-links li::after {
    content: '';
    position: absolute;
    bottom: 7px;
    left: 50%;
    width: 0;
    transform: translateX(-50%);

    height: 8px;
    background-image: url('https://customize-uploads.lingxi360.com/outsource/see_college/nav-icon.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
.nav-links .sub-menu li a {
    height: 27px;
}
.nav-links .sub-menu li::after {
    display: none;
}
.nav-links li:hover .sub-menu li a:hover, .nav-links li:hover .sub-menu li.active a {
    color: var(--text-primary);
}
/*.nav-links li:hover::after, .nav-links li.active::after {
    width: 72px;
}*/

.nav-right {
    display: flex;
    align-items: center;
    gap: 20px;
}
.nav-right .line {
    width: 2px;
    height: 14px;
    background: #DCDFE6;
}
.language a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    width: 20px;
    display: inline-block;
}
.loading {
    display: none;
}
/* 鼠标悬停效果 */


.language a:hover {
    /*color: #333;*/
    font-weight: bold;
}
.sub-menu {
    position: absolute;
    left: 50%;
    top: 82px;
    padding: 30px 40px 30px 40px;
    background: rgba(0, 0, 0, 0.702);
    z-index: 8;
    display: none;
    transform: translateX(-50%);
}
.nav-links li:hover .sub-menu {
    display: block;
}
.sub-menu li {
    text-align: center;
}
.sub-menu a {
    color: white;
    padding: 10px 0;
}
.sub-menu a::after {
    display: none;
}
.sub-nav-wrap {
    display: none;
}

.nav-links li:hover .sub-menu a {
    font-weight: normal;color: white;background-image: none;
}
.home-banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 100px;
}
.donate-number-container {
    position: relative;
}
.donate-number-container .donate-number {
    font-variant-numeric: tabular-nums;
    position: absolute;
    top: 0;
    color: white;
    margin-top: 25px;
    border-left: 1px solid;
    padding-left: 20px;
    margin-left: 140px;
    transition: all ease .3s;
}
.small .donate-number-container .donate-number {
    margin-left: -30px;
}
.donate-number-container .donate-number a {
    color: white;
    text-decoration: underline;
}
.pc-nav-wrap {
    position: sticky;
    top: 0;
    z-index: 999;
    height: 130px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.26) 57%, rgba(0, 0, 0, 0) 100%);
    backdrop-filter: blur(3px);
}
.pc-nav-wrap.no-dim {
    background: transparent;
    backdrop-filter: none;
}
.pc-nav-wrap.no-dim .navbar {
    background: white;
}
.pc-nav-wrap.no-dim .nav-links li:hover a, .pc-nav-wrap.no-dim .nav-links li.active a, .pc-nav-wrap.no-dim .nav-links a {
    color: black;
}
.pc-nav-wrap.no-dim .nav-links li:hover .sub-menu a {
    color: white;
}
.black-search-icon, .pc-nav-wrap.no-dim .white-search-icon {
    display: none;
}
.white-search-icon, .pc-nav-wrap.no-dim .black-search-icon {
    display: block;
}
.pc-nav-wrap.no-dim .language a {
    color: black;
}
/*============== 导航 ===============*/
/***********搜索页***********/
.search-project-list-container {
    padding-bottom: 20px;
}
.search-project-list-container .project-list-container {
    padding-top: 0;
}
.search-project-list-container .project-list-container .project-grid {
    margin-top: 20px;
}
.search-fund-list-container {
    padding-bottom: 20px;
}
.text-center {
    text-align: center !important;
}
.search-normal-list-container {
    margin: 0 auto;
    /*width: 1100px;*/
    background-color: #fff;
    border-radius: 8px;
    padding: 0 40px 40px 40px;
}

.search-normal-list-container .section {
    margin-bottom: 40px;
}

.search-normal-list-container .section:last-child, .search-normal-list-container .section .report-list .report-item:last-child {
    margin-bottom: 0;
}

.search-normal-list-container h2 {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    color: #333;
    margin-bottom: 20px;
}

.search-normal-list-container .report-list {
    list-style: none;
    margin:0;
}

.search-normal-list-container .report-item {
    margin-bottom: 15px;
}

.search-normal-list-container .report-link {
    display: block;
    color: #333;
    text-decoration: none;
}

.search-normal-list-container .report-link:hover {
    color: #EE8730;
}

.search-normal-list-container .report-link span {
    color: #EE8730;
    margin-left: 5px;
}
.search-result-category-container {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    padding: 0 40px 40px 40px;
    border-radius: 8px;
}

.search-result-category-container .section {
    margin-bottom: 40px;
}
.search-result-category-container a:last-child .section, .search-result-category-container a:last-child p {
    margin-bottom: 0px;
}

.search-result-category-container h2 {
    font-size: 1.5em;
    color: #2c3e50;
    margin-bottom: 15px;
}

.search-result-category-container p {
    margin-bottom: 15px;
    font-size: 1.1em;
}

.search-result-category-container .highlight {
    color: #EE8730;
    font-weight: bold;
}
.search-result-category-container a:hover {
    color: #EE8730;
}
.search-result-content-container .search-load-more {
    /*margin-top: 20px;*/
    color: #EE8730;
    cursor: pointer;
    width: 100%;
    grid-column: 1 / -1;
}
.search-project-list-container.search-result-content-container .search-load-more {
    margin-top: 0;
}
.search-result-content-container .search-load-more img {
    width: 24px;
}

.result-container {
    /*max-width: 1100px;*/
    margin: 0 auto;
    padding: 0 40px 40px 40px;
}

.search-result-category-container a:hover {
    color: #EE8730;
}
.result-container .search-summary {
    font-size: 16px;
    line-height: 20px;
    color: #666;
    /*margin-bottom: 30px;*/
}

.result-container .search-summary span {
    color: #EE8730;
    font-weight: bold;
}

.result-container .category-list {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
    display: flex;
    gap: 20px;
    list-style: none;
    margin-top: 10px;
    border-bottom: 1px solid #e5e5e5;
    /*padding-bottom: 15px;*/
}

.result-container .category-item {
    padding: 15px 25px;
    padding-left: 0;
}

.result-container .category-item a {
    text-decoration: none;
    /*color: #333;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid transparent;
    padding-bottom: 5px;
}

.result-container .category-name {
    font-size: 16px;
    font-weight: 500;
}

.result-container .category-count {
    color: #EE8730;
    font-size: 14px;
    margin-left: 2px;
}
.result-container .active .category-name {
    font-weight: bold;
}
.result-container .active {
    color: #EE8730;
    position: relative;
}

.result-container .active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 23px;
    height: 2px;
    background-color: #EE8730;
}

.search-box {
    height: 0;
    overflow: hidden;
    transition: height 0.3s;
    position: absolute;
    top: 80px;
    width: 100%;
    z-index: 9;
    background: white;
}
.search-container {
    display: flex;
    max-width: 990px;
    margin: 10px auto;
    position: relative;
}
.cancel-button {
    display: none;
}
.search-input {
    width: 100%;
    padding: 16px 20px;
    font-size: 16px;
    border: 1px solid #e0e0e0;
    outline: none;
}

.search-input::placeholder {
    color: #999;
}

.search-button {
    background-color: var(--primary);
    color: white;
    border: none;
    width: 180px;
    padding: 12px 30px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    transition: all 0.3s;
}

.search-button:hover {
    opacity: 0.8;
}
.search-list p.search-title {
    font-size: 18px;
    color: #3D3D3D;
}
.search-summary, .search-list p.search-more a {
    font-size: 14px;
}
.search-list p.search-more a {
    color: #EE8730;
}
.search-keyword {
    color: #EE8730;
}
.search-list p.search-more {
    margin-bottom: 30px;
}
.mobile-search-wrapper {
    display: none;
}
.mobile-show {
    display: none;
}

/*============== 搜索 ===============*/

/*============== 页脚 ===============*/
.footer-box {
    background-color: #333;
    width: 100%;
}
.footer-box footer {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    padding: 50px 0 20px;
}

.footer-box .footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.footer-box .contact-info {
    flex: 0 0 34%;
}

.footer-box .footer-logo {
    width: 300px;
    margin-bottom: 15px;
}
.footer-box .slogan {
    letter-spacing: 8px;
}
.footer-box .en-slogan {
    letter-spacing: 4px;
}
.footer-box .contact-details {
    margin: 40px 0;
    line-height: 1.5;
}

.footer-box .contact-details p {
    margin-bottom: 18px;
    font-size: 14px;

}
.footer-box .contact-details p.en {
    word-break: keep-all;
    white-space: normal;
    font-size: 12px;
    text-align: center;
}
.footer-box .contact p, .footer-box .contact p a {
    color: #ccc;
}
.footer-box .contact p strong {
    color: #fff;
}
.footer-box .qrcode {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
}

.footer-box .qrcode img {
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
}

.footer-box .footer-nav {
    flex: 0 0 65%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-box .nav-column {
    flex: 0 0 16%;
    margin-bottom: 20px;
}

.footer-box .nav-column h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: normal;
}

.footer-box .nav-column ul li {
    margin-bottom: 10px;
}

.footer-box .nav-column ul li a {
    color: #ccc;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-box .nav-column ul li a:hover {
    color: #fff;
}

.footer-box .copyright, .footer-box .copyright a {
    text-align: center;
    padding-top: 20px;
    /*border-top: 1px solid #444;*/
    font-size: 14px;
    color: #999;
}
.footer-box .copyright p {
    display: inline-block;
}
.mobile-footer-nav {
    display: none;
}
/*============== 页脚 ===============*/
/*============== 轮播图 ===============*/

.banner-swiper {
    width: 100%;
    height: 945px;
    position: relative;
}

.banner-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10%;
    height: 100%;
    color: white;
}

.banner-text {
    flex: 1;
}

.chinese-title {
    font-size: 64px;
    margin-bottom: 20px;
    color: #d4b675; /* 金色 */
}

.english-title,
.english-subtitle {
    font-size: 32px;
    margin-bottom: 10px;
    font-style: italic;
    color: #d4b675;
}
.professor-name {
    font-size: 48px;
    margin-bottom: 15px;
}

.professor-title,
.professor-role {
    font-size: 18px;
    margin-bottom: 10px;
    color: #999;
}

.banner-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-link {
    display: block;
    width: 100%;
    height: 100%;
}
.banner-image img {
    max-width: 100%;
    height: auto;
}
.pc-banner-wrap {
    display: block;
}
.mobile-banner-wrap {
    display: none;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.3);
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 30px;
}
.swiper-pagination-bullet-active {
    background: #FF9900;
}
/*============== 轮播图 ===============*/
/*============== 首页 ===============*/
.video-wrap .video-container .video-grid {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
}
.video-wrap .video-container .video-caption {
    width: calc(100% - 40px);
}
.video-wrap .video-container .video-thumbnail {
    height: 550px;
}
.video-wrap .video-container .play-button::after {
    scale: 1.5;
}
.pc-top-ad {
    /*position: sticky;*/
    top: 80px;
    z-index: 11;
    width: 100%;
}
.mobile-top-ad {
    display: none;
}

.pc-top-ad .ad-inner {
    width: 100%;
    height: 66px;
}

.pc-top-ad .ad-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-page {
    background: #F0F2F4;
    margin-top: -130px;
    /*background: red;*/
}
.content-container {
    display: flex;
    min-height: 100vh;
}
.home-box {
    position: relative;
    overflow:hidden;
}
.home-box .donate-part {
    width: 570px;
    position: fixed;
    bottom: 0;left: 0;
    background: linear-gradient(167deg, #FF6200 -8%, #FF9900 55%, #FF9900 99%);
    z-index: 9;
}
.news-containner {
    display: flex;
    background: var(--primary);
    padding-top: 100px;
    border-radius: 0 60px 0 0;
    margin-top: -70px;
    position: relative;
    z-index: 8;
    padding-bottom: 60px;
}
.news-title-wrap {
    width: 400px;
    /*background: var(--primary);*/
}
.right-content {
    flex: 1;
    padding: 0 30px;
}
/* 左侧边栏样式 */
.donate-part {
    border-radius: 30px 30px 0px 0px;
    transition: all 0.3s;
}
.content-container .donate-wrap.small {
    width: 400px;
}
.mobile-donate-number {
    display: none;
}
.home-box .donate-part .donate-wrap .banner-donate {
    min-height: 340px;
    width: 570px;
    padding: 30px 50px;
    box-sizing: border-box;
    border-radius: 30px 30px 0px 0px;
    background: linear-gradient(162deg, #FF6200 0%, #FF9900 53%, #FF9900 90%);
    background-image: url("https://customize-uploads.lingxi360.com/outsource/henghui/banner-donate-bg.png");
    background-size: 250px;
    background-position: right 40px;
    background-repeat: no-repeat;
    transition: all 0.3s;
}
.small .home-box .donate-part .donate-wrap .banner-donate {
    width: 400px;
    padding: 30px 20px;
}
.small .home-box .donate-part, .small .content-container .news-title {
  width: 400px;
}
.small .home-box .donate-part .donate-wrap .banner-donate .donate-btn {
    width: 289px;
}
.home-box .donate-wrap.small .banner-donate {
    padding-left: 20px;
    padding-right: 20px;
    width: 400px;
}


.home-box .donate-part .donate-wrap .banner-donate .donate-title {
    font-size: 46px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    color: #FFFFFF;
}
.home-box .donate-part .donate-wrap .banner-donate .donate-summary {
    font-size: 26px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 20px;
}

.home-box .donate-part .donate-wrap .banner-donate .donate-btn {
    width: 289px;
    height: 80px;
    /* 自动布局 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 60px;
    color: #FF6E00;
    transition: all 0.3s;
    font-size: 32px;
    box-shadow: 0px 10px 10px 0px rgba(12, 12, 12, 0.1);
}

.content-container .news-title {
    color: white;
    width: 400px;
    background:var(--primary);
    position: sticky;
    top: 40px;
    z-index: 10;
    transition: all 0.3s;
    height: 100vh;
    padding: 0 30px;
    box-sizing: border-box;
}

.small .content-container .partners-container .news-title {
    height: unset;
}
.news-containner .news-title-wrap .news-title, .small .news-containner .news-title-wrap .news-title {
    padding-top: 60px;
}
.small .content-container .news-title {
    padding: 0 30px;
}
.main-part {
    /*background: var(--primary);*/
}
.content-container .introduce-container.video-wrap {
    padding-top: 60px;
    background: #FFFAE8;
    border-radius: 60px 60px 0 0;
    z-index: 8;
    position: relative;
}
.content-container .introduce-container  .news-title {
    top: 80px;
}
.content-container .introduce-container.video-wrap .news-title {
    background: #FFFAE8;
    color: #E75845;
}
.content-container .introduce-container.video-wrap  .news-title, .content-container .project-wrap .news-title {
    top: 80px;
}
.content-container .partners-container .view-more button:hover, .content-container .introduce-container .view-more button:hover, .content-container .news-containner .view-more button:hover {
    background: white;
    color: var(--text-primary);
}
.content-container .introduce-container.video-wrap .view-more button:hover {
    background: var(--primary);
    color: white;
}
.content-container .project-wrap {
    padding-top: 60px;
    margin-top: -60px;
    border-radius: 60px 60px 0 0;
    position: relative;
    z-index: 8;
    padding-bottom: 60px;
}
.content-container .project-wrap, .content-container .project-wrap .news-title {
    background: #FFFAE8;
    color: #E75845;
}
.content-container .introduce-container {
    padding-top: 60px;
    background: var(--primary);
    border-radius: 60px 60px 0 0;
    margin-top: -60px;
    padding-bottom: 60px;
    position: relative;
    z-index: 8;
}
.content-container .news-card:hover {

}
.content-container .news-title .icon {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.content-container .news-title h1 {
    margin-bottom: 15px;
    font-size: 32px;
    display: flex;
    align-items: center;
}
.content-container .news-title h1 img {
    height: 50px;
    margin-right: 12px;
}
.content-container .news-title .subtitle {
    font-size: 22px;
    opacity: 0.9;
    line-height: 1.5;
}

/* 右侧新闻网格区域 */
.content-container .news-grid {
    flex: 1;
    padding: 60px 0px 0 0px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    align-content: start;
}
.logo-list.partners-container {
    background: white;
}
/* 新闻卡片样式 */
.content-container .news-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease;
    border: 2px solid var(--primary);
}

.content-container .news-card:hover {
    transform: translateY(-5px);
    border-color: white;
}
.content-container .news-card:hover .news-content {
    background: var(--primary);
}
.content-container .news-card:hover .news-content time {
    color: white;
}
.project-container .project-card {
    border: 2px solid #FFFAE8;
}
.project-container .project-card:hover {
    border-color: white;
}
.content-container .news-card:hover .news-content  h2 {
    color: white;
}

.content-container .news-image {
    width: 100%;
    height: 334px;
    overflow: hidden;
}

.content-container .news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-container .news-content {
    padding: 20px;
}

.content-container .news-content time {
    color: #999;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}

.content-container .news-content h2 {
    font-size: 22px;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 99px;
}

/* 查看更多按钮 */
.view-more {
    text-align: center;
    padding: 40px 0 60px 0;
    grid-column: 1 / -1;
}

.view-more button {
    background-color: white;
    color: var(--text-primary);
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 18px;
    /*box-shadow: 0px 8px 32px 0px #DAE1E7;*/
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.introduce-container.video-wrap .view-more button, .project-wrap .view-more button {
    background: var(--primary);
    color: white;
}

.content-container .view-more button:hover {
    background-color: #ff8c1a;
    color: white;
}

/*/ 基金会介绍 /*/
/*.introduce-container {
    max-width: 1200px;
    margin: 0 auto;
}*/

.introduce-container .hero-section {
    margin-bottom: 30px;
    border-radius: 20px;
    overflow: hidden;
    height: 420px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.introduce-container .team-photo {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.introduce-container .intro-section {
    border-radius: 15px;
    margin-bottom: 30px;
}

.introduce-container .intro-text {
    font-size: 22px;
    color: white;
    text-align: justify;
    line-height: 1.8;
}

.introduce-container .cards-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    /*margin-top: 2rem;*/
}

.introduce-container .card {
    background: white;
    position: relative;
    /*padding: 2rem;*/
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/*.introduce-container .card:hover {
    transform: translateY(-5px);
}*/

.introduce-container .mission {
    background: transparent;
}

.introduce-container .vision {
    background: transparent;
}

.introduce-container .card img {
    max-width: 100%;
}

.introduce-container .card p {
    color: #3D3D3D;
    font-size: 22px;
    line-height: 1.6;
    position: absolute;
    top: 37%;
    padding: 0 45px 0 30px;
}
/*基金会介绍*/
/*项目*/
/*.project-container {
    margin: 2rem auto;
}*/

.project-container .project-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 2rem;
    transition: transform 0.3s ease;
}

.project-container .project-card:hover {
    transform: translateY(-5px);
}

.project-container .project-content {
    padding: 30px 60px;
    text-align: center;
    background: white;
    color: var(--text-tertiary);
}
.project-container .love-project:hover .project-content {
    background-color: var(--primary);
    color: white;
}
.project-container .project-title {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: bold;
}

.project-container .project-description {
    font-size: 22px;
    opacity: 0.9;
}

.project-container .project-image {
    width: 100%;
    height: 420px;
    overflow: hidden;
}

.project-container .project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.project-container .project-card:hover .project-image img {
    transform: scale(1.05);
}

/*项目*/
/*合作伙伴*/
.partners-container .partners-flex {
    display: flex;
    /*width: 1410px;*/
    gap: 20px;
    flex-wrap: wrap;
    justify-items: center;
    padding-top: 5px;
    align-items: center;
}
.project-wrap .view-more {
    padding-bottom: 55px;
}
.partners-container {
    background: var(--primary);
    padding-top: 60px;
    margin-top: -60px;
    position: relative;
    z-index: 8;
    border-radius: 60px 60px 0 0;
}
.partners-container .partner-item {
    background: white;
    width: 146px;
    height:66px;
    border-radius: 8px;
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partners-container .partner-item.word-logo {
    padding: 0 5px; box-sizing: border-box;text-align: center;
}

.partners-container .partner-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.partners-container .partner-item img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
    filter: grayscale(0);
    transition: filter 0.3s ease;
}
.partners-container .partners-content {
    width: 400px;
}
.partners-container .scroll-wrap {
    overflow: auto;            /* 保留滚动功能 */
    scrollbar-width: none;     /* Firefox */
    -ms-overflow-style: none;
}
.partners-container .scroll-wrap::-webkit-scrollbar {
    display: none;             /* Chrome, Safari, Edge */
}
.partners-container .partner-item:hover img {
    filter: grayscale(0);
}
/*合作伙伴*/
/*============== 首页 ===============*/


.category-title {
    text-align: center;
    margin-top: 63px;
    margin-bottom: 31px;
    font-size: 32px;
}
.category-title span {
    display: inline-flex;
    align-items: flex-end;
    gap: 20px;
    line-height: 1;
}
.category-title img {
    width: 70px;
}
/*============== 大事记 ===============*/
.timeline-container {
    padding-top: 20px;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

.timeline-container::before {
    content: '';
    position: absolute;
    left: 120px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #DCDFE6;
}

.timeline-section {
    margin-bottom: 50px;
    position: relative;
}

.timeline-section .year {
    position: absolute;
    left: 0;
    color: #FF9F43;
    font-size: 32px;
    font-weight: bold;
    width: 100px;
}
.timeline-section .year .mobile-year {
    display: none;
}
.timeline-item {
    background-color: #F6F6F6;
    padding: 30px;
    font-size: 18px;
    margin-left: 160px;
    /*margin-bottom: 50px;*/
    position: relative;
    border-radius: 12px;
}
.timeline-section:last-of-type {
    margin-bottom: 74px;
}
.timeline-item::before {
    content: '';
    position: absolute;
    left: -49px;
    top: 26px;
    width: 12px;
    height: 12px;
    background-color: #FF9F43;
    border-radius: 50%;
    border: 4px solid #FFDFAF;
    transform: translateY(-50%);
}

.timeline-container .date {
    width: 110px;
    display: inline-block;
    margin-right: 30px;
    color: #999999;
}

.timeline-container .content {
    color: #333;
    margin-bottom: 15px;
}
.timeline-container .content:last-of-type {
    margin-bottom: 0;
}
/*============== 大事记 ===============*/
/*============== 页脚 ===============*/
.comp-pagenation {
    margin-top: 40px !important;
    margin-bottom: 60px;
}
.comp-pagenation .btn {
    width: 30px;
    height: 30px !important;
    line-height: 30px !important;
    background: #F2F3F5;
    min-width: 30px !important;
    margin-right: 10px;
}
.comp-pagenation .btn.btn--active {
    border-radius: 2px;
    /* 恒晖黄色 */
    background: var(--primary) !important;
    color: white !important;
}
/*============== 页脚 ===============*/
/*============== 加入我们列表 ===============*/
.join-us-container .container {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 20px;
}

.join-us-container .job-list {
    list-style: none;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
}

.join-us-container .job-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease;
}

.join-us-container .job-item a {
    width: 100%;
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
}

.join-us-container .job-item:last-child {
    border-bottom: none;
}
.join-us-container .job-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.join-us-container .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid rgba(255, 223, 175, 1);
    display: inline-block;
    transition: all 0.3s ease;
}

.join-us-container .job-item:hover .dot {
    background-color:var(--primary);
}
.join-us-container .title-wrap {
    max-width: 970px;
}
.join-us-container .title {
    font-size: 16px;
    color: #333;
    padding-left: 10px;
    transition: all 0.3s ease;
}

.join-us-container .job-item:hover .title {
    color: var(--primary);
}

.join-us-container .date {
    color: #999;
    font-size: 14px;
}
/*============== 加入我们列表 ===============*/
/*============== 新闻列表 ===============*/
.news-wrap .news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 20px;
    margin-top: 50px;
}
.news-wrap .news-grid.mg-bottom {
    margin-bottom: 60px;
}

.news-wrap .news-grid .news-card {
    background-color: white;
    border-radius: 30px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #F6F6F6;
    position: relative;
}

.news-wrap .news-grid .news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
    background-color: #ffb74d;
    color: white;
}

.news-wrap .news-grid .news-card:hover .news-title {
    color: white;
}
.news-wrap .news-grid .news-card-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-decoration: none;
    color: inherit;
}

.news-wrap .news-grid .news-image-container {
    width: 100%;
    height: 255px;
    /*padding-bottom: 60%;*/
    position: relative;
    overflow: hidden;
}

.news-wrap .news-grid .news-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-wrap .news-grid .news-card:hover .news-image {
    transform: scale(1.05);
}

.news-wrap .news-grid .news-content {
    padding: 18px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.news-wrap .news-grid .news-date {
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
    font-weight: 500;
}

.news-wrap .news-grid .news-card:hover .news-date {
    color: rgba(255, 255, 255, 0.9);
}

.news-wrap .news-grid .news-title {
    font-size: 18px;
    color: #333;
    line-height: 1.5;
    /*min-height: 54px;*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*============== 新闻列表 ===============*/
/*============== 新闻详情 ===============*/
.content-wrap {
    margin-top: 50px;
    margin-bottom: 75px;
    color: #666;
    font-size: 18px;
    line-height: 1.8;
}
.content-wrap .title {
    font-size: 32px;
    color: #333;
    margin-bottom: 20px;
    /*word-break: keep-all;
    white-space: normal;*/
}
.content-wrap .sub-title {
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    display: flex;
}
.video-detail .sub-title {
    justify-content: space-between;
}
.video-detail .sub-title .view img {
     width: 30px;
 }
.content-wrap .sub-title .author {
    padding-right: 14px;
    margin-right: 14px;
    position: relative;
}
.content-wrap .sub-title .author:after {
    display: block;
    content: '';
    width: 2px;
    height: 14px;
    background-color: #DCDFE6;
    right: -2px;
    top: 5px;
    position: absolute;
}
.content-wrap.video-detail .sub-title .author:after {
    display: none;
}
.content-wrap.video-detail .sub-title .author {
    padding-right: 0;
    margin-right: 0;
}
.content-wrap .content img, .content-wrap .content video {
    height: unset !important;
    max-width: 100% !important;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}
.content-wrap .content p, .content-wrap .content p * {
    margin-bottom: 30px;
    font-size: 18px;
}
.content-wrap .date, .content-wrap .view {
    display: block;
    /* width: 141px; */
}
.content-wrap .view {
    text-align: right;
}
/*============== 新闻详情 ===============*/
/*============== 理事会 ===============*/
.list-box {
    padding-top: 50px;
    padding-bottom: 75px;
}
.list-box .list-lsh-media .media-img {
    width: 550px;
    float: left;
    vertical-align: top;
    border: 0;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 50px;
    /* padding: 15px 0 */
}

.list-box .list-lsh-media .media-img .media-left {
    width: 170px;
    height: 170px;
    margin-right: 25px
}

.list-box .list-lsh-media .media-img .media-left .img-circle {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    border: 6px solid #f9efe0;
    display: block;
    box-sizing: border-box;
}

.list-box .list-lsh-media .media-img .media-body {
    padding: 20px 0;
    width: 310px;
    height: auto;
    float: right;
}

.list-box .list-lsh-media .media-img .media-body .media-heading {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.list-box .list-lsh-media .media-img .media-body .st {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px
}

.list-box .list-lsh-media .media-img .media-body .desc {
    font-size: 18px;
    color: #9b9b9b;
    line-height: 27px
}
.list-box .list-lsh-media .media-img:nth-child(2n - 1) {
    /* background-color: red; */
    border-bottom: 1px solid #DCDFE6;
    border-right: 1px solid #DCDFE6;
    padding-right: 35px;
}

.list-box .list-lsh-media .media-img:nth-child(2n) {
    margin-right: 0;
    border-bottom: 1px solid #DCDFE6;
    padding-left: 35px;
    /* background: blue; */
}


.media-img .media-left {
    position: relative;
    float: left;
    margin-right: 20px;
    height: 145px;
    padding-right: 0;
    width: 257px
}

.media-img .media-left .layer {
    width: 100%;
    height: 100%;
    z-index: 1001;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding: 53px 0;
    display: none
}

.media-img .media-left .layer .layer-img {
    height: 60px
}
/*============== 理事会 ===============*/
/*============== 报告列表 ===============*/
.report-list {
    margin-top: 50px;
    margin-bottom: 75px;
}
.report-list .report-container {
    /*max-width: 810px;*/
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.report-list .report-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.report-list .report-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.report-list .report-cover::before {
    content: '';
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.2s;
}
.report-list .report-cover:hover::before, .report-list .report-cover:hover .icon-group {
    opacity: 1;
}
.report-list .report-cover {
    background-color: #f0e6d9;
    width: 252px;
    height: 336px;
    aspect-ratio: 1;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform 0.2s;
    color: #333;
}

.report-list .icon-group {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 60px;
    flex-wrap: wrap;
    gap: 20px;
    transition: all 0.2s ease;
    opacity: 0;
}
.report-list .icon-group .icon-view:hover, .report-list .icon-download:hover {
    cursor: pointer;
}
.report-list .icon-group .icon-view:hover {
    background-image: url('https://customize-uploads.lingxi360.com/henghui_cms/view-icon-active.png');
}
.report-list .icon-group .icon-download:hover {
    background-image: url('https://customize-uploads.lingxi360.com/henghui_cms/down-icon-active.png');
}
.report-list .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
}

.report-list .icon-view {
    background-image: url('https://customize-uploads.lingxi360.com/outsource/see_college/view-icon.png');
    background-size: 100%;
}

.report-list .icon-download {
    background-image: url('https://customize-uploads.lingxi360.com/outsource/see_college/down-icon.png');
    background-size: 100%;
}

.report-list .corner-label.audit {
    background-color: #7b9ed4;
    color: white;
}

.report-list .report-label {
    font-size: 18px;
    color: #333333;
    line-height: 1.5;
}
/*============== 报告列表 ===============*/
/*============== 合作伙伴列表 ===============*/
.width1040 {
    width: 1040px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 75px;
}
.logo-list.partners-container .partner-item {
    width: 180px;
    height: 81px;
    border: 1px solid whitesmoke;
    box-sizing: border-box;
}
/*============== 合作伙伴列表 ===============*/
/*============== 申请结果页 ===============*/
.result-wrap .success-container {
    background-color: white;
    padding: 60px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    text-align: center;
    max-width: 600px;
    width: 90%;
    margin: 50px auto 100px auto;
}
.result-wrap .fail-container {
    background-color: white;
    padding: 60px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    text-align: center;
    max-width: 600px;
    width: 90%;
    margin: 50px auto 100px auto;
}
.result-wrap .success-icon {
    color: rgba(33, 185, 120, 1);
    font-size: 72px;
    margin-bottom: 30px;
}
.result-wrap .fail-icon {
    color:  rgba(234, 84, 85, 1);
    font-size: 72px;
    margin-bottom: 30px;
}
.result-wrap h2 {
    color: #333;
    margin-bottom: 25px;
    font-size: 32px;
}
.result-wrap p {
    color: #666;
    margin-bottom: 35px;
    font-size: 20px;
}
.result-wrap .back-button {
    background-color: #FF9500;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 20px;
    transition: background-color 0.3s;
}
.result-wrap .back-button:hover {
    background-color: #E68600;
}
.result-wrap {
    display: flex;
    justify-content: center;
}
/*============== 申请结果页 ===============*/
/*============== 项目列表页 ===============*/
.project-container {
    max-width: 1100px;
    margin: 0 auto;
    gap: 20px 30px;
    padding-top: 50px;
    padding-bottom: 113px;
}
.project-container.project-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(535px, 1fr));
}

.project-container .card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.project-container .card:hover {
    transform: translateY(-5px);
}

.project-container .card-image {
    width: 100%;
    height: 245px;
    overflow: hidden;
}

.project-container .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.project-container .card:hover .card-image img {
    transform: scale(1.05);
}


.project-container .card-content {
    height: 137px;
    text-align: center;
    padding: 20px;
    box-sizing:border-box;
    background-color: #F0F2F4;
    color: white;
    background-position: right 4px;
    background-size: 0px;
    transition: all .3s ease;
}

.project-container .card:hover .card-content {
    background-color: var(--primary);
    background-image: url(https://uploads.customize.lingxi360.com/henghui_cms/images/2025/04/10/0aa8b303a84268df31800ef3a48f422c.png);
    background-repeat: no-repeat;
    background-position: right 4px;
    background-size: 140px;
}

.project-container .card-content h2 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--text-tertiary);
    transition: all .3s ease;
}

.project-container .card-content p {
    font-size: 18px;
    line-height: 1.5;
    opacity: 0.9;
    color: var(--text-tertiary);
    transition: all .3s ease;
    word-break: normal;
}
.project-container .card:hover .card-content  h2, .project-container .card:hover .card-content p {
    color: white;
}
/*============== 项目列表页 ===============*/
/*============== 项目详情页 ===============*/
.banner-container {
    width: 100%;
    height: 600px;
}
.project-banner .mobile-banner-container {
    display: none;
}
.mobile-intro-image {
    display: none;
}
.pc-intro-image {
    display: block;
}
.project-banner {
    position: relative;
}
.project-banner-word {
    width: 600px;
    min-height: 148px;
    border-radius: 30px 30px 0px 0px;
    background-image: linear-gradient(148deg, #FF6200 17%, #FF9900 48%, #FF9900 70%);
    position: absolute;
    left: 0;
    bottom: 0;
}
.project-banner-word img {
    position: absolute;
    width: 100px;
    height: 100px;
    object-fit: contain;
    top: 24px;
    left: 30px;
}
.project-banner-word .word-wrap {
    margin-left: 160px;
    margin-top: 20px;
    color: white;
}
.project-banner-word .project-title {
    font-size: 32px;
    margin-bottom: 5px;
}
.project-banner-word .project-summary {
    font-size: 20px;
    padding-right: 10px;
    margin-bottom: 10px;
}
.content-container .project-container {
    max-width: unset;
}
.content-container .project-container a:last-child .project-card {
    margin-bottom: 0;
}
/* Section styling */
.project-container .project-intro {
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 40px;
}

.project-container .section-title {
    font-size: 22px;
    font-weight: 500;
    color: #333;
    margin-bottom: 20px;
    padding-left: 15px;
    position: relative;
    /*border-left: 4px solid #ff7e00;*/
    display: flex;
    align-items: center;
}
.space-between {
     justify-content: space-between;
}

.project-container .section-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 0;
    width: 4px;
    height: 20px;
    background: var(--primary);
    transform-origin: left center;
}
.project-container .section-title .more {
    font-weight: normal;
    font-size: 16px;
    color: #666;
    margin-left: 10px;
}
.project-container .section-title .more:hover a {
    color: #FF9900;
}

/* Content layout */
.project-container .intro-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.project-container .intro-text {
    width: 726px;
}

.project-container .intro-text p {
    margin-bottom: 20px;
    text-align: justify;
    font-size: 18px;
    line-height: 1.8;
    color: #666;
}
.project-container .intro-text p:last-child {
    margin-bottom: 0;
}

.project-container .intro-image {
    flex: 1;
    display: flex;
    width: 353px;
    align-items: center;
    justify-content: center;
}

.project-container .intro-image img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
/*============== 项目详情页 ===============*/
/*============== 搜索页 ===============*/
.search-icon {
    cursor: pointer;
    color: #333;
}

.search-icon img {
    width: 20px;
}
.search-wrapper {
    padding-top: 52px;
    width: 1000px;
    margin: 0 auto;
}
.search-list .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.search-list p {
    line-height: 1.5;
    margin-bottom: 15px;
    color: #666;
}
.search-list p.search-more a {
    font-size: 16px;
    /*color: #FF9900;*/
    position: relative;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.search-list p.search-more a img {
    width: 30px;
    position: absolute;
    right: -25px;
    top: -4px;
}
.search-list p.search-more a img.loading {
    width: 15px;
    right: -20px;
    top: 3px;
    animation: spin 1s linear infinite;
}
.search-result {
    margin-bottom: 25px;
    position: relative;
    z-index: 9;
    color: #666666;
    font-size: 14px;
    margin-top: 50px;
}
/*============== 搜索页 ===============*/
/*============== 视频列表页 ===============*/
.video-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.video-container .page-title {
    text-align: center;
    margin-bottom: 30px;
    color: #333;
    font-size: 24px;
}

.video-container .video-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 50px 0 90px 0;
}

.video-container .video-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
}

.video-container .video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.video-container .video-thumbnail {
    position: relative;
    width: 100%;
    height: 300px;
    /* 16:9 Aspect Ratio */
    background-size: cover;
    background-position: center;
    border-radius: 12px 12px 0 0;
}

.video-container .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
}

.video-container .play-button:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.video-container .play-button::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 25px solid white;
    border-bottom: 15px solid transparent;
    margin-left: 5px;
}

.video-container .video-caption {
    font-size: 22px;
    line-height: 1.6;
    position: absolute;
    bottom: 0;
    color: white;
    margin: 20px;
    box-sizing: border-box;
}

.video-container .video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.video-container .video-modal.active {
    display: flex;
}

.video-container .video-container {
    width: 80%;
    max-width: 900px;
    position: relative;
}

.video-container .close-btn {
    position: absolute;
    top: -40px;
    right: 0;
    color: white;
    font-size: 30px;
    cursor: pointer;
}

.video-container video {
    width: 100%;
    border-radius: 8px;
}
/*============== 视频列表页 ===============*/
