.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;}
.NewsList_g3 li .timebox{ display: none; }

@media (min-width:1025px){
.NewsList_g3 li:nth-child(1){
	width: 100%;
	height: 31.25vw;
	background-image: url(../images/newsnth.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 3.6vw 4vw 4vw 45.4vw;
	box-sizing: border-box;
	position: relative;
}
.NewsList_g3 li:nth-child(1) .nwimg{
	width: 36.4vw;
	height: 23.4375vw;
	position: absolute;
	left: 4.6vw;
	top: 3.6vw;
}

.NewsList_g3 li:nth-child(1) .newsabout{
	text-indent: 2em;
	margin-top: 2vw;
	padding-top: 2vw;
	height: 7.6em;
	-webkit-line-clamp: 2;
	line-height: 1.8;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	border-top: 1px dashed #656766;
}
.NewsList_g3 li:nth-child(1) .newsmore{
	display: block;
	margin-top: 2.8vw;
	width: 200px;
	height: 40px;
	background: #7D7D7D;
	border-radius: 10px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	
	font-weight: 400;
	color: #FFFFFF;
}
.NewsList_g3 li:nth-child(1) h3 a {
	position: absolute;
	right: 3.6vw;
	top: 3.6vw;
	width: 23vw;
    font-size: 24px;
    line-height: 1.5;
    color: #333333;
    height: 3em;
	-webkit-line-clamp: 2;
    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: unset;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.NewsList_g3 li { width:calc((100% - 91px) / 2); margin-right:45px; margin-bottom:70px; 
background: #F5F5F5;padding: 2.7vw 3.125vw;box-sizing: border-box; }
.NewsList_g3 li h3{ margin-top: 2vw;
font-size: 20px;

font-weight: 400;
color: #333333;}
.NewsList_g3 li .newsabout{
	margin-top: 1.4vw;
	font-size: 16px;
	
	font-weight: 400;
	color: #4D4D4D;
}
.NewsList_g3 li .ntime{ display: none; }
.NewsList_g3 li .timebox{ display: block;text-align: left; }
.NewsList_g3 li .day{ 
	line-height: 1;
font-size: 48px;

font-weight: bold;
color: #DA251C; }
.NewsList_g3 li .year{ 
font-size: 16px;

font-weight: 400;
color: #DA251C;}
.NewsList_g3 li:not(:nth-child(1)) .nwimg{ display: none; }
.NewsList_g3 li:nth-child(2n) { margin-right:45px; }
/* .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{cursor:pointer;}
.NewsList_g3 li:hover .newsmore {
	background: #FFEB47;
	color: #E11C13;
	cursor:pointer;
}
.NewsList_g3 li:not(:nth-child(1)):hover {
	background-image: url(../images/newslistmore.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: bottom right; 
}
.NewsList_g3 li:hover h3 a {  /* color: #FFEB46; */}
#page a:hover{ background: none repeat scroll 0 0 #FFEB46; border: 1px solid #FFEB46; 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.on{ background:#FFEB46; color:#bb3137;border:#FFEB46 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:1200px){
	.NewsList_g3 li:nth-child(1) .newsabout {
		font-size: 14px;
	}
	.NewsList_g3 li:nth-child(1) h3 a {
	font-size: 18px;
	width: 21vw;
	}
}
@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;}
a#load_more_button{display:inline-block;width: 180px;height: 52px;line-height: 52px;font-size: 16px;background: #FFEB46;color:#333; 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;}
	.NewsList_g3 li:nth-child(1) h3 a {
		width: auto;
	}
	}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
