.hopebanner{
    display: block;
    width: 100%;
    height: 960px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    z-index: 0;
}
.hopebanner .zs-wp {
    display: flex;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding-bottom: 120px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-content: center;
}
.hopebanner .title{
    font-size: 60px;
    line-height: 1.35;
    color: #cb2d2a;
    font-weight: bold;
    padding: 8px 0 15px 0;
    text-align: center;
}
.hopebanner .date{
    font-size: 26px;
    text-align: center;
    color: #cb2d2a;
}
.hopebanner .desc{
    padding-top: 10px;
    font-size: 26px;
    line-height: 1.6;
    color: #cb2d2a;
}
.hopebanner .desc p{
    text-indent: 2em;
    text-align: justify;
}
.about-item{
    padding-top: 30px;
    padding-bottom: 30px;
}
.about-box{
    display: block;
}
.about-desc{
    display: block;
    width: 100%;
}
.about-desc h2{
    font-size: 36px;
    font-weight: bold;
    color: #333;
}
.about-desc.council{
    margin-top: 15px;
}
.about-desc.council.mt0{
    margin-top: 0;
}
.about-desc.council h2{
    padding-left: 25px;
}
.about-desc h3{
    font-size: 22px;
    font-weight: bold;
    color: #059669;
}
.about-desc .desc{
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.6;
    color: #4b5563;
    margin-bottom: 35px;
    text-align: justify;
}
.about-council{
    padding-top: 25px;
}
.about-council ul {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.about-council li.top{
    width: 100%;
}
.about-council li.top .pic{
    flex: 0 0 260px;
    width: 260px;
}
.about-council li.top .text{
    padding-right: 25%;
}
.about-council li.top .bg-logo{
    opacity: 0.1;
    right: 3.5%;
}
.about-council li{
    display: flex;
    width: calc(50% - 15px);
    height: auto;
    padding: 25px 25px;
    margin-right: 30px;
    margin-bottom: 30px;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    background-color: #FFF;
    border-radius: 15px;
    box-shadow: 0vw 0vw 0.75vw rgba(0, 0, 0, 0.08);
}
.about-council li:nth-child(even) { 
    margin-right: 0;
}
.about-council li::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;
}
.about-council li:hover::before {
    right: 0;
}
.about-council li:hover {
    -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.1);
}
.about-council li .pic{
    display: block;
    position: relative;
    flex: 0 0 190px;
    width: 190px;
    height: auto;
    aspect-ratio: 1 / 1.20;
    overflow: hidden;
    border-radius: 8px;
    z-index: 3;
}
.about-council li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
}
.about-council li:hover .pic img{
    transform: scale(1);
    z-index: 2;
}
.about-council li .text{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    padding-left: 30px;
    z-index: 3;
}
.about-council li .title{
    font-size: 24px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 2px;
}
.about-council li .subtitle{
    font-size: 20px;
    margin-bottom: 12px;
}
.about-council li .desc{
    font-size: 16px;
    line-height: 1.65;
    color: #4b5563;
    margin-bottom: 12px;
    display: -webkit-box;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.about-council li .bg-logo {
    position: absolute;
    top: 25px;
    bottom: 25px;
    right: 25px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.about-council li .bg-logo img{
    display: block;
    width: auto;
    height: 100%;
}
.about-council li:hover .bg-logo {
    opacity: 0.1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.about-ambassador{
    padding-top: 35px;
}
.about-ambassador ul {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.about-ambassador li{
    display: block;
    width: calc(25% - 35px);
    height: auto;
    padding: 25px 25px;
    margin-right: 35px;
    margin-bottom: 38px;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    background-color: #FFF;
    border-radius: 15px;
    box-shadow: 0vw 0vw 0.75vw rgba(0, 0, 0, 0.08);
}
.about-ambassador li:nth-child(n4) { 
    margin-right: 0;
}
.about-ambassador li::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;
}
.about-ambassador li:hover::before {
    right: 0;
}
.about-ambassador li:hover {
    -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.1);
}
.about-ambassador li .pic{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1.20;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 15px;
    z-index: 3;
}
.about-ambassador li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
}
.about-ambassador li:hover .pic img{
    transform: scale(1);
    z-index: 2;
}
.about-ambassador li .text{
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    z-index: 3;
    text-align: center;
}
.about-ambassador li .title{
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 2px;
}
.about-ambassador li .subtitle{
    font-size: 18px;
}
.about-ambassador li .desc{
    font-size: 16px;
    line-height: 1.65;
    color: #4b5563;
    margin-bottom: 12px;
    display: -webkit-box;
    display: none;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.about-ambassador li .bg-logo {
    position: absolute;
    top: 25px;
    bottom: 25px;
    right: 25px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.about-ambassador li .bg-logo img{
    display: block;
    width: 228px;
    height: 228px;
}
.about-ambassador li:hover .bg-logo {
    opacity: 0.1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.about-honor{
    padding-top: 20px;
}
.about-honor ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.about-honor li{
    display: flex;
    width: calc(50% - 15px);
    height: auto;
    padding: 25px 25px;
    margin-bottom: 30px;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    background-color: #FFF;
    border-radius: 15px;
    box-shadow: 0vw 0vw 0.75vw rgba(0, 0, 0, 0.08);
}
.about-honor li::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;
}
.about-honor li:hover::before {
    right: 0;
}
.about-honor li:hover {
    -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.1);
}
.about-honor li .pic{
    display: block;
    position: relative;
    flex: 0 0 320px;
    width: 320px;
    height: auto;
    overflow: hidden;
    z-index: 3;
}
.about-honor li .pic img{
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.35s;
}
.about-honor li:hover .pic img{
    transform: scale(1);
    z-index: 2;
}
.about-honor li .text{
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    padding-left: 25px;
    z-index: 3;
}
.about-honor li .title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.about-honor li .desc{
    font-size: 16px;
    line-height: 1.65;
    color: #4b5563;
    margin-bottom: 12px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.about-honor li .bg-logo {
    position: absolute;
    top: 25px;
    bottom: 25px;
    right: 25px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.about-honor li .bg-logo img{
    display: block;
    width: auto;
    height: 100%;
}
.about-honor li:hover .bg-logo {
    opacity: 0.1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.zs-partner-list{
    display: block;
}
.zs-partner-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.zs-partner-list li {
    display: block;
    width: calc(12.5% - 20px);
    margin: 10px 10px;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0vw 0vw 0.75vw rgba(0, 0, 0, 0.08);
}
.zs-partner-list li .pic{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.zs-partner-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s;
    object-fit: cover;
}
.zs-partner-list li:hover .pic img{
    transform: scale(1.05);
}
.zs-partner-list li .text{
    display: none;
    text-align: center;
    padding-top: 15px;
}
.zs-partner-list li .text .title{
    font-size: 20px;
    white-space: nowrap;
}
.about-contact{
    display: flex;
    padding: 0 5% 20px;
    justify-content: space-between;
}
.about-contact .item {
    display: flex;
    width: 33.33%;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    align-content: center;
}
.about-contact .item .icon{
    display: block;
    margin: 0 auto 15px;
}
.about-contact .item .text{
    text-align: center;
}
.about-contact .item strong{
    display: block;
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 10px;
}
.about-contact .item span{
    display: block;
    font-size: 18px;
    line-height: 1.8;
}
.pagebox{
    display: block;
    padding: 25px;
    width: 100%;
    margin-top: 50px;
    text-align: left;
    border-radius: 15px;
    background-color: #FFF;
    box-shadow: 0vw 0vw 0.75vw rgba(0, 0, 0, 0.08);
}
.pagetext{
    padding: 20px 0 20px;
    max-width: 380px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 2;
}
.contact-map{
    display: block;
    padding: 25px;
    width: 100%;
    margin-top: -15px;
    border-radius: 15px;
    background-color: #FFF;
    box-shadow: 0vw 0vw 0.75vw rgba(0, 0, 0, 0.08);
}
.contact-map img{
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}
.homeabout .pic{
    display: flex;
    width: 100%;
    height: 800px;
    justify-content: center;
    position: relative;
}
.homeabout .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.zs-call-use{
    width: 60px;
    height: 60px;
    position: absolute;
    display: block;
    z-index: 0;
    cursor: pointer;
    left: 50%;
    zoom: 2;
    top: 50%;
    z-index: 100;
    margin: -30px 0 0 -30px;
}
.zs-call-use::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    z-index: 101;
    background: url(../img/icon-play.svg) no-repeat center center;
    background-size: 18px 18px;
    zoom:0.6;
}
@keyframes scaleout {
    0% {
        transform: scale(0.8);
        -webkit-transform: scale(0.2);
        opacity: 1;
    }
    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}
.zs-call-use .spinner1 {
    opacity: 0;
    position: absolute;
    width: 110px;
    height: 110px;
    top: -25px;
    left: -25px;
    background-color: #059669;
    border-radius: 100%;
    -webkit-animation: scaleout 2s 1s infinite ease-in-out;
    animation: scaleout 2s 1s infinite ease-in-out;
}
.zs-call-use .spinner2 {
    opacity: 0;
    position: absolute;
    top: -30px;
    left: -30px;
    width: 120px;
    height: 120px;
    background-color: #059669;
    border-radius: 100%;
    -webkit-animation: scaleout 2s .5s infinite ease-in-out;
    animation: scaleout 2s .5s infinite ease-in-out;
}
.zs-call-use .spinner3 {
    opacity: 0;
    position: absolute;
    top: -40px;
    left: -40px;
    width: 140px;
    height: 140px;
    background-color: #059669;
    border-radius: 100%;
    -webkit-animation: scaleout 2s 0s infinite ease-in-out;
    animation: scaleout 2s 0s infinite ease-in-out;
}
.homeabout .number{
    display: block;
    padding-top: 30px;
    padding-bottom: 20px;
}
.homeabout .about-number{
    position: relative;
    height: 105px;
}
.homeabout .number .swiper-slide{
    display: block;
}
.homeabout .number-box{
    display: flex;
    justify-content: space-between;
}
.homeabout .number li {
    display: flex;
    justify-content: center;
    width: 25%;
    padding: 0 0;
    border-right: 1px solid #eaeaea;
    flex-direction: column;
    align-items: center;
}
.homeabout .number li:nth-child(4n){
  border-right: none;
}
.homeabout .number li strong{
    display: block;
    font-size: 50px;
    font-weight: bold;
    padding-bottom: 0;
    color: #f1882a;
}
.homeabout .number li strong em{
    font-size: 20px;
}
.homeabout .number li span{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}
.honor-list{
    padding-bottom: 60px;
}
.honor-list .swiper-slide {
    display: block;
    width: 33.33%;
    height: auto;
    overflow: hidden;
    padding: 15px 15px;
    border-radius: 10px;
    background-color: #FFF;
    box-shadow: 0vw 0vw 0.75vw rgba(0, 0, 0, 0.08);
}
.honor-list .swiper-slide .pic{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.678;
    overflow: hidden;
}
.honor-list .swiper-slide .pic img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s;
    object-fit: cover;
}
.honor-list .swiper-slide:hover .pic img{
    transform: scale(1.05);
}
.honor-list .text{
    display: block;
    text-align: center;
    padding-top: 10px;
}
.honor-list .text .title{
    font-size: 20px;
    white-space: nowrap;
}
.honor-list .swiper-button-prev{
    left: 20px;
    margin-top: -75px;
}
.honor-list .swiper-button-next{
    right: 20px;
    margin-top: -75px;
}
.honor-list .swiper-pagination .swiper-pagination-bullet{
    background-color: #059669;
}
.about-qualification{
    display: flex;
    justify-content: space-between;
}
.about-qualification img{
    display: block;
    width: 48.5%;
    height: auto;
    padding: 25px 25px;
    border-radius: 15px;
    background-color: #FFF;
    box-shadow: 0vw 0vw 0.75vw rgba(0, 0, 0, 0.08);
}
.about-top {
    display: block;
    width: 100%;
    margin: 0 auto 35px;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0 25px 0;
}
.about-top h3{
    text-align: center;
}
.about-title {
    font-size: 36px;
    font-weight: bold;
    padding: 0 20px;
    text-align: center;
}
.about-span {
    margin-top: 22px;
    display: flex;
    color: #666;
    font-size: 14px;
    justify-content: center;
}
.about-span span{
    margin: 0 15px;
}
.about-body{
    display: block;
    width: 100%;
    padding: 0 0 30px;
    font-size: 18px;
    line-height: 1.8;
    margin: 0 auto;
}
.about-body img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 15px 0;
}
.about-body h2{
    text-align: center;
    font-weight: bold;
}
.about-body h3{
    text-align: center;
    font-weight: bold;
}
.about-body p{
    text-indent: 2em;
}
.d_form{ padding: 0 0 30px; max-width: 530px;margin: 0 auto;}
.d_form li{ margin-top: 25px;}
.d_form b{ display: block; font-size: 18px; color: #333; font-weight: bold; line-height: 25px;}
.d_form b i{ display: inline-block; vertical-align: middle; font-size: 30px; color: #FE6902; font-weight: 400; margin-left: 60px;}
.t_input{ padding-left: 128px;}
.t_input label{ float: left; font-size: 16px; color: #333; line-height: 38px;}
.d_form li div{ overflow: hidden;}
.d_form input{ display: block; border: 0; padding: 0; width: 100%; box-sizing: border-box; font-size: 16px; color: #333; border-radius: 5px; padding-left: 8px; border: 1px #eaeaea solid; height: 38px; line-height: 36px; background-color: transparent; outline: none;}
.d_form select{ display: block; border: 0; padding: 9px 0; width: 100%; box-sizing: border-box; font-size: 16px; color: #333; border-radius: 5px; padding-left: 8px; border: 1px #eaeaea solid; height: 40px; background-color: transparent; outline: none;}
.t_radio{ padding-left: 128px;}
.t_radio a{ display: block; box-sizing: border-box; width: 100%; border: 1px #eaeaea solid; border-radius: 5px; background-color: #f9f9f9; line-height: 36px; text-align: center; overflow: hidden; margin-bottom: 15px; font-size: 16px; color: #333;}
.t_radio a input{ padding: 0; text-align: center; border: 0;}
.t_radio a:nth-child(1),.t_radio a:nth-child(2),.t_radio a:nth-child(3){ float: left; width: 32%; margin-right: 2%;}
.t_radio a:nth-child(3){ margin-right: 0;}
.t_radio a i{ display: block; padding: 9px 0; line-height: 25px;}
.t_radio a.on{ border-color:#FE720C; color: #FE720C;}
.t_radio a.on input{ color: #FE720C;}
.check{ padding-left: 128px; font-size: 14px; color: #333; line-height: 35px;}
.check p{ position: relative; padding-left: 32px;}
.check p a{ text-decoration: underline;}
.check em{ display: block; position: absolute; left: 0; top: 50%; margin-top: -9px; cursor: pointer; width: 18px; height: 18px; border-radius: 50%; background-image: url(../img/img_11.svg); background-size: 100% 100%;}
.check em.on{ background-image: url(../img/img_12.svg);}
.d_btn{ padding-left: 128px;}
.d_btn button{ display: block; border: 0; width: 336px; height: 45px; color: #fff; background: #059669; border-radius: 26px; font-size: 16px;cursor: pointer;}
.d_btn button:hover{ background: #047857}

.bg-donation-net{
    background: #ecfdf5 url('../img/bg-donation-net.jpg?tn=20260311') no-repeat right center;
    background-size: cover;
}
.donation-net{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0 25px;
}
.donation-net .left{
    text-align: center;
    width: 50%;
    /*border-right: 1px solid #e5e5e5;*/
}
.donation-net .left .donat-title{
    font-size: 25px;
}
.donation-net .left .donat-subtitle{
    font-size: 32px;
    font-weight: bold;
    margin-top: 20px;
    color: #059669;
}
.donation-net .right{
    display: flex;
    align-items: center;
    padding-left: 60px;
    justify-content: flex-start;
    width: 50%;
}
.donation-net .right img{
    display: block;
    width: auto;
    height: 550px;
}
.donation-net .donat-select{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 50px;
    margin: 30px auto 0;
    /*border: 1px solid #e5e5e5;*/
    background-color: #FFF;
    border-radius: 25px;
}
.donation-net .donat-select select{
    font-size: 18px;
    width: 90%;
    height: 40px;
    border: none;
}
.donation-net .donat-ercode{
    display: block;
    margin: 30px auto 0;
    width: 300px;
    height: 300px;
    padding: 20px;
    background-color: #FFF;
    border-radius: 50%;
    Overflow: hidden;
}
.donation-net .donat-ercode img{
    display: block;
    width: 100%;
    height: auto;
}
/*PC自适应*/
@media screen and (min-width: 1649px) and (max-width: 1749px) {
.about-desc .desc {
    font-size: 20px;
}
.about-council li .desc {
    font-size: 18px;
}
.about-honor li .desc {
    font-size: 18px;
}
}
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.zs-partner-list li {
    width: calc(33.3% - 12px);
    margin: 6px 6px;
    border-radius: 10px;
}
.about-desc h2 {
    font-size: 24px;
    line-height: 1.35;
}
.about-desc.council h2 {
    padding-left: 15px;
}
.about-desc h3 {
    font-size: 18px;
}
.about-desc .desc {
    margin-top: 10px;
    font-size: 15px;
    margin-bottom: 25px;
}
.about-title {
    font-size: 24px;
    padding: 0 0px;
}
.about-top {
    margin: 0 auto 25px;
    padding: 10px 0 20px 0;
}
.about-body {
    padding: 0 0 0;
    font-size: 15px;
    line-height: 1.6;
    text-align: justify;
}
.about-item {
    padding-top: 20px;
    padding-bottom: 20px;
}
.honor-list .swiper-slide {
    padding: 10px 10px;
}
.honor-list .text {
    padding-top: 5px;
}
.honor-list .text .title {
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.about-qualification img {
    padding: 15px 15px;
}
.homeabout .pic {
    height: 220px;
}
.zs-call-use {
    zoom: 1;
}
.homeabout .about-number {
    height: 60px;
}
.homeabout .number {
    padding-top: 15px;
    padding-bottom: 0;
}
.homeabout .number li strong {
    font-size: 17px;
}
.homeabout .number li strong em {
    font-size: 12px;
}
.homeabout .number li span {
    font-size: 12px;
}
.about-ambassador ul {
    margin: 0 -10px;
}
.about-ambassador li {
    display: block;
    width: calc(50% - 16px);
    height: auto;
    padding: 15px 15px;
    margin: 0 8px;
    margin-bottom: 16px;
    border-radius: 15px;
}
.about-ambassador li .pic {
    margin-bottom: 8px;
}
.about-ambassador li .title {
    font-size: 16px;
    margin-bottom: 2px;
}
.about-ambassador li .subtitle {
    font-size: 14px;
}
.about-ambassador {
    padding-top: 18px;
}
.about-honor {
    padding-top: 0;
}
.about-honor li {
    width: 100%;
    height: auto;
    padding: 15px 15px;
    margin-bottom: 16px;
}
.about-honor li .pic {
    flex: 0 0 37.0%;
    width: 37.0%;
}
.about-honor li .title {
    font-size: 16px;
    margin-bottom: 3px;
}
.about-honor li .desc {
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 0;
    -webkit-line-clamp: 3;
}
.about-honor li .text {
    padding-left: 15px;
}
.about-council {
    padding-top: 15px;
}
.about-council li {
    width: 100%;
    height: auto;
    padding: 15px 15px;
    margin-right: 0;
    margin-bottom: 16px;
}
.about-council li:last-child{
    margin-bottom: 10px;
}
.about-council li.top .pic {
    flex: 0 0 30%;
    width: 30%;
}
.about-council li .pic {
    flex: 0 0 30%;
    width: 30%;
}
.about-council li.top .text {
    padding-right: 0;
}
.about-council li .text {
    padding-left: 15px;
}
.about-council li .title {
    font-size: 18px;
    margin-bottom: 2px;
}
.about-council li .subtitle {
    font-size: 15px;
    line-height: 1.35;
    margin-bottom: 6px;
}
.about-council li .desc {
    font-size: 13px;
    line-height: 1.65;
    margin-bottom: 0;
    -webkit-line-clamp: 3;
}
.fancybox__content{
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
}
.contact-map {
    padding: 15px;
    margin-top: 0px !important;
}
.donation-net {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 0 10px;
    flex-direction: column;
}
.bg-donation-net {
    background: #ecfdf5 url('../img/bg-donation-net.jpg?tn=20260311') no-repeat center;
    background-size: cover;
}
.donation-net .left {
    width: 100%;
}
.donation-net .left .donat-title {
    font-size: 14px;
    line-height: 1.5;
}
.donation-net .left .donat-subtitle {
    font-size: 22px;
    margin-top: 20px;
}
.donation-net .donat-select {
    width: 300px;
    height: 38px;
    margin: 25px auto 0;
}
.donation-net .donat-select select {
    font-size: 15px;
    width: 90%;
    height: 36px;
    border: none;
}
.donation-net .donat-ercode {
    margin: 20px auto 0;
    width: 200px;
    height: 200px;
}
.donation-net .right {
    display: flex;
    align-items: center;
    padding-left: 0;
    justify-content: center;
    width: 100%;
    margin-top: 15px;
}
.donation-net .right img {
    display: block;
    width: 100%;
    height: auto;
}
.pagebox{
    margin-top: 30px;
    padding: 15px;
}
.pagetext {
    padding: 0 0 0;
    max-width: 100%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 2;
}
.about-contact {
    display: flex;
    padding: 0 0 0;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.about-contact .item {
    display: flex;
    width: 48.5%;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    align-content: center;
    margin-bottom: 20px;
}
.about-contact .item .icon{
    display: block;
    width: 60px;
    height: 60px;
}
.about-contact .item strong {
    font-size: 16px;
    padding-bottom: 6px;
}
.about-contact .item span {
    font-size: 12px;
    line-height: 1.5;
}
}