.newsUl {
  margin-top: 115px;
  font-size: 0;
}

.newsUl li {
  display: inline-block;
  height: 380px;
  vertical-align: top;
}

.newsUl li a {
  display: block;
  height: 100%;
}

.newsUl .firstLoop {
  width: calc(100% - (((100% - 300px) / 3) + 150px));
}

.newsUl .firstLoop .swiper {
  height: 100%;
  width: 100%;
  overflow: hidden;
  color: white;
}

.newsUl .firstLoop a .date,
.newsUl .firstLoop a .title {
  color: white;
}

.newsUl .firstLoop .maxWidth {
  height: 100%;
}

.newsUl .firstLoop .ctMain {
  position: absolute;

  left: 62px;
  bottom: 65px;
}

.newsUl .firstLoop .date {
  margin-bottom: 5px;
  font-size: 16px;
}

.newsUl .firstLoop .title {
  font-size: 25px;
}

.newsUl li:not(:first-child) {
  width: calc((100% - 300px) / 3);
  margin-bottom: 98px;
  border-top: 1px solid #c2c2c2;
}

.newsUl li:not(:first-child) a {
  position: relative;
  display: block;
  padding-top: 25px;
}

.newsUl li:not(:nth-child(3)):not(:first-child) {
  margin-left: 150px;
}

.newsUl .date {
  margin-bottom: 20px;
  font-size: 16px;
  color: var(--themaGreen);
}

.newsUl .title {
  overflow: hidden;
  font-weight: bold;
  display: -webkit-box;
  font-size: 25px;
  line-height: 35px;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  color: var(--themaBlack);
}

.newsUl .img {
  display: none;
}

.newsUl .txt {
  overflow: hidden;
  display: -webkit-box;
  margin-top: 95px;
  font-size: 14px;
  color: #939393;
  line-height: 20px;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.newsUl li.picItem a > img {
  margin-top: 85px;
}

.newsUl .hoverMain {
  /* display: none; */
  position: absolute;
  width: 100%;
  padding: 28px 38px 40px;
  left: 0;
  top: 500px;
  z-index: -10;
  color: white;
  transition: all 0.8s;
  opacity: 0;
  background-color: transparent;
}

.newsUl a:hover .hoverMain {
  animation: showNews 0.7s ease forwards;
}

.newsUl .hoverMain .p1 {
  font-size: 16px;
}

.newsUl .hoverMain .p2 {
  margin: 10px 0 23px;
  font-size: 22px;
  line-height: 35px;
}

.newsUl .hoverMain .p3 {
  margin-top: 17px;
  font-size: 14px;
  text-align: right;
}

.newsUl .hoverMain .hoverMain_pic {
  margin-top: 20px;
  max-width: 100%;
}

@keyframes showNews {
  0% {
    z-index: 2;
  }
  90% {
    z-index: 2;
    opacity: 0.4;
  }
  100% {
    opacity: 1;
    z-index: 2;
    top: 165px;
    background-color: var(--themaGreen);
  }
}

@media (max-width: 1024px) {
  .newsUl li:not(:first-child) {
    width: calc((100% - 100px) / 3);
  }
  .newsUl li:not(:nth-child(3)):not(:first-child) {
    margin-left: 50px;
  }
}

@media (max-width: 768px) {
  .newsUl li {
    width: 100% !important;
    margin: 5% 0 !important;
    height: auto !important;
  }
  .newsUl a:hover .hoverMain {
    display: none !important;
  }
  .newsUl {
    padding: 15% 0;
    margin-bottom: 25%;
  }
  .newsUl .txt {
    margin: 5% 0;
  }
  .newsUl ul {
    margin-top: 10%;
  }
  .newsUl .img {
    display: block;
  }
  .newsUl .firstLoop {
    height: 380px;
  }
  .newsUl img {
    width: 100% !important;
  }
  .newsUl li.picItem a > img {
    margin-top: 5%;
  }
  .newsUl .firstLoop .ctMain {
    left: 15px;
    bottom: 50px;
  }
}

@media (max-width: 640px) {
  .newsUl .title,
  .newsUl .firstLoop .title {
    font-size: 22px;
  }
}
