/* 20240419更改 */
img {
  width: 100%;
  height: 100%;
}

.nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nowrap-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.nowrap-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


.nowrap-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.home-title {
  height: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.home-title p {
  font-size: 24px;
  color: #666666;
  font-weight: bold;
}

.home-title a {
  font-size: 14px;
  color: #999999;
  font-weight: 500;
}

.home-title a:hover {
  color: #9C1613;
}

.home-one .inner .left .left-main .show-item .news-list .nowrap>span {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-one .inner {
  display: flex;
  justify-content: space-between;
}

.home-one .inner .left .left-main .show-item .news-banner .swiper-pagination {
  text-align: right;
  box-sizing: border-box;
  padding-right: 20px;
}

.home-one .inner .left .left-main .show-item .news-banner .swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background: #ffffff94;
  border-radius: 2px;
}

.home-one .inner .left .left-main .show-item .news-banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 10px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 2px;
}

.home-one .inner .left {
  width: 640px;
}

.home-one .inner .right {
  width: 500px;
}

.home-one .inner .right .home-title {
  padding: 0 10px;
}

.home-one .inner .right .right-main {
  width: 100%;
  height: 420px;
  display: flex;
  flex-wrap: wrap;
}

.home-one .inner .right .right-main img {
  width: 50%;
  height: 50%;
  cursor: pointer;
  transition: all .2s;
}

.home-one .inner .right .right-main img:hover {
  transform: translate3d(0, -2px, 0);
}

.home-one .inner .left .left-main .show-item {
  display: none;
}

.home-one .inner .left .left-title,
.home-one .inner .right .left-title2 {
  height: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;

}

.home-one .inner .left .left-title2 {
  height: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.home-one .inner .left .left-title .title-btn,
.home-one .inner .right .left-title .title-btn2 {
  display: flex;
  align-items: flex-end;
}

.home-one .inner .left .left-title .title-btn p,
.home-one .inner .right .left-title2 .title-btn2 p {
  font-size: 24px;
  color: #666666;
  font-weight: bold;
  cursor: pointer;
    letter-spacing: 2px;
}

.home-one .inner .left .left-title .title-btn p:nth-of-type(2),
.home-one .inner .left .left-title .title-btn p:nth-of-type(4) {
  width: 1px;
  height: 20px;
  background: #666666;
  transform: skew(-20deg, 0deg);
  margin: 0 6px;
}

.home-one .inner .left .left-title .title-btn .active {
  color: #333333;
  font-size: 26px;
}

.home-one .inner .left .left-title .news-more,
.home-one .inner .right .left-title2 .more {
  font-size: 14px;
  color: #999999;
  font-weight: 500;
}

.home-one .inner .left .left-title .news-more:hover {
  color: #9C1613;
}

.home-one .inner .left .left-title .news-more {

  display: none;

}

.home-one .inner .left .left-title .news-more:hover {
  color: #9C1613;
}

.home-one .inner .right .left-title2 .more:hover {
  color: #9C1613;
}

.home-one .inner .left .left-main .show-item .news-list {
  width: 100%;
  height: 46.5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e0e6eb;
  cursor: pointer;
}

.home-one .inner .left .left-main .show-item .news-list:hover .nowrap {
  color: #9C1613;
  transform: translateX(10px);
}

.home-one .inner .left .left-main .show-item .news-list p:nth-of-type(1) {
  color: #333333;
  font-size: 16px;
  display: flex;
  transition: all .2s;
  align-items: center;
  width: calc(100% - 120px);
}

.home-one .inner .left .left-main .show-item .news-list .nowrap span {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-one .inner .left .left-main .show-item .news-list p:nth-of-type(1)::before {
  content: "";
  width: 4px;
  height: 4px;
  border: 2px solid #9C16139a;
  display: inline-block;
  transform: rotate(45deg);
  margin: 0 10px 0 2px;
}

.home-one .inner .left .left-main .show-item .news-list p:nth-of-type(2) {
  font-size: 14px;
  color: #888888;
  display: flex;
  width: 100px;
  align-items: center;
}

.home-one .inner .left .left-main .show-item .news-list p:nth-of-type(2) i {
  position: relative;
  /* top: 1px; */
  font-size: 12px;
  margin-right: 2px;
}

.home-one .inner .left .left-main .show-item .news-banner {
  width: 100%;
  height: 212px;
  position: relative;
  overflow: hidden;
}

.home-one .inner .left .left-main .show-item .news-banner .swiper-slide {
  display: flex;
}

.home-one .inner .left .left-main .show-item .news-banner .swiper-slide:hover .img img {
  transform: scale(1.3);
}

.home-one .inner .left .left-main .show-item .news-banner .swiper-slide .img {
  width: 292px;
  max-width: 292px;
  height: 100%;
  overflow: hidden;
}

.home-one .inner .left .left-main .show-item .news-banner .swiper-slide .img img {
  transition: all .2s;
}

.home-one .inner .left .left-main .show-item .news-banner .swiper-slide .content {
  width: calc(100% - 292px);
  padding: 29px;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #9C1613;
  justify-content: space-between;
  text-align: left;
  position: relative;
  box-sizing: border-box;
}

.home-one .inner .left .left-main .show-item .news-banner .swiper-slide .content img {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 106px;
  left: 0;
  opacity: .4;
}

.home-one .inner .left .left-main .show-item .news-banner .swiper-slide .content .img {
  width: 100%;
  max-height: 190px;
}

.home-one .inner .left .left-main .show-item .news-banner .swiper-slide .content .nowrap {
  font-size: 16px;
  color: #FFFFFF;
}

.home-one .inner .left .left-main .show-item .news-banner .swiper-slide .content .nowrap-3 {
  font-size: 14px;
  line-height: 24px;
  color: #ffffffc2;
}

.home-one .inner .left .left-main .show-item .news-banner .swiper-slide .content p:nth-of-type(3) {
  font-size: 14px;
  color: #ffffffc2;
}

.home-one .inner .left .left-main .show-item .news-banner .swiper-slide .content p:nth-of-type(3) i {
  font-size: 12px;
  margin-right: 3px;

}

/* 终止 */
.index-news {
  /* height: 654px; */
  background: #fff;
  /* background-image: url("https://www.among-art.com/xyh/ab41de0f-da65-4567-a207-93f52f98053f/static/images/index/index_news_bg.png"); */
  background-size: 100% 654px;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}

.donate-main-header {
  display: flex;
}

.donate-main-header>div:nth-of-type(1) {
  width: 43%;
}

/* .index-news-left {
} */
.index-news-left-title {
  margin-bottom: 110px;
}

.index-news-left-title-eng {
  width: 130px;
  font-size: 34px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #9C1613;
  line-height: 45px;
}

.index-news-left-title-cn {
  font-size: 26px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 35px;
}

.index-news-left-tab {
  margin-bottom: 120px;
}

.index-news-left-tab-item {
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  margin-bottom: 30px;
  margin-right: 20px;
  cursor: pointer;
}

.index-news-left-tab-item-active {
  position: relative;
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #9C1613;
  line-height: 24px;
  margin-bottom: 30px;
  margin-right: 20px;
  cursor: pointer;
}

.index-news-left-tab-item-active::after {
  content: "";
  width: 72px;
  height: 3px;
  background: #9C1613;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.index-news-left-more {
  position: relative;
  width: 60px;
  height: 60px;
  background: #9C1613;
  text-align: center;
  border-radius: 50%;
}

.index-news-left-more img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.index-news-swiper {
  width: 38%;
  margin-left: 30px;
}

.index-news-swiper-wrapper {
  width: 100% !important;
  height: 514px;
  background: #ffffff;
  padding: 14px;
  box-sizing: border-box;
}

.index-news-swiper .swiper-container {
  width: 100%;
  height: 514px !important;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.index-news-swiper-img {
  min-width: 100%;
  height: 330px;
  margin-bottom: 20px;
}

.index-news-swiper-title {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  margin-bottom: 15px;
}

.index-news-swiper-content {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 26px;
}

.index-news-item {
  width: 508px;
  padding: 22px 20px 16px;
  background: #ffffff;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.06);
  border-bottom: 4px solid #fff;
  margin-bottom: 20px;
}

.index-news-item:hover {
  cursor: pointer;
  border-bottom: 4px solid #9C1613;
}

.index-news-item:hover .index-news-item-title {
  color: #9C1613;
}

.index-news-item:hover .index-news-item-more {
  color: #9C1613;
}

.index-news-item-title {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  margin-bottom: 13px;
}

.index-news-item-content {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 26px;
  margin-bottom: 12px;
}

.index-news-item-bottom-time {
  line-height: 16px;
}

.index-news-item-bottom-time p {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #999999;
  line-height: 19px;
  margin-left: 10px;
}

.index-news-item-more {
  font-weight: bold;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #999999;
}

/* 公告 */
.index-notice {
  padding: 30px 0 0px 0;
}

.index-notice-left {
  width: 33%;
  padding-right: 60px;
  box-sizing: border-box;
}


.index-notice-header {
  width: 100%;
  margin-bottom: 20px;
}

.index-notice-header-title {
  font-size: 26px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
}

.index-notice-header a {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #999999;
}

.index-notice-left-list {
  width: 100%;
}

.index-notice-left-list-item {
  height: 100px;
  display: flex;
  align-items: flex-start;
}

.index-notice-left-list a {
  width: 100%;
}

.index-notice-left-list a:hover .index-notice-left-content {
  color: #9C1613;
}

.index-notice-left-time-day {
  width: 52px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #ffffff;
  background: #9C1613;
}

.index-notice-left-time-date {
  width: 52px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  font-size: 10px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #9C1613;
  background: #f8faff;
}

.index-notice-left-content {
  width: 76%;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 28px;
}

.index-notice-middle {
  width: 32%;
  padding-right: 30px;
  box-sizing: border-box;
}

.index-notice-middle-list a {
  width: 100%;
  height: 60px;
  line-height: 60px;
}

.index-notice-middle-list a:hover .index-notice-middle-name {
  color: #9C1613;
}

.index-notice-middle-list a:hover .index-notice-middle-name::after {
  position: absolute;
  top: 28px;
  left: 0;
  content: "";
  width: 4px;
  height: 4px;
  background: #9C1613;
  border-radius: 50%;
}

.index-notice-middle-time {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #999999;
}

.index-notice-middle-name {
  position: relative;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  padding-left: 10px;
}

.index-notice-middle-name::after {
  position: absolute;
  top: 28px;
  left: 0;
  content: "";
  width: 4px;
  height: 4px;
  background: #666666;
  border-radius: 50%;
}

.index-notice-right {
  width: 32%;
}

.index-donate-wrapper {
  width: 100%;
  padding: 18px 10px 14px;
  box-sizing: border-box;
  background: #9C1613;
  margin-bottom: 20px;
}

.index_donate_header {
  margin-bottom: 20px;
}

.index_donate_header_title {
  vertical-align: baseline;
  font-size: 26px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #ffffff;
}

.index_donate_header_title-eng {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: rgba(255, 255, 255, 0.5);
}

.index_donate_header_more {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
}

.index-donate-list {
  height: 326px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
}




.index-notice-right-btn {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #9C1613;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
}

.index-notice-right-btn img {
  width: 29px;
  height: 22px;
  margin-right: 10px;
}

/* 活动 */
.index-acvitiy {
  position: relative;
  width: 100%;
  background-image: url("https://www.among-art.com/xyh/ab41de0f-da65-4567-a207-93f52f98053f/static/images/index/index_activity_bg.png");
  background-size: 100% 100%;
}

.index-acvitiy-header {
  width: 100%;
  color: #fff;
  line-height: 64px;
  transform: translateY(-64px);
}

.index-acvitiy-header-title {
  width: 50%;
  height: 64px;
  background: #fcb444;
  vertical-align: baseline;
  padding-left: 20px;
  box-sizing: border-box;
}

.index-acvitiy-header-title-cn {
  font-size: 26px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
}

.index-acvitiy-header-title-eng {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
}

.index-acvitiy-header-more {
  position: absolute;
  right: 0;
  top: 60px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
}

.index-activity-swiper {
  transform: translateY(-64px);
}

.index-activity-swiper-img {
  width: 50%;
  height: 400px;
}

.index-activity-swiper .swiper-slide a {
  width: 100%;
}

.index-activity-swiper-content {
  width: 50%;
  height: 424px;
  background: #ffffff;
  margin-top: 83px;
  padding: 40px;
  box-sizing: border-box;
}

.index-activity-swiper-title {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  margin-bottom: 16px;
}

.index-activity-swiper-time {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 19px;
  margin-bottom: 14px;
}

.index-activity-swiper-time i {
  margin-right: 10px;
}

.index-activity-imgswiper {
  position: absolute;
  width: 40%;
  bottom: 140px;
  right: 40px;
}

.index-activity-imgswiper .swiper-slide {
  width: 126px;
}

.index-activity-imgswiper-img {
  width: 126px;
  height: 92px;
  cursor: pointer;
  box-sizing: border-box;
}

.index-activity-imgswiper .swiper-slide-active img {
  border: 4px solid #9C1613;
}

/* 校友风采 */
.index-people {
  padding: 100px 0 70px 0;
  background-color: #f5f8ff;
}

.index-people-header {
  text-align: center;
  margin-bottom: 50px;
}

.index-people-header-cn {
  font-size: 26px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 35px;
}

.index-people-header-eng {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #999999;
  line-height: 19px;
}

.index-people-swiper {
  position: relative;
  width: 100%;
}

.index-people-swiper-item a {
  display: flex;
}

.index-people-swiper-img {
  width: 248px;
  height: 336px;
  margin-left: 20px;
}

.index-people-swiper-left-title {
  display: none;
  width: 300px;
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 22px;
}

.index-people-swiper-left-content {
  width: 300px;
  display: none;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 34px;
}

.index-people-swiper .swiper-slide-active {
  width: 50% !important;
}

.index-people-swiper .swiper-slide-prev {
  width: 24% !important;
}

.index-people-swiper .swiper-slide-next {
  width: 24% !important;
}

.index-people-swiper .swiper-slide .index-people-swiper-img {
  transform: scale(0.68);
}

.index-people-swiper .swiper-slide-active .index-people-swiper-left-content {
  display: block;
  transition: 2s ease-in-out;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.index-people-swiper .swiper-slide-active .index-people-swiper-left-title {
  display: block;
  transition: 2s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-people-swiper .swiper-slide-active .index-people-more {
  display: block;
  transition: 2s ease-in-out;
}

.index-people-swiper .swiper-slide-active .index-people-swiper-img {
  transform: scale(1);
  border: 18px solid #9C1613;
}

.index-people-swiper .index-people-more {
  width: 123px;
  height: 40px;
  border-radius: 2px;
  color: #9C1613;
  border: 1px solid #9C1613;
  margin-top: 30px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: -70px;
  left: -200px;
}

.index-people-swiper-navigation {
  display: flex;
  align-items: center;
  position: relative;
  transform: translateX(490px) translateY(-40px);
  z-index: 99999;
}

.index-people-swiper-navigation-left {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #e0e0e0;
  text-align: center;
  line-height: 40px;
  color: #9C1613;
  margin-right: 20px;
}

.index-people-swiper-navigation-right {
  width: 40px;
  height: 40px;
  background: #9C1613;
  border-radius: 2px;
  border: 1px solid #9C1613;
  text-align: center;
  line-height: 40px;
  color: #fff;
}

/* 新闻 */
.new_banner {
  height: auto;
}

.new_banner .swiper-container {
  width: 100%;
  height: 200px !important;
  position: relative;
}

.new_banner .swiper-slide {
  height: 200px !important;
}

.new_banner .swiper-slide img {
  width: 100%;
  height: 100%;
}

.new_banner .news-w12 {
  width: 100%;
  height: 44px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.49) 100%);
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 16px;
  line-height: 44rpx !important;
  box-sizing: border-box;
  padding-left: 14px;
}

.new_banner .news-w12>div {
  margin-top: 10px;
  padding-right: 40px;
  box-sizing: border-box;
}

.new-list {
  border-bottom: 1px #E0E6EB solid;
  padding-bottom: 14px;
  box-sizing: border-box;
}

.new-list .new-list-title {
  margin-top: 20px;
  font-size: 16px;
}

.new-list .new-list-time {
  font-size: 14px;
  color: #888888;
  margin-top: 10px;
}

.new-list .new-list-time .icon-index-clock {
  margin-right: 10px;
}

.last-news {
  padding-right: 0;
}

.activity {
  background: #fff;
  background-image: url("https://www.among-art.com/xyh/ab41de0f-da65-4567-a207-93f52f98053f/static/images/index/activity-bg.png");
  background-size: 100% 654px;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 600px;
  box-sizing: border-box;
  padding-top: 60px;
}

.activity-header-main {
  width: 63%;
  /* margin-right: 20px; */
}

.activity-header-left {
  width: 100%;
}

.donate-header-left {
  width: 33%;
  margin-left: 40px;
}

.activity .activity-image {
  width: 100%;
  height: 199px;
  position: relative;
}

.activity .activity-image img {
  width: 100%;
  height: 199px;
}

.activity .activity-status {
  padding: 3px 10px;

  background: #9C1613;
  border-radius: 15px;
  opacity: 0.5;
  text-align: center;

  font-size: 14px;
  position: absolute;
  color: #fff;
  left: 15px;
  top: 15px;
  font-size: 14px;
}

.activity .activity-info {
  background-color: #fff;
  width: 100%;
  transition: all 0.6s;
  padding: 25px;
  box-sizing: border-box;
}

.activity .activity-info:hover {
  background-color: #9C1613;
  color: #fff;
  transition: all 0.6s;
}

.activity .activity-info .activity-info-title {
  font-size: 16px;
}

.activity .activity-info-detail {
  font-size: 14px;
  color: #999;
  margin-top: 15px;
  transition: all 0.6s;
}

.activity .activity-info:hover .activity-info-detail {
  color: #fff;
  transition: all 0.6s;
}

.activity .iconfont {
  margin-right: 8px;

}

.activity .activity-list {
  width: 100%;
}

.activity .activity-div {
  width: 47%;
  margin-right: 30px;
}

.activity-div:nth-child(2) {
  margin-right: 0;
}

.donate-main {
  width: 100%;
  height: 56px;
  background: #FFFFFF;
  box-shadow: 0px 2px 20px 0px rgba(3, 65, 152, 0.11);
}

.donate-main-header>div {
  width: 33%;
  text-align: center;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  background-color: #9C1613;
  color: #fff;
}

.index-donate_list_column {
  display: flex;
  height: 40px;
  line-height: 40px;
}

.index-donate_list_column>li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
}

.index-donate_list_column>li:nth-child(1) {
  width: 43%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  align-items: center;
  line-height: 20px;
  justify-content: center;
}

.index-donate_list_column>li:nth-child(2) {
  width: 36%;
}

.index-donate_list_column>li:nth-child(3) {
  width: 40%;
}

.end {
  background: rgba(0, 0, 0, 0.5) !important;
}
