.news-top {
	height: 376px;
	background-image: url("../img/web/news/6.jpg")/*tpa=https://tbdingtalk.com/assets/addons/cms/img/web/news/6.jpg*/;
	background-size: cover;
	background-repeat: no-repeat;
	/* background-position-y: center; */
	position: relative;
	background-position: 0 37px;
}
.news-top-bg {
	width: 100%;
	height: auto;
}
.news-top-con {
	width: 1200px;
	height: 100%;
	margin: 0px auto;
	color: #FFFFFF;
	position: relative;
}
.news-top-title {
	/* font-size: 26px; */
	position: absolute;
	top: 46%;
}
.news-top-subtitle {
	/* font-size: 46px; */
	/* font-weight: 600; */
	position: absolute;
	top: 58%;
}


.news-nav {
	width: 1200px;
	line-height: 70px;
	margin: 0px auto;
	border-bottom: 1px solid rgba(221,221,221,1);
	white-space: nowrap;
}
.news-nav-list {
	display: inline-block;
	width: 20%;
	text-align: center;
}
.news-nav-list.active, .news-nav-list:hover {
	color: #0089ff;
	font-weight: bold;
	text-decoration: none;
}


.news-container {
	width: 1200px;
	margin: 60px auto;
}
.news-cart {
	display: inline-block;
	/* width: 380px; */
	padding: 0px 15px 30px 15px;
	cursor: pointer;
}
.news-cart:nth-child(3n) {
	margin: 0px 0px 30px 0px;
}
.news-cover-box {
	display: flex;
	align-items: center;
	justify-content: center;
	/* width: 380px; */
	height: 219px;
	overflow: hidden;
}
.news-cover {
	width: 100%;
	height: 220px;
}
.news-cover:hover {
	transform: scale(1.1);
	transition: all 0.7s;
}
.news-cart-title {
	font-size: 16px;
	color: #404040;
	font-weight: bold;
	line-height: 28px;
	margin-top: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-cart-text {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	height: 48px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	-webkit-line-clamp: 2;
}
.news-cart-date {
	font-size: 12px;
	color: #999;
	line-height: 26px;
}


.loadmore {
	margin: 100px auto;
}


.new-line{
	display: none;
}