.NewsList_g2 li { float:left;width: 32%; margin:0 2% 60px 0;position: relative;padding-bottom: 40px;border-bottom:4px solid #f5f5f5;transition: 0.3s ease 0s; }
.NewsList_g2 li:nth-child(3n+3){ margin-right:0;}
.NewsList_g2 li:hover{border-bottom:4px solid #12b504;}
.NewsList_g2 li .nwimg{display: block;float: left; width: 100%;overflow: hidden;}
.NewsList_g2 li .nwimg img {transition: 0.5s linear 0s;width: 100%;display: block;}
.NewsList_g2 li:hover.nwimg img {transform: scale(1.1);}
.NewsList_g2 h3, .NewsList_g2 p {width: 100%;display: block;float: left;}
.NewsList_g2 h3 a {display: block;margin:40px 0 60px 0;width:100%;font-size:18px; white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.NewsList_g2 h3 a:hover {color: #12b504;}
.NewsList_g2 p{color:#666;line-height:26px;word-break: break-all;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.ntime {font-size: 12px;bottom:145px;left: 0;position: absolute;margin-bottom: 0; color: #999;}
.wmore{ display:none;/*display: block;*/ z-index: 1;position: relative;font-size: 14px;text-align: center;line-height: 48px;width: 138px;color: #da251d; border: 1px solid #da251d;}
.wmore:before {bottom: 0;z-index: -1;left: 0;width: 0%; height: 100%; position: absolute;content: '';background: #da251d;transition: 0.3s ease 0s;}
.wmore:hover {color: #fff;}
.wmore:hover:before {width: 100%;}

@media only screen and (max-width: 1200px){
.NewsList_g2 li{ width:49%;}
.NewsList_g2 li:nth-child(3){ margin-right:2%;}
.NewsList_g2 li:nth-child(2) , .NewsList_g2 li:nth-child(4) , .NewsList_g2 li:nth-child(6){margin-right:0;}
	}

@media only screen and (max-width: 768px){
	.NewsList_g2 li { width: 100%; margin:0 0 60px 0; }
	}
