:root {
    --primary: #D5A750;
    --color-primary: #666666;
    --image-pdf: url('https://uploads.customize.lingxi360.com/shenzhen_longyue/images/2023/0820/9e4eb27c9d4cf6f66d547c99f70bdbd0.png');
    --image-img: url('https://file.lingxi360.com/form/20230815/64db24162eb0e.png-scale560');
    --image-excel: url('https://file.lingxi360.com/form/20230817/64ddbdde2740c.png-scale560');
    --image-word: url('https://uploads.customize.lingxi360.com/shenzhen_longyue/images/2023/0820/567b1bf6d2b0fb53145f1254ce4b652f.png');
    --green-primary: #526F4A;
}
* {
    margin: 0;
    padding: 0;
}
html,
body {
    width: 100%;
    min-width: 1100px;
    line-height: 1;
    font-size: 18px;
    overflow-x: hidden;
    word-wrap: break-word;
    word-break: break-all;
}
html body {
    overflow: hidden;
    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;
}
img {
    border: none;
    vertical-align: middle;
}
input {
    border: none;
}
button {
    border: none;
    background-color: transparent;
}
p {
    margin: 0;
}
.transition {
    transition: all ease .3s;
}
.text-center {
    text-align: center;
}
.text-primary {
    color: var(--primary);
}
.no-hover {
    cursor: default !important; opacity: 1 !important;
}
.wrap-center {
    width: 1100px;
    margin: 0 auto;
}
.header-wrapper {
    height: 100px;
    background: transparent;
}
.flex {
    display: flex;
}
.radius {
    border-radius: 8px;
}
.header-wrapper .header-inner {
    position: fixed;
    width: 100%;
    height: 100px;
    top: 0;
    z-index: 1000;
    box-shadow: 0px 4px 16px 0px rgba(61, 71, 64, 0.17);
}
.header-wrapper .header-main {
    width: 1150px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 100%;
}
@media (any-hover: hover) {
    .header-wrapper .header-main .logo-link:hover {
        opacity: 0.7;
    }
    .common-title:hover .com-more {
        color: var(--primary);
    }
    .common-title .com-more:hover span {
        right: 0px;
    }
}
.header-wrapper .header-main .logo-link .logo {
    height: 48px;
}
.header-wrapper .header-main .links {
    display: flex;
}
.header-wrapper .header-main .links .links-item {
    position: relative;
    height: 100px;
    display: flex;
    align-items: center;
}
.header-wrapper .header-main .links .links-item + .links-item {
    margin-left: 40px;
}
@media (any-hover: hover) {
    .header-wrapper .header-main .links .links-item:hover .link {
        color: var(--primary);
        margin-top: -5px;
    }
    .header-wrapper .header-main .links .links-item:hover .link.active {
        color: var(--primary);
    }
    .header-wrapper .header-main .links .links-item:hover .links-sub {
        display: block; font-size: 18px;
    }
}
.header-wrapper .header-main .links .links-item .link {
    display: block;
    transition: all ease .2s;
    line-height: 44px;
    font-size: 18px;
}

.header-inner.bg-white .header-main .links .links-item .link {
    color: #333333;
}
.header-wrapper .header-inner, .header-wrapper .header-inner.bg-white{
    background: white;
}
.header-wrapper .header-main .links .links-item .link.active {
    color: var(--primary);
    font-weight: bold;
}
.header-wrapper .header-main .links .links-item .links-sub {
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: none;
    position: absolute;
    left: 50%;
    top: 78px;
    width: 202px;
    transition: all 0.3s;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 20px 0;
    background-color: #fff;
}
.header-wrapper .header-main .links .links-item .links-sub:before {
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    margin: auto;
    display: block;
    content: '';
    width: 0;
    border: 10px solid #fff;
    border-color: transparent transparent #fff transparent;
}
.header-wrapper .header-main .links .links-item .links-sub .links-sub-link {
    position: relative;
    z-index: 10;
    display: block;
    padding: 10px 0;
    line-height: 26px;
    text-align: center;
    color: #333333;
    font-size: 18ppx;
}
.header-wrapper .header-main .links .links-item .links-sub .links-sub-link.active {
    color: var(--primary);
}
@media (any-hover: hover) {
    .header-wrapper .header-main .links .links-item .links-sub .links-sub-link:hover {
        color: var(--primary);
    }
}
.donate-btn:hover {
    opacity: 0.8;
}
.donate-btn {
    background-color: var(--primary);
    color: white !important;
    border-radius: 225px;
    width: 110px;
    text-align:center;
}
.footer-wrapper {
    position: relative;
    margin-top: 50px;
    background-color: var(--green-primary);
}

.footer-wrapper .footer-main {
    width: 1250px;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 40px 0 60px;
}
.footer-wrapper .footer-main .footer-logo {
    width: 259px;
    margin-bottom: 30px;
}
@media (any-hover: hover) {
    .footer-wrapper .footer-main .footer-logo:hover {
        opacity: 0.7;
    }
}
/*.footer-wrapper .footer-main .pc-footer-links {
    display: flex;
}*/
.footer-wrapper .footer-main .pc-footer-links .footer-links-item {
    min-width: 82px;
    margin-right: 33px;
    float: left;
}
.footer-wrapper .footer-main .pc-footer-links .footer-links-item:last-child {
    margin-right: 0;
}
.footer-wrapper .footer-main .pc-footer-links .footer-links-item.contact {
    width: 345px;
}
.footer-wrapper .footer-main .pc-footer-links .footer-links-item .link-box.active .link {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
    color: var(--primary);
}
.footer-wrapper .footer-main .pc-footer-links .footer-links-item .link-box .link {
    display: inline-block;
    line-height: 30px;
    margin-bottom: 5px;
    font-size: 16px;
    opacity: 0.8;
    color: var(--primary);
}
.footer-wrapper .footer-main .pc-footer-links .footer-links-item .link-box .link br:after {
    content: '　　　　';
    display: block;
    width: 10px;
    height: 10px;background: red;
}
.opacity1:hover {
    opacity: 0.8 !important;
}
.opacity1 {
    opacity:1 !important;
}
@media (any-hover: hover) {
    .footer-wrapper .footer-main .pc-footer-links .footer-links-item .link-box .link:hover {
        opacity: 0.7;
    }
}
.footer-wrapper .footer-main .pc-footer-links .footer-links-item .follow-list {
    display: flex;
    margin-top: 10px;
}
.footer-wrapper .footer-main .pc-footer-links .footer-links-item .follow-list .follow-item + .follow-item {
    margin-left: 16px;
}
.footer-wrapper .footer-main .pc-footer-links .footer-links-item .follow-list .follow-item .follow-item-link {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: left center;
}
@media (any-hover: hover) {
    .footer-wrapper .footer-main .pc-footer-links .footer-links-item .follow-list .follow-item .follow-item-link:hover {
        opacity: 0.7;
    }
    .footer-wrapper .footer-main .pc-footer-links .footer-links-item .follow-list .follow-item .follow-item-link.wechat:hover {
        background-image: url('https://customize-uploads.lingxi360.com/outsource/shenzhen_longyue/wechat-active.png');
    }
    .footer-wrapper .footer-main .pc-footer-links .footer-links-item .follow-list .follow-item .follow-item-link.douyin:hover {
        background-image: url('https://customize-uploads.lingxi360.com/outsource/shenzhen_longyue/douyin-active.png');
    }
    .footer-wrapper .footer-main .pc-footer-links .footer-links-item .follow-list .follow-item .follow-item-link.sina:hover {
        background-image: url('https://customize-uploads.lingxi360.com/outsource/shenzhen_longyue/sina-active.png');
    }
    .footer-wrapper .footer-main .pc-footer-links .footer-links-item .follow-list .follow-item .follow-item-link.bilibili:hover {
        background-image: url('https://uploads.customize.lingxi360.com/longyue/images/2023/0713/fd7e55934ac4e6b00a33c0d151f74e7e.png');
    }
    .footer-wrapper .footer-main .pc-footer-links .footer-links-item .follow-list .follow-item .follow-item-link.xhs:hover {
        background-image: url('https://customize-uploads.lingxi360.com/outsource/shenzhen_longyue/xiaohongshu-active.png');
    }
}
.footer-wrapper .footer-main .pc-footer-links .footer-links-item .follow-list .follow-item .follow-item-link.active .qrcodes {
    display: block;
}
@media (any-hover: hover) {
    .footer-wrapper .footer-main .pc-footer-links .footer-links-item .follow-list .follow-item .follow-item-link:hover .qrcodes {
        /*top: 42px;*/
        width: auto;
        height: auto;
        transform: translateY(0);
        background: rgba(255, 255, 255, 0.6);
        padding: 20px;
    }
}
.footer-wrapper .footer-main .pc-footer-links .footer-links-item .follow-list .follow-item .follow-item-link.wechat {
    background-image: url('https://file.lingxi360.com/form/20230818/64df2ccb1d82f.png-scale560');
}
.footer-wrapper .footer-main .pc-footer-links .footer-links-item .follow-list .follow-item .follow-item-link.douyin {
    background-image: url('https://file.lingxi360.com/form/20230818/64df2ccacee7a.png-scale560');
}
.footer-wrapper .footer-main .pc-footer-links .footer-links-item .follow-list .follow-item .follow-item-link.sina {
    background-image: url('https://file.lingxi360.com/form/20230818/64df2ccbe6ca1.png-scale560');
}
.footer-wrapper .footer-main .pc-footer-links .footer-links-item .follow-list .follow-item .follow-item-link.xhs {
    background-image: url('https://customize-uploads.lingxi360.com/outsource/shenzhen_longyue/xhs.png');
}
.footer-wrapper .footer-main .pc-footer-links .footer-links-item .follow-list .follow-item .follow-item-link .qrcodes {
    position: absolute;
    left: -40px;
    z-index: 9;
    top: -185px;
    border-radius: 8px;
    font-size: 0;
    white-space: nowrap;
    transition: transform 0.3s;
    width: 0;
    height: 0;
    overflow: hidden;
    transform: translateY(10px);
    /*!*调试代码*!
    width: auto;
    height: auto;
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.58);
    padding: 20px;
    !*调试代码*!*/
}
.footer-wrapper .footer-main .pc-footer-links .footer-links-item .follow-list .follow-item .follow-item-link .qrcodes .qrcode {
    display: inline-block;
    width: 88px;
    padding: 5px;
    vertical-align: middle;
}
.footer-wrapper .footer-main .pc-footer-links .footer-links-item .follow-list .follow-item .follow-item-link .qrcodes .qr-content {
    display: inline-block;
}
.footer-wrapper .footer-main .pc-footer-links .footer-links-item .follow-list .follow-item .follow-item-link .qrcodes .qr-content img {
    padding: 8px; border-radius: 4px;background: white;
}
.footer-wrapper .footer-main .pc-footer-links .footer-links-item .follow-list .follow-item .follow-item-link .qrcodes .qr-content p {
    font-size: 16px;text-align: center;color: white;margin-top: 13px;
}

.footer-wrapper .footer-main .pc-footer-links .footer-links-item .follow-list .follow-item .follow-item-link .qrcodes .qr-content {
    margin-right: 40px;
}
.footer-wrapper .footer-main .pc-footer-links .footer-links-item .follow-list .follow-item .follow-item-link .qrcodes .qr-content:last-child{
    margin-right: 0;
}
.footer-wrapper .footer-main .mobile-footer-links {
    display: none;
}
.footer-wrapper .copyright {
    width: 1100px;
    margin: auto;
    padding: 20px 0;
    line-height: 42px;
    color: var(--primary);
    font-size: 14px;
    text-align: center;
}
.footer-wrapper .copyright p {
    display: inline;
    margin-right: 5px;
}
.footer-wrapper .copyright a {
    color: var(--primary);
}
@media (any-hover: hover) {
    .footer-wrapper .copyright a:hover {
        opacity: 0.7;
    }
}
.custom-video {
    display: none;
}
.custom-video .video {
    width: 800px;
    /*min-height: 400px;*/
    object-fit: cover;
}
.comp-banner {
    position: relative;
    height: 350px;
}
.comp-banner .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.comp-banner .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}
.comp-banner .text .text-title {
    width: 1100px;
    margin: auto;
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 46px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}
.comp-main {
    width: 1100px;
    margin: auto;
}
.comp-main .comp-crumbs {
    margin-top: 30px;
}
.comp-main .main-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 50px;
}
.comp-main .main-inner .main-nav {
    width: 200px;
    padding-left: 30px;
    margin-right: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 16px 0px rgba(226, 226, 226, 0.47);
}
.comp-main .main-inner .main-nav .btn {
    display: block;
    line-height: 50px;
    font-size: 18px;
    color: #333333;
}
.comp-main .main-inner .main-nav .btn {
    transition: all ease .3s;
}
.comp-main .main-inner .main-nav .btn:hover {
    color: var(--primary);margin-left: 10px;
}
.comp-main .main-inner .main-nav .btn.btn--active {
    font-weight: bold;
    color: var(--primary);
    background-image: url('https://uploads.customize.lingxi360.com/shenzhen_longyue/images/2023/0819/7216b7e680f40d0e123689f86ace2ff9.png');
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: right 30px center;
}
.comp-main .main-inner .main-content {
    width: 850px;
    border-radius: 8px;
    box-sizing: border-box;
    flex: 1;
    line-height: 1.9;
    color: black;
    padding: 40px;
    box-shadow: 0px 4px 16px 0px rgba(226, 226, 226, 0.47);
}
.comp-main .main-inner .main-content .tips {
    margin-top: 10px;
}
.comp-main .main-inner .main-content .comp-title {
    font-size: 22px;
    color: black;
    margin-bottom: 46px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
}
.comp-tags {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}
.comp-tags .btn {
    position: relative;
    padding-bottom: 8px;
    line-height: 26px;
    font-size: 18px;
    color: var(--color-primary);
    margin-right: 55px;
}
.comp-tags .btn:last-child {
    margin-right: 0;
}
.comp-tags .btn.btn--active {
    font-weight: bold;
    color: var(--primary);
}
.comp-tags .btn.btn--active:after {
    width: 54px;
}
@media (any-hover: hover) {
    .comp-tags .btn:hover:after {
        /*display: block;*/
        width: 54px;
    }
}
.comp-tags .btn:after {
    /*display: none;*/
    transition: all ease .2s;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 0px;
    height: 2px;
    border-radius: 8px;
    background-color: var(--primary);
    content: '';
}


.common-box {
    display: flex;
    justify-content: space-between;
}
.common-box .text {
    width: 560px;
}
.common-box .text .text-title {
    color: #333333;
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.common-box .text .text-summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 6;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    line-height: 33px;
    margin-top: 30px;
    font-size: 18px;
    color: #666666;
}
.common-box .text .comp-btn {
    margin-top: 30px;
}
.common-box .img-box {
    width: 180px;
    height: 240px;
    overflow: hidden;
    margin-right: 30px;
    margin-bottom: 70px;
}
.common-box:last-of-type .img-box {
    margin-bottom: 50px;
}
.common-box .img-box .img {
    width: 100%;
}
.text-user-list b {
    color: black;
}
.text-user-list p {
    margin-bottom: 10px;
}
.miem-title {
    color: var(--primary);
    margin-bottom: 30px;
}
.miem-summary{
    margin-bottom: 30px;
}
.mien-list .image-list a {
    display: inline-block;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 8px;
}
.image-list a:last-of-type {
    margin-right: 0px;
}
.image-list img {
    width: 240px;height: 181px;object-fit: cover;border-radius: 8px;
}

.mien-list li {
    padding-bottom: 50px; border-bottom: 1px solid #E4E7ED; margin-bottom: 45px;
}
.mien-list li:last-of-type {
    padding-bottom: 0; border-bottom: none; margin-bottom: 0;
}
.contact-right #map {
    width: 390px; height: 290px; margin-top: 15px;
}
.article-wrapper .contact {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}
.contact-right {
    width:390px;
}
.article-wrapper .contact .item-value {
    color: #333;padding-left: 28px;
}
.article-wrapper .contact .item {
    line-height: 2.5;
}
.article-wrapper .contact .item-title {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
    padding-left: 28px;
}
.article-wrapper .contact .email {
    background-image: url('https://uploads.customize.lingxi360.com/shenzhen_longyue/images/2023/0819/1144e4716dfa9f6df6226dc9a89c18b5.png');
}
.article-wrapper .contact .believe {
    background-image: url('https://uploads.customize.lingxi360.com/shenzhen_longyue/images/2023/0819/94c09f3f4ea7c6ad5b0e64759ee1c0db.png');
}
.article-wrapper .contact .mail {
    background-image: url('https://uploads.customize.lingxi360.com/shenzhen_longyue/images/2023/0819/0df8d972768cdb016e2f5d529e1d7b47.png');
}
.article-wrapper .contact .phone {
    background-image: url('https://uploads.customize.lingxi360.com/shenzhen_longyue/images/2023/0819/78412cb505dba7f0981003b51ac9b541.png');
}
.article-wrapper .contact .qq {
    background-image: url('https://uploads.customize.lingxi360.com/shenzhen_longyue/images/2023/0819/9efa05a8813a2a0fa738459d8f29bd85.png');
}
.article-wrapper .contact .wechat {
    background-image: url('https://uploads.customize.lingxi360.com/shenzhen_longyue/images/2023/0819/b3213aea44ca6f07efd5dbf25d199713.png');
}
.article-wrapper .contact .address {
    background-image: url('https://uploads.customize.lingxi360.com/shenzhen_longyue/images/2023/0819/59b2900aa03cb2182a51cdb520b535b6.png');
}
.article img {
    max-width: 100%;height: auto;
}
.news {
    flex: 1;
    width: 0;
}
.news .common-box .text .text-summary {
    -webkit-line-clamp: 3;
    margin-top: 30px;
    line-height: 1.7;
    height: 92px;
}
.news .common-box .img-box {
    width: 243px;height: 181px;
    border-radius: 8px;
}
.news .common-box .img-box .img {
    object-fit: cover;
    width: 100%;height: 100%;
}
.news .common-box .text {
    flex: 1;width: 522px;
}
.news .common-box .date {
    margin-top: 23px;color: #999999;
}
.news .common-box:last-of-type .img-box {
    margin-bottom: 0;
}
.news .list li{
    padding: 30px;transition: all ease .2s;
    margin-bottom: 20px;
    background: #FAFAFA;
    border-radius: 8px;
    border: 1px solid #EEEEEE;
}
.news .list li:last-of-type {
    margin-bottom: 0;
}
@media (any-hover: hover) {
    .mien-list .image-list a:hover img {
        transform: scale(1.1);
    }
    .news .list li:hover {
        box-shadow: 0px 4px 16px 0px rgba(226, 226, 226, 0.8);
        border-color: transparent;
    }
    .news .list li:hover .common-box .text .text-title {
        color: var(--primary);
    }
    .news .list li:hover .img-box img {
        transform: scale(1.1);
    }
}
.content-main {
    width: 900px; margin: 0 auto;
}
.comp-crumbs .link {
    line-height: 30px;
    font-size: 14px;
    color: #999999;
}
.comp-crumbs .link:after {
    content: '>';
    margin: 0 4px 0 8px;
}
.comp-crumbs .link:last-child:after {
    display: none;
}
.article-detail .comp-main {
    width: 900px;
}
.article-detail .comp-main .main-inner .main-content {
    box-shadow: none;
}
.article-detail .comp-main .main-inner .main-content .comp-title {
    margin-bottom: 30px;
}
.article-detail .comp-main .main-inner .main-content .info {
    color: #999999;font-size: 16px;
}
.article-detail .comp-main .main-inner {
    margin-top: 0;
}
.article-detail .comp-main .main-inner .main-content .info .view {
    display: inline-block;
    margin-right: 40px;
}
.article-detail .comp-main .main-inner .main-content .article {
    margin-top: 40px;
}
.video-wrapper {
    padding-bottom: 30px;
}

.video-wrapper .comp-tags {
    margin: 20px 0;
}
.video-wrapper .list-main {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    margin-bottom: -20px;
}
.video-wrapper .list-main .item {
    width: 270px;
    margin-right: 19px;
    margin-bottom: 40px;
}
@media (any-hover: hover) {
    .video-wrapper .list-main .item:hover .item-text .title {
        color: var(--primary);
    }
    .video-wrapper .list-main .item:hover .item-img:after {
        background-color: rgba(0, 0, 0, 0);
    }
    .video-wrapper .list-main .item:hover .item-img .img {
        transform: scale(1.1);
    }
    .custom-popup.custom-popup .layui-layer-setwin a:hover {
        opacity: 0.8;
    }
}
.video-wrapper .list-main .item:nth-child(3n) {
    margin-right: 0;
}
.video-wrapper .list-main .item .item-img {
    position: relative;
    height: 185px;
    overflow: hidden;
    border-radius: 8px;
}
.video-wrapper .list-main .item .item-img:after {
    position: absolute;
    transition: all ease .3s;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url('https://uploads.customize.lingxi360.com/longyue/images/2023/0707/c33454d4804c7fd7f586c38761528598.png');
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: center;
    content: '';
}
.video-wrapper .list-main .item .item-img .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-wrapper .list-main .item .item-text {
    padding-top: 20px;
}
.video-wrapper .list-main .item .item-text .title {
    overflow: hidden;
    text-overflow: ellipsis;
    /*display: box;*/
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 26px;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.video-wrapper .comp-pagenation {
    width: 1100px;margin: 20px auto 0 auto;
}

.custom-popup.custom-popup .layui-layer-setwin a {
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    background-image: url('https://uploads.customize.lingxi360.com/longyue/images/2023/0711/3d7663de51f0d7f3b0ad35ff553188e9.png');
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
}
.custom-popup.custom-popup .layui-layer-setwin {
    right: 0;
    top: 0;
}
.partner-wrap .main {
    margin-top: 50px;
}
.partner-wrap .comp-title {
    margin-bottom: 30px;
    line-height: 30px;
    font-weight: 500;
    font-size: 22px;
    color: #333;
    background-image: url('https://uploads.customize.lingxi360.com/shenzhen_longyue/images/2023/0819/7269932fdd7f8ba760b50d8a119a60c0.png');
    padding-left: 45px;
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: left center;
}
.comp-partner-list {
    width: 1100px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -20px;
}
.comp-partner-list .item {
    width: 204px;
    color: #333333;
    display: inline-block;
}
.comp-partner-list .item:nth-child(5n) .item-img {
    margin-right: 0;
}
.comp-partner-list .item .item-img {
    height: 102px;
    padding: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #E4E7ED;
    box-sizing: border-box;
}
.comp-partner-list .item .item-img .img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.comp-partner-list .item .item-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 26px;
    margin-top: 10px;
    font-size: 16px;
    color: #010101;
}
.project-partner-list-text .comp-partner-list .item {
    width: 100%;
}


.project-partner-list .item-list {
    width: 50%; margin: 0; color: #333333;
    margin-bottom: 30px;
}
.partner-wrap .more {
    text-align: center; color: var(--color-primary);
    font-weight: 400;margin-top: 15px;display: block;
}
.partner-wrap .item.hidden {
    display: none;
}
.partner-wrap .item.hidden.show {
    display: block;
}
@media (any-hover: hover) {
    .comp-partner-list .item .item-img:hover .img {
        transform: scale(1.1);
    }
    .project-partner-list .item:hover {
        color: var(--primary);
    }
    .more.expend:hover .down {
        transform: rotate(180deg);
        transform-origin: center center;
    }
    .more.collapsed:hover .down {
        transform: rotate(0deg);
    }
}
.more .down {
    background-image: url('https://uploads.customize.lingxi360.com/shenzhen_longyue/images/2023/0820/e55d7adf42b11bc2b5a2becf4c9255a4.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 14px;
    width: 14px;
    margin-left: 10px;
    height: 30px;
    display: inline-block;
    position: relative;top: 8px;
}
.more {
    display: inline-block;
    font-size: 16px;
}
.more.expend::before {
    content: '展开更多';
}
.more.collapsed .down {
    transform: rotate(180deg);
}
.more.collapsed::before {
    content: '收起';
}

.main-inner.partner-wrap{
    box-shadow: 0px 4px 16px 0px rgba(226, 226, 226, 0.47);
    padding: 40px;
}
.file-wrapper .list-main {
    flex: 1;
}
.file-wrapper .item {
    height: 94px;
    line-height: 94px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    background-color: #fff;
    border: 1px solid #EEEEEE;
}
.file-wrapper .item + .item {
    margin-top: 20px;
}
@media (any-hover: hover) {
    .file-wrapper .item:hover {
        box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
    }
    .file-wrapper .item:hover .item-title {
        color: var(--primary);
    }
}
.file-wrapper .item .item-icon {
    width: 50px;
    height: 50px;
    background-image: var(--image-pdf);
    background-repeat: no-repeat;
    background-size: contain;
}
.file-wrapper .item .item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 0;
    flex: 1;
    margin: 0 20px;
    color: #333333;
    font-size: 18px;
}
.file-wrapper .item .item-btns {
    display: flex;
    justify-content: space-between;
}
.file-wrapper .item .item-btns .btn {
    padding-left: 26px;
    color: #999999;
    font-size: 14px;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: left center;
}
@media (any-hover: hover) {
    .file-wrapper .item .item-btns .btn:hover {
        color: var(--primary);
    }
    .file-wrapper .item .item-btns .btn:hover.btn--view {
        background-image: url('https://uploads.customize.lingxi360.com/shenzhen_longyue/images/2023/0820/e41e05c24edc6e490cf6330d66cf3b46.png');
    }
    .file-wrapper .item .item-btns .btn:hover.btn--download {
        background-image: url('https://uploads.customize.lingxi360.com/shenzhen_longyue/images/2023/0820/9cf569ffdfe00f0234a309513a9b6c86.png');
    }
}
.file-wrapper .item .item-btns .btn.btn--view {
    background-image: url('https://file.lingxi360.com/form/20230802/64c9f96e32d4f.png-scale560');
}
.file-wrapper .item .item-btns .btn.btn--download {
    background-image: url('https://file.lingxi360.com/form/20230802/64c9f96d31693.png-scale560');
}
.file-wrapper .item .item-btns .btn + .btn {
    margin-left: 30px;
}

.donation-wrapper {
    padding-bottom: 60px;
}
.donation-wrapper .main-inner {
    width: 1100px;
}
.donation-wrapper .comp-tags {
    margin: 24px 0 30px;
}
.donation-wrapper .main-title {
    line-height: 32px;
    color: #333333;
    font-size: 22px;
    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 .nums .symbol {
    margin-right: 10px;
    height: 62px;
    line-height: 80px;
    font-size: 40px;
    color: #333333;
}
.donation-wrapper .main {
    margin-top: 40px;
}
.donation-wrapper .main.income-main .table-box .table th:nth-child(1),
.donation-wrapper .main.income-main .table-box .table td:nth-child(1) {
    padding-left: 30px;
    width: 205px;
}
.donation-wrapper .main.income-main .table-box .table th:nth-child(2),
.donation-wrapper .main.income-main .table-box .table td:nth-child(2) {
    width: 165px;
}
.donation-wrapper .main.income-main .table-box .table th:nth-child(3),
.donation-wrapper .main.income-main .table-box .table td:nth-child(3) {
    width: 147px;
}
.donation-wrapper .main.income-main .table-box .table th:nth-child(4),
.donation-wrapper .main.income-main .table-box .table td:nth-child(4) {
    width: 162px;
}
.donation-wrapper .main.income-main .table-box .table th:nth-child(5),
.donation-wrapper .main.income-main .table-box .table td:nth-child(5) {
    width: 297px;
}
.donation-wrapper .main.income-main .table-box .table th:nth-child(6),
.donation-wrapper .main.income-main .table-box .table td:nth-child(6) {
    width: 124px;
}
.donation-wrapper .main.spend-main .table-box .table th:nth-child(1),
.donation-wrapper .main.spend-main .table-box .table td:nth-child(1) {
    padding-left: 60px;
    width: 340px;
}
.donation-wrapper .main.spend-main .table-box .table th:nth-child(2),
.donation-wrapper .main.spend-main .table-box .table td:nth-child(2) {
    width: 230px;
}
.donation-wrapper .main.spend-main .table-box .table th:nth-child(3),
.donation-wrapper .main.spend-main .table-box .table td:nth-child(3) {
    width: 294px;
}
.donation-wrapper .main.spend-main .table-box .table th:nth-child(4),
.donation-wrapper .main.spend-main .table-box .table td:nth-child(4) {
    width: 236px;
}
.donation-wrapper .table-box {
    margin-top: 20px;
}
.donation-wrapper .table-box .table {
    line-height: 30px;
    border: 1px solid #F0F0F0;
    border-collapse: collapse;
}
.donation-wrapper .table-box .table tr {
    border-bottom: 1px solid #F0F0F0;
}
.donation-wrapper .table-box .table th,
.donation-wrapper .table-box .table td {
    padding: 8px 20px 8px 0;
    box-sizing: border-box;
}
.donation-wrapper .table-box .table th:nth-child(1),
.donation-wrapper .table-box .table td:nth-child(1) {
    padding-left: 30px;
    width: 205px;
}
.donation-wrapper .table-box .table th:nth-child(2),
.donation-wrapper .table-box .table td:nth-child(2) {
    width: 165px;
}
.donation-wrapper .table-box .table th:nth-child(3),
.donation-wrapper .table-box .table td:nth-child(3) {
    width: 147px;
}
.donation-wrapper .table-box .table th:nth-child(4),
.donation-wrapper .table-box .table td:nth-child(4) {
    width: 162px;
}
.donation-wrapper .table-box .table th:nth-child(5),
.donation-wrapper .table-box .table td:nth-child(5) {
    width: 297px;
}
.donation-wrapper .table-box .table th:nth-child(6),
.donation-wrapper .table-box .table td:nth-child(6) {
    width: 124px;
}
.donation-wrapper .table-box .table thead {
    height: 46px;
    background: #FAF6ED;
    color: #333333;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
}
.donation-wrapper .table-box .table tbody {
    font-size: 14px;
    color: #666666;
    text-align: left;
}
.donation-wrapper .table-box .table tbody tr {
    background-color: rgba(255, 255, 255, 0.2);
}
.donation-wrapper .table-box .table tbody tr:nth-child(even) {
    background-color: #F0F0F0;
}
.donation-wrapper .comp-pagenation {
    margin-top: 40px;
}
.comp-form .form-input {
    width: 270px;
}
.comp-form .form-input {
    width: 130px;
    height: 46px;
    padding: 0 20px;
    box-sizing: border-box;
    border: 1px solid #DCDFE6;
    border-radius: 8px;
    font-size: 16px;
    outline: none;
}
.comp-form > *{
    margin-right: 20px;
    margin-bottom: 20px;
}
.comp-form .form-input::-webkit-input-placeholder {
    color: #999999;
}
.comp-form .form-btn {
    width: 154px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: var(--primary);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: white;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
}
.donation-wrapper .nums .symbol:last-child {
    display: none;
}
.donation-wrapper .margin-right5 {
    margin-right: 5px !important;
}
.donate-count {
    margin-top: 20px;color: #333333;font-size: 18px;font-weight: bold;
}
@media (any-hover: hover) {
    .form-input:hover {
        border-color: var(--primary);
    }
}
.to-donate-wrapper .main-inner {
    margin-top: 0;
}
.common-title {
    margin-top: 40px;
    margin-bottom: 30px;
    line-height: 1.9;
    font-size: 22px;
    font-weight: bolder;
    width: 100%;
    background: url('https://uploads.customize.lingxi360.com/shenzhen_longyue/images/2023/0820/decacfba0ab6e0ddfbb1e84d113a59c8.png') no-repeat left center;
    background-size: 30px;
    padding-left: 40px;
}


.to-donate-wrapper .list {
    display: flex;
    flex-wrap: wrap;
}
.to-donate-wrapper .list.list--2 .item {
    width: 540px;
    height: 380px;
    margin-right: 20px;
    border-radius: 8px;
}
.to-donate-wrapper .list.list--2 .item:nth-child(2n) {
    margin-right: 0;
}
.to-donate-wrapper .list.list--2 .item .item-text .summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 7;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
.to-donate-wrapper .list.list--3 .item {
    width: 350px;
    height: 250px;
    margin-right: 25px;
    border-radius: 6px;
    overflow: hidden;
}
.to-donate-wrapper .list.list--3 .item:nth-child(3n) {
    margin-right: 0;
}
.to-donate-wrapper .list .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}
@media (any-hover: hover) {
    .to-donate-wrapper .list .item:hover .item-text {
        display: flex;
    }
}
.to-donate-wrapper .list .item .item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.to-donate-wrapper .list .title {
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
    font-size: 22px;
    position: absolute;
    bottom: 20px;
    color: white;
    padding: 0 30px;
    line-height: 30px;
}
.to-donate-wrapper .list .mask {
    background: rgba(82, 111, 74, 0.88);position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;display: flex;align-items: center;
    justify-content: center;
    opacity: 0;
}
.to-donate-wrapper .list .mask .btn {
    filter: blur(5px);
    transform: scale(1.2);
}
.to-donate-wrapper .btn, .common-btn {
    font-weight: bold;color: white;padding: 12px 44px; border-radius: 18px;
    background-color: var(--primary);
    display: inline-block;
}
@media (any-hover: hover) {
    .to-donate-wrapper .list .item .item-text .comp-more:hover {
        border-color: var(--primary);
    }
    .to-donate-wrapper .list .item:hover .btn {
        filter: blur(0);
        transform: scale(1);
    }
    .to-donate-wrapper .list .item:hover .mask {
        opacity: 1;
    }
    .to-donate-wrapper .list .item:hover .item-img {
        transform: scale(1.1);
    }
    .to-donate-wrapper .list .item:hover .btn-wrap {
        height: 42px;
    }
    .btn-wrap:hover .btn {
        margin-top: -10px;
        /*background: var(--green-primary);*/
    }
    .part .btn-wrap:hover .btn {
        background: var(--green-primary);
    }
}
.to-donate-wrapper .btn-group {
    display: flex;
    width: 100%;
}
.to-donate-wrapper .btn-group .part {
    width: 50%;display: flex;justify-content: right;margin-right: 55px;margin-top: 59px;
    margin-bottom: 80px;
}
.to-donate-wrapper .btn-group .part .btn-wrap {
    height: 45px;
}
.to-donate-wrapper .btn-group .part:nth-of-type(2) {
    justify-content: left;margin-left: 55px;margin-right: 0;
}
.to-donate-wrapper .btn-group .btn img {
    width: 20px;margin-right: 20px;
}
.to-donate-wrapper .list .item .item-text .comp-more:after {
    background-image: url('https://file.lingxi360.com/form/20230802/64c9fb2948295.png-scale560');
}
.to-donate-wrapper .common-box .img-box {
    width: 750px; height: 484px;margin-bottom: 0;overflow: hidden;border-radius: 8px;
    position: relative;
}
.to-donate-wrapper  .common-box .text {
    width: 320px;
}
.to-donate-wrapper .donate-info {
    flex: 1;
}
.to-donate-wrapper .common-box .img-box .img {
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.to-donate-wrapper .support-title {
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    color: white;
    position: absolute;
    bottom: 30px;
}
.to-donate-wrapper .support-title .text {
    line-height: 42px;
    width: 470px;box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (any-hover: hover) {
    .to-donate-wrapper .common-box .img-box:hover img {
        transform: scale(1.1);
    }
    .to-donate-wrapper .donate-info .pay-btn:hover {
        background: #AFCB9D;
        border: 1px solid #9EBB8B;
        color: white;
        background-repeat: no-repeat;
        background-size: 35px;
        background-position: 93px center;
    }
    .to-donate-wrapper .donate-info .pay-btn.wechat:hover {
        background-image: url("https://uploads.customize.lingxi360.com/shenzhen_longyue/images/2023/0821/d420a23cc586d0b2dc98ded797a83db7.png");
    }
    .to-donate-wrapper .donate-info .pay-btn.taobao:hover {
        background-image: url("https://uploads.customize.lingxi360.com/shenzhen_longyue/images/2023/0821/4394d0ae38aa17d38b0e2fa1fce53f24.png");
    }
    .to-donate-wrapper .donate-info .pay-btn.website:hover {
        background-image: url("https://uploads.customize.lingxi360.com/shenzhen_longyue/images/2023/0821/7ad6be2ea0f775e0b892ac86cf2185cf.png");
    }
    .to-donate-wrapper .donate-info .pay-btn:hover::before {
        display: none;
        background-position: 93px center;
    }
    .to-donate-wrapper .donate-info .pay-btn:hover::after {
        background-image: url("https://uploads.customize.lingxi360.com/shenzhen_longyue/images/2023/0821/2caad7231b61db291e38da2a83308997.png");
    }
}
.to-donate-wrapper .donate-info .pay-btn::before {
    content: '';
    display: block;position: absolute;
    width: 100%;height: 100%;
    top: 0;left: 0;
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: 93px center;
}
.to-donate-wrapper .donate-info .pay-btn::after {
    content: '';
    display: block;position: absolute;
    width: 100%;height: 100%;
    top: 0;left: 0;
    background: url('https://uploads.customize.lingxi360.com/shenzhen_longyue/images/2023/0821/441c2a05f8ab16ea4bc5a91737d16f2f.png') no-repeat 40px center;
    background-size: 20px;
}
.to-donate-wrapper .donate-info .pay-btn {
    position: relative;
    width: 167px;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    border: 1px solid #C3D8C4;
    margin-bottom: 20px;
    border-radius: 8px;
    font-weight: bold;
    color: var(--green-primary);
    text-align: left;
    padding-left: 143px;
    background-position: 93px center;
    background: linear-gradient(93deg, #EEFDF0 -4%, rgba(235,243,236,0.00) 99%);
}

.to-donate-wrapper .donate-info .pay-btn.wechat::before {
    background-image: url("https://uploads.customize.lingxi360.com/shenzhen_longyue/images/2023/0821/5bcd5b54fc5325aa50e841e0cf9542d0.png");
}
.to-donate-wrapper .donate-info .pay-btn.taobao::before {
    background-image: url("https://uploads.customize.lingxi360.com/shenzhen_longyue/images/2023/0821/7cc5873d79b4767f0ba1ee2f0b3c8c48.png");
}
.to-donate-wrapper .donate-info .pay-btn.website::before {
    background-image: url("https://uploads.customize.lingxi360.com/shenzhen_longyue/images/2023/0821/ebc469fcdea86cf7a431c3ce831ab154.png");
}
.to-donate-wrapper .bank-donate {
    border: 1px solid #E4E7ED;
    padding: 20px;border-radius: 8px;
    color: #666666;
}
.bank-donate .title {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}
.to-donate-wrapper .bank-donate .title {
    padding-left: 50px;
    background: url('https://uploads.customize.lingxi360.com/shenzhen_longyue/images/2023/0821/2518a5c6cc6f91cd901ee273dbd07429.png') left center no-repeat;
    background-size: 33px;
    margin-bottom: 10px;
}
.to-donate-wrapper .bank-donate .content {
    line-height: 1.9;
    white-space: nowrap;
}


.project-wrapper .banner-main {
    position: relative;
    height: 549px;
    overflow: hidden;
}

.project-wrapper .banner-main .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project-wrapper .banner-main .text-box {
    width: 1100px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 126px;
}
.project-wrapper .banner-main .text-box .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 550px;
    height: 272px;
    padding: 30px 20px;
    box-sizing: border-box;
    line-height: 30px;
    border-left: 2px solid #91bc55;
    border-radius: 2px 2px 0 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.project-wrapper .banner-main .text-box .text .text-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
}
.project-wrapper .banner-main .text-box .text .text-summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-top: 20px;
    font-size: 20px;
    text-align: justify;
}
.project-wrapper .banner-main .text-box .text .btn-wrap {
    width: 162px;
    height: 54px;
    bottom: 30px;
    position: absolute;
}
.project-wrapper .banner-main .text-box .text .text-btn {
    display: flex;
    align-items: center;
    position: absolute;
    width: 162px;
    padding-left: 0;
    justify-content: center;
    padding-right: 0;
    box-sizing: border-box;
    color: var(--primary);
    border-radius: 209px;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    background: white;
}
@media (any-hover: hover) {
    .project-wrapper .banner-main .text-box .text .btn-wrap:hover .text-btn {
        color: #fff;
        font-weight: bold;
        background: var(--green-primary);
        margin-top: -10px;
    }
}
.project-main {
    width: 1100px;margin: 0 auto;
}

.project-main .intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.project-main .intro .text {
    flex: 1;
}
.project-main .intro .text .text-summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 6;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    line-height: 30px;
    margin-right: 30px;
    margin-top: 20px;
    font-size: 18px;
    color: #666666;
}
.project-main .intro .img-box {
    width: 410px;height: 250px;
}
.project-main .intro .img-box .img {
    width: 100%;
}

.project-main .number {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.project-main .number .item {
    display: flex;/*width: 33.33%;*/
}
.project-main .number .item .item-icon {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-right: 30px;
}
.project-main .number .item .item-text .num {
    line-height: 43px;
    font-size: 16px;
    color: #666666;
}
.project-main .number .item .item-text .title {
    margin-top: 6px;
    line-height: 23px;
    font-size: 16px;
    color: #666666;
}
.project-main .number .item .item-text .countup {
    font-size: 40px;font-weight: bolder;color: var(--primary);
    margin-right: 10px;
}
.project-main .number .item .item-text .countup:nth-of-type(1) {
    margin-right: 0;
}
.project-main .content {
    padding-top: 20px;
}
.project-main .common-title, .index-wrapper .common-title {
    font-size: 40px;
    padding-left: 60px;
    background-size: 40px;
}

.project-wrapper .project-main .list-box {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
}
.project-wrapper .project-main .list-box.list-box--4 .list-item {
    width: 253px;
    perspective: 1000px;
    border-right: 8px;
}
.project-wrapper .project-main .list-box.list-box--4 .list-item:nth-child(4n) {
    margin-right: 0;
}
/*.project-wrapper .project-main .list-box.list-box--5 .list-item {
    width: 204px;
}
.project-wrapper .project-main .list-box.list-box--5 .list-item:nth-child(5n) {
    margin-right: 0;
}*/
.project-wrapper .project-main .list-box .list-item {
    position: relative;
    height: 300px;
    margin-right: 29px;
    margin-bottom: 30px;
}
.project-wrapper .project-main .list-box .list-item .item {
    /*position: relative;*/
    perspective: 1000px;
    transform-style: preserve-3d;
}
@media (any-hover: hover) {
    .project-wrapper .project-main .list-box .list-item .item:hover .item-img {
        transform: rotateY(180deg);
    }
    .project-wrapper .project-main .list-box .list-item .item:hover .item-text {
        transform: rotateY(0deg);
    }
}
.project-wrapper .project-main .list-box .list-item .item .item-img {
    position: relative;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    transform: rotateY(0deg);
    backface-visibility: hidden;
}
.project-wrapper .project-main .list-box .list-item .item .item-img .img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.project-wrapper .project-main .list-box .list-item .item .item-img .item-img-text {
    display: flex;
    align-items: flex-end;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 30px 20px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.3);
}
.project-wrapper .project-main .list-box .list-item .item .item-img .item-img-text .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    border-radius: 8px;
    overflow: hidden;
    color: white;
    line-height: 1.2;
    font-size: 22px;
    font-weight: bold;
}
.project-wrapper .project-main .list-box .list-item .item .item-text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 30px 20px;
    border-radius: 8px;
    box-sizing: border-box;
    background: #526F4A;
    transform: rotateY(180deg);
    transition: 0.5s;
    backface-visibility: hidden;
}
.project-wrapper .project-main .list-box .list-item .item .item-text .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: white;
    line-height: 1.2;
    font-size: 22px;
    font-weight: bold;
}
.project-wrapper .project-main .list-box .list-item .item .item-text .summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 7;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
}
.com-more {
    font-size: 18px;color: #999999;font-weight: normal;
    align-items: center;
}
.vieo {
    background-color: #fafafa;
}
.video .common-title, .story .common-title, .index-wrapper.donate .common-title, .index-wrapper.partent .common-title, .index-wrapper.dynamic .common-title {
    justify-content: space-between;box-sizing: border-box;
}
@media (any-hover: hover) {
    .video .common-title a:hover {
        opacity: 0.7;
    }
}

.video .list {
    margin-bottom: -20px;
}
.video .list:after {
    height: 0;
    overflow: hidden;
    content: '';
    clear: both;
    display: block;
    visibility: hidden;
}
.video .list .item {
    float: left;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 26px;
}
.video .list .item:nth-child(3),
.video .list .item:nth-child(5) {
    margin-right: 0;
}
.video .list .item--big {
    width: 750px;
    height: 470px;
}
@media (any-hover: hover) {
    .video .list .item--big:hover .item-img img{
        transform: translateY(-50px);
    }
    .video .list .item--small:hover .item-img img{
        transform: translateY(-30px);
    }
    .video .list .item--small:hover .item-img::after {
        background-color: rgba(0, 0, 0, 0);
    }
    .video .list .item--big:hover .item-img::after {
        background-color: rgba(0, 0, 0, 0);
    }
}
.video .list .item--big .item-img {
    height: 100%;
    transition: all 0.3s;
}
.video .list .item--big .item-img .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video .list .item-img p {
    background-color: black;
    color: white;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 100%;
    box-sizing: border-box;
}
.video .list .item--big  .item-img p {
    height: 70px;line-height: 70px;
}
.video .list .item--small  .item-img p {
    height: 60px;line-height: 60px;
}
.video .list .item-img::after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url(https://uploads.customize.lingxi360.com/longyue/images/2023/0707/c33454d4804c7fd7f586c38761528598.png);
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: center;
    content: '';
}
.video .list .item--small {
    width: 325px;
    height: 222px;
    margin-left: 25px;
    border: 1px solid #EBEEF5;
    background-color: #fff;
}
.video .list .item--small .item-img{
    width: 100%;height: 100%;
}
.video .list .item--small .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.effect .timeline {
    position: relative;
    margin-top: 50px;
}
.effect .timeline:before {
    position: absolute;
    left: 77px;
    top: 13px;
    bottom: 0;
    display: block;
    border-left: 1px dashed #C0C4CC;
    width: 1px;
    content: '';
}
.effect .timeline .timeline-item {
    position: relative;
}
.effect .timeline .timeline-item .timeline-time {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
}
.effect .timeline .timeline-item .timeline-time:before {
    position: absolute;
    left: 72px;
    top: 8px;
    z-index: 10;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
    border: 3px solid #DCDFE6;
    content: '';
}
.effect .timeline .timeline-item .timeline-time .year {
    line-height: 26px;
    color: #044928;
    font-size: 18px;
    font-weight: bold;
}
.effect .timeline .timeline-item .timeline-time .date {
    line-height: 20px;
    font-size: 14px;
    color: #666666;
}
.effect .timeline .timeline-item .timeline-time .date:after {
    display: block;
    height: 6px;
    content: '';
}
.effect .timeline .timeline-item .list {
    position: relative;
    padding-left: 94px;
}
.effect .timeline .timeline-item .list .list-item {
    position: relative;
    padding-bottom: 40px;
}
.effect .timeline .timeline-item .list .list-item:last-of-type {
    padding-bottom: 10px;
}
.effect .timeline .timeline-item .list .list-item .title {
    line-height: 26px;
    color: #333333;
    font-weight: bold;
    font-size: 18px;
}
.effect .timeline .timeline-item .list .list-item .box {
    display: flex;
    padding: 20px;
    margin-top: 20px;
    background-color: #EBF3EC;
}
.effect .timeline .timeline-item .list .list-item .box .box-text {
    flex: 1;
    line-height: 30px;
    font-size: 16px;
    color: #666666;
}
.effect .timeline .timeline-item .list .list-item .box .image-box {
    display: flex;align-items: center;
}
.effect .timeline .timeline-item .list .list-item .box .box-img {
    width: 240px;
    height: 133px;
    object-fit: cover;
    margin-left: 60px;
}
.project-main.gallery-main {
    background-color: #FAFAFA;
}
.project-main.gallery-main .common-title {
    width: 1100px;
    margin: 0 auto;
}
.project-main .story {
    padding-bottom: 60px;
}
.project-main .story .list {
    display: flex;
    flex-wrap: wrap;
}
.project-main .story .list .item {
    width: 354px;
    height: 365px;
    margin-right: 19px;
}
@media (any-hover: hover) {
    .project-main .story .list .item:hover .item-img-box {
        padding: 18px 22px;
        background-color: #526F4A
    }
    .project-main .story .list .item:hover .item-text .title {
        color: #526F4A
    }
    .project-main .story .list .item:hover .item-text .summary {
        color: #526F4A
    }
}
.project-main .story .list .item:nth-child(3n) {
    margin-right: 0;
}
.project-main .story .list .item .item-img-box {
    position: relative;
    height: 243px;
    transition: all 0.3s;
    box-sizing: border-box;
}
.project-main .story .list .item .item-img-box .item-img {
    height: 100%;
}
.project-main .story .list .item .item-img-box .item-img .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project-main .story .list .item.item--video .item-img-box .item-img:after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url('https://uploads.customize.lingxi360.com/longyue/images/2023/0707/c33454d4804c7fd7f586c38761528598.png');
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: center;
}
.project-main .story .list .item .item-text {
    padding-top: 20px;
}
.project-main .story .list .item .item-text .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 26px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.project-main .story .list .item .item-text .summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    line-height: 23px;
    font-size: 16px;
    color: #666666;
}
.project-full-page.content-full {
    padding-bottom: 45px;
}
.project-full-page.video-full {
    background-color: #FAFAFA;
    padding-top: 1px;padding-bottom: 65px;
}
.project-main .gallery {
    margin-top: 55px;
}
.project-main .gallery .pc-gallery-list {
    display: block;
    margin-top: 40px;
    overflow: hidden;
}
.project-main .gallery .pc-gallery-list .list {
    height: 350px;
    overflow: hidden;
}
.project-main .gallery .pc-gallery-list .list li {
    float: left;
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 20px;
}
.project-main .gallery .pc-gallery-list .list li:last-child {
    margin-right: 0;
}
@media (any-hover: hover) {
    .project-main .gallery .pc-gallery-list .list li:hover .item {
        width: 540px;
        height: 100%;
    }
}
.project-main .gallery .pc-gallery-list .list li .item {
    position: relative;
    display: block;
    width: 466px;
    height: 350px;
    transition: width 0.3s;
    box-sizing: border-box;
    border-radius: 2px 2px 0 0;
}
.project-main .gallery .pc-gallery-list .list li .item .item-img {
    height: 100%;
    overflow: hidden;
}
.project-main .gallery .pc-gallery-list .list li .item .item-img .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project-main .gallery .pc-gallery-list .list li .item .item-text {
    display: flex;
    align-items: flex-end;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 20px;
    box-sizing: border-box;
}

.project-main .gallery .pc-gallery-list .list li .item .item-text .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    height: 60px;
    text-indent: 20px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.7);
}
.project-main .gallery .mobile-video-list {
    display: none;
}
.project-full-page .project-main.gallery-main {
    width: 100%;
    padding-top: 1px;
    padding-bottom: 80px;
}

.index-wrapper .banner-main {
    position: relative;
    overflow: hidden;
    margin-top: -100px;
}

.index-wrapper .banner-main circle {
    fill: transparent;
    stroke: #fff;
    stroke-width: 5px;
    stroke-dasharray: 471;
    stroke-dashoffset: 471;
    animation: clock-animation 28s linear 1;
}
@keyframes clock-animation {
    0% {
        stroke-dashoffset: 471;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
.index-wrapper .banner-main .swiper-pagination {
    left: unset;
    right: calc((100% - 1100px) / 2);
    bottom: 82px;
    width: unset;
    font-size: 0;
}
.index-wrapper .banner-main .swiper-pagination-bullet {
    position: relative;
    width: 20px;
    height: 8px;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.3);
    opacity: 1;
    margin: 0 4px;
    vertical-align: middle;
}
.index-wrapper .banner-main .swiper-pagination-bullet-active {
    width: 30px;
    background: rgba(255, 255, 255, 0.8);
}
.index-wrapper .banner-main .box {
    position: relative;
    display: block;
    height: 750px;
}
.index-wrapper .banner-main .box:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.5) 88%);
}
.index-wrapper .banner-main .box .box-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-wrapper .banner-main .box .box-text {
    width: 1100px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 120px;
    z-index: 10;
}
.index-wrapper .banner-main .box .box-text .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 58px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}
.index-wrapper .banner-main .box .box-text .comp-btn {
    margin-top: 30px;
}

.index-wrapper .number {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.index-wrapper .number {
    text-align: center;
}
.index-wrapper .number .item .item-icon {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 20px;
}
.index-wrapper .number .item .item-text .num {
    line-height: 43px;
    font-size: 16px;
    color: #666666;
}
.index-wrapper .number .item .item-text .title {
    margin-top: 6px;
    line-height: 23px;
    font-size: 16px;
    color: #666666;
}
.index-wrapper .number .item .item-text .countup-num {
    font-size: 36px;font-weight: bolder;color: var(--primary);
}
.index-wrapper.project {
    margin: 60px 0;
    padding: 1px 0;
    background-color: #FAFAFA;
}
.index-wrapper .wrap-center {
    margin-bottom: 50px;
}
.index-wrapper .wrap-center .item {
    width: 33.3333%;
}
.index-wrapper.project .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index-wrapper.project .list .item {
    position: relative;
    width: 535px;
    height: 662px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 30px;
}
.index-wrapper.project .list .item .item-img {
    position: relative;
    height: 370px;
    overflow: hidden;
}
.index-wrapper.project .list .item .item-img .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-wrapper.project .list .item .item-text {
    padding: 30px 30px 0;height: 262px;
}
.index-wrapper.project .list .item .item-text .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    font-size: 22px;
    font-weight: bold;
}
.index-wrapper.project .list .item .item-text .summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 20px;
    line-height: 30px;
    font-size: 16px;
    color: #666666;
}
.index-wrapper.project .list .item .item-text .img-btn {
    margin-top: 30px;
}
.index-wrapper.project .list .item .item-text .btn-wrap {
    width: 158px;height: 50px; line-height: 50px;
}
.index-wrapper.project .list .item .item-text .comp-btn {
    color: white;
    background-color: var(--primary);
    display: inline-block;
    width: 158px;height: 50px; line-height: 50px;
    border-radius: 243px;text-align: center;
}

.index-wrapper.project .list .item .item-text.green {
    position: absolute;
    background-color: #526F4A;
    bottom: -300px;
    /*box-sizing: border-box;*/
    width: 475px;
}
.index-wrapper.project .list .item .item-text.green .summary, .index-wrapper.project .list .item .item-text.green .title  {
    color: white;
}
.index-wrapper.project .list .item .item-text.green .btn {
    display: block;
    margin-top: 30px;
    width: 158px;
}
@media (any-hover: hover) {
    .index-wrapper.project .list .item .item-text.green .btn .btn-wrap:hover .comp-btn {
        transform: translateY(-10px);
    }
    .index-wrapper.project .list .item.ani-img:hover .green {
        bottom: 0px;
    }
    .index-wrapper.project .list .item.ani-img:hover .item-img .img {
        transform: scale(1.1);
    }
}
.index-wrapper .comp-partner-list .item .item-img{
    height: 110px;
}
.index-wrapper .comp-partner-list .item {
    width: 220px;
}
.comp-top {
    display: none;
    position: fixed;
    right: calc((100% - 1200px)/2);
    bottom: 62px;
    z-index: 100;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-image: url("https://uploads.customize.lingxi360.com/shenzhen_longyue/images/2023/0823/e78524deb6a8b021f4ec48904fe5e7f5.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
@media (any-hover: hover) {
    .comp-top:hover {
        opacity: 0.7;
    }
}

.index-wrapper.donate .table-box {
    margin-top: 20px;
    overflow: hidden;
}
.index-wrapper.donate .table-box .table-thead {
    height: 46px;
    z-index: 10;
    background: #FAF6ED;
    color: #333333;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 5px 0px rgba(226, 226, 226, 0.47);
}
.index-wrapper.donate .table-box .table {
    height: 225px;
    overflow: hidden;
    line-height: 30px;
    border: 1px solid #F0F0F0;
    border-collapse: collapse;
}

.index-wrapper.donate .table-box .table-th,
.index-wrapper.donate .table-box .table .table-td {
    flex-shrink: 0;
    padding: 8px 20px 8px 0;
    box-sizing: border-box;
}
.index-wrapper.donate .table-box .table-th:nth-child(1),
.index-wrapper.donate .table-box .table .table-td:nth-child(1) {
    padding-left: 30px;
    width: 155px;
}
.index-wrapper.donate .table-box .table-th:nth-child(2),
.index-wrapper.donate .table-box .table .table-td:nth-child(2) {
    width: 165px;
}
.index-wrapper.donate .table-box .table-th:nth-child(3),
.index-wrapper.donate .table-box .table .table-td:nth-child(3) {
    width: 147px;
}
.index-wrapper.donate .table-box .table-th:nth-child(4),
.index-wrapper.donate .table-box .table .table-td:nth-child(4) {
    width: 162px;
}
.index-wrapper.donate .table-box .table-th:nth-child(5),
.index-wrapper.donate .table-box .table .table-td:nth-child(5) {
    width: 212px;
}
.index-wrapper.donate .table-box .table-th:nth-child(6),
.index-wrapper.donate .table-box .table .table-td:nth-child(6) {
    width: 124px;
}
.index-wrapper.donate .table-box .table .table-tbody {
    font-size: 14px;
    color: #666666;
    text-align: left;
    /*-webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);*/
}
.index-wrapper.donate .table-box .table .table-tbody .table-tr {
    display: flex;
    align-items: flex-start;
    background-color: rgba(255, 255, 255, 0.2);
}
.index-wrapper.donate .table-box .table .table-tbody .table-tr:nth-child(even) {
    background-color: #F0F0F0;
}
.index-wrapper.partent .partner-list {
    position: relative;
}
.index-wrapper.partent .partner-list .swiper-button-prev, .index-wrapper.partent .partner-list .swiper-button-next {
    width: 50px;
    height: 50px;
    background-image: url('https://uploads.customize.lingxi360.com/shenzhen_longyue/images/2023/0823/e78524deb6a8b021f4ec48904fe5e7f5.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.index-wrapper.partent .partner-list .swiper-button-prev {
    left: -60px;
    right: unset;
    transform: rotate(-90deg);
}
.index-wrapper.partent .partner-list .swiper-button-next {
    left: unset;
    right: -60px;
    transform: rotate(90deg);
}

.dynamic .list {
    margin-bottom: -20px;
}
.dynamic .list:after {
    height: 0;
    overflow: hidden;
    content: '';
    clear: both;
    display: block;
    visibility: hidden;
}
.dynamic .list .item {
    float: left;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 26px;
}
.dynamic .list .item:nth-child(3),
.dynamic .list .item:nth-child(5) {
    margin-right: 0;
}
.dynamic .list .item--big {
    width: 520px;
    height: 357px;
}
@media (any-hover: hover) {
    .dynamic .list .item--big .item-img:hover .img {
        transform: scale(1.1);
    }

    .dynamic .list .item--text:hover .text .title, .dynamic .list .item--text:hover .text .summary, .dynamic .list .item--text:hover .flex .date-wrap {
        color: var(--primary);
    }
    .dynamic .list .item--text:hover, .dynamic .list .item--text:hover .flex .date-wrap {
        border-color: var(--primary);
    }
    .dynamic .list .item--text:hover .flex .date-wrap .date .d:after {
        background-color: var(--primary);
    }
}
.dynamic .list .item--big .item-img {
    height: 100%;
    transition: all 0.3s;
}
.dynamic .list .item--big .item-img .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dynamic .list .item-img p {
    background-color: black;
    color: white;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 100%;
    box-sizing: border-box;
}
.dynamic .list .item--big  .item-img p {
    height: 70px;line-height: 70px;
}

.dynamic .list .item--text {
    border-bottom: 2px solid #DCDFE6;
    width: 550px;
    margin-left: 25px;
    background-color: #fff;
}
.dynamic .list .item--text .text {
    width: 100%;height: 100%;
}
.dynamic .list .item--text .text .title {
    font-weight: bolder;margin-bottom: 15px;
    overflow: hidden;
    width: 440px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dynamic .list .item--text .text .summary {
    color: #666666;font-size: 16px;line-height: 1.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 440px;

}
.dynamic .list .item--text .flex {
    padding-bottom: 12px;
}
.dynamic .list .item--text .flex .date-wrap {
    width: 120px;text-align: center;
    color: #666666;font-size: 16px;
    border-left: 2px solid #DCDFE6;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dynamic .list .item--text .flex .date-wrap .date .d:after {
    content: '';
    display: block;
    height: 2px;
    width: 12px;
    margin-left: 50%;
    background: #DCDFE6;
    transform: translateX(-50%);
    margin-top: 6px;margin-bottom: 6px;
    transition: all ease .3s;
}

.index-wrapper.project-result .map-box {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
}
.index-wrapper.project-result .map-box .map {
    width: 640px;
    height: 486px;
}
.index-wrapper.project-result .map-box .map .map-popup {
    padding: 20px;
    box-sizing: border-box;
    border-radius: 2px;
    background-color: #fff;
    color: #333;
    border-right: 8px;
    line-height: 20px;
    font-size: 14px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}
.index-wrapper.project-result .map-box .map .map-popup .map-popup-title {
    font-weight: bold;
}
.index-wrapper.project-result .map-box .map .map-popup .map-popup-list {
    margin-top: 10px;
}
.index-wrapper.project-result .map-box .map-info .map-info-text {
    line-height: 20px;
    color: #044928;
    font-size: 14px;
}
.index-wrapper.project-result .map-box .text-box {
    width: 360px;
    height: 369px;
    padding: 16px 30px;
    box-sizing: border-box;
    border-radius: 4px 2px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}
.index-wrapper.project-result .map-box .text-box .top-text {
    margin-top: 30px;
}
.index-wrapper.project-result .map-box .text-box .text-list .text-list-item {
    display: flex;
    align-items: center;
    padding: 26px 0 40px 0;
    line-height: 26px;
    color: #333333;
    border-bottom: 1px dashed #FFDC92;
}
.index-wrapper.project-result .map-box .text-box .text-list .text-list-item.marginb {
    margin-bottom: 40px;
}
.index-wrapper.project-result .map-box .text-box .text-list .text-list-item.no-border {
    border-bottom: none;padding-bottom: 0;
}
.index-wrapper.project-result .map-box .text-box .text-list .text-list-item:last-child {
    border-bottom: none;
}
.index-wrapper.project-result .map-box .text-box .text-list .text-list-item .title {
    font-size: 18px;
    font-weight: bold;
}
.index-wrapper.project-result .map-box .text-box .text-list .text-list-item .info {
    margin-left: 20px;
}
.index-wrapper.project-result .map-box .text-box .text-list .text-list-item .info .info-num {
    display: flex;
}
.index-wrapper.project-result .map-box .text-box .text-list .text-list-item .info .info-num .num {
    color: var(--primary);
    font-weight: bold;
    font-size: 30px;
}
.index-wrapper.project-result .map-box .text-box .text-list .text-list-item .info .info-num .unit {
    margin-left: 10px;
}
.common-title .com-more {
    position: relative;
    padding-right: 20px;
}
.common-title .com-more span {
    display: inline-block;right: 5px;
    position: absolute;
}
.article .aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.has-text-align-center {
    text-align: center;
}
hr {
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}
.wp-block-separator.is-style-wide {
    border-bottom-width: 1px;
}

.wp-block-separator {
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.wp-block-image {
    margin: 0 0 1em;
}
.wp-block-file {
    margin-top: 1rem;
}
.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: .8em;
    padding: 0.5em 1em;
    margin-left: 1rem;
}
.search-wrapper {
    padding: 74px 0;
}
.search-wrapper .search-main {
    margin-bottom: 40px;
}
.search-wrapper .search-main .main-title {
    line-height: 52px;
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    color: #010101;
}
.search-wrapper .search-main .search-form {
    display: flex;
    position: relative;
    width: 622px;
    height: 52px;
    margin: 40px auto 0;
}
.search-wrapper .search-main .search-form .search-input {
    width: 100%;
    height: 100%;
    padding: 0 24px;
    box-sizing: border-box;
    font-size: 14px;
    outline: none;
    border: 1px solid #D8D8D8;
    background-color: #fff;
    border-radius: 45px;
}
.search-wrapper .search-main .search-form .search-input::-webkit-input-placeholder {
    color: #999999;
}
.search-wrapper .search-main .search-form .search-clear {
    position: absolute;
    right: 122px;
    top: 0;
    width: 55px;
    height: 100%;
    background-image: url('https://uploads.customize.lingxi360.com/lxcms/images/2023/0619/f06864d5cb18849a91c452e2235e11b1.png');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    cursor: pointer;
}
.search-wrapper .search-main .search-form .search-clear:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 1px;
    height: 20px;
    background-color: #D8D8D8;
    content: '';
}
.search-wrapper .search-main .search-form .search-btn {
    position: absolute;
    right: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 94px;
    height: 40px;
    border-radius: 45px;
    background-color: var(--primary);
    background-image: url('https://uploads.customize.lingxi360.com/lxcms/images/2023/0619/fc231c2d0f994a713dc947c8f6762598.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
    cursor: pointer;
}
.search-wrapper .result-main {
    width: 1100px;
    margin: auto;
}
.search-wrapper .result-main .main-title {
    margin-bottom: 20px;
    color: #010101;
    font-size: 18px;
    font-weight: 500;
}
.search-wrapper .result-main .list .item {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #EBEBEB;
}
.search-wrapper .result-main .list .item:hover {
    opacity: 0.7;
}
.search-wrapper .result-main .list .item .item-title {
    line-height: 23px;
    font-size: 16px;
    color: #010101;
}
.search-wrapper .result-main .list .item .item-title .highlight {
    color: #43ae8e;
}
.search-wrapper .result-main .list .item .item-info {
    display: flex;
    line-height: 20px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #848484;
}
.search-wrapper .result-main .list .item .item-info span {
    margin-right: 10px;
}
.search-wrapper .result-main .list .item span.time {
    margin-left: 64px;
    float: right;
    color: #848484;
    font-weight: 400;
}

.header-wrapper.theme .header-main .links .links-item .search-btn {
    background-size: 20px 20px;
    background-image: url('https://uploads.customize.lingxi360.com/lxcms/images/2023/0619/fc231c2d0f994a713dc947c8f6762598.png');
}

.header-wrapper .header-main .links .links-item .search-btn {
    display: block;
    width: 40px;
    height: 100%;
    background-image: url('https://uploads.customize.lingxi360.com/lxcms/images/2023/0619/c987b9c7dde3e515671c645ec5c5ecc7.png');
    background-repeat: no-repeat;
    background-size: 26px 26px;
    background-position: center;
}
.header-wrapper .header-main .search-form {
    display: none;
    width: 500px;
    height: 40px;
    line-height: 38px;
    margin-left: auto;
}
.header-wrapper .header-main .search-input {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 14px;
    background-color: #F1F1F1;
    border-radius: 45px;
    outline: none;
}
.header-wrapper .header-main .search-input::-webkit-input-placeholder {
    color: #999999;
}
.header-wrapper .header-main .search-clear {
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
    height: 100%;
    background-image: url('https://uploads.customize.lingxi360.com/lxcms/images/2023/0619/e91b875270dd917ef9372273629910ed.png');
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
    cursor: pointer;
}
.index-wrapper.donate .table-box .table-th:nth-child(7), .index-wrapper.donate .table-box .table .table-td:nth-child(7) {
    width: 84px;
}
.mobile-header-wrapper {
    display: none;
}
.mobile-menu-wrapper {
    display: none;
}