#NewsList_a1{width: 100%;overflow: hidden;}
#NewsList_a1 ul li{display: block;width: 19.76%;margin-right: 0.8%;float: left;color: #ffd29c;position: relative;
	background: -webkit-linear-gradient(to right top, #b5956f, #65462e);
	background: -ms-linear-gradient(to right top, #b5956f, #65462e);
	background: linear-gradient(to right top, #b5956f, #65462e);
    /*opacity: 0;transform: translateY(100%);*/}
#NewsList_a1 ul li:nth-child(4){margin-right: 0;}
#NewsList_a1 ul li a{color: #ffd29c;display: block;text-align: left;padding: 18% 10% 48% 10%;transition:.8s all ease;box-sizing: border-box;
    background: url(../images/new_more.png) rgba(0,0,0,1) no-repeat;background-size: auto 9px;background-position: 10% 78%;}
#NewsList_a1 ul li .data{display: inline-block;line-height: 1.15;font-size: 16px;}
#NewsList_a1 ul li .data b span{display: block;font-size: 2.5vw;padding-bottom: 10px;}
#NewsList_a1 ul li .data i, #NewsList_a1 ul li .newimg{display: none;}
#NewsList_a1 ul li .newnr b{font-size: 20px;margin: 1vw auto 1.0vw auto;font-weight: bold;display: block;
overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height: 1.15;}
#NewsList_a1 ul li .newnr p{font-size: 16px;line-height: 1.8;height: 5.4em;overflow: hidden;/*text-indent: 2em;*/
    display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
#NewsList_a1 ul li a:hover{background-position: 90% 78%;background-color: rgba(235,238,243,0);}
#NewsList_a1 ul li a:after{border:1px solid #ffd29c;content: "";display: block;width: 100%;height: 100%;position: absolute;
    left: 0;top: 0;box-sizing: border-box;transition:.8s all linear;}

#NewsList_a1 ul li:nth-child(1) a:after{border: 0;}
#NewsList_a1 ul li:nth-child(1) a{padding: 0;}
#NewsList_a1 ul li:nth-child(1) .newimg{display: block;overflow: hidden;height: 20vw;}
#NewsList_a1 ul li:nth-child(1){width: 37%;background: rgba(0,0,0,1);margin-right: 2%;}
#NewsList_a1 ul li:nth-child(1) .newnr b{margin: 0;padding: 2.08vw 1em 0 0;box-sizing: border-box;height: auto;line-height: 1.5;}
#NewsList_a1 ul li:nth-child(1) .data b span{padding: 0;}
#NewsList_a1 ul li:nth-child(1) .newnr p{display: none;}
#NewsList_a1 ul li:nth-child(1) .data{float: left;margin-right: 2.6vw;padding: 3%;color: #fff;
background: -webkit-linear-gradient(bottom left, #b5956f, #65462e);
background: -o-linear-gradient(bottom left, #b5956f, #65462e);
background: linear-gradient(to top right, #b5956f, #65462e);}
#NewsList_a1 ul li:nth-child(1) .newimg img{display: block;width: 100%;transition:.8s all ease;}
.NewsList_a1 ul li:nth-child(1) a:hover img{transform: scale(1.1,1.1);-webkit-transform: scale(1.1,1.1);}
#NewsList_a1 ul li a:hover{color: #fff;background-image: url(../images/new_more2.png);}
#NewsList_a1 ul li a:hover:after{display: none;}

/*
.active #NewsList_a1 ul li{transform: translateY(0);opacity: 1;}
.active #NewsList_a1 ul li:nth-child(2){transition: opacity 500ms 1000ms, transform 500ms 1000ms;}
.active #NewsList_a1 ul li:nth-child(3){transition: opacity 1000ms 1500ms, transform 1000ms 1500ms;}
.active #NewsList_a1 ul li:nth-child(4){transition: opacity 1500ms 2000ms, transform 1500ms 2000ms;}
*/

@media screen and (max-width: 1400px){
	#NewsList_a1 ul li a{padding-bottom: 36%;}
    #NewsList_a1 ul li .newnr b{font-size: 16px;}
    #NewsList_a1 ul li .newnr p{font-size: 14px;}
}
@media screen and (max-width: 1024px){
	#NewsList_a1 ul li:nth-child(1){display: none;}
	#NewsList_a1 ul li{width: 32.3%;margin-right: 1.55%;}
	#NewsList_a1 ul li:nth-child(4n){margin-right: 0;}
	#NewsList_a1 ul li .data b span{font-size: 48px;}
	#NewsList_a1 ul li .newnr p{-webkit-line-clamp: 5;height: 9em;}
}
@media screen and (max-width: 640px){
	#NewsList_a1 ul li{width: 100%;margin-bottom: 2.3vw;}
    #NewsList_a1 ul li a{padding: 4.6vw 2.3vw 3.6vw 3.6vw;background-image: none;}
    #NewsList_a1 ul li:nth-child(4){display: block;}
    #NewsList_a1 ul li .data{display: none;}
    #NewsList_a1 ul li .newnr b{margin: 0 auto 1vw auto;font-size: 3.9vw;}
	#NewsList_a1 ul li .newnr p{font-size: 3.8vw;height: 3em;-webkit-line-clamp: 2;text-indent: 0;line-height: 1.5;}

}