.news-body {
	background-color: #ffffff !important;
}

.news-body .banner-hight {
	height: 475px;
	background-image: url('../img/tantan/news/news_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.news-menu{
	margin-top: 50px;
	font-size: 16px;
	font-weight: bold;
}
.news-menu .news-menu-item{
	height: 40px;
	border-radius: 100px;
	padding: 0 10px;
	text-align: center;
	line-height: 40px;
	letter-spacing: 1px;
	cursor: pointer;
}
.news-menu .act-item{
	background: #33CC99;
	color: #ffffff!important;
}
.news-list{
	margin-top: 20px;
}
.news-item{
	cursor: pointer;
	padding: 40px 0;
	border-bottom: 1px solid #f4f4f4;
}
.news-item-img-wrap{
	flex-shrink: 0;
	margin-right: 40px;
	width: 300px;
	height: 180px;
	overflow: hidden;
	background-color: #e5e5e5;
}
.news-item-img{
	display: inline-block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.news-item-cont{
	flex: 1;
}
.news-item-title{
	font-size: 28px;
	font-weight: bold;
	line-height: 28px;
	color: #333;
}
.news-item-time{
	margin-top: 20px;
	line-height: 20px;
	color: #999;
}
.news-item-desc{
	height: 90px;
	margin-top: 20px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	text-align: justify;
	color: #666;
}
.page-loading{
	padding-top: 20px;
}
.noMore {
	text-align: center;
	color: #999;
	font-size: 14px;
	padding-top: 20px;
}

.empty{
	padding: 50px 0;
	flex-direction: column;
}
.empty-icon {
	width: 200px;
	height: 200rpx;
	opacity: .6;
}
.empty span {
	color: #999;
	margin-top: 30px;
}

@media (max-width: 992px) {
	.news-body .banner-hight {
		height: 300px;
	}
	.news-menu {
		font-size: 14px;
		font-weight: normal;
		margin-top: 0px!important;
		justify-content: space-between!important;
	}
	.news-menu .act-item{
		background: transparent;
		color: #333!important;
		font-weight: bold;
		position: relative;
	}
	.news-menu .act-item::after{
		content: '';
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
		width: 20px;
		height: 3px;
		border-radius: 30px;
		background: #33CC99;
	}
	.news-menu-item{
		margin: 0!important;
	}
	.news-list{
		margin-top: 10px;
	}
	.news-item{
		padding: 14px 0;
	}
	.news-item-img-wrap{
		width: 125px;
		height: 75px;
		margin-right: 12px;
	}
	.news-item-title{
		font-size: 16px!important;
		line-height: 16px;
	}
	.news-item-time{
		margin-top: 7px;
		font-size: 12px!important;
		line-height: 12px;
	}
	.news-item-desc{
		margin-top: 7px;
		font-size: 12px!important;
		line-height: 16px;
		height: 32px;
		-webkit-line-clamp: 2!important;
	}
	.bg-color-E5E7EB{
		display: none;
	}
	.page-loading{
		padding-top: 0px;
		transform: scale(.3)!important;
		opacity: .3!important;
	}
}