.zz-tv-b {
	max-width: 680px;
	margin: 0 auto 25px auto;
	font-family: inherit;
	text-align: left;
	clear: both;
}

.zz-tv-b .zz-tv-lg {
	display: inline-block;
	margin-bottom: 12px
}

.zz-tv-b .zz-tv-lg img {
	height: 36px
}

.zz-tv-b .zz-tv-l {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 12px;
	grid-row-gap: 12px
}

.zz-tv-b .zz-tv-l li {
	grid-area: 1/2/2/3
}

.zz-tv-b .zz-tv-l li a {
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	align-items: flex-start
}

.zz-tv-b .zz-tv-l li a::before {
	content: "";
	width: 55px;
	height: 55px;
	display: block;
	position: absolute;
	left: calc(25% - 27px);
	top: calc(50% - 27px);
	background-image: url("play.svg");
	background-position: 0 0;
	background-size: 55px 55px;
	background-repeat: none
}

.zz-tv-b .zz-tv-l li a {
	color: #000;
	text-decoration: none
}

.zz-tv-b .zz-tv-l li a:hover span {
	color: #e20000 !important
}

.zz-tv-b .zz-tv-l li a img {
	max-width: 100%;
	display: block;
	width: 48%;
	min-height: 115px;
	object-fit: cover;
}

.zz-tv-b .zz-tv-l li a span {
	width: calc(52% - 10px);
	line-height: 23px;
	margin-left: 10px;
	padding: 5px 10px 0 0;
	transition: color .2s ease-in-out;
	max-height: 110px;
	overflow: hidden;
	font-size: 14px
}

.zz-tv-b .zz-tv-l li:first-child {
	grid-area: 1/1/3/2
}

.zz-tv-b .zz-tv-l li:first-child a::before {
	left: calc(50% - 27px);
	z-index: 20
}

.zz-tv-b .zz-tv-l li:first-child a {
	display: block;
	height: 100%;
}

.zz-tv-b .zz-tv-l li:first-child a::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, .01) 54%, rgba(0, 0, 0, .01) 55%, rgba(0, 0, 0, .2) 63%, rgba(0, 0, 0, .65) 76%, rgba(0, 0, 0, .8) 81%, rgba(0, 0, 0, .76) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, .01) 54%, rgba(0, 0, 0, .01) 55%, rgba(0, 0, 0, .2) 63%, rgba(0, 0, 0, .65) 76%, rgba(0, 0, 0, .8) 81%, rgba(0, 0, 0, .76) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, .01) 54%, rgba(0, 0, 0, .01) 55%, rgba(0, 0, 0, .2) 63%, rgba(0, 0, 0, .65) 76%, rgba(0, 0, 0, .8) 81%, rgba(0, 0, 0, .76) 100%);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10
}

.zz-tv-b .zz-tv-l li:first-child a img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.zz-tv-b .zz-tv-l li:first-child a span {
	position: absolute;
	bottom: 11px;
	left: 0;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	width: calc(100% - 40px);
	margin: 0;
	padding: 0 20px;
	text-align: center;
	line-height: 22px;
	z-index: 30;
	max-height: 67px;
	overflow: hidden
}

.zz-tv-b .zz-tv-l li:last-child {
	grid-area: 2/2/3/3
}

@media (min-width:680px) {
	.zz-tv-b .zz-tv-l li:first-child a {
		max-height: 242px;
		overflow-y: hidden;
		/* height: auto; */
	}
}

@media (max-width:680px) {
	.zz-tv-b .zz-tv-l {
		display: block
	}

	.zz-tv-b .zz-tv-l li {
		margin-bottom: 12px
	}

	.zz-tv-b .zz-tv-l li:last-child {
		margin-bottom: 0
	}
	.zz-tv-b .zz-tv-lg {
		margin-left: 15px;
	}
}
