:root {
    --primary: #a32d1e;
    --secondary: #EE6815;;
    --text-primary: #D32D26;;
    --text-normal: #333333;
}
* {
    margin: 0;
    padding: 0;
}
html,
body {
    width: 100%;
    line-height: 1;
    font-size: 16px;
    word-wrap: break-word;
    word-break: break-all;
}
html body {
    color: var(--text-normal);
    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;
}
a:hover {
    opacity: .9;
}
ul,
li {
    padding: 0;
    list-style: none;
}
a {
    color: #000;
    text-decoration: none;
}
img {
    border: none;
    vertical-align: middle;
}
input {
    border: none;
}
button {
    border: none;
    background-color: transparent;
}
.content-detail img, .content-detail iframe, .content-detail video, .category-detail img, .category-detail iframe, .category-detail video/*, .content-detail * */{
    max-width: 100%;
    height: auto !important;
    margin: 10px auto;
}
.no-margin {
    margin: 0 !important;
}
/*强制内容页面样式*/
/*.content-detail *, .category-detail * {
    font-size: 16px !important;
    line-height: 2 !important;
}*/
.content-detail p, .content-detail p * {
    font-size: 18px !important;
    font-weight: normal !important;
    line-height: 2;
}
.content-detail img, .content-detail iframe, .content-detail video {
    max-width: 100%;
    height: auto !important;
}
.no-cursor {
    cursor: default !important;
}
p {
    margin: 0;
}
.transition {
    transition: all ease .3s;
}
.text-center {
    text-align: center;
}
.no-hover {
    cursor: default !important; opacity: 1 !important;
}
.wrap-center {
    width: 1100px;
    margin: 0 auto;
}
.hide {
    display: none;
}
.show {
    display: inline-block;
}
.rotate {
    animation: spin 2s linear infinite;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/*.common-box {
    width: 1440px;
    margin: 0 auto;
}*/
.width1120 {
    width: 1120px;
    margin: 0 auto;
}

.width1440 {
    width: 1440px;
    margin: 0 auto;
}
.full-page-container {
    background: #F7F7F7;
    padding: 60px 0 80px 0;
}
.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;
    white-space: normal;
}
.cursor-default {
    cursor: default;
}
.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile-link {
    display: none;
}
/*******视频模态框样式开始*******/
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    padding: 100px 0;
    box-sizing: border-box;
}

.modal-content {
    position: relative;
    width: 80%;
    max-width: 1200px;
    height: calc(100vh - 200px);
    margin: 0 auto;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal video {
    width: auto;
    height: 100%;
    max-width: 100%;
    display: block;
    object-fit: contain;
}

.close-button {
    position: absolute;
    right: -30px;
    top: -30px;
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    color: #000;
    line-height: 1;
}
/*******视频模态框样式结束*******/
/*============== banner ===============*/
.banner-wrap {
    height: 280px;
    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: 77px;
    text-align: center;
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

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

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

/*============== banner ===============*/
/***********导航开始***********/
/* 导航栏基础样式 */
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    height: 100px;
}

.navbar .navbar-logo img {
    height: 70px;
    width: auto;
}

.navbar .navbar-menu {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.navbar .navbar-menu a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    padding: 1rem 0;
    position: relative;
}
.navbar .navbar-menu a:hover {
    color: #C8161D;
    font-weight: bold;
}
.navbar .navbar-menu a.active {
    color: #C8161D;
    font-weight: bold;
}

/* 下拉菜单样式 */
.navbar .dropdown {
    position: relative;
    height: 100px;
    display: flex;
    align-items: center;
}

.navbar .dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    /*border-radius: 4px;*/
    padding: 12px 0;
    z-index: 1000;
}

.navbar .dropdown:hover .dropdown-content {
    display: block;
}

.navbar .dropdown-content a {
    color: #333;
    padding: 13px 30px;
    text-decoration: none;
    display: block;
    text-align: center;
    white-space: nowrap;
}

.navbar .dropdown-content a:hover, .navbar .dropdown-content .active a {
    background: rgba(170, 43, 26, 0.1);
    color: #C8161D;
    font-weight: normal;
}


/* 按钮样式 */
.navbar .donate-btn {
    background-color: #C8161D;
    color: white;
    border: none;
    padding: 8px 17px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.navbar .donate-btn:hover {
    background-color: #a01116;
}

.navbar .search-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.navbar .search-btn img {
    width: 20px;
    height: 20px;
}
.header-wrap {
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 999;
    background: white;
}
/***********导航结束***********/

/***********左侧导航***********/
.left-nav .sidebar {
    width: 300px;
    background-color: #fff;
    min-height: calc(100vh - 200px);
    font-size: 20px;
}

.left-nav .nav-menu {
    list-style: none;
    padding: 10px 0 20px 0;
}

.left-nav .nav-menu li a {
    display: block;
    padding: 20px 30px;
    box-sizing: border-box;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.left-nav .nav-menu li a:hover {
    background-color: #f8f9fa;
    color: #c41230;
}

.left-nav .dropdown {
    position: relative;
}

.left-nav .dropdown .arrow {
    font-size: 12px;
    display: inline-block;
    transition: transform 0.3s ease;
    margin-left: 5px;
}

.left-nav .dropdown.active .arrow {
    transform: rotate(180deg);
}

.left-nav .submenu {
    display: none;
    list-style: none;
    /*background-color: #fef1f1;*/
}

.left-nav .dropdown.active .submenu {
    display: block;
}

.left-nav .submenu li {
    border-bottom: none;
}

.left-nav .submenu li a {
    padding: 16px 20px 16px 50px;
}

.left-nav .submenu li:last-child {
    border-bottom: none;
}

.left-nav .dropdown.active a, .left-nav .nav-menu li:hover a, .left-nav .nav-menu li.active a {
    background-color: #fef1f1;
    color: #AA2B1A;
    box-shadow: inset 4px 0 0 #AA2B1A;
}
.left-nav .nav-menu li:hover .submenu a, .left-nav .nav-menu li.active .submenu a {
    background-color: unset;
    color: unset;
    box-shadow: unset;
    line-height: 1.5;
}

.left-nav .nav-menu li .submenu a:hover, .left-nav .nav-menu li .submenu a.active {
    color: #AA2B1A;
}

/* 点击展开时的样式 */
.left-nav .dropdown-toggle {
    cursor: pointer;
}
/***********左侧导航***********/

/***********搜索结束***********/
.result-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 130px 20px 40px 20px;
}


.result-container .search-summary {
    font-size: 18px;
    line-height: 20px;
    color: #666;
    margin-bottom: 30px;
}

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

.result-container .category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    margin-top: 20px;
    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: #cc0000;
    font-size: 14px;
    margin-left: 2px;
}
.result-container .active .category-name {
    font-weight: bold;
}
.result-container .active {
    color: #cc0000;
    position: relative;
}

.result-container .active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 23px;
    height: 2px;
    background-color: #cc0000;
}
/***********搜索结束***********/

/***********搜索开始***********/
.search-box {
    height: 0;
    left: 0;
    overflow: hidden;
    transition: height 0.3s;
    position: absolute;
    top: 101px;
    width: 100%;
    z-index: 9;
    background: white;
}
.search-container {
    display: flex;
    max-width: 570px;
    margin: 30px auto;
    position: relative;
}
.search-container .search-icon img {
    width: 30px;
    height: 30px;
    position: relative;
    left: 34px;
    top: 15px;
    cursor: pointer;
}
.cancel-button {
    display: none;
}
.search-input {
    width: 100%;
    padding: 21px 20px 22px 20px;
    padding-left: 40px;
    font-size: 16px;
    border-bottom: 1px solid #e0e0e0;
    outline: none;
    color: #333;
    padding-right: 120px;
}

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

.search-button {
    padding: 10px 30px;
    border-radius: 6px;
    white-space: nowrap;
    background-color: transparent;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 16px;
}

.search-button:hover {
    opacity: 0.8;
}

/***********搜索结束***********/

/***********首页开始***********/

.home-page .statistics-container {
    width: 1440px;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 0;
    padding-bottom: 30px;
}

.home-page .statistics-container .stats-container {
    display: flex;
    flex: 3;
    justify-content: space-between;
    align-items: stretch;
}
.home-page .statistics-bg {
    background: linear-gradient(180deg, rgb(237 232 220 / 81%) 0%, rgba(253, 241, 214, 0) 100%)
}
.home-page .statistics-container .stat-card {
    padding: 60px 0px 20px 0px;
    flex: 1;
    /*min-width: 315px;*/
    position: relative;
    margin-left: 5px;
    text-align: center;
}
.home-page .statistics-container .stat-card:first-child {
    margin-left: 0;
}

.home-page .statistics-container .stat-card:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 105px;
    transform: translateY(-50%);
    height: 92px;
    width: 1px;
    background: rgba(188, 40, 27, 0.14);
}

.home-page .statistics-container .stat-number {
    font-size: 46px;
    font-weight: bold;
    color: #BC281B;
    margin-bottom: 15px;
    margin-top: 28px;
}

.home-page .statistics-container .deadline {
    font-size: 12px;
    color: #999999;
    text-align: center;
    width: 100%;
}

.home-page .statistics-container .stat-label {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.home-page .statistics-container .button-card {
    display: flex;
    gap: 15px;
    /*flex: 1;*/
    width: 340px;
    padding-top: 40px;
    flex-wrap: wrap;
    justify-content: space-around;
}

.home-page .statistics-container .button-card a:first-child {
    margin-bottom: -30px;
}

.home-page .statistics-container .button {
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    /*border: none;*/
    text-align: center;
    width: 364px;
    height: 48px;
}
.home-page .statistics-container .button-card .button {
width: 100%;
}
.home-page .statistics-container .button-card .button-card-1, .home-page .statistics-container .button-card .button-card-1 .button {
    width: 100%;
}
.home-page .statistics-container .button-card .button-card-2{
    width: 47%;
}
.home-page .statistics-container .button-card .button-card-3{
    width: 100px;
}
.primary-button {
    background-color: #c0392b;
    color: white;
    background: linear-gradient(270deg, #F78010 9%, #CE1707 99%);
}

.primary-button:hover {
    background-color: #a93226;
}

.outline-button {
    border: 2px solid #c0392b;
    color: #c0392b;
    background-color: transparent;
}

.outline-button:hover {
    background-color: #fff5f5;
    cursor: pointer;
}


.home-page .statistics-container .video-container-wrap {
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px;
}



.home-page .video-container-wrap .content-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 40px;
}
.home-page .video-container-wrap .content-grid .volunteer-list {
    margin-top: 40px;
    height: 230px;
}
.home-page .video-container-wrap .content-grid .video-container, .video-container-wrap .content-grid .image-container {
    margin-top: 40px;
    height: 290px;
}
.home-page .video-container-wrap .content-grid .video-container:after {
    content: '';
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 223px;
}
.video-grid .video-card .video-thumbnail:after {
    content: '';
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 236px;
}
.video-grid .video-card .video-thumbnail.image-baguette-box:after {
    display: none;
}
.home-page .video-container-wrap .content-grid .video-container:hover {
    cursor: pointer;
}
.home-page .video-container-wrap .content-grid .show-info {
    width: 530px;
}

/* 志愿风采部分 */
.home-page .video-container-wrap .volunteer-list {
    background: url(https://customize-uploads.lingxi360.com/outsource/cvsf/fengcai-bg.png);
    background-size: cover;
    padding: 30px 20px;
    border-radius: 10px;
}
.home-page .video-container-wrap .volunteer-list a {
    color: white;
}
.text-to-top {
    transition: all 0.3s ease;
}
.text-to-top:hover {
    transform: translateY(-2px);
}
.text-to-top:hover a {
    color: var(--text-primary) !important;
}
.home-page .video-container-wrap .volunteer-item {
    /*margin-bottom: 15px;*/
    padding: 7px;
    /*font-size: 14px;*/
    line-height: 1.6;
    cursor: pointer;
}

.home-page .video-container-wrap  .volunteer-item:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* 视频部分 */
.home-page .video-container-wrap .video-container {
    position: relative;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
}

.home-page .video-container-wrap .video-container img {
    width: 100%;
    height: auto;
    display: block;
}

.home-page .video-container-wrap .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: url(https://customize-uploads.lingxi360.com/outsource/cvsf/video-icon.png);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999;
}

.home-page .video-container-wrap .video-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 27px;
    background: rgba(188, 40, 27, 0.65);
    backdrop-filter: blur(10px);
    color: white;
    font-size: 18px;
    line-height: 1.5;
    cursor: pointer;
}

/* 图片部分 */
#baguetteBox-overlay .full-image img {
    height: 90%;
}
.home-page .video-container-wrap .image-container {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.home-page .video-container-wrap .image-container a:hover {
    opacity: 1;
}
.image-scale img {
    transition: all 0.3s ease;
}
.image-scale:hover img {
    transform: scale(1.05);
}
.home-page .video-container-wrap .image-container img {
    width: 100%;
    height: 240px;
    display: block;
    object-fit: cover;
}

.home-page .video-container-wrap .image-container:hover img {

}

.home-page .banner-link {
    display: block;
    width: 100%;
    height: 100%;
}
.home-page .project-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px 0;
    line-height: 1.5;
    display: flex;
    box-sizing: border-box;
    gap: 20px;
    justify-content: space-between;
}
.bg-wrap {
    background-image: url('https://customize-uploads.lingxi360.com/outsource/cvsf/top-line-bg.png'), url('https://customize-uploads.lingxi360.com/outsource/cvsf/top-line-bg.png');
    background-repeat: no-repeat, no-repeat;
    background-position: top center, bottom center;
    background-size: cover, cover; /* 根据需要调整尺寸 */
}
.home-page .project-container .section {
    flex: 1;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    padding-right: 0;
    max-width: 773px;
    padding-left: 0;
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
}

.home-page .project-container .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(188, 40, 27, 0.56);
}
.home-page .project-container .section-header .more-icon {
    display: block;
    position: absolute;
    right: 0;
    background: white;
    padding-left: 10px;
    bottom: -10px;
    color: #D9867F;
}
.section-title {
    font-size: 30px;
    line-height: 34px;
    font-weight: normal;
    color: #555555;
    display: flex;
    align-items: center;
}
.home-page .project-container .section-title .splide {
    color: rgba(0, 0, 0, 0.3);
    transform: scaleX(0.5);
    padding: 0 20px;
}
.section-title .title.active {
    background: linear-gradient(270deg, #EB9348 0%, #CA2A1C 100%), #BC281B;
    -webkit-background-clip: text;
    font-weight: bolder;
    -webkit-text-fill-color: transparent;
    background-clip:  text;
    text-fill-color: transparent;
}

.home-page .project-container .section-title .icon {
    width: 58px;
    height: 50px;
    margin-right: 10px;
    border-radius: 4px;
}

.home-page .project-container .section.announcements {
    width: 597px;
    flex: unset;
}

.home-page .project-container .tab-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.home-page .project-container .tab-button {
    /*cursor: pointer;*/
}

.home-page .project-container .tab-button.active {
    opacity: 1;
}

.home-page .project-container .project-list.tab-content {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.home-page .project-container .tab-content.active {
    height: auto;
    opacity: 1;
}

.home-page .project-container .more-link {
    text-decoration: none;
    font-size: 18px;
    color: var(--text-primary);
}

/* 志愿项目列表样式 */
.home-page .project-container .project-list {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.home-page .project-container .project-item {
    display: flex;
    align-items: center;
    padding: 11px 0;
    border-radius: 4px;
    font-size: 17px;
    transition: background-color 0.3s;
}
.home-page .project-container .project-item .project-name{
    transition: all 0.3s;
    flex: 1;
    display: inline-block;
    min-height: 26px;
}
.home-page .project-container .project-item:hover .project-name {
    color: var(--text-primary);
    font-size: 17px;
}

.home-page .project-container .project-type {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
    margin-right: 10px;
    white-space: nowrap;
}

.home-page .project-container .project-item .project-type {
    font-size: 12px;
    color: white;
}
.home-page .project-container .project-item.public .project-type {
    background-color: var(--primary);
}

.home-page .project-container .project-item.non-public .project-type {
    background-color: var(--secondary);
}

.home-page .project-container .project-name {
    color: #333;
}

.home-page .project-container .top-tag {
    background-color: #ffebee;
    color: var(--text-primary);
    padding: 5px 10px;
    border-radius: 3px;
    margin-right: 15px;
    font-size: 12px;
    white-space: nowrap;
}

.home-page .project-container .top-icon {
    color: #f44336;
    margin-right: 5px;
}
.home-page .project-container .top-icon img {
    width: 10px;
    height: 10px;
    margin-top: -2px;
}

/* 公示公告列表样式 */
.project-container .announcement-list {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.project-container .announcement-item {
    display: flex;
    align-items: center;
    border-radius: 4px;
    transition: background-color 0.3s;
}
.project-container .announcement-item .announcement-title {
    transition: all .3s;
    font-size: 17px;
    line-height: 26px;
}
.project-container .announcement-item:hover .announcement-title {
    color: #C02A26;
    font-size: 17px;
}

.project-container .pdf-icon {
    width: 34px;
    height: 34px;
    border-radius: 4px;
    margin-right: 10px;
}

.project-container .announcement-title {
    flex: 1;
    color: #333;
    padding: 11px 0;
    display: inline-block;
    min-height: 26px;
}

.project-container .announcement-date {
    color: #999;
    font-size: 14px;
    margin-left: 10px;
}


.home-page {
    width: 100%;
    /*min-width: 1440px;*/
}
.home-page .home-banner, .home-page .banner-swiper {
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.home-page .banner-swiper .swiper-slide {
    background-position: center !important;
}
.home-page .swiper-pagination-bullet-active {
    background: white;
    opacity: 1 !important;
}
.home-page .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 50px !important;
    background: white;
    opacity: 0.5;
}
.home-page .pc-banner-wrap {
    position: relative;
}
.home-banner .swiper-container-horizontal .swiper-pagination-bullets {
    bottom: 56px !important;
}

.home-page .top-ad .top-ad-swiper {
    height: 200px;
    overflow: hidden;
    position: relative;
}
.home-page .top-ad .swiper-pagination-bullet, .home-page .center-ad .swiper-pagination-bullet {
    margin: 20px !important;
    width: 10px;
    height: 10px;
}
.home-page .center-ad {
    margin-bottom: 60px;
}
.home-page .center-ad .center-ad-swiper {
    height: 180px;
    position: relative;
    overflow: hidden;
}
.home-page .partner-container {
    width: 1440px;
    margin: 0 auto;
    padding: 60px 0;
    box-sizing: border-box;
}

.home-page .partner-container .partner-grid {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.home-page .partner-container .partner-card {
    flex: 0 1 428px;
    text-align: center;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.home-page .partner-container .partner-card a {
    padding: 40px 20px;
    background: url(https://customize-uploads.lingxi360.com/outsource/cvsf/home-bg-org.png);
    background-size: cover;
    display: block;
}

.home-page .partner-container .partner-card:hover {
    transform: translateY(-5px);
}

.home-page .partner-container .icon-wrapper {
    width: 66px;
    height: 66px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-page .partner-container .icon-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-page .partner-container .partner-title {
    font-size: 22px;
    color: #333;
    margin-top: 16px;
    font-weight: 500;
}

.home-page .platform {
    background: url(https://customize-uploads.lingxi360.com/outsource/cvsf/bg-platform.png) center center no-repeat;
}
.home-page .platform-container {
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 0px;
    box-sizing: border-box;
}

.home-page .platform-container .left-panel {
    width: 180px;
    height: 193px;
    background: url(https://customize-uploads.lingxi360.com/outsource/cvsf/platform-left-bg.png) center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-page .platform-container .logo-box {
    font-size: 20px;
    color: white;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    padding: 20px;
}

.home-page .platform-container .middle-panel {
    flex: 1;
    display: flex;
    justify-content: space-around;
    padding-left: 40px;
    min-width: 0;
}

.home-page .platform-container .middle-panel .section {
    width: 448px;
    height: 193px;
    background: rgba(255, 255, 255, 0.5);

}
.home-page .platform .platform-container .middle-panel .section:last-child {
    width: 308px;
    margin-right: 0;
}

.home-page .platform-container .section {
    margin-right: 40px;
}

.home-page .platform-container .section-title {
    background: var(--primary);
    color: white;
    padding: 5px 10px;
    display: inline-block;
    font-weight: bold;
    border-radius: 3px 0 0 0;
    margin-bottom: 20px;
    position: relative;
    font-size: 16px;
    line-height: 21px;
}

.home-page .platform-container ul {
    list-style: none;
    padding-left: 35px;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.home-page .platform .platform-container .middle-panel .section:last-child ul {
    display: block;
}
.home-page .platform-container ul li {
    font-size: 18px;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    width: 50%;
    margin-bottom: 20px;
    line-height: 1.5;
}
.home-page .platform .platform-container .middle-panel .section:last-child ul li {
    width: 100%;
}

.home-page .platform-container ul li a {
    color: var(--text-normal);
    padding-left: 30px;
    position: relative;
}
.home-page .platform-container ul li a:before {
    content: '.';
    display: block;
    color: var(--text-normal);
    position: absolute;
    left: 15px;
    font-size: 28px;
    top: 2px;
    line-height: 0;
}

/***********首页结束***********/



/***********footer结束***********/
.footer-wrap {
    background: var(--primary);
}
.footer-wrap .text-to-top:hover a{
    color: white !important;
}
.footer {
    width: 1440px;
    margin: 0 auto;
    background: var(--primary);
    color: #fff;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    font-size: 16px;
}

.footer-container {
    display: flex;
    padding: 40px 0 20px 0;
    border-bottom: 1px solid #fff2;
}

.footer-left {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 60px;
}

.footer-logo {
    width: 290px;
    margin-bottom: 20px;
}

.footer-info {
    width: 300px;
 }
.footer-info p.left-info {
    margin: 4px 0;
    margin-bottom: 20px;
    line-height: 1.6;
}

.footer-links {
    flex: 3;
    display: flex;
    justify-content: space-between;
}

.footer-col a h4 {
    color: white;
}

.footer-col h4 {
    margin-bottom: 30px;
    font-weight: bold;
}
.footer-col.partner {
    padding-left: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-col.partner ul li{
    font-size: 12px;
}
.footer-col.partner h4 {
    margin-bottom: 20px;
}
.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    width: 250px;
    display: flex;
    flex-wrap: wrap;
}

.footer-col ul li {
    cursor: pointer;
    margin-bottom: 20px;
    font-size: 14px;
    width: 50%;
}
.footer-col ul li a {
    display: block;
    color: rgba(255, 255, 255, 0.5);
}

.footer-qrcodes {
    display: flex;
    gap: 14px;
    margin-bottom: 12px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

.footer-qrcodes div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-qrcodes img {
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 12px;
}

.footer-bottom {
    align-items: center;
    text-align: center;
    padding: 16px 0 8px 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}
.footer-bottom .copyright {
    padding-right: 40px;
}
.footer-bottom a {
    color: rgba(255, 255, 255, 0.5);
}
/***********footer结束***********/

/***********项目开始***********/
.project-wrap .project-container {
    width: 1440px;
    padding: 40px;
    margin: 0 auto;
    background: white;
    box-sizing: border-box;
}

.project-tabs.tabs {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
}

.project-tabs .tab {
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    background: none;
    font-size: 18px;
    position: relative;
    color: #C02A26;
}

.project-tabs .tab.active,  .project-tabs .tab:hover {
    color: #fff;
    background: linear-gradient(270deg, #F78010 3%, #CE1707 99%) !important;
}
.project-tabs {
    margin-bottom: 40px;
}
.project-tabs .tab:not(.active) {
    background: #f8e5e3;
}
.project-tabs a:first-child button, .project-tabs span:first-child button {
    border-top-left-radius: 4px;
}

.project-tabs a:last-child button, .project-tabs span:last-child button{
    border-top-right-radius: 4px;
}

.project-wrap .project-container .tab-content {
    padding: 20px 0;
}

.project-wrap .project-container .tab-pane {
    display: none;
}

.project-wrap .project-container .tab-pane.active {
    display: block;
}
/*搜索*/
.project-search-container {
    gap: 20px;
    display: flex;
    align-items: flex-start;
    min-width: 300px;
}

.project-search-container .filter-container {
    flex: 1;
}
.project-search-container .filter-section {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.project-search-container .filter-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.project-search-container .filter-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.project-search-container .filter-option {
    padding: 8px 17px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
    color: #333;
}

.project-search-container .filter-option:hover {
    color: white;
    background: #B23C34;
}

.project-search-container .filter-option.active {
    background-color: #B23C34;
    color: white;
}

.project-search-container .search-form {
    display: flex;
    gap: 12px;
    width: 340px;
    height: 50px;
    max-width: 100%;
    margin-top: -5px;
    position: relative;
}

.project-search-container .search-input-wrap {
    flex: 1;

    border: 1px solid #E5E5E5;
    border-radius: 4px;

    color: #333;
    background: #FFFFFF;
}

.project-search-container .search-input-wrap input {
    outline: none;
    height: 48px;
    padding: 0 16px;
    font-size: 16px;
    width: 230px;
}

.project-search-container .search-input::placeholder {
    color: #999999;
}

.project-search-container .search-input:focus {
    outline: none;
    border-color: #C02A26;
}

.project-search-container .project-search-button {
    height: 40px;
    width: 72px;
    background: #C02A26;
    border: none;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s;
    position: absolute;
    right: 5px;
    top: 5px;
}

.project-search-container .project-search-button:hover {
    background: #C02A26;
}
/*搜索*/

/*列表*/
.project-list-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px 0;
}

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

.project-list-container .project-card {
    background: white;
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.3s ease;
    position: relative;
    padding-bottom: 50px;
    border: 1px solid rgba(202, 202, 202, 0.49);
}

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

.project-list-container .project-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.project-list-container .project-content {
    padding: 25px;
}

.project-list-container .project-status {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #4CAF50;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
}

.project-list-container .project-status.status-end {
    background: gray;
}

.project-list-container .project-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
    line-height: 1.4;
}

.project-list-container .project-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.project-list-container .project-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.project-list-container .project-tags a {
    display: inline-block;
    margin-bottom: 8px;
}

.project-list-container .tag {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
}

.project-list-container .tag-public {
    background-color: #ffebee;
    color: #C02A26;
}
.project-list-container .btn-group {
    padding: 0 25px 25px 25px;
    position: absolute;
    bottom: 0;
}
.project-list-container .tag-psychology {
    background-color: #fff3e0;
    color: #C02A26;
}

.project-list-container .project-button {
    display: inline-block;
    margin-top: 15px;
    margin-right: 12px;
    padding: 10px 20px;
    border: 1px solid #C02A26;
    color: #C02A26;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s ease;
}
.project-list-container .project-button:hover,  .project-list-container .project-button.active {
    background-color: #C02A26;
    color: white;
}

.project-list-container .image-container {
    position: relative;
    overflow: hidden;
}
/*列表*/
/*浮窗*/
.project-flow-right {
    position: sticky;
    top: 300px;
    float: right;
    text-align: center;
    width: 195px;
    font-size: 12px;
    z-index: 999;
}
.project-flow-right .top {
    height: 150px;
    padding-top: 62px;
    box-sizing: border-box;
    width: 100%;
}
.project-flow-right .top .number {
    font-size: 18px;
    color: #E71F1A;
    font-weight: 600;
    margin-top: 10px;
}
.project-flow-right .top .summary {
    line-height: 1.4;
}
.project-flow-right .bottom {
    margin-bottom: 10px;
    height: 100px;
    width: 100%;
}
.project-flow-right .bottom .summary {
    padding-top: 26px;
}
.project-flow-right .bottom .float-btn {
    margin-top: 14px;
}
.project-flow-right .bottom .float-btn button {
    color: white;
    width: 98px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    background: #C02A26;
    border-radius: 5.6px;
}
.project-flow-right .bottom .float-btn button:hover {
    cursor: pointer;
}
/*浮窗*/
/*详情*/
.content-detail-wrap {
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
    background-image: url(https://customize-uploads.lingxi360.com/outsource/cvsf/content-top-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
.content-detail-wrap .content-detail {
    /*min-height: 300px;*/
}
.empty-wrap {
    display: none;
}
.content-detail-wrap .title {
    margin-bottom: 60px;
}
.content-detail-wrap .title h1:after {
    content: '';
    display: block;
    width: 1120px;
    height: 1px;
    background: #E5E5E5;
    position: absolute;
    bottom: -20px;
    left: -30px;
}
.content-detail-wrap .title img {
    width: 36px;
    margin-right: 20px;
}
.content-detail-wrap .title h1 {
    font-size: 24px;
    font-weight: 500;
    position: relative;
    line-height: 1.6;
}
.content-detail-wrap .project-tabs {
    margin-bottom: 30px;
}
.content-detail-wrap .content-detail {
    margin-bottom: 50px;
}
/*详情*/
/*视频图片*/
.project-detail-media-container {
    max-width: 1120px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.project-detail-media-container .nav {
    display: flex;
    justify-content: center;
    gap: 36px;
    font-size: 22px;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.project-detail-media-container .nav-item {
    font-size: 18px;
    color: #333;
    text-decoration: none;
    position: relative;
}

.project-detail-media-container .nav-item.active {
    background: linear-gradient(270deg, #EB9348 0%, #CA2A1C 100%), #333333;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.project-detail-media-container .nav-item:first-child::after {
    content: '';
    position: absolute;
    left: 51px;
    height: 22px;
    width: 2px;
    background-color: #000000;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 0 87px;
}

.project-wrap .project-container .video-grid {
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    gap: 38px;
}
.video-grid .video-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    cursor: pointer;
    position: relative;
}

.video-grid .video-card:hover {
    transform: translateY(-5px);
}

.video-grid .video-card .video-thumbnail {
    position: relative;
    width: 100%;
    height: 290px;
    /*padding-bottom: 290px;*/
    /*background-color: #000;*/
    overflow: hidden;
}

.video-grid .video-card .video-thumbnail a:hover {
    opacity: 1;
}

.video-grid .video-card .video-thumbnail img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    /*position: absolute;*/
}

.video-grid .video-card .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    background: url(https://customize-uploads.lingxi360.com/outsource/cvsf/video-icon.png);
    background-size: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-grid .video-card .video-title {
    padding: 19px 26px;
    font-size: 18px;
    color: #fff;
    background: rgba(188, 40, 27, 0.65);
    backdrop-filter: blur(10px);
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
}

.project-tabs .more-media {
    color: var(--primary);
}
/*视频图片*/

.project-number-container {
    display: flex;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}

.project-number-container .card {
    flex: 1;
    background: white;
    padding: 24px 40px;
}

.project-number-container .card:first-child {
    border-right: 1px solid #e0e0e0;
}

.project-number-container .card:last-child {
    border-right: none;
}

.project-number-container .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    color: #333;
}

.project-number-container .card-title {
    font-size: 18px;
    font-weight: 500;
}

.project-number-container .data-time {
    color: #999;
    font-size: 14px;
}

.project-number-container .number {
    font-size: 48px;
    color: #d23f31;
    font-weight: bold;
    font-family: Arial, sans-serif;
}

.project-number-container .donation-amount {
    position: relative;
}

.project-number-container .donation-amount .number {
    font-size: 42px;
    word-spacing: 4px;
    letter-spacing: 1px;
}

.project-money-container {
    padding: 0 40px 50px 40px;
    background-color: white;
    border-radius: 10px;
}

.project-money-container .stats-container {
    display: flex;
    align-items: center;
    gap: 40px;
}

.project-money-container .data-container {
    flex-grow: 1;
    margin-top: 14px;
}

.project-money-container .progress-circle::before {
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    background: white;
    border-radius: 50%;
    z-index: 1;
}

.project-money-container .progress-text {
    position: relative;
    z-index: 2;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.project-money-container .data-item {
    margin-bottom: 26px;
    display: flex;
    align-items: center;
}

.project-money-container .data-label {
    font-size: 16px;
    color: #333;
    margin-right: 43px;
    /*margin-bottom: 8px;*/
}

.project-money-container .data-value {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.project-gallery-container {
    margin: 0 auto;
    padding: 20px 0 50px 0;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.project-gallery-container .gallery {
    flex: 0 0 486px;
    width: 486px;
}

.project-gallery-container .gallery-item {
    background: white;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.project-gallery-container .gallery-images {
    position: relative;
    width: 100%;
    height: 271px;
}

.project-gallery-container .gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.project-gallery-container .gallery-image.active {
    opacity: 1;
    z-index: 1;
}

.project-gallery-container .gallery-content {
    padding: 20px;
    z-index: 2;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 18px;
    box-sizing: border-box;
    border-radius: 0px 0px 6px 6px;
    background: rgba(188, 40, 27, 0.65);
    backdrop-filter: blur(10px);
}

.project-gallery-container .gallery-title {
    color: white;
    font-size: 1.2em;
    transition: opacity 0.3s ease;
}

/*.project-gallery-container .gallery-date {
    color: #666;
    font-size: 0.9em;
    transition: opacity 0.3s ease;
}*/

.project-gallery-container .news-list {
    flex: 1;
    background: white;
    border-radius: 8px;
    padding: 8px 0 8px 10px;
    align-self: flex-start;
    width: 554px;
}

.project-gallery-container .news-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    padding: 15px 0;
    line-height: 30px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.project-gallery-container .news-item:last-child {
    border-bottom: none;
}

/*.project-gallery-container .news-item:hover {
    background-color: #f5f5f5;
}*/

.project-gallery-container .news-title {
    color: #333;
    text-decoration: none;
    flex: 1;
    margin-right: 20px;
}

.project-gallery-container .news-item:hover .news-title, .project-gallery-container .news-item:hover .news-date {
    color: #C02A26;
}

.project-gallery-container .news-date {
    color: #666;
    font-size: 0.9em;
}
.project-progress-container {
    max-width: 1120px;
    margin: 0 auto;
    min-height:200px;
    padding: 20px;
    background-color: #fff;
    position: relative;
}

.project-progress-container:before {
    content: '';
    position: absolute;
    left: 25px;
    top: 20px;
    height: calc(100% - 40px);
    width: 2px;
    background: rgba(192, 42, 38, 0.15);
}

.project-progress-container .timeline-item {
    margin-bottom: 40px;
    position: relative;
    padding-left: 30px;
}
.project-progress-container .timeline-item p, .project-progress-container .timeline-item p * {
    font-size: 14px !important;
    line-height: 1.5 !important;
}
.project-progress-container .timeline-item img {
    margin: 10px 0;
}
.project-progress-container .hide-image-gallery {
    height: 0;
    overflow: hidden;
    margin: 0;
}

.project-progress-container .timeline-item::before {
    content: "";
    position: absolute;
    left: 0;
    width: 12px;
    height: 12px;
    background-color: #e74c3c;
    border-radius: 50%;
}

.project-progress-container .date {
    font-size: 14px;
    color: #999999;
    margin-bottom: 15px;
}
/*.content-detail-wrap .project-progress-container .title:after {
    display: none;
}
.project-progress-container .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 14px;
    color: #333;
}*/

.project-progress-container .content {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: justify;
    color: #777777;
}

.project-progress-container .image-gallery {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 14px;
}

.project-progress-container .image-gallery img {
    width: 134px;
    height: 119px;
    border-radius: 8px;
    border: 1px solid #E5E5E5;
    /*padding: 2px;*/
    box-sizing: border-box;
    object-fit: contain;
}

.project-progress-container .load-more {
    /*display: inline-block;*/
    display: none;
    color: #C02A26;
    text-decoration: none;
    margin-top: -10px;
    margin-left: 30px;
    font-size: 16px;
}
.project-progress-container .load-more img {
    width:24px;
}

.project-progress-container .load-more:hover {
    text-decoration: underline;
}
/***********项目结束***********/
/***********内容详情页***********/
.content-wrap {
    display: flex;
    gap: 20px;
}
.content-wrap .content-recomend {
    width: 400px;
}
.content-wrap .content-detail {
    width: 1120px;
    padding: 26px 30px 40px 30px;
    background: #fff;
    box-sizing: border-box;
    position: relative;
}
.content-wrap .content-detail .title {
    margin-bottom: 40px;
    padding: 0 30px;
    width: 1120px;
    margin-left: -30px;
    box-sizing: border-box;
    padding-bottom: 26px;
    border-bottom: 1px solid #E5E5E5;
}
.content-wrap .content-detail .title h1 {
    font-size: 24px !important;
    line-height: 1.5;
}
.content-wrap .content-detail .content-title {
    text-align: center;
}
.content-wrap .content-detail .content-title p {
    color :#777;
    font-size: 16px !important;
    line-height: 24px;
    margin-bottom: 30px;
}
.content-wrap .content-detail .content-title h2 {
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 1.6;
}
.content-wrap .content-detail .title img {
    width: 36px;margin-right: 20px;
}
.content-wrap .content-detail.media-list .video-card img{
    margin: 0;
    height: 240px !important;
}
.content-detail .web-link-wrap {
    display: inline-block;
}
.content-detail .web-link {
    padding-right: 18px;
    height: 60px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    background: #FDEDED;
    box-sizing: border-box;
    border: 1px solid #FFB1AF;
    padding-left: 18px;
    margin-bottom: 30px;
}
.content-detail .web-link img {
    width: 24px;
    height: 24px !important;
    margin-right: 10px;
}
.content-detail .web-link a {
    font-size: 18px;
    display: block;
    line-height: 60px;
    width: 100%;
    height: 100%;
}
.content-recomend .recommend-container {
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
}

.content-recomend .recommend-container .header {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.content-recomend .recommend-container .header h1 {
    color: #AA2B1A;
    font-size: 24px;
    font-weight: bold;
    padding-left: 22px;
    position: relative;
}

.content-recomend .recommend-container .header h1::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 24px;
    background-color: #cccccc;
    border-radius: 2px;
}

.content-recomend .recommend-container .content {
    padding: 20px;
}

.content-recomend .recommend-container .article {
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.content-recomend .recommend-container .article:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.content-recomend .recommend-container .article h2 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 2;
    color: #333;
    font-weight: 500;
}

.content-recomend .recommend-container .article .date {
    color: #777;
    font-size: 14px;
    line-height: 24px;
}

.content-recomend .recommend-container a {
    text-decoration: none;
    color: #333;
}

.content-recomend .recommend-container a:hover h2 {
    color: #8B0000;
}

.content-detail .nav-container {
    max-width: 1000px;
    margin: 30px auto 20px;
    /*padding: 0 15px;*/
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
}

.content-detail .nav-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    background-color: #eee;
}

.content-detail .nav-link {
    padding: 20px 0;
    text-decoration: none;
    color: #666;
    flex: 1;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.content-detail .nav-link:hover .nav-direction, .content-detail .nav-link:hover {
    /*background-color: #f8f9fa;*/
    color: #8B0000;
}

.content-detail .nav-next .nav-text {
    margin-left: 78px;
}

.content-detail .nav-prev {
    text-align: left;
    border-right: 1px solid #eee;
}

.content-detail .nav-next {
    text-align: right;
}

.content-detail .nav-direction-wrapper {
    /*display: flex;
    align-items: center;
    gap: 5px;*/
}

.content-detail .nav-next .nav-direction-wrapper {
    justify-content: flex-end;
}

.content-detail .nav-arrow {
    width: 24px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.content-detail .opacity0 {
    opacity: 0;
    cursor: default;
}
.content-detail .nav-text {
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content-detail .nav-direction {
    font-size: 14px;
    color: #999;
}
/***********内容详情页***********/
/***********理事会页***********/
.council-container {
    padding-top: 30px;
    margin: 0 auto;
    margin-top: -30px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: start;
    padding-left: 30px;
    width: 1120px;
    margin-left: -30px;
    background-image: url(https://customize-uploads.lingxi360.com/outsource/cvsf/content-top-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    min-height: 300px;
}
.video-container-wrap .content-grid .image-info {
    position: relative;
}
.council-container .member-card {
    background: white;
    padding: 20px;
    width: 250px;
    box-sizing: border-box;
    transition: transform 0.3s ease;
    border-radius: 4px;
    background: linear-gradient(180deg, rgba(192, 42, 7, 0.1) 0%, rgba(246, 246, 246, 0.1) 99%);
    border: 1px solid;
    border-image: linear-gradient(180deg, rgba(243, 1, 1, 0.22) 5%, rgba(255, 192, 192, 0) 100%) 1;
    border-bottom: 0;
}

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

.council-container .member-name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 1rem;
    color: #333;
}

.council-container .member-position {
    display: inline-block;
    border-radius: 2px;
    background: rgba(170, 43, 26, 0.1);
    color: #AA2B1A;
    padding: 0.5rem 1rem;
    font-size: 14px;
    margin-bottom: 1rem;
}

.council-container .member-title {
    color: #666;
    line-height: 1.5;
    font-size: 16px !important;
}
/***********理事会页***********/
/***********责任人页***********/
.people-list-container {
    max-width: 1120px;
    margin: 0 auto;
}

.people-list-container .leader-card {
    display: flex;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 32px;
}

.people-list-container .leader-image {
    width: 140px;
    height: 180px !important;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 30px;
}

.people-list-container .leader-info {
    flex: 1;
}

.people-list-container .leader-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 14px;
    line-height: 26px;
}

.people-list-container .leader-title {
    display: inline-block;
    background: rgba(170, 43, 26, 0.1);
    color: #AA2B1A;
    padding: 6px 16px;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 16px;
}

.people-list-container .leader-description {
    font-size: 14px !important;
    line-height: 24px;
    color: #777;
}
/***********责任人页***********/
/***********公告公示页***********/
.text-list-container {
    max-width: 1120px;
    margin: 20px auto;
}

.text-list-container .news-list {
    list-style: none;
    background-color: #fff;
    border-radius: 4px;
}

.text-list-container .news-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 18px;
    background-color: #e6e6e6;
}

.text-list-container .news-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
    transition: background-color 0.2s ease;
    position: relative;
}

.text-list-container .news-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.text-list-container .news-item:last-child:before {
    top: 80%;
}

.text-list-container .news-title {
    flex: 1;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    padding-right: 20px;
    transition: all 0.3s ease;
    display: inline-block;
    min-height: 18px;
    font-size: 17px;
}

.text-list-container .news-title:hover {
    color: #c41230;
    font-size: 17px;
}

.text-list-container .news-date {
    color: #999;
    font-size: 14px;
    white-space: nowrap;
}
/***********公告公示页***********/
/***********合作伙伴-爱心企业页***********/
.image-list-container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: flex-start;
}

.image-list-container .logo-card {
    background: #ffffff;
    padding: 2px;
    width: 199px;
    height: 90px;
    display: flex;
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.image-list-container .logo-card:hover {
    transform: translateY(-5px);
}

.image-list-container .logo-card img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}
/***********合作伙伴-爱心企业页***********/
/***********审计报告页***********/
.report-container {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    gap: 20px;
}

.report-container .report-card {
    width: 210px;
    overflow: hidden;
    transition: transform 0.3s ease;
    margin-bottom: 15px;
}
.report-container .report-card:nth-last-child(-n+4) {
    margin-bottom: 0;
}

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

.report-container .card-header {
    background: linear-gradient(135deg, #fff5f5 0%, #fff 100%);
    border-bottom: 1px solid #f0f0f0;
}

.report-container .logo {
    width: 210px;
    height: 250px;
    display: block;
}

.report-container .card-body {
    padding: 20px 13px;
    background: transparent;
}

.report-container .report-title {
    color: #333;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: normal;
}

.report-container .button-group {
    display: flex;
    gap: 10px;
}

.report-container .button-group a {
    flex: 1;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    border: none;
    transition: background-color 0.3s ease;
    display: block;
}

.report-container .button-group a button {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    padding: 8px 0;
}
.report-container .button-group a button:hover {
    cursor: pointer;
}

.report-container .btn-preview {
    background-color: #b7392f;
    color: white;
}

.report-container .btn-preview:hover {
    background-color: #9e2f27;
}

.report-container .btn-download {
    background-color: #fff;
    color: #333;
    border: 1px solid #ddd;
}

.report-container .btn-download:hover {
    background-color: #f5f5f5;
}
/***********审计报告页***********/
/***********捐赠公示页***********/
.donation-wrapper .donation-top {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
    border-bottom: 1px solid rgba(216, 216, 216, 0.41);
}

.donation-wrapper .donation-top .stat-card {
    flex: 1;
    text-align: center;
    padding: 0 30px 30px 30px;
    position: relative;
}

.donation-wrapper .donation-top .stat-card:first-child::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
    width: 1px;
    background-color: #e0e0e0;
}

.donation-wrapper .donation-top .stat-title {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-bottom: 10px;
    font-weight: normal;
}

.donation-wrapper .donation-top .stat-number {
    font-size: 40px !important;
    line-height: 48px !important;
    color: #B22222;
    font-weight: bold !important;
    margin: 0;
    font-variant-numeric: tabular-nums;
}

/* 添加数字动画效果 */
@keyframes countUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.donation-wrapper .donation-top .stat-number {
    animation: countUp 1s ease-out forwards;
}


.donation-wrapper .comp-form {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.donation-wrapper .comp-form input.padding-left {
    padding-left: 20px;
}
.donation-wrapper .comp-form input.padding-right {
    padding-right: 20px;
}
.donation-wrapper .comp-form input {
    line-height: 38px;
    width: 155px;
    outline: none;
}
.donation-wrapper .comp-form .form-btn {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--primary);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: white;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    margin-right: 12px;
    width: 84px;
}

.donation-wrapper .comp-form .form-reset-btn {
    color: black;
    background: white;
    border: 1px solid #CACACA;
    display: inline-block;
    line-height: 38px;
    box-sizing: border-box;
}
.donation-wrapper .comp-form .form-btn img {
    width: 20px;
    margin-right: 6px;
}
.donation-wrapper .comp-form .form-input {
    display: inline-block;
    height: 40px;
    padding: 0 20px;
    box-sizing: border-box;
    border: 1px solid #DCDFE6;
    border-radius: 4px;
    font-size: 14px;
    color: #666;
    outline: none;
}
.donation-wrapper .comp-form .form-input-group {
    width: 345px;
    box-sizing: border-box;
    padding-right: 0;
}
.donation-wrapper .comp-form .form-input-group input {
    width: 110px;
}
.donation-wrapper .comp-form > *{
    margin-right: 20px;
    margin-bottom: 20px;
}
.donation-wrapper .comp-form .form-input::-webkit-input-placeholder {
    color: #999999;
}
.donation-wrapper {
    margin-top: -20px;
    padding-bottom: 60px;
}
.donation-wrapper .main-inner {
    width: 1000px;
}
.donation-wrapper .main-content {
    width: 810px;
}
.donation-wrapper .nums .symbol:last-child {
    display: none;
}
.donation-wrapper .comp-tags {
    margin: 24px 0 30px;
}
.donation-wrapper .main-title {
    line-height: 32px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}
.donation-wrapper .nums {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.donation-wrapper .nums .num {
    width: 45px;
    height: 62px;
    line-height: 62px;
    background-color: #F1F1F1;
    color: var(--primary);
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    margin-right: 10px;
}
.donation-wrapper .nums .num:last-child {
    margin-right: 0;
}
.donation-wrapper .donate-count {
    margin-top: 20px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}
.donation-wrapper .nums .symbol {
    margin-right: 10px;
    height: 62px;
    line-height: 80px;
    font-size: 40px;
    color: #333333;
}


.donation-wrapper .list-container {
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
}

.donation-wrapper .list-container .donation-table {
    width: 100%;
    border-collapse: collapse;
}

.donation-wrapper .list-container .donation-table th,
.donation-wrapper .list-container .donation-table td {
    padding: 14px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.donation-wrapper .list-container .donation-table th {
    background-color: #fff1f0;
    font-weight: normal;
    color: #333;
}

.donation-wrapper .list-container .donation-table tr:nth-child(even) {
    background-color: #fafafa;
}

.donation-wrapper .list-container .donation-table tr:hover {
    background-color: #f5f5f5;
}

.donation-wrapper .list-container .date {
    color: #666;
}
/***********捐赠公示页***********/
/***********专项基金页***********/
.fund-list-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px;
}

.fund-list-container .project-card {
    display: flex;
    background: #fff;
    overflow: hidden;
    margin-bottom: 32px;
    transition: transform 0.3s ease;
}
.fund-list-container .project-card .left-img-wrap {
    width: 316px;
    height: 180px;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}
.fund-list-container .project-card:last-child {
    margin-bottom: 0;
}

.fund-list-container .project-card:hover .project-title {
    color: var(--primary);
}
.fund-list-container a.img-wrap {
    overflow: hidden;
    /*border-radius: 8px 8px 0 0;*/
    display: block;
    margin-bottom: 32px;
}
.fund-list-container .project-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fund-list-container .project-content {
    padding: 10px 20px;
    flex: 1;
}

.fund-list-container .project-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}

.fund-list-container .project-description {
    color: #666;
    margin-bottom: 42px;
    line-height: 1.8;
    font-size: 14px;
    min-height: 50px;
}

.fund-list-container .project-button {
    display: inline-block;
    padding: 8px 20px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
    transition: background-color 0.3s ease;
}

.fund-list-container .project-button:hover {
    background-color: var(--primary);
    color: white;
}
/***********专项基金页***********/
/***********搜索页***********/
.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;
}
.search-normal-list-container {
    /*width: 1440px;*/
    margin: 0 auto;
    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;
}

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

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

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

.search-normal-list-container .report-link span {
    color: #C02A26;
    margin-left: 5px;
}
.search-result-category-container {
    width: 1440px;
    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: #C02A26;
    font-weight: bold;
}
.search-result-category-container a:hover {
    color: #C02A26;
}
.search-result-content-container .search-load-more {
    margin-top: 25px;
    color: #C02A26;
    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;
}
/***********搜索页***********/
/***********手机端隐藏元素***********/
.mobile-nav-wrap, .mobile-menu-wrapper, .mobile-nav, .mobile-nav-submenu, .mobile-search-form, .mobile-home-banner, .mobile-top-ad-swiper, .mobile-center-ad-swiper, .mobile-search-box {
    display:none;
}
/***********手机导航页***********/
.comp-empty {
    margin: 60px auto;
    text-align: center;
}