.newsList{
	width: 1200px;
	margin: 0 auto;
	padding-top: 41px;
	display: flex;
	flex-wrap: wrap;
}
.newsItem div img{
	width: 380px;
	height: 207px;
}
.newsItem{
	width: 380px;
	height: 418px;
	border: 1px solid #EBEBEB;
	margin-right: 20px;
	margin-bottom: 31px;
	box-sizing: border-box;
}
.newsItem>a{
	text-decoration: none;
	display: block;
}
.newsItem:hover{
	box-shadow: 0px 0px 10px rgba(109, 109, 109, 0.16);
	cursor: pointer;
}
.newsItem:hover .title1{
	color: #1A73E8;
}
.newsContent{
	padding: 16px 19px;
	box-sizing: border-box;
}
.newsContent .title1{
	font-size: 20px;
	font-weight: 600;
	color: #313131;
	margin-bottom: 10px;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 2;
}
.newsContent .content1{
	font-size: 14px;
	color: #999999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	width: 330px;
}

.newsContent .link{
	display: flex;
}
.newsContent .link a{
	text-decoration: none;
	font-size: 12px;
	color: #1A73E8;
	margin-top: 10px;
}

.newsContent .information{
	font-size: 14px;
	color: #C2C2C2;
	margin-top: 15px;
}
