.NewsList_k1 ul.clearfix:before{ display:none;}
.NewsList_k1 ul.clearfix:after{ display:none;}
.NewsList_k1 ul{ display:box; 
		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:justify;
		-webkit-box-pack: justify;
		-moz-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;  
		box-align:center; 
		-webkit-box-align:center;
		-moz-box-align:center;
		-ms-flex-align:center;
		align-items:center;}
.duo  .NewsList_k1 li{margin-right:30px; width:calc(100% / 3 - 30px);}
 .NewsList_k1 li{ width:calc(100% / 2 - 30px);}
.NewsList_k1 li:last-child{margin-right:0;}
.NewsList_k1 li a{display: block;}
.NewsList_k1 li:nth-of-type(3n){margin-right: 0;}
.NewsList_k1 .hd{ margin-top:35px; margin-bottom:20px;}
.NewsList_k1 .hd{padding:65px 33px; border:2px solid #28468C; transition: all 0.35s ease 0s; }
.NewsList_k1 .hd.on{background: #160551; border-color:#160551;}
.NewsList_k1 .hd span{line-height:1; font-size:20px;font-family:"微软雅黑"; font-weight:bold; color: #272727; margin-bottom:25px;
height:20px;
  word-break:break-all;
  display:-webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient:vertical;
  overflow:hidden; }
.NewsList_k1 .hd i{  line-height:24px; font-size:14px; color:#272727;height:72px;
	word-break:break-all; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;}
.NewsList_k1 .hd em{ display:none; padding-top:10px;}
.NewsList_k1 .case_img{ display:none;}

/*页码*/
.page{ display:none;}
#load_more_button{ display:none;}

@media (min-width:721px){
.NewsList_k1 .hd:hover{ background:#fff; border-color:#160551;}
	}
@media (max-width:1200px){
.duo .NewsList_k1 li:last-child{ display:none;}
.duo .NewsList_k1 li{ width:calc(100% / 2 - 30px);}

	}
	
@media (max-width:960px){
	.NewsList_k1 ul{ display:block;}
	.NewsList_k1 li{ margin-right:0;}
	.NewsList_k1 .hd{ margin-top:20px; padding:25px 33px; border:2px solid #FFFFFF;}
	.NewsList_k1 .hd i{   height:48px;word-break:break-all; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}
	.duo .NewsList_k1 li{ width:100%;}
	.NewsList_k1 li{ width:100%;}

	}
@media (max-width:720px){
	.NewsList_k1 .hd span{ font-size:4.16vw; font-weight:normal;margin-bottom:3.33vw; height:4.16vw;}
	.NewsList_k1 .hd{ padding:6.94vw;margin-top:5.55vw;}
	.NewsList_k1 .hd i{ font-size:3.33vw; line-height:1.5; height:14.985vw;}
	}
@media (max-width:360px){
	.NewsList_k1 .hd span{ font-size:16px; font-weight:normal;margin-bottom:12px; height:16px;}
	.NewsList_k1 .hd{ padding:25px;margin-top:20px}
	.NewsList_k1 .hd i{ font-size:12px; line-height:1.5; height:54px;}


	
	}	
	
	
	
	
	
	
	
	
	
	
	