* {margin: 0; padding: 0; outline: 0;width: 100%;}
a{
	text-decoration: none;
}
.content{
	background-color: #EBEBEB;
}
.content .bt{
	font-size: 30px;
	margin-left: 212px;
	line-height: 100px;
}
.content .newsList{
    width: 80%;
    /* margin-left: 100px; */
    display: grid;
    /* grid-template-rows: 200px 200px 200px 200px; */
    row-gap: 30px;
    margin: 0 auto;
	row-gap: 30px;
	overflow: hidden;
}
.content .newsList .new{   
    overflow: hidden;
    display: grid;
    align-content: space-evenly;
	background-color:#FFFFFF ;
	padding: 50px;
	border-radius: 30px;
	width: 88%;
}
.content .newsList .new:hover{
	border: 1px solid #004777;
}
.content .newsList .new:last-child{
	margin-bottom: 30px;
}
.content .newsList .new .l1{
	overflow: hidden;
	width: 100%;
	display: flex;
	line-height: 50px;
}
.content .newsList .new .l1 a{
	color: #000;
 }
.content .newsList .new .l1 span{
	text-align: right;
}
.content .newsList .new .l2{
	display: block;
	color: #000;
	line-height: 50px;
	overflow: hidden;
}