.news_container .banner {
  position: relative;
}
.news_container .banner .mask {
  position: absolute;
  top:0;
  width: 1040px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: flex;
  align-items: center;
}
.mask-w-text{
  color: #141516;
  font-family: Montserrat;
  font-size: 48px;
  font-weight: 500;
  line-height: 150%; 
  width: 553px;
}
.news_container .news_box_list{
  margin-top: 51px;
  width: 1040px;
  margin: 51px auto 0;
}
#newList{
  display: flex;
  flex-wrap: wrap;

}
#newList .news_box_list_item{
  width: 318px;
  margin-left: 43px;
  margin-bottom: 43px;
  border-bottom: 1px solid #CED2D9;
}
.news_box_list_item .left_img{
  overflow: hidden;
  margin-bottom: 20px;
}
.news_box_list_item:nth-child(3n+1){
  margin-left: 0 !important;
}
#newList .news_box_list_item .news_msg_top_title{
  color: #141516;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  margin-top: 20px;
  height: 90px;
  display: -webkit-box;  
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#newList .news_box_list_item .news_msg_bottom_time{
  margin: 42px 0 22px;
}
#newList .news_box_list_item .news_msg_bottom_time_txt{
  color: #9096A0;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px; 
}
#newList .news_box_list_item:hover{
  border-color: #06f !important;
}
#newList .news_box_list_item:hover .news_img{
  transition: transform 1s ease-in-out;
  transform: scale(1.2);
}
#newList .news_box_list_item:hover .news_msg_top_title{
  color: #06f !important;
}
#newList .news_img{
  transition: transform 1s ease;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
#newList .my_page{
  width: 100%;
}
#newList .pagination > .active > span{
  background-color: #06F;
  border-color: #06F;
}