.news-box {
  padding: 0 0 50px 0;
}
.news-list {
  padding-top: 66px;
  padding-bottom: 40px;
}
.banner {
  width: 100%;
  height: 650px;
  background: url("https://res.www.lvdaai.cn/backend/images/news-bg.png");
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.banner h3 {
  font-size: 64px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.banner h2 {
  font-size: 64px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 84px;
  background: linear-gradient(270deg,#9dffae 0%,#81c5ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner p {
  font-size: 28px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.wrapper {
  width: 1200px;
  margin: auto;
}
.news-item {
  padding: 43px;
  display: flex;
}
.news-item .ni-left {
  flex-shrink: 0;
}
.news-item .ni-left img {
  width: 240px;
  height: 180px;
  margin-right: 39px;
  flex-shrink: 0;
}
.news-item .ni-right {
  width: 100%;
}
.news-item .ni-right h4 {
  font-size: 28px;
  
  font-weight: 600;
  color: #000000;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 600px;
}
.news-item .ni-right p {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0,0,0,0.85);
  text-align: left;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 30px;
}
.news-item .ni-right div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-item .ni-right div div:nth-of-type(1) {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #6d7278;
}
.news-item .ni-right div div:nth-of-type(2) {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #6d7278;
}
.news-item .ni-right div div:nth-of-type(2) img {
  height: 22px;
  width: auto;
  margin-right: 10px;
}
.news-item:hover {
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
  
}
.news-item:hover .ni-right img {
  content: url("https://res.www.lvdaai.cn/backend/images/news-details1.png");
}
.news-item:hover .ni-right h4 {
  color: #1cbb75;
}
.news-item:hover .ni-right div:nth-of-type(2) {
  color: #1cbb75;
}
@media screen and (max-width: 1560px) {
  .wrapper {
    margin: auto;
    width: 100%;
  }
  .news-item {
    flex-wrap: wrap;
    align-items: center;
    padding: 30px;
  }
  .news-item .ni-left img {
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 994px) {
  .news-item .ni-left {
    width: 100%;
  }
}
.news-list a{
  text-decoration:none;
}
.target-style{
  display: flex;
  justify-content: center;
}

.target-style a{
  display: inline-block;
  height: 30px;
  width: 100px;
  text-decoration: none;
  border: 1px solid #60ac6d;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
  color: #000;
}
.target-style a:hover{
  background-color: #60ac6d;
  color: #fff;
}
.target-style div {
  margin-left: 40px;
}
.target-style div button{
  height: 30px;
  width: 100px;
}
.target-style div span{
 font-size: 18px;
 margin:0 5px;
}
.target-style div .target-page{
  border:1px solid #304d35;
  height: 30px;
  width: 50px;

  text-align: center;
}
.pagination-box{
  display: flex;
  justify-content: center;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
background-color:#1cbb75;
color:#fff !important;
border-color:#1cbb75  !important;

}
.pagination>li>a, .pagination>li>span{
color:#1cbb75 !important;
}