/* 基金会动态 + 通知公告*/
.home-one {
  padding: 45px 0;
}

.home-one .inner {
  display: flex;
  justify-content: space-between;
}

.home-one .swiper-pagination {
  text-align: right;
  padding-right: 5px;
  bottom: 5px !important;
}

.home-one .swiper-pagination-bullet-active {
  background-color: #00954D !important;
}
.news-banner:hover .swiper-pagination-bullet-active {
  background-color: #fff !important;
}
.home-one .inner .left {
  width: 794px;
  position: relative;
}

.home-one .inner .left>img {
  position: absolute;
  max-height: 364px;
  bottom: 0;
  z-index: 0;
}

.home-one .inner .left .bigmain {
  width: 100%;
  height: 148px;
  display: flex;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.home-one .inner .left .bigmain:hover .img img {
  transform: scale(1.3);
}

.home-one .inner .left .bigmain:hover .data {
  background-color: #00954D;
}

.home-one .inner .left .bigmain:hover .data p {
  color: #fff !important;
}

.home-one .inner .left .bigmain .img {
  max-width: 230px;
  overflow: hidden;
}

.home-one .inner .left .bigmain .img img {
  transition: all .2s linear;
}

.home-one .inner .left .bigmain .data {
  width: calc(100% - 230px);
  padding: 7px 0 7px 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  transition: all .2s linear;
}

.home-one .inner .left .bigmain .data p:nth-of-type(1) {
  font-size: 18px;
  color: #333333;
}

.home-one .inner .left .bigmain .data p:nth-of-type(2) {
  font-size: 16px;
  color: #999999;
  line-height: 27px;
}

.home-one .inner .left .bigmain .data p:nth-of-type(3) {
  font-size: 14px;
  color: #999999;
}

.home-one .inner .left .itemmain:nth-of-type(1) {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px dashed #D7D7D7;
}

.home-one .inner .left .itemmain {
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  cursor: pointer;
}

.home-one .inner .left .itemmain:hover span:nth-of-type(1) {
  color: #00954D;
  transform: translateX(10px);
}

.home-one .inner .left .itemmain span {
  display: inline-block;
  transition: all .2s linear;
}

.home-one .inner .left .itemmain span:nth-of-type(1) {
  font-size: 16px;
  width: calc(100% - 150px);
  color: #333333;
}

.home-one .inner .left .itemmain span:nth-of-type(1)::before {
  content: "";
  width: 4px;
  height: 4px;
  border: 2px solid #00954d9a;
  display: inline-block;
  transform: rotate(45deg);
  margin: 0 10px 0 2px;
}

.home-one .inner .left .itemmain span:nth-of-type(2) {
  font-size: 16px;
  color: #999999;
  width: 100px;
}

.home-one .inner .right {
  width: 424px;
}

.home-one .inner .right .main {
  width: 100%;
  height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 2px 15px 0px rgba(192, 216, 194, 0.7);
  padding: 0 20px 0 20px;
  cursor: pointer;
  border-left: 3px solid #00954d;
  margin-bottom: 17px;
  transition: all .2s linear;
}

.home-one .inner .right .main:hover {
  transform: translate3d(0, -3px, 0);
}

.home-one .inner .right .main>p {
  font-size: 16px;
  color: #333333;
}

.home-one .inner .right .main .data {
  display: flex;
  height: 24px;
  line-height: 24px;
  margin-bottom: 12px;
}

.home-one .inner .right .main .data P:nth-of-type(1) {
  font-size: 12px;
  color: #00954D;
  background-color: #e4efe4;
  padding: 0 5px;
  font-family: Georgia;
  font-weight: bold;
  position: relative;
  padding: 0 8px;
}

.home-one .inner .right .main .data P:nth-of-type(1)::after {
  content: "";
  width: 7px;
  height: 100%;
  background-color: #00954d;
  position: absolute;
  right: -3px;
  top: 0;
  transform: skew(-15deg, 0deg);
}

.home-one .inner .right .main .data P:nth-of-type(2) {
  font-size: 12px;
  color: #fff;
  background-color: #00954d;
  font-family: Georgia;
  font-weight: bold;
  padding: 0 3px;
}

.home-one .inner .right .main:last-child {
  margin-bottom: 0;
}

.home-one .inner .title {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 37px;
}

.home-one .inner .title span:nth-of-type(1) {
  font-size: 34px;
  font-weight: bold;
  color: #00954D;
  font-family: "宋体";
}

.home-one .inner .title span:nth-of-type(2) {
  display: flex;
  align-items: center;
  margin: 20px 0 20px;
  color: #86b09c;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  transition: all 0.5s;
}

.home-one .inner .title span:nth-of-type(2) i {
  font-size: 12px;
  transform: scale(0.4);
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

.mySwiper {
  width: 100%;
}

.thank-list-nav {
  display: flex;
  margin-bottom: 15px;
}

.story-title p:nth-of-type(2) i {
  font-size: 10px;
  transform: scale(0.4);
}

.thank-list-nav .col:nth-of-type(1) {
  width: 43%;
}

.thank-list-nav .col:nth-of-type(2) {
  width: 35%;
}

.thank-list {
  height: 315px !important;
}

.image-arrow img:hover {
  transform: scale(1.1);
}

.group-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 30px 0 30px;
  color: #333;
  font-size: 26px;
  line-height: 49px;
}

.group-title-tab {
  position: relative;
  margin: 0 22.5px;
  transition: all 0.5s;
}

.group-title-tab::after {
  position: absolute;
  left: 50%;
  bottom: 0px;
  display: inline-block;
  margin-left: -15px;
  width: 30px;
  height: 3px;
  background: #00954d;
  content: "";
  transition: all 0.5s;
  opacity: 0;
}

.group-title-tab.active {
  color: #00954d;
}

.group-title-tab.active::after {
  opacity: 1;
}

.group-title .more {
  position: absolute;
  top: 14px;
  right: -8px;
  display: flex;
  align-items: center;
  color: #86b09c;
  font-size: 16px;
  line-height: 22px;
  transition: all 0.5s;
}

.group-title .more:hover {
  color: #00954d;
}

.group-title .more .iconfont {
  font-size: 12px;
  transform: scale(0.4);
}

/* 我要捐赠 */
.go-donate {
  position: fixed;
  bottom: 50%;
  right: 0;
  width: 148px;
  height: 225px;
  z-index: 999;
  cursor: pointer;
  -webkit-animation: shaking 10s infinite linear;
  animation-play-state: running;
display:none;
}

@keyframes shaking {

  0% {
    bottom: 50%;
  }

  25% {
    bottom: 80%;
  }

  50% {
    bottom: 50%;
  }

  75% {
    bottom: 20%;
  }

  100% {
    bottom: 50%;
  }
}

.go-donate img:nth-child(1) {
  position: absolute;
  top: 0;
  right: 0;
  width: 230px;
  height: 277px;
}

.go-donate img:nth-child(2) {
  position: absolute;
  top: 50%;
  right: 0;
  width: 112px;
  height: 160px;
  transform: translateY(-50%);
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* 基金会动态 & 主题专栏 */
.dynamic-notice-group {
  padding-bottom: 64px;
  background-size: auto 424px;
  background-position: bottom;
  background-repeat: no-repeat;
}

.dynamic-content {
  display: flex;
  box-shadow: 0px 2px 16px 0px rgba(134, 176, 156, 0.28);
}

.dynamic-view {
  position: relative;
  width: 790px;
  background: #fff;
}

.dynamic-view .view-images {
  position: relative;
  width: 100%;
  height: 480px;
}

.dynamic-view .view-images img {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dynamic-view .view-images .active {
  display: block;
}

.view-tabs {
  display: flex;
  width: 100%;
  height: 60px;
}

.view-tabs-item {
  display: flex;
  flex: none;
  width: 68px;
  color: #fff;
  cursor: pointer;
  /* transition: all 0.5s; */
}

.view-tabs-item.active {
  flex: auto;
  width: auto;
}

.view-tabs-item:nth-of-type(1) {
  background: #00954d;
}

.view-tabs-item:nth-of-type(2) {
  background: #32aa70;
}

.view-tabs-item:nth-of-type(3) {
  background: #38bd7d;
}

.view-tabs-item:nth-of-type(4) {
  background: #3fcb88;
}

.view-tabs-item:nth-of-type(5) {
  background: #42d790;
}

.view-tabs-item:nth-of-type(6) {
  background: #56e7a0;
}

.view-tabs-item:nth-of-type(7) {
  background: #72e7ae;
}

.view-tabs-item .date {
  flex: none;
  width: 68px;
}

.view-tabs-item.active .date {
  background: #f38e2a;
}

.view-tabs-item .date p:nth-of-type(1) {
  font-size: 24px;
  line-height: 42px;
  text-align: center;
}

.view-tabs-item .date p:nth-of-type(2) {
  margin-top: -7px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.view-tabs-item .title {
  padding: 6px 12px;
  font-size: 16px;
  line-height: 24px;
  box-sizing: border-box;
  transition: all 0.5s;
  transform-origin: left;
  transform: scale(0, 1);
}

.view-tabs-item.active .title {
  display: flex;
  align-items: center;
  width: 100%;
  transform: scale(1, 1);
  background: #f6a452;
}

.dynamic-list {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 490px;
}

.dynamic-list .list-item {
  position: relative;
  padding: 22px 37px 0 26px;
  width: 100%;
  height: 135px;
  color: #333;
  background: #fff;
  font-size: 16px;
}

.dynamic-list .list-item::after {
  position: absolute;
  bottom: 0;
  display: inline-block;
  content: "";
  width: calc(100% - 63px);
  height: 1px;
  background: #e1ebe1;
}

.dynamic-list .list-item:last-of-type::after {
  display: none;
}

.dynamic-list .list-item.active {
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12);
  background: url("../static/home/dynamic-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.dynamic-list .list-item.active::after {
  display: none;
}

.dynamic-list .list-item p:nth-of-type(1) {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 28px;
}

.dynamic-list .list-item p:nth-of-type(2) {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  transition: all 0.5s;
}

.dynamic-list .list-item.active p:nth-of-type(2) {
  color: #fff;
}

.notice-content {
  display: none;
}

.notice-content-inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -40px;
}

.notice-item:nth-of-type(1),
.notice-item:nth-of-type(2),
.notice-item:nth-of-type(3) {
  margin-top: 0px;
}

.notice-item {
  display: flex;
  flex: none;
  margin-right: 40px;
  margin-top: 33.33px;
  padding: 21px 35px 21px 15px;
  width: calc(33.33% - 40px);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.5s;
}

.notice-item:hover {
  transform: translateY(-6px);
}

.notice-item .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: none;
  margin-right: 20px;
  width: 72px;
  height: 68px;
  color: #fff;
  background: #00954d;
}

.notice-item .date p:nth-of-type(1) {
  font-size: 30px;
}

.notice-item .date p:nth-of-type(2) {
  font-size: 14px;
}

.notice-item .content {
  padding-top: 4px;
  font-size: 16px;
  line-height: 30px;
  transition: all 0.5s;
}

.notice-item:hover .content {
  color: #00954d;
}

/* 筹资项目 & 捐赠指南 & 捐赠鸣谢 */
.donate-group {
  background: url("../static/home/donate-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.donate-group .inner {
  display: flex;
  padding: 82px 0 200px;
  position: relative;
}

.donate-group .inner .donate-tool {
  position: absolute;
  bottom: 60px;
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: space-between;
}

.donate-group .inner .donate-tool p {
  width: 50%;
  max-width: 625px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  transition: all 0.3s linear;
  cursor: pointer;
  font-size: 20px;
}

.donate-group .inner .donate-tool p img {
  max-width: 33px;
  max-height: 33px;
  margin-right: 15px;
}

.donate-group .inner .donate-tool p:hover {
  z-index: 2;
  -webkit-box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
  box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

.donate-group .inner .donate-tool p:nth-of-type(1) {
  background-image: url(../static/home/jishui-bg.png);
}

.donate-group .inner .donate-tool p:nth-of-type(2) {
  background-image: url(../static/home/juanzeng-bg.png);
}
.iframe{
    width: 100%;
    height: 315px;
    border: none;
}
.donate-column {
  position: relative;
  padding: 49px 26px 0;
  width: 33.33%;
  background: #fff;
  box-sizing: border-box;
}

.column-title {
  position: absolute;
  top: -20px;
  left: 50%;
  padding-top: 4px;
  width: 190px;
  height: 45px;
  text-align: center;
  transform: translateX(-50%);
}

.column-title img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.column-title span {
  position: relative;
  color: #fff;
  font-size: 24px;
  line-height: 35px;
}

.column-list {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.project-list-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
  cursor: pointer;
  transition: all 0.3s linear;
}

.project-list-item .image {
  margin-right: 20px;
  width: 150px;
  height: 102px;
  overflow: hidden;
}

.project-list-item .image img {
  transition: all 0.5s;
}

.project-list-item:hover .image img {
  transform: scale(1.1);
}

.project-list-item:hover {
  background: #35B97E;
}

.project-list-item:hover .nowrap-1 {
  color: #fff !important;
}

.project-list-item:hover .nowrap-2 {
  color: #fff !important;
}

.project-list-item .content {
  width: calc(100% - 170px);
  padding-top: 10px;
}

.project-list-item .content p:nth-of-type(1) {
  margin-bottom: 10px;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  transition: all 0.5s;
}

.project-list-item:hover .content p:nth-of-type(1) {
  color: #269a66;
}

.project-list-item .content p:nth-of-type(2) {
  color: #999;
  font-size: 14px;
  line-height: 26px;
}

.guide-list-item {
  display: flex;
  padding: 22px 0 19.3px;
  border-bottom: 1px dashed #c8c8c8;
  box-sizing: border-box;
  cursor: pointer;
}

.guide-list-item:nth-of-type(1) {
  padding-top: 0px;
}

.guide-list-item .image {
  flex: none;
  margin-right: 14px;
  width: 28px;
  height: 33px;
}

.guide-list-item .content p:nth-of-type(1) {
  margin-bottom: 9px;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  transition: all 0.5s;
}

.guide-list-item:hover .content p:nth-of-type(1) {
  color: #00954d;
}

.guide-list-item .content p:nth-of-type(2) {
  height: 52px;
  color: #999;
  font-size: 14px;
  line-height: 26px;
}

.thank-list-item {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px dashed #c8c8c8;
  color: #333;
  font-size: 15px;
  line-height: 21px;
  cursor: pointer;
}

.thank-list-item .col:nth-of-type(1) {
  width: 154px;
}

.thank-list-item .col:nth-of-type(2) {
  width: 115px;
}

.column-more {
  display: flex;
  align-items: center;
  margin: 20px 0 20px;
  color: #86b09c;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  transition: all 0.5s;
}

.column-more:hover {
  color: #00954d;
}

.column-more .iconfont {
  font-size: 12px;
  transform: scale(0.4);
}

/* 捐赠故事 */
.story-group {
  padding: 59px 0;
  background: rgba(222, 235, 207, 0.5);
}

.story-group .inner {
  display: flex;
  background: #fff;
}

.story-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: none;
  padding-right: 17px;
  width: 219px;
  height: 202px;
  color: #fff;
  box-sizing: border-box;
}

.story-title>img:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.story-title img:nth-of-type(2) {
  position: relative;
  margin-top: 36px;
  width: 40px;
  height: 47px;
}

.story-title p {
  position: relative;
}

.story-title p:nth-of-type(1) {
  margin-top: 18px;
  font-size: 24px;
  line-height: 44px;
}

.story-title p:nth-of-type(2) {
  display: flex;
  align-items: center;
  margin-top: 11px;
  cursor: pointer;
}

.story-title p:nth-of-type(2) img {
  margin-left: 6px;
  width: 14px;
  height: 6px;
}

.story-content {
  display: flex;
  font-size: 16px;
  line-height: 22px;
}

.story-content-item {
  display: flex;
  padding: 31px 13px 31px 13px;
  width: 33.33%;
  box-sizing: border-box;
  cursor: pointer;
}

.story-content-item .image {
  margin-right: 16px;
  width: 160px;
  overflow: hidden;
}

.story-content-item .image img {
  transition: all 0.5s;
}

.story-content-item:hover .image img {
  transform: scale(1.1);
}

.story-content-item .content {
  width: calc(100% - 176px);
}

.story-content-item .content p:nth-of-type(1) {
  margin: 17px auto 11px;
  color: #333;
  font-size: 16px;
  line-height: 26px;
  transition: all 0.5s;
}

.story-content-item:hover .content p:nth-of-type(1) {
  color: #00954d;
}

.story-content-item .content p:nth-of-type(2) {
  color: #999;
  font-size: 14px;
  line-height: 26px;
}

@media (max-width: 1280px) {
  .story-group .inner {
    flex-direction: column;
  }

  .story-title {
    padding-right: 0;
    width: 100%;
    background: #00954d;
  }

  .story-title img:nth-of-type(1) {
    display: none;
  }

  .home-one .inner {
    flex-direction: column;
    align-items: center;
  }

  .home-one .inner .left {
    width: 100%;
    margin-bottom: 30px;
  }

  .home-one .inner .right {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .go-donate {
    top: 50vw;
    width: 19.5vw;
    height: 29.8vw;
  }

  .go-donate img:nth-child(1) {
    width: 29.8vw;
    height: 29.8vw;
  }

  .go-donate img:nth-child(2) {
    width: 15.7vw;
    height: 22.3vw;
  }

  .dynamic-content {
    flex-direction: column;
  }

  .dynamic-view {
    width: 100%;
  }

  .dynamic-list {
    width: 100%;
  }

  .notice-item {
    margin-bottom: 30px;
    width: calc(50% - 40px);
  }

  .donate-group .inner {
    flex-direction: column;
  }

  .donate-column {
    width: 100%;
  }

  .donate-column:nth-of-type(2) {
    margin: 40px 0;
  }

  .story-content-item {
    width: 100%;
  }
}

@media (max-width: 750px) {
  .dynamic-view {
    height: auto;
    overflow: hidden;
  }

  .dynamic-view .view-images {
    height: 69vw;
  }

  .view-tabs-item {
    width: 20%;
  }

  .view-tabs-item.active {
    flex: none;
    width: 20%;
  }

  .view-tabs-item .date {
    width: 100%;
  }

  .view-tabs-item.active .title {
    display: none;
  }

  .notice-item {
    width: calc(100% - 40px);
  }
}

@media (max-width: 650px) {
  .group-title {
    font-size: 26px;
  }

  .group-title .more {
    display: none;
  }
}