body .home_body_box:nth-child(even) {
  background: #f9f9f9;
}
.flex_row_space_between {
  margin-bottom: 0;
}
.flex_row_space_between > li:first-child > div {
  margin-top: 12px;
}
.flex_row_space_between > li > div {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 26px;
  position: relative;
}
.flex_row_space_between > li > div > a {
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.flex_row_space_between > li > div > span {
  width: 18%;
  text-align: right;
  font-size: 13px;
  cursor: pointer;
}
.last_item_more {
  text-align: right;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0e552e;
  cursor: pointer;
}
.flex_row_space_between > li.last_item_more > div {
  justify-content: flex-end;
}

@media all and (max-width: 720px) {
  .home_body_box_title{
    display: none;
  }
  .home_body_box_title--mobile{
    /* display: block; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #101D37;
    background: #ffffff;
  }
  .box_title--mobile{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .box_title--mobile > span {
    margin-left: 10px;
  }
  .box_title--mobile > img{
    width: 4px;
  }
  .title_more--mobile{
    font-size: 15px;
    color: #9399A5;
  }
  [class^="home_body_box_content_"] {
    display: none;
  }
  .home_body_box_content,
  .home_body_box_content_2,
  .home_body_box_content_3,
  .home_body_box_content_4,
  .home_body_box_content_5{
    display: none;
  }
  .home_body_box_content--mobile{
    display: flex;
    flex-direction: column;
    background: #F2F2F2;
  }
  .content_box--mobile,
  .content_list--mobile{
    margin-bottom: 10px;
    background: #fff;
  }
  .content_list--mobile {
    padding: 0 20px 20px
  }
  .content_box-info{
    height: 60px;
    line-height: 60px;
    padding-left: 12px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .content_list--mobile_item{
    box-sizing: border-box;
  }
  .flex_row_space_between > li > div > span {
    width: 25%;
  }
  /* .content_slide_box--mobile{
    margin-top: 2%;
  } */
  .content_slide_box-slide {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    background: #fff;
  }
  .content_slide_box--mobile > .content_slide_box-slide:nth-child(even) {
    margin-right: 0;
  }
  .content_slide_box--mobile > .content_slide_box-slide:nth-last-child(3),
  .content_slide_box--mobile > .content_slide_box-slide:nth-last-child(4){
    /*margin-top: 2%;*/
  }
  .content_slide_box-content-introduce-name{
    text-align: center;
    font-size: 16px;
    color: #101D37;
    margin-top: 5px;
  }
  .content_slide_box-content-introduce-detail {
    font-size: 13px;
    color: #9399A5;
    height: 65px;
    margin: 6px 15px 10px;
  }
  .home_body_swiper_box_content--mobile{
    display: block;
    background: #ffffff;
  }
  .home_body_swiper_box_content--mobile .swiper-slide-box{
    /*border: 1px solid #CCCCCC;*/
  }
  .home_footer--mobile{
    background: #222122;
    color: #FFFFFF;
    padding: 20px 14px;
  }
  .home_footer--mobile > div{
    margin-bottom: 15px;
  }
  .home_footer--mobile img.img_ewm{
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }
  .home_footer--mobile .flex_box_center{
    flex-direction: column;
  }
  .home_footer--mobile .footer_title{
    font-size: 16px;
  }
  .home_footer--mobile .footer_address{
    font-size: 13px;
    margin-top: 10px;
  }
  .home_footer--mobile .footer_address>div{
    margin-left: 3em;
  }
  .home_footer--mobile img.select-header-icon{
    width: 30px;
    height: 30px;
  }
  .home_footer--mobile .home_footer_top_selection{
    justify-content: center;
    align-items: center;
  }
  .home_footer--mobile .home_footer_top_selection .select{
    margin-top: 15px;
  }
  .home_footer--mobile .home_footer_bottom{
    font-size: 11px;
    margin-top: 30px;
    /* white-space: nowrap; */
  }
  .donation-box_mobile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #d5e3da;
  }
  .donation-box_mobile .show-donation {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
  }
  .donation-box_mobile .desc {
    font-size: 15px;
    line-height: 22px;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .donation-box_mobile .money {
    font-size: 20px;
    color: #54a66d;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .donation-box_mobile .btn-group {
    -webkit-flex: 0 0 2;
    -ms-flex: 0 0 2;
    flex: 0 0 2;
  }
  .btn-group .btn-block {
    width: 130px;
    height: 32px;
  }
  .btn-group .btn-orange {
    background: #0e552e;
    color: #fff;
  }
  .btn-group .btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    border-radius: 3px;
  }
  .donation_swiper{
    height: 250px;
  }
  .donation_swiper .swiper {
    padding: 0 !important;
    height: 100%;
  }
  #home_body_box_content_donation_swiper--mobile .swiper-donation {
    -webkit-text-size-adjust: none;
    outline: none;
    margin: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    padding: 0 10px;
    border-bottom: 1px dashed #e6e6e6;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #666;
  }
  .swiper-donation .title{
    padding-left: 12px;
    position: relative;
  }
  .swiper-donation .title:after{
    content: '';
    width: 5px;
    height: 5px;
    background: #54a66d;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 10px;
    transform: translateY(-50%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
  .show-more{
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }
  .show-more a {
    color: #0e552e;
  }
  .home_body_box_footer{
    display: none;
  }
}
/* pc端 */
@media all and (min-width: 720px) {
  
  .home_body {
    width: 100%;
  }
  .home_body_box {
    width: 100%;
    padding: 0 11%;
    padding-bottom: 49px;
    box-sizing: border-box;
  }
  .home_body_box_title {
    text-align: center;
    padding: 40px 0 60px;
  }
  .home_body_box_title--mobile{
    display: none;
  }
  .home_body_box_title_English {
    font-size: 30px;
    font-family: Arial;
    font-weight: 400;
    color: #d5e3da;
    line-height: 36px;
  }
  .home_body_box_title_China {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0e552e;
    line-height: 36px;
    margin-top: 22px;
  }
  .home_body_box_content--mobile{
    display: none;
  }
  .swiper-banner-img_mobile{
    display: none;
  }
  .home_body_box_content,
  .home_body_box_content_2,
  .home_body_box_content_3,
  .home_body_box_content_4,
  .home_body_box_content_5 {
    position: relative;
  }
  .swiper-slide-box {
    box-shadow: 0px 2px 8px 0px rgba(204, 204, 204, 0.5);
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .home_body_box_content_4 .swiper-slide-box {
    box-shadow: none;
    /*border: 1px solid #cccccc;*/
    box-sizing: border-box;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  /*.swiper-wrapper > .swiper-slide:last-child .swiper-slide-box {
    height: 335px;
	flex-direction: column;
    display: flex; 
    justify-content: center;
    align-items: center;
    background: #f4f4f4;
  }
  .swiper-wrapper > .swiper-slide:last-child .swiper-slide-box > div:only-child {
    font-size: 16px;
    color: #0e552e;
  }*/

  .swiper-content-img {
    width: 100%;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
  }
  .home_body_box_content_4 .swiper-slide-box .swiper-content-img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  .swiper-slide-box > div.swiper-slide-box-info {
    height: 60px;
    line-height: 60px;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    padding: 0 11px;
    cursor: pointer;
  }
  
  [class^="home_body_box_content_"] {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  
  .home_body_box_content,
  .home_body_box_content_2,
  .home_body_box_content_3,
  .home_body_box_content_4,
  .home_body_box_content_5 {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .home_body_box_content_left {
    width: 50%;
    padding-right: 2%;
    box-sizing: border-box;
  }
  .home_body_box_content_left > img {
    width: 100%;
  }
  .home_body_box_content-right {
    width: 50%;
    padding-left: 2%;
    box-sizing: border-box;
    position: relative;
  }
  .swiper-content-introduce {
    padding: 18px 20px 16px;
    font-size: 20px;
    font-weight: 400;
    color: #101428;
    background: #ffffff;
  }
  .swiper-content-introduce .swiper-content-introduce-name {
    text-align: center;
    margin-bottom: 10px;
  }
  .swiper-content-introduce .swiper-content-introduce-detail {
    font-size: 15px;
    color: #999999;
    /*height: 95px;*/
	flex:1;
  }
  .home_footer {
    width: 100%;
    color: #ffffff;
    padding: 40px calc(21% + 10px);
    background: #222222;
    box-sizing: border-box;
    font-family: PingFang SC;
  }
  .home_footer_top {
    display: flex;
    flex-direction: row;
  }
  .home_footer_top_left,
  .home_footer_top_center,
  .home_footer_top_right {
    width: 33.3%;
    padding-bottom: 1%;
  }
  .home_footer_top_left {
    padding-right: 6%;
    box-sizing: border-box;
  }
  .home_footer_top_left .home_footer_top_address {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    margin-top: 30px;
  }
  .home_footer_top_address > div {
    line-height: 30px;
  }
  .home_footer_top_address > div:last-child {
    flex: 1;
  }
  .home_footer_top_center {
    text-align: center;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    box-sizing: border-box;
  }
  .home_footer_top_center > img {
    margin-top: 30px;
  }
  .home_footer_top_right {
    padding-left: 6%;
    box-sizing: border-box;
  }
  .home_footer_top_title {
    font-size: 18px;
  }
  .single-line-omitted {
  	/* 单行省略 */
  	overflow: hidden;
  	text-overflow: ellipsis;
 	white-space: nowrap;
  }
  
  .donation-box {
    position: relative;
    overflow: hidden;
    zoom: 1;
    padding: 37.5px 25px;
    background: #fff;
    box-shadow: 0px 6px 42px 0px rgba(25, 13, 1, 0.12);
    justify-content: flex-start;
  }
  .donation-box .donation {
    float: left;
    width: 248px;
    height: 217px;
    padding-right: 30px;
    border-right: 1px solid #e6e6e6;
  }
  .donation-box .donation .show-child-donation {
    background: #d5e3da;
    position: relative;
    height: inherit;
  }
  .donation-box .donation .title {
    color: #333;
    font-size: 18px;
    padding-top: 25px;
    padding-left: 20px;
    padding-bottom: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .donation-box .donation .num {
    font-size: 32px;
    color: #54a66d;
    font-weight: bold;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1;
    height: 35px;
    padding-left: 20px;
  }
  .donation-button {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 16px;
    line-height: 44px;
    width: 100%;
    background: #0e552e;
    text-align: center;
    box-shadow: inset 0px -2px 2px 0px rgba(228, 128, 21, 0.004);
  }
  .donation-box .show-donation-list {
    flex: 1;
    margin-left: 30px;
    height: 217px;
    /* position: absolute;
    top: 40px;
    width: 720px; */
    overflow: hidden;
  }
  .show-donation-list .show-donation-list-box {
    overflow: hidden;
    height: 237px !important;
    margin-top: -19px;
    padding: 0 !important;
  }
  .show-donation-list::after {
    clear: both;
    content: ".";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
  }
  .show-donation-list .show-donation-list-box::after {
    clear: both;
    content: ".";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
  }
  .show-donation-list .swiper-slide {
    display: flex;
    justify-content: space-between;
    transition: all 0.3s;
    border-bottom: 1px dashed #ccc;
  }
  .show-donation-list .swiper-slide .swiper-donation {
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: row;
    height: 58px;
    width: 47%;
    font-size: 14px;
    color: #666;
    display: inline-block;
    position: relative;
    display: flex;
    padding-left: 13px;
    line-height: 1;
    justify-content: space-between;
    vertical-align: middle;
    box-shadow: none !important;
  }
  .show-donation-list .swiper-slide .swiper-donation::after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #54a66d;
    position: absolute;
    left: 0;
    top: 26px;
  }
  .swiper-donation .title {
    flex: 0.5;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .swiper-donation .amount {
    flex: 1;
    padding-left: 20px;
  }
  .swiper-donation .time {
    padding-left: 20px;
  }
  .donation-box .show-more {
    position: absolute;
    bottom: 12px;
    right: 30px;
    font-size: 15px;
    cursor: pointer;
  }
  .donation-box .show-more a {
    color: #0e552e;
  }
  .donation-box .show-more:hover a {
    color: #54a66d;
    text-decoration: underline;
  }
  
  .donation-box_mobile,.show-more_mobile{
  	display: none;
  }
  .home_body_box_footer{
    color: #0e552e;
    text-align: right;
    font-size: 18px;
    padding-top: 10px;
    padding-right: 20px;
    cursor: pointer;
  }
  .home_body_box_footer:hover{
    color: #54a66d;
    text-decoration: underline;
  }
}
