/* .banner{margin-top: 0.93rem;} */
.banner img{width: 100%;}

#solutionBox{width: 100%;background: url("../images/tqanli_bg.png") no-repeat;background-size: cover;display: flex;flex-direction:column;justify-content: start;align-items: center;}

#newsList{
  width: 13.65rem;min-height: 5.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.23rem;
  overflow: hidden;
  padding-top: 1.76rem;
}

#newsList li{width: 4.38rem;height: 5.04rem;background: #FFFFFF;border-radius: 0.2rem;}
#newsList li a{width: 100%;height: 100%;display: flex;flex-direction: column;justify-content: start;align-items: center;}
#newsList img{width: 4.37rem;height: 2.52rem;border: none;}
#newsList li p{margin: 0;width: 3.7rem;text-align: left;}
#newsList li .newsTitle{margin: 0.58rem 0 0 0;width: 3.7rem;height:0.6rem;text-align: left;font-size: 0.24rem;font-family: PF-Bold;color: rgba(29, 29, 29, 1);line-height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 限制为2行 */
}
.newsTime{font-size: 0.18rem;color: rgba(133, 133, 133, 1);font-family: PF-Medium;line-height: 0.3rem;margin-top: 0.53rem !important;}
.newsIntro{font-size: 0.16rem;color: rgba(115, 115, 115, 1);font-family: PF-Regular;margin-top: 0.22rem !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 限制为2行 */
}


@media only screen and (max-width:991px) {
  #newsList{
    width: 100%;
    padding: 0.16rem 0.16rem;
  }
  #newsList li{
    width: 100%;
    
  }
  #newsList img{
    width: 100%;
  }
}