.main-con{
	margin-bottom: 50px;
}
.single-news{
	display: flex;
	align-items: center;
	/* border:1px #ccc solid; */
	border-radius:5px;
	padding: 3px 5px;
	margin-bottom: 25px;
}
.news-img{
	width: 340px;
	height: 210px;
	line-height: 152px;
	overflow: hidden;
	text-align: center;
	margin-right: 25px;
}
.news-img img{
	width:340px;
	height:210px;
	/* border-radius: 5px; */
}
.news-d-con{
	display: flex;
	flex-flow: column;
	height: 208px;
	flex: 1;
}
.news-tit{
	font-size: 20px;
}
.news-intro{
	flex: 1;
	font-size: 16px;
	margin: 15px 0 0;
}
.news-d-r{
	font-size: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news-d-r a{
	width: 70px;
	height: 30px;
	line-height: 30px;	
	text-align: center;
	background: #333f5a;
	color:#fff;
	border: none;
	border-radius: 5px;
	cursor: pointer;	
}
