.news {
  width: 1200px;
  margin: 47px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
.news .swiper {
  width: 585px;
  height: 360px;
  margin: 0;
  position: relative;
}
.news .swiper .new_pic {
  display: inline-block;
  width: 585px;
  height: 360px;
}
.news .swiper .new_pic img{
  width: 585px;
  height: 360px;
}
.news .swiper .news_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 40px;
  background-color: #3333339d;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px 0 10px;
}
.news .swiper .news_bottom .swiper-pagination {
  width: auto;
  position: static;
}
.news .swiper .news_bottom .swiper-pagination .my_bullet {
  display: inline-block;
  cursor: pointer;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin-right: 8px;
  background-color: #bf2233;
  transition: 0.3s;
}
.news .swiper .news_bottom .swiper-pagination .my_bullet:last-child {
  margin-right: 0;
}
.news .swiper .news_bottom .swiper-pagination .my-bullet-active {
  width: 40px;
}
.news .swiper .news_bottom .new_title {
  display: block;
  width: 326px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #fff;
}
.news .news_content {
  width: 564px;
  height: 363px;
}
.news .news_content .table {
  display: flex;
  justify-content: flex-start;
}
.news .news_content .table li {
  cursor: pointer;
  line-height: 1;
  margin-right: 50px;
}
.news .news_content .table li p {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #9fa0a0;
}
.news .news_content .table li img {
  width: 114px;
  height: 15px;
  visibility: hidden;
}
.news .news_content .table .active_item p {
  color: #000000;
}
.news .news_content .table .active_item img {
  visibility: visible;
}
.news .news_content .news_list {
  height: 286px;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news .news_content .news_list li {
  display: flex;
  align-items: center;
}
.news .news_content .news_list li a {
  display: inline-block;
  width: 395px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
}
.news .news_content .news_list li a:hover {
  text-decoration: underline;
}
.news .news_content .news_list li span {
  color: #9fa0a0;
  font-size: 14px;
  margin-left: auto;
}
.news .news_content .news_list li:first-child {
  margin: 0;
}
.news .news_content .news_list li::before {
  content: " ";
  display: inline-block;
  margin-right: 15px;
  width: 5px;
  height: 5px;
  background-color: #d2ad78;
}
.project {
  width: 1200px;
  margin: 55px auto 0 auto;
}
.project .head {
  height: 38px;
}
.project .head img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.project .more {
  display: flex;
  justify-content: flex-end;
}
.project .more a {
  display: inline-block;
  width: 88px;
  height: 25px;
  background-color: #ffffff;
  border: solid 1px #d6d9d9;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  color: #221815;
  margin-top: 11px;
}
.project .content {
  margin-top: 46px;
  width: 100%;
  height: 514px;
  /* display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: (1fr)[2]; 
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 30px 24px; 
  -ms-grid-row-gap: 30px;
  -ms-grid-column-gap: 24px;  */
}
.project .content li {
  float: left;
  margin-right: 24px;
  margin-bottom: 30px;
  width: 282px;
  height: 242px;
}
.project .content li:nth-child(4n){
  margin-right: 0;
}
.project .content li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.project .content li a img {
  width: 282px;
  height: 199px;
}
.project .content li a .bottom_title {
  color: #333;
  line-height: 43px;
  font-size: 16px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcdddd;
  border-top: none;
}
.donation {
  width: 100%;
  background-color: #bf2233;
  margin-top: 53px;
  overflow: hidden;
}
.donation .d_content {
  width: 1200px;
  margin: 72px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.donation .d_content .d_left {
  width: 798px;
  padding: 37px 48px 48px 59px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.donation .d_content .d_left .jk_icon {
  width: 196px;
  height: 174px;
}
.donation .d_content .d_left .d_list {
  width: 197px;
  height: 162px;
  overflow: hidden;
}
.donation .d_content .d_left .d_list .d_title {
  display: flex;
  height: 30px;
  border-bottom: 2px solid black;
  justify-content: space-between;
}
.donation .d_content .d_left .d_list .d_title p {
  font-size: 16px;
  text-align: left;
  color: #000000;
  margin-bottom: 14px;
}
.donation .d_content .d_left .d_list .d_title p:nth-child(1) {
  width: 71px;
}
.donation .d_content .d_left .d_list .d_title p:nth-child(2) {
  flex: 1;
}
.donation .d_content .d_left .d_list ul {
  overflow: hidden;
}
.donation .d_content .d_left .d_list ul .donAnimal {
  height: 149px;
}
.donation .d_content .d_left .d_list ul .donAnimal li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 49px;
  /* border-bottom: 1px solid #000000; */
}
.donation .d_content .d_left .d_list ul .donAnimal li p {
  font-size: 16px;
  text-align: left;
  color: #000000;
}
.donation .d_content .d_left .d_list ul .donAnimal li p:nth-child(1) {
  width: 71px;
}
.donation .d_content .d_left .d_list ul .donAnimal li p:nth-child(2) {
  flex: 1;
}
.donation .d_content .d_right {
  width: 370px;
  height: 259px;
  background: url(../images/jk_bg.png) center no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.donation .d_content .d_right .donText {
  position: absolute;
  top: 43px;
  left: 46px;
  width: 144px;
  height: 53px;
}
.donation .d_content .d_right .donright {
  position: absolute;
  top: 128px;
  left: 46px;
  display: inline-block;
  width: 59px;
  height: 59px;
}
.donation .d_content .d_right .donright img {
  width: 100%;
  height: 100%;
}
.partner {
  width: 1200px;
  margin: 50px auto 0 auto;
}
.partner .head {
  height: 38px;
}
.partner .head img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.partner .content {
  margin-top: 46px;
  width: 100%;
  height: 384px;
  /* display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 30px 30px; */
}
.partner .content li {
  float: left;
  margin-right: 29px;
  margin-bottom: 29px;
  width: 278px;
  height: 108px;
  border: none !important;
}
.partner .content li:nth-child(4n){
  margin-right: 0;
}
.partner .content li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.partner .content li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

