﻿.news-wrapper {
  padding: 40px;
  background: url("../images/news-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.news-wrapper * {
  box-sizing: border-box;
}
.donate-4{
display:none;
}
.news-wrapper-inner {
  display: flex;
  justify-content: space-between;
  height: 462px;
}

.news-wrapper-inner .swiper-container {
  width: 57.5%;
  height: 100%;
  position: relative;
}

.news-wrapper-inner .swiper-container .swiper-wrapper {
  height: 100%;
}

.news-wrapper-inner .swiper-container .swiper-slide {
  position: relative;
  height: 100%;
  cursor: pointer;
}

.news-wrapper-inner .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}

.news-wrapper-inner .swiper-container .swiper-slide .cover {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.news-wrapper-inner .swiper-container .swiper-slide .cover .date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: none;
  align-items: center;
  width: 60px;
  height: 60px;
  color: #fff;
  background: #ccb289;
}

.news-wrapper-inner .swiper-container .swiper-slide .cover .title {
  padding-left: 12px;
  width: 100%;
  height: 46px;
  color: #fff;
  background: #1a517e;
  font-size: 16px;
  line-height: 46px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news-wrapper-inner .swiper-container .swiper-slide .cover .dots {
  display: flex;
  padding-right: 20px;
  align-items: center;
  height: 46px;
  background: #1a517e;
}

.news-wrapper-inner .swiper-container .swiper-slide .cover .dots-item {
  margin-left: 9px;
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 0.4;
}

.news-wrapper-inner .swiper-container .swiper-slide .cover .dots-item.active {
  opacity: 1;
}

.news-wrapper-inner
  .swiper-container
  .swiper-slide
  .cover
  .date
  p:nth-of-type(1) {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}

.news-wrapper-inner
  .swiper-container
  .swiper-slide
  .cover
  .date
  p:nth-of-type(2) {
  margin-top: 2px;
  font-size: 12px;
  line-height: 14px;
}

.news-wrapper-page{
  position: absolute;
  right: 4px;
  bottom: 26px;
}
.news-wrapper-page .swiper-pagination1{
  display: flex;
  right: 0;
}

.swiper-pagination1 .swiper-pagination-bullet{
  width: 8px;
  height: 8px;
  border-radius: 0px;
  background: #fff;
  opacity: 0.4;
  margin-right: 14px;
}
.swiper-pagination1 .swiper-pagination-bullet-active{
  background: #fff;
  opacity: 1;
}

.news-list {
  padding: 22px 30px 0;
  width: 42.5%;
  background: #fff;
}

.news-list-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 2px solid #1a517e;
}

.news-list-title .tab {
  display: flex;
  color: #999999;
  font-size: 24px;
  line-height: 33px;
}

.news-list-title .tab-item {
  position: relative;
  margin-right: 28px;
  font-weight: bold;
  cursor: pointer;
}

.news-list-title .tab-item.active {
  color: #1a517e;
}

.news-list-title .tab-item.active::after {
  position: absolute;
  left: 0;
  bottom: -17px;
  display: inline-block;
  content: "";
  width: 100%;
  height: 3px;
  background: #ccb289;
}

.news-list-title .more {
  display: flex;
  align-items: center;
  color: #1a517e;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
}

.news-list-title .more img {
  margin-left: 4px;
  width: 10px;
  height: 10px;
}

.news-list-content.list-2 {
  display: none;
}

.news-list-item {
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px dashed #999999;
}

.news-list-item::before {
  flex: none;
  display: inline-block;
  content: "";
  margin-right: 20px;
  width: 6px;
  height: 6px;
  background: #1a517e;
}

.news-list-item:last-of-type {
  border-bottom: 0;
}

.news-list-item .text {
  width: 100%;
  color: #333333;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}

.news-list-item:hover .text {
  color: #1a517e;
}

.news-list-item .date {
  flex: none;
  padding-left: 20px;
  color: #999999;
  font-size: 14px;
  line-height: 16px;
}

.column-wrapper {
  padding: 73px 0 77px;
  background: url(../images/column-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.column-wrapper-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.column-wrapper-inner .news-list {
  width: 32% !important;
  padding: 0 20px;
  background: transparent;
  box-sizing: border-box;
  height: 435px;
}

.column-wrapper-inner .news-list-title {
  flex: none;
}

.column-wrapper-inner .news-list-title .tab-item {
  cursor: default;
}

.column-wrapper-inner .news-list-content {
  position: relative;
  height: calc(100% - 50px);
}

.column-wrapper-inner .news-list-content .list-3 {
  height: calc(100% - 56px);
}

.column-wrapper-inner .news-list-content .list-3 .news-list-item {
  padding: 0;
}

.column-wrapper-inner .news-list-content .list-4 {
  display: none;
}

.column-wrapper-inner .news-list-content .btns {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

.column-wrapper-inner .news-list-content .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #1a517e;
  height: 34px;
  width: 47%;
  color: #1a517e;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}

.column-wrapper-inner .news-list-content .btn.active {
  color: #fff;
  background-color: #1a517e;
}

.column-wrapper-inner .news-list-content .bg {
  position: absolute;
  left: -20px;
  bottom: 0;
  width: calc(100% + 40px);
}

.column-wrapper-inner .news-list-item {
  position: relative;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .news-wrapper {
    padding: 1%;
  }

  .news-wrapper-inner {
    flex-direction: column;
    height: auto;
  }

  .news-wrapper-inner .swiper-container {
    width: 100%;
    height: 462px;
  }

  .news-list {
    width: 100%;
  }

  .column-wrapper-inner {
    flex-direction: column;
  }

  .column-wrapper-inner .news-list {
    width: 100% !important;
    margin-bottom: 40px;
  }
}