.video-watch-item {
	width: 100%;
	position: relative;
}
.video-watch-item-img {
	width: 100%;
	height: 100%;
}
.video-watch-item-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	background: rgba(0,0,0,0.8);
	opacity: 0.7;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	color: #fff;
}
.desc {
	font-size: 16px;
}
.news-watch-item {
	width: 100%;
	position: relative;
	background-color: rgb(245,245,245);
	border-radius: 20px;
	padding: 20px;
	box-sizing: border-box;
}
.news-watch-item-img {
	width: 100%;
	height: 70%;
}
.news-watch-item-time {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 30px;
	box-sizing: border-box;
	background-color: red;
	font-size: 15px;
	color: #fff;
}
.news-watch-item-title {
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	color: #000;
}
.news-watch-item-desc {
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-wrap: break-word;
	white-space: pre-wrap;
	word-break: break-all;
}