.NewsList_g2 li{width: 32.2%;float: left; margin-right: 1.7%; display: block;overflow: hidden;margin-bottom: 3vw;
  padding: 0 1.5vw 1.5vw 1.5vw;position: relative;box-sizing: border-box;
}
.NewsList_g2 li:nth-child(3n){margin-right: 0;}
.NewsList_g2 li .nwimg{display: block;width: 100%; height: 13vw;overflow: hidden;position: relative;margin-bottom: 1.2vw;}
.NewsList_g2 li .nwimg img{display: block;width: 100%;height: 100%;object-fit:cover; position: absolute;top: 50%;
    transition:.4s all ease;-ms-transition:.4s all ease;-webkit-transition:.4s all ease;
    left: 50%; transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);}
.NewsList_g2 li h3,.NewsList_g2 li p,.NewsList_g2 li .nwimg{position: relative;z-index: 2;}
.NewsList_g2 li h3{margin: 0 auto 0.6em auto;}
.NewsList_g2 li h3 a{font-size: 20px;color: #4c4c4c; line-height: 1.5;display: block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
transition:.4s all ease;-ms-transition:.4s all ease;-webkit-transition:.4s all ease;
}
.NewsList_g2 li p{color: #999999;font-size: 14px;line-height: 1.8;
transition:.4s all ease;-ms-transition:.4s all ease;-webkit-transition:.4s all ease;
}
.NewsList_g2 li p:nth-of-type(1){height: 5.4em;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;
    overflow: hidden;
  }
.NewsList_g2 li .ntime{font-size: 16px;color: #4c4c4c;font-family: Arial;margin-top: 0.5em;}
.NewsList_g2 li p:nth-last-child(1){display: none;}
.NewsList_g2 li:after{content: "";display: block;height: 0;width: 100%;position: absolute;left: 0;bottom: 0;background: #0069b7;
    transition:.4s all ease;-ms-transition:.4s all ease;-webkit-transition:.4s all ease;opacity: 0;z-index: 0;
}
@media screen and (min-width: 1024px){
    .NewsList_g2 li:hover p,.NewsList_g2 li:hover h3 a{color:#fff;}
    .NewsList_g2 li:hover:after{height: 70%;opacity: 1;}
    .NewsList_g2 a:hover img{transform: scale(1.1) translate(-45%, -45%);-webkit-transform: scale(1.1) translate(-45%, -45%);}

}
@media screen and (max-width: 1024px){
    .NewsList_g2 li .nwimg{height: 18.5vw;}
    .NewsList_g2 li{padding: 0;margin-bottom: 5vw;}
    .NewsList_g2 li,.NewsList_g2 li:nth-child(3n){width: 47.5%;margin-right: 5%;}
    .NewsList_g2 li:nth-child(2n){margin-right: 0;}
}
@media screen and (max-width: 640px){
    .NewsList_g2 li,.NewsList_g2 li, .NewsList_g2 li:nth-child(3n){width: 100%;float: none;margin: 0 auto 4vw auto;background: #f5f5f5;
        padding: 3vw 4vw;
    }
    .NewsList_g2 li .nwimg{height: 50vw;margin-bottom: 4vw;display: none;}
    .NewsList_g2 li h3 {margin-top: 0;}
    .NewsList_g2 li h3 a{font-size: 4.2vw;height: auto;max-height: 3em;}
    .NewsList_g2 li p{font-size: 3.8vw;}
    .NewsList_g2 li .ntime{font-size: 3.8vw;}
    .NewsList_g2 li p:nth-of-type(1){-webkit-line-clamp: 3;max-height: 3.6em;height: auto;}
}