.project-banner{
    position: relative;
}
.project-banner .number{
    position: absolute;
    right: 5%;
    display: flex;
    justify-content: flex-end;
    width: 50%;
    padding-top: 10px;
    z-index: 10;
}
.project-banner .number .item {
    display: flex;
    justify-content: center;
    width: auto;
    min-width: 180px;
    padding: 0 0;
    margin-right: 65px;
    border-right: 1px solid rgba(255,255,255,0.25);
    flex-direction: column;
    align-items: flex-start;
}
.project-banner .number .item:last-child{
  border-right: none;
}
.project-banner .number .item strong{
    display: block;
    font-size: 50px;
    font-weight: bold;
    padding-bottom: 0;
    color: #FFF;
}
.project-banner .number .item strong em{
    font-size: 20px;
    padding-left: 5px;
}
.project-banner .number .item span{
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #FFF;
}
.project-banner .love{
    position: absolute;
    right: 5%;
    bottom: 25px;
    display: flex;
    color: #FFF;
    align-items: center;
    justify-content: flex-start;
}
.project-banner .love .iconfont{
    font-size: 25px;
    margin-right: 15px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-right: 15px;
    width: 42px;
    height: 42px;
    padding: 5px;
    color: #FFF;
    background: #ff5642;
    /*box-shadow: 0px 1px 6px 0px rgba(203,203,203,0.25);*/
    border-radius: 50%;
}
.project-banner .love .love-text strong{
    display: block;
    font-size: 18px;
}
.project-banner .love .love-text span{
    display: block;
}
.project-banner .love .love-text em{
    color: #f8eb6b;
    font-weight: bold;
}
.zs-project-list{
    display: block;
    width: 100%;
    padding: 0 0;
}
.zs-project-list ul{
    display: block;
}
.zs-project-list li{
    display: block;
    width: 100%;
    height: 450px;
    margin-bottom: 35px;
}
.zs-project-list li .probox{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 25px 25px;
    border-radius: 15px;
    background-color: #FFF;
    position: relative;
    box-shadow: 0vw 0vw 0.75vw rgba(0, 0, 0, 0.08);
    overflow: hidden;
}
.zs-project-list li:nth-child(2n) .probox{
    flex-direction: row-reverse;
}
.zs-project-list li:nth-child(2n) .text{
    padding: 35px 40px 35px 5px;
}
.zs-project-list li .probox::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(90deg, #ecfdf5,#fffbeb );
    top: 0;
    right: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.zs-project-list li .probox:hover::before {
    right: 0;
}
.zs-project-list li .pic{
    position: relative;
    flex: 0 0 50%;
    width: 50%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    z-index: 10;
}
.zs-project-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}
.zs-project-list li:hover .pic img{
    transform: scale(1.03);
}
.zs-project-list li .text {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: flex-start;
    padding: 35px 25px 35px 40px;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
}
.zs-project-list li .text .title{
    display: flex;
    align-items: center;
    font-size: 32px;
    color: #059669;
    line-height: 1.25;
    font-weight: bold;
    padding-bottom: 20px;
}
.zs-project-list li .text .title i{
    font-size: 25px;
    margin-right: 15px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-right: 15px;
    width: 42px;
    height: 42px;
    padding: 5px;
    color: #FFF;
    background: #059669;
    box-shadow: 0px 1px 6px 0px rgba(203,203,203,0.25);
    border-radius: 50%;
}
.zs-project-list li .text .title i img{
    display: block;
    width: 100%;
    height: auto;
}
.zs-project-list li .text .desc{
    font-size: 18px;
    line-height: 1.6;
    color: #4b5563;
    min-height: 100px;
    height: auto;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.zs-project-list li .btn{
    display: flex;
    justify-content: flex-start;
    margin-top: 35px;
    margin-bottom: 30px;
}
.zs-project-list li .btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 180px;
    height: 48px;
    color: #FFF;
    font-size: 18px;
    border-radius: 25px;
    padding-left: 35px;
    padding-right: 35px;
    margin-right: 25px;
    background-color: #059669;
    position: relative;
}
.zs-project-list li .btn a i{
    margin-left: 8px;
    font-size: 15px;
}
.zs-project-list li .btn a:hover{
    background-color: #047857;
}
.zs-project-list li .btn a.primary{
    color: #059669;
    line-height: 43px;
    border: 1px solid #059669;
    background-color: transparent;
}
.zs-project-list li .btn a.primary:hover{
    color: #FFF;
    background: #059669;
}
.zs-project-list li .bg-logo {
    display: none;
    position: absolute;
    top: 25px;
    bottom: 25px;
    right: 25px;
    z-index: 9;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.zs-project-list li:nth-child(2n) .bg-logo {
    /*right: unset;
    left: 35%;*/
}
.zs-project-list li .bg-logo img{
    display: block;
    width: auto;
    height: 100%;
}
.zs-project-list li:hover .bg-logo {
    opacity: 0.1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.zs-project-list .number{
    display: flex;
    width: 100%;
    padding-top: 10px;
}
.zs-project-list .number .item {
    display: flex;
    justify-content: center;
    width: auto;
    min-width: 180px;
    padding: 0 0;
    margin-right: 65px;
    border-right: 1px solid #eaeaea;
    flex-direction: column;
    align-items: flex-start;
}
.zs-project-list .number .item:last-child{
  border-right: none;
}
.zs-project-list .number .item strong{
    display: block;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 0;
    color: #f1882a;
}
.zs-project-list .number .item strong em{
    font-size: 16px;
    padding-left: 5px;
}
.zs-project-list .number .item span{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}
.project-topbox{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 500px;
    padding: 0;
    border-radius: 15px;
    background-color: #058e64;
    position: relative;
    box-shadow: 0vw 0vw 0.75vw rgba(0, 0, 0, 0.08);
    overflow: hidden;
}
.project-topbox .pic{
    position: relative;
    flex: 0 0 50%;
    width: 50%;
    height: 100%;
    border-radius: 0;
    overflow: hidden;
    z-index: 10;
}
.project-topbox .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}
.project-topbox:hover .pic img{
    transform: scale(1.00);
}
.project-topbox .text {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: flex-start;
    padding: 50px 50px 50px 50px;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
}
.project-topbox .text .title{
    display: flex;
    align-items: center;
    font-size: 38px;
    color: #FFF;
    line-height: 1.5;
    font-weight: bold;
}
.project-topbox .text .title i{
    font-size: 25px;
    font-weight: normal;
    display: none;
    align-items: center;
    justify-content: center;
    margin: 3px auto 0;
    margin-right: 10px;
    width: 55px;
    height: 55px;
    padding: 0;
    border-radius: 50%;
}
.project-topbox .text .title i img{
    display: block;
    width: 100%;
    height: auto;
}
.project-topbox .text .desc{
    font-size: 20px;
    line-height: 1.8;
    color: #FFF;
    margin-top: 30px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.project-topbox .btn{
    display: flex;
    justify-content: flex-start;
    margin-top: 45px;
    margin-bottom: 15px;
}
.project-topbox .btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 220px;
    height: 48px;
    color: #059669;
    font-size: 20px;
    font-weight: bold;
    border-radius: 25px;
    padding-left: 35px;
    padding-right: 35px;
    margin-right: 35px;
    background-color: #FFF;
    position: relative;
    overflow: hidden;
}
.project-topbox .btn a strong{
    z-index: 10;
}
.project-topbox .btn a i{
    margin-right: 8px;
    font-size: 20px;
}
.project-topbox .btn a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(90deg, #daf5e8,#fff8da );
    top: 0;
    right: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.project-topbox .btn a:hover::before {
    right: 0;
}
.project-topbox .btn a.primary{
    color: #059669;
    line-height: 43px;
    border: 1px solid #059669;
    background-color: transparent;
}
.project-topbox .btn a.primary:hover{
    color: #FFF;
    background: #059669;
}
.project-topbox .record{
    padding-top: 10px;
    color: #EAEAEA;
}
.project-topbox .number{
    display: flex;
    width: 100%;
    padding-top: 45px;
    color: #4b5563;
    justify-content: flex-start;
}
.project-topbox .number .item{
    width: 35%;
}
.project-topbox .number .item span{
    display: block;
}
.project-topbox .number .item strong{
    font-size: 26px;
    margin-right: 5px;
}
.project-topbox .number .item .red{
    color: #ff6600;
}
.submenu.project .zs-wp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.submenu.project .zs-wp .left{
    display: flex;
    justify-content: flex-start;
}
.submenu.project .zs-wp .btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 150px;
    height: 38px;
    color: #059669;
    font-size: 18px;
    border-radius: 25px;
    line-height: 36px;
    border: 1px solid #059669;
    background-color: transparent;
}
.submenu.project .zs-wp .btn i{
    margin-right: 10px;
}
.submenu.project .zs-wp .btn:hover{
    color: #FFF;
    background-color: #059669;
}

.project-desc{
    display: block;
    margin-top: 35px;
    padding: 0 0 25px 0;
    border-radius: 15px;
    background-color: #FFF;
    position: relative;
    box-shadow: 0vw 0vw 0.75vw rgba(0, 0, 0, 0.08);
}

.pro-info-title{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70px;
    padding: 0 30px;
    border-bottom: 2px solid #e7e6e6;
}
.pro-info-title.show{
    position: fixed;
    top: 0;
    left: 50%;
    width: calc(100% - 16%);
    transform: translate(-50%,0);
    z-index: 100;
}
.pro-info-title li{
    display: block;
    width: auto;
    min-width: 150px;
    height: 100%;
    cursor: pointer;
    position: relative;
    padding: 0 30px;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    color: #333;
}
.pro-info-title li.on{
    color: #FFF;
    font-weight: bold;
    background-color: #059669;
    border-radius: 0
}
.pro-info-title li.on::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    z-index: 10;
    background-color: #059669;
}
.project-con{
    display: block;
    width: 100%;
    padding: 35px 65px 35px;
}
.project-body{
    display: block;
    width: 100%;
    padding: 0;
    font-size: 18px;
    line-height: 1.6;
    margin: 0 auto;
    position: relative;
}
.project-body img{
    display: block;
    max-width: 940px;
    height: auto;
    margin: 15px 0;
}
.project-body h2{
    font-weight: bold;
}
.project-body h3{
    font-weight: bold;
}
.project-body .share{
    position: absolute;
    left: -150px;
    top: 20px;
}
.project-body .share a {
    height: 65px;
    text-indent: 0;
    width: 65px;
    line-height: 65px;
    text-align: center;
    background: none;
    font-size: 37px;
    display: block;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 50%;
    border: 1px solid #f1f1f1;
}
.project-body .share a:hover{
    background: linear-gradient(90deg, #daf5e8,#fff8da );
    border: 1px solid #EAEAEA;
}
.project-body .share a img{
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
}
.progress-list{
    padding: 0 0;
    margin-top: -15px;
}
.progress-list ul {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.progress-list li{
    width: 100%;
    height: auto;
}
.progress-list li a{
    display: flex;
    width: 100%;
    height: auto;
    padding: 30px 0;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    background-color: #FFF;
    border-bottom: 1px solid #EAEAEA;
}
.progress-list li .pic{
    display: block;
    position: relative;
    flex: 0 0 320px;
    width: 320px;
    height: 220px;
    aspect-ratio: 16/9;
    border-radius: 8px;
    overflow: hidden;
    z-index: 3;
}
.progress-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
}
.progress-list li a:hover .pic img{
    transform: scale(1.05);
    z-index: 2;
}
.progress-list li .text{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    padding-left: 25px;
    z-index: 3;
}
.progress-list li .title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.progress-list li .desc{
    font-size: 16px;
    line-height: 1.65;
    min-height: 70px;
    color: #4b5563;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.progress-list.cases li .desc{
    min-height: 96px;
    -webkit-line-clamp: 4 !important;
}
.progress-list li .text-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.progress-list li .text-wrap .date{
    margin-top: 15px;
    font-size: 16px;
    color: #4b5563;
}
.progress-list li .text-wrap .date i{
    margin-right: 6px;
    color: #a9bba3;
}
.progress-list li .text-wrap .date span{
    padding-left: 30px;
}
.progress-list li .text-wrap .btn{
    margin-top: 20px;
    width: 200px;
    height: 45px;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #059669;
    border-radius: 23px;
    cursor: pointer;
}
.progress-list li a:hover .text-wrap .btn{
    opacity: 0.8;
}
.donation-list{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.donation-list ul{
    display: block;
    width: 100%;
}
.donation-list li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EAEAEA;
}
.donation-list li .name{
    display: flex;
    width: 33.33%;
    font-weight: normal;
    align-items: center;
    justify-content: flex-start;
}
.donation-list li .name h4{
    font-weight: normal;
}
.donation-list li .name img{
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 10px;
}
.donation-list li p{
    width: 33.33%;
    text-align: center;
}
.donation-list li span{
    width: 33.33%;
    color: #808080;
    text-align: right;
}
.donation-list .more{
    text-align: center;
}
.message-list{
    display: block;
    width: 95%;
    margin: 0 auto;
}
.message-list ul{
    display: block;
    width: 100%;
}
.message-list li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EAEAEA;
}
.message-list li .text{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.message-list li .text h4{
    margin: 0 0;
}
.message-list li .text p{
    margin: 0 0;
}
.message-list li .text img{
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 10px;
}
.message-list li .date{
    color: #808080;
}
.faq-list{
    display: block;
    width: 100%;
    margin: 0 auto 0;
    padding: 0 0 0;
}
.faq-list ul{
    width: 100%;
}
.faq-list li{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 0;
    padding: 25px 20px 25px 20px;
    background-color: #FFF;
    border-bottom: 1px solid #EAEAEA;
}
.faq-list li:hover{
    background: linear-gradient(90deg, #ecfdf5,#fffbeb );
}
.faq-list li:last-child{
    margin-bottom: 0;
}
.faq-list li .title{
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    padding-right: 30px;
    position: relative;
    color: #000;
    cursor: pointer;
}
.faq-list li .title:before {
    content: "";
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    background: url('../img/icon-down.svg') no-repeat center center;
    background-size: auto 8px;
    transform: translate(-50%,-50%) rotate(0);
    transition: transform .2s ease-out;
    position: absolute;
    top: 12px;
    right: -10px;
    cursor: pointer;
    border-radius: 50%;
}
.faq-list li.show .title:before {
    transform: translate(-50%,-50%) rotate(180deg);
}
.faq-list li .text{
    display: none;
    padding-top: 15px;
    color: #4b5563;
    font-size: 15px;
    overflow: hidden;
    line-height: 1.6;
    transition: transform .2s ease-out;
    position: relative;
}
.faq-list li .text .more{
    position: absolute;
    bottom: -2px;
    right: 0;
    font-size: 14px;
}
.faq-list li .text .more a{
    color: #000;
}
.faq-list li .text .more a:hover{
    color: #059669;
}
.faq-list li.show{
    background: #F9F9F9
}
.faq-list li.show .text{
    display: block;
}
.theysay-list{
    padding: 0 0;
    margin-top: -15px;
}
.theysay-list ul {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.theysay-list li{
    width: 100%;
    height: auto;
    margin-top: 65px;
}
.theysay-list li a{
    display: flex;
    width: 100%;
    height: 270px;
    padding: 30px 30px;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.theysay-list li .bg{
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 1;
    background-color: #f3f3f3;
    border-radius: 15px;
}
.theysay-list li .bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(90deg, #ecfdf5,#fffbeb );
    top: 0;
    right: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.theysay-list li:hover .bg::before {
    right: 0;
}
.theysay-list li .pic{
    display: block;
    position: relative;
    left: 0;
    bottom: 30px;
    flex: 0 0 450px;
    width: 450px;
    height: 280px;
    overflow: hidden;
    border-radius: 8px;
    z-index: 3;
}
.theysay-list li .pic img{
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
    border-radius: 8px;
}
.theysay-list li a:hover .pic img{
    transform: scale(1.05);
    z-index: 2;
}
.theysay-list li .text{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    padding-left: 50px;
    z-index: 3;
    position: relative;
}
.theysay-list li .desc{
    font-size: 18px;
    line-height: 1.8;
    padding: 60px 50px 60px 40px;
    color: #4b5563;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.theysay-list li .text::before {
    position: absolute;
    top: 20px;
    left: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    content: "“";
    width: 41px;
    height: 33px;
    font-family: arial, "PingFang SC", miui, system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, sans-serif;
    font-size: 120px;
    line-height: 100px;
    color: #059669;
}
.theysay-list li .text::after {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    content: "”";
    width: 41px;
    height: 33px;
    font-size: 120px;
    font-family: arial, "PingFang SC", miui, system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, sans-serif;
    line-height: 100px;
    color: #059669;
}
.fund-list{
    padding: 0 0;
    margin-top: -5px;
}
.fund-list ul {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.fund-list li{
    display: flex;
    width: 100%;
    height: auto;
    padding: 30px 0;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    background-color: #FFF;
    border-bottom: 1px solid #EAEAEA;
}
.fund-list li .pic{
    display: block;
    position: relative;
    flex: 0 0 320px;
    width: 320px;
    height: 220px;
    aspect-ratio: 16/9;
    border-radius: 8px;
    overflow: hidden;
    z-index: 3;
}
.fund-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
}
.fund-list li:hover .pic img{
    transform: scale(1.05);
    z-index: 2;
}
.fund-list li .text{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    padding-left: 25px;
    padding-right: 65px;
    z-index: 3;
}
.fund-list li .title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.fund-list li .desc{
    font-size: 16px;
    line-height: 1.65;
    min-height: 70px;
    color: #4b5563;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.fund-list li .text-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fund-list li .text-wrap .date{
    margin-top: 15px;
    font-size: 16px;
    color: #4b5563;
}
.fund-list li .text-wrap .date i{
    margin-right: 6px;
    color: #a9bba3;
}
.fund-list li .text-wrap .date span{
    padding-left: 30px;
}
/*PC自适应*/
@media screen and (min-width: 1649px) and (max-width: 1749px) {
.project-body {
    font-size: 18px;
}
.zs-project-list li .text .desc {
    font-size: 20px;
}
.theysay-list li .desc {
    font-size: 19px;
}
.progress-list li .desc {
    font-size: 18px;
}
.faq-list li .text {
    font-size: 17px;
}
}
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.subbanner.project-banner{
    height: 500px;
}
.subbanner .text {
    justify-content: center;
    flex-direction: column-reverse;
    align-items: flex-start;
    align-content: center;
}
.project-banner .number {
    position: relative;
    right: 0;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding: 20px 4% 0;
}
.project-banner .number .item {
    align-items: center;
    width: auto;
    min-width: 35.0%;
    margin-right: 0;
    padding-left: 20px;
    flex-direction: column;
    align-items: flex-start;
}
.project-banner .number .item:first-child {
    padding-left: 0;
    min-width: 25%;
}
.project-banner .number .item span {
    font-size: 14px;
}
.project-banner .number .item strong {
    font-size: 28px;
    padding-bottom: 0;
}
.project-banner .number .item strong em {
    font-size: 16px;
}
.project-banner .love {
    left: 4%;
    right: unset;
    bottom: 25px;
}
.zs-project-list li {
    height: auto;
    margin-bottom: 16px;
}
.zs-project-list li .probox {
    width: 100%;
    height: 100%;
    padding: 15px 15px;
    border-radius: 15px;
    flex-direction: column !important;
    align-items: flex-start !important;
}
.zs-project-list li .pic {
    flex: unset !important;
    width: 100% !important;
    height: auto !important;
}
.zs-project-list li .text {
    padding: 15px 0 0 !important;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 10;
}
.zs-project-list li .text .title {
    font-size: 24px;
    padding-bottom: 10px;
}
.zs-project-list li .text .title i {
    font-size: 20px;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    padding: 5px;
}
.zs-project-list li .text .desc {
    font-size: 15px;
    line-height: 1.6;
    min-height: auto;
}
.zs-project-list .number .item {
    width: 50%;
    min-width: 50%;
    padding: 0 10px;
    margin-right: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.zs-project-list .number .item strong {
    font-size: 24px;
}
.zs-project-list .number .item span {
    font-size: 14px;
}
.zs-project-list li .btn {
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
}
.zs-project-list li .btn a {
    min-width: 45%;
    height: 38px;
    font-size: 15px;
    padding-left: 25px;
    padding-right: 25px;
    margin: 0 8px;
}
.fund-list {
    margin-top: 0;
    margin-bottom: 5px;
}
.fund-list li:first-child {
    padding-top: 5px;
}
.fund-list li {
    padding: 16px 0;
}
.fund-list li .pic {
    flex: 0 0 37.6%;
    width: 37.6%;
    height: auto;
    aspect-ratio: 16/10;
}
.fund-list li .text {
    padding-left: 15px;
    padding-right: 0;
}
.fund-list li .title {
    font-size: 16px;
    margin-bottom: 5px;
}
.fund-list li .desc {
    font-size: 14px;
    line-height: 1.45;
    min-height: auto;
    -webkit-line-clamp: 3;
}
.fund-list li .text-wrap .date {
    display: none;
    margin-top: 10px;
    font-size: 14px;
}
.submenu.project .zs-wp .left {
    padding-left: 0 !important;
}
.submenu.project .zs-wp .btn {
    width: auto;
    min-width: auto;
    height: 32px;
    font-size: 14px;
    border-radius: 25px;
    line-height: 30px;
    padding: 0 10px;
}
.project-topbox {
    height: auto;
    padding: 0;
    flex-direction: column;
}
.project-topbox .pic {
    position: relative;
    flex: unset;
    width: 100%;
    height: 220px;
}
.project-topbox .text {
    padding: 15px 15px;
}
.project-topbox .text .title {
    font-size: 24px;
}
.project-topbox .text .desc {
    font-size: 14px;
    line-height: 1.65;
    margin-top: 10px;
}
.project-topbox .record {
    font-size: 12px;
}
.project-topbox .btn {
    margin-top: 15px;
    margin-bottom: 10px;
}
.project-topbox .btn a {
    min-width: 200px;
    height: 38px;
    font-size: 16px;
    padding-left: 35px;
    padding-right: 35px;
}
.project-desc {
    margin-top: 20px;
    padding: 0 0 25px 0;
    border-radius: 15px;
    overflow: hidden;
}
.pro-info-title {
    height: 50px;
    padding: 0 0;
    overflow-y: auto;
    align-items: center;
    justify-content: flex-start;
}
.pro-info-title li {
    width: auto;
    min-width: auto;
    height: calc(100% - 2px);
    padding: 0 10px;
    line-height: 45px;
    font-size: 16px;
    white-space: nowrap;
    text-align: center;
}
.project-con {
    padding: 25px 20px 0;
    text-align: justify;
}
.project-body img {
    max-width: 100%;
    margin: 15px 0;
}
.donation-list li .name {
    width: 38%;
}
.donation-list li .name img {
    width: 38px;
    height: 38px;
}
.donation-list li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.faq-list li {
    padding: 18px 18px;
}
.faq-list li .title {
    font-size: 18px;
    line-height: 25px;
    padding-right: 30px;
}
.faq-list li .text {
    padding-top: 15px;
    font-size: 14px;
}
.progress-list {
    margin-top: 0;
    margin-bottom: 5px;
}
.progress-list li:first-child a {
    padding-top: 5px;
}
.progress-list li {
    padding: 0 0;
}
.progress-list li a {
    padding: 16px 0;
}
.progress-list li .pic {
    flex: 0 0 37.6%;
    width: 37.6%;
    height: auto;
    aspect-ratio: 16/10;
}
.progress-list li .text {
    padding-left: 15px;
    padding-right: 0;
}
.progress-list li .title {
    font-size: 16px;
    margin-bottom: 5px;
}
.progress-list li .desc {
    font-size: 14px;
    line-height: 1.45;
    min-height: auto;
    -webkit-line-clamp: 2;
}
.progress-list li .text-wrap {
    display: none;
}
.theysay-list li {
    width: 100%;
    height: auto;
    margin-top: 35px;
}
.theysay-list li a {
    height: auto;
    padding: 15px 15px;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    flex-direction: column;
}
.theysay-list li .pic {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 16/12;
    bottom: unset;
    top: -30px;
}
.theysay-list li .text {
    padding-left: 0;
    padding-right: 0;
}
.theysay-list li .desc {
    font-size: 13px;
    line-height: 1.6;
    color: #4b5563;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    padding: 20px 10px 20px 10px;
}
.theysay-list li .text::before {
    top: -20px;
    left: 0px;
}
.theysay-list li .text::after {
    bottom: -5px;
    right: 0;
}

}