.jdc-news-list .jdc-common-banner {
	background: #272940 url(//static-portal.jdcloud.com/jcloud/jc/2.2.0/widget/jdc-news-list/i/news-list-banner.png) 50% no-repeat
}

.jdc-news-list .jdc-news-floor .row {
	margin-left: 0px
}

.jdc-news-list .jdc-news-floor .col-4 {
	margin-bottom: 40px;
	padding-left: 20px
}

.jdc-news-list .news-link {
	display: block;
	-webkit-transition: all .25s ease;
	transition: all .25s ease
}

.jdc-news-list .news-link:hover {
	box-shadow: 0 6px 10px 0 rgba(20,34,67,.1)
}

.jdc-news-list .news-link:hover .news-title {
	color: #3171ff
}

.jdc-news-list .news-img-wrap {
	text-align: center;
	height: 220px
}

.jdc-news-list .news-img-wrap img {
	width: 100%;
	height: 100%
}

.jdc-news-list .news-text-wrap {
	padding: 15px 20px;
	background-color: #fff
}

.jdc-news-list .news-title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 45px;
	line-height: 22px;
	font-size: 18px;
	color: #333;
	font-weight:bold;
}

.jdc-news-list .news-time {
    background: url(../images/icon-time.png) no-repeat left center;
    padding-left: 20px;
	margin-top: 10px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.jdc-news-list .jdc-pagination {
	padding-top: 40px;
	padding-bottom: 80px
}

.jdc-video-list .jdc-common-banner {
	background: #272940 url(//static-portal.jdcloud.com/jcloud/jc/2.2.0/widget/jdc-news-list/i/video-list-banner.png) 50% no-repeat
}

.jdc-video-list .news-link img {
	-webkit-transition: all .25s ease;
	transition: all .25s ease
}

.jdc-video-list .news-link:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.jdc-video-list .news-img-wrap {
	position: relative;
	overflow: hidden
}

.jdc-video-list .news-img-wrap i {
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 60px;
	font-size: 60px;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	margin-top: -30px;
	color: #fff;
	z-index: 2
}

.jdc-video-list .news-time {
	margin-top: 0
}

.video-ft-box {
	margin-top: 10px;
	line-height: 24px;
	overflow: hidden
}

.video-ft-box .video-tag {
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 210px
}

.video-ft-box .video-tag span {
	margin-right: 10px;
	color: #333
}

.video-ft-box .news-time {
	float: right
}

@media (max-width:1200px) {
	.jdc-rwd .news-time,.jdc-rwd .video-ft-box {
		margin-top: 5px;
		font-size: 12px
	}
}

@media (max-width:768px) {
	.jdc-rwd .jdc-news-list .row {
		margin: 0
	}

	.jdc-rwd .jdc-news-list .col-4 {
		float: none;
		margin-bottom: 10px;
		padding: 0 10px;
		width: 100%
	}

	.jdc-rwd .jdc-news-list .col-12 {
		padding: 0 10px !important;
		width: 100%
	}

	.jdc-rwd .jdc-news-list .news-img-wrap,.jdc-rwd .jdc-news-list .news-img-wrap img {
		height: auto
	}

	.jdc-rwd .jdc-news-list .news-text-wrap {
		padding: 5px 0;
		height: auto
	}

	.jdc-rwd .jdc-news-list .news-link:hover {
		box-shadow: none
	}

	.jdc-rwd .jdc-news-list .news-link .news-title {
		height: auto;
		color: #333;
		white-space: normal;
		-webkit-line-clamp: initial
	}

	.jdc-rwd .jdc-news-list .news-title {
		padding: 2px 0;
		line-height: 20px;
		font-size: 16px;
		color: #333
	}

	.jdc-rwd .jdc-news-list .news-time {
		line-height: 22px;
		font-size: 12px;
		color: #666
	}

	.jdc-rwd .jdc-news-list .jdc-pagination {
		padding-top: 20px;
		padding-bottom: 30px
	}

	.jdc-rwd .jdc-video-list .news-time {
		margin-top: 0
	}
}
