.NewsList_g3 ul{ display:-webkit-box;  /* iOS 6-, Safari 3.1-6 */display:-webkit-flex; /* Chrome */display:-moz-box;     /* Firefox 19 */display:-ms-flexbox;display:flex;  /*flex容器*/
	box-pack:start;-webkit-box-pack: start;-moz-box-pack:start;-ms-flex-pack:start;
	 justify-content:flex-start; 
	 box-align:center; -webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;
	align-items:center; 		-webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap;-o-flex-wrap: wrap; flex-wrap: wrap;
	}
	.NewsList_g3 li>a {overflow:hidden; height: 15.5vw;  width: 100%;display: block;transition:0.5s linear 0s; }
	.NewsList_g3 img {transition:0.5s linear 0s;  display: block; width: 100%;  height: 100%;}
	.NewsList_g3 li>h3{ padding-bottom:15px;}
	.NewsList_g3 h3 a { font-size: 18px; line-height: 1;color: #333333;height: 18px; overflow:hidden; font-weight:bold;	display:block; text-align:left;
	  text-overflow:ellipsis;
	  -o-text-overflow:ellipsis;
	  -webkit-text-overflow:ellipsis;
	  -moz-text-overflow:ellipsis;
	  white-space:nowrap;
	  }
	
	.NewsList_g3 li>p:nth-of-type(2) {
		 font-size:14px; color:#777777; line-height:24px; height:48px; text-align:left;
		word-break:break-all;
	  display:-webkit-box;
	  -webkit-line-clamp:2;
	  -webkit-box-orient:vertical;
	  overflow:hidden;
		}
	.NewsList_g3 li>p:nth-last-of-type(1){ display: none;}
	.ntime {font-size:14px;color:#999; line-height:1; padding: 30px 0; text-align:left;}
	.NewsList_g3 div.clearfix{ display:none;}
	
	@media (min-width:1025px){
	.NewsList_g3 li { width:calc((100% - 91px) / 3); margin-right:45px; margin-bottom:70px;  }
	.NewsList_g3 li:nth-of-type(3n){ margin-right:0;}
		}
	@media (min-width:721px) and (max-width:1024px){
		.NewsList_g3 li { width:calc((100% - 30px) / 2); margin-right:30px; margin-bottom:40px;  }
	.NewsList_g3 li:nth-of-type(2n){ margin-right:0;}	
		}		
	@media (min-width:800px){
		.load_more_button{ display:none;}	
		
		}	
	@media (min-width:721px){
	.NewsList_g3 li:hover img {transform: scale(1.1);}
	.NewsList_g3 li:hover h3 a {  color: #008b47;}
	#page a:hover{ background: none repeat scroll 0 0 #008b47; border: 1px solid #008b47; color: #fff;}	
	.NewsList_g3 li:hover>a{box-shadow: 0.26vw 0.45vw 1vw 0px rgba(0, 0, 0, 0.3);}
	
		}
	
	/*分页*/
	#page{  font-size:14px;display:inline-block; margin:0; padding-top:30px;}
	#page span{display:block; padding:0 20px;  line-height:40px; float:left; border:#e3e3e3 solid 1px;  background:#fff; text-align:center; margin-right:10px; color:#666666 ;}
	#page a{ display:block; padding:0 20px;  line-height:40px; float:left; background:#fff;border:#e3e3e3 solid 1px; text-align:center; margin-right:10px; color:#666666;}
	#page span.cur{ background:#008b47; color:#fff;border:#008b47 solid 1px;}
	#page div { display:none;}
	#page a.on{background: none repeat scroll 0 0 #bb3137; border: 1px solid #bb3137; color: #fff; }
	
	@media (max-width:1024px){
	.NewsList_g3 h3 a{ font-size:16px;}
	.NewsList_g3 li>a{ height:22.167vw;}
	.ntime{ padding:12px 0;}
		}	
	@media (max-width:800px){
		#page{/* display:none; */}
		#page a{
			line-height: 25px;
			padding: 0 10px;
			margin-right: 5px;
			margin-bottom: 10px;
		}
		#page span{
			line-height: 25px;
			padding: 0 10px;
			margin-right: 5px;
		}
	a.load_more_button{display:inline-block;width: 180px;height: 52px;line-height: 52px;font-size: 16px;background: #008B47;color:#FFFFFF; margin: 30px 0 0;}
		}	
	@media (max-width:720px){
		a.load_more_button{width: 120px;height: 48px;line-height: 48px;font-size: 14px;margin: 2.7vw 0 0;}
		.NewsList_g3 { margin:  0 auto;}
		.NewsList_g3 li { width:100%; margin:0; margin-bottom:34px;  }
		.NewsList_g3 li>a{ height:54.44vw; }
		
		.NewsList_g3 li>p:nth-of-type(2){ line-height:20px; height:40px;}
		.NewsList_g3 li>h3{ padding-bottom:8px;}
		}	
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
	