#banner { overflow: hidden; }
#banner > div , #banner > div * { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
#banner .item {
	position: relative;
	overflow: hidden;
	text-align: right;
}
#banner .item a.photo {
	width: 75%;
	background-size: cover;
	display: inline-block;
}
#banner .item .art {
	position: absolute;
	padding: 30px;
	width: calc(30% - 60px);
	height: calc(65% - 60px);
	background: rgb(255 255 255 / 60%);
	top: 15%;
	left: 5%;
	z-index: 1;
	text-align: center;
}
#banner .item .art h2 {
	margin-bottom: 40px;
	padding-bottom: 5px;
	border-bottom: 3px solid #231e20;
	font-size: 36px;
	text-align: center;
	color: #231e20;
}
#banner .item .art p.text-clamp {
	height: 161px;
	color: #6c6568;
	-webkit-line-clamp: 7;
}
#banner .item video ,
#banner .item iframe {
	position: absolute;
	width: 75% !important;
	right: 0 !important;
	left: auto !important;
	top: 0;
}
#banner .slick-dots {
	bottom: 15px;
	text-align: right;
}
#banner .slick-dots li button:before {
	color: #0f4fa3;
}
#banner .slick-dots li.slick-active button:before {
	color: #1266ce;
}
#banner .slick-slider {
	margin-bottom: 0;
}

@media screen and (max-width: 1680px) {
	#banner .item a.photo {
		display: block;
	}
	#banner .item .art {
		width: 50%;
		height: auto;
		left: 0;
		top: auto;
		bottom: 0;
	}
	#banner .item .art h2 {
		margin-bottom: 25px;
		font-size: 25px;
	}
	#banner .item .art p.text-clamp {
		margin-bottom: 15px;
		height: 41px;
		-webkit-line-clamp: 2;
	}
	#banner .item video ,
	#banner .item iframe ,
	#banner .item a.photo {
		width: 100% !important;
	}
}
@media screen and (max-width: 980px) {
	#banner .item .art {
		width: 60%;
	}
	#banner .item a.photo {
		margin-bottom: 0;
	}
	#banner .item video {
		display: none;
	}
	#banner .item iframe {
		height:100%;
		transform: scale(1.4);
	}
	#banner .item .art {
		width: calc(100% - 30px);
		padding: 15px;
	}
	#banner .item .art h2 {
		margin-bottom: 10px;
		font-size: 20px;
	}
	#banner .item .art p.text-clamp {
		height: 27px;
		-webkit-line-clamp: 1;
	}
	#banner .slick-dots {
		bottom: -70px;
	}
	#banner .slick-slide img {
		max-width: inherit;
		height: calc(100vh - 195px);
	}
}
@media screen and (max-width: 480px) {
	#banner .item .art {
		width: calc(100% - 20px);
		padding: 10px;
	}
	#banner .item .art h2 {
		padding-bottom: 0;
		border-bottom-width: 1px;
		font-size: 18px;
	}
	#banner .item .art p.text-clamp {
		margin-bottom: 0;
	}
	#banner .item .art a.more {
		display: none;
	}
}
@media screen and (max-width: 450px) {
	#banner .slick-slide img {
		height: calc(100vh - 175px);
	}
}