.catnews2{
	border-radius: 10px;
	overflow:hidden;
}
.catnews2 .newslist li{
	height:200px;
	position: relative;
	margin-bottom:15px;
}
.catnews2 .newslist li a{
	position: relative;
	width:98%;
	height:200px;
	z-index: 2;
	color:#FFF;
	text-align: center;
	font-size:16px;
	border-radius:20px;
	overflow:hidden;
	margin-left:1%;
	margin-right:1%;
}
.catnews2 .newslist li a:after{
	content:'';
	background: linear-gradient(45deg,rgba(0,77,64,1) 0,rgba(130,119,23,1) 100%);
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	opacity: 0.5;
	z-index: 1;
}
.catnews2 .newslist li:nth-child(2) a:after{
	background: linear-gradient(45deg,rgba(13,71,161,1) 0,rgba(0,137,123,1) 100%);
}
.catnews2 .newslist li:nth-child(3) a:after{
	background: linear-gradient(45deg,rgba(49,27,146,1) 1%,rgba(194,24,91,1) 100%);
}
.catnews2 .news{
	height:450px;
	position: relative;
}
.catnews2 .news:after{
	content:'';
	background: linear-gradient(45deg,rgba(26,35,126,1) 0,rgba(216,67,21,1) 100%);
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	opacity: 0.5;
	z-index: 1;
}
.catnews2 .news h4,.catnews2 .newslist li a span{
	position: absolute;
	left:50%;
	width:80%;
	margin-left:-40%;
	top:50%;
	z-index: 2;
	color:#FFF;
	text-align: center;
	font-size:16px;
}
html .catnews2 .news h4 a{
	color:#FFF;
}
