.newsCenter {
	width: 1200px;
	margin: 40px auto 0;
}

.iconTitle {
	margin-top: 30px;
	margin-bottom: 40px;
}

.newsBlock {
	width: 1200px;
	margin: 0 auto;
}

.newsList {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.newsImg {
	width: 268px;
	height: 173px;
	border-radius: 5px;
	overflow: hidden;
}

.rightContent {
	width: 915px;
	font-family: scRegular;
	border-bottom: solid 1px #E5E5E5;
	margin-bottom: 40px;
}

.newTitle {
	font-size: 24px;
	color: #333333;
}

.newContent {
	width: 100%;
	font-size: 16px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 15px;
	line-height: 26px;
}

.bottomFlex {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
	margin-top: 17px;
}

.flexLine {
	display: flex;
	align-items: center;
}

.seeImg {
	width: 20px;
	height: 14px;
	margin-top: -4px;
}

.bottomText {
	font-size: 16px;
	color: #999999;
	margin-right: 20px;
	margin-left: 5px;
}

.timeImg {
	width: 16px;
	height: 16px;
	margin-top: -2px;
}

.labelImg {
	width: 16px;
	height: 16px;
}

.detail {
	font-size: 16px;
	color: #259DF1;
	cursor: pointer;
}
.detail>a{
	color: #259DF1;
}

.noBottom{
	margin-bottom: 0;
}