.classify-list {
}
.carousel-item img {
	width: 100%;
	height: 100%;
}
.notice-list ul li {
	background:none;
 padding:.45rem 1rem
}
.notice-list ul li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}
.notice-list ul li a i {
	font-family: PingFangSC-Regular, HelveticaNeue-Light, Helvetica Neue Light, Microsoft YaHei, "sans-serif";
}
#Carousel .carousel-item .slide-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index:1;
	background-image: linear-gradient(180deg, rgba(23, 24, 26, 0) 54%, #17181A 94%);
}
#Carousel .carousel-caption {
	padding:0 !important;
	z-index:999999;
}
#Carousel .carousel-indicators {
	margin-bottom:0 !important;
}
.hah ul li {
	padding-right:0 !important
}
 .title span::before {
 width: 95%;
 height: 12px;
 background: #a6cbff;
 position: absolute;
 left: 0;
 top: 16px;
 border-bottom: none;
}
.card-gif img {
	height:100px !important;
	width:100%;
}
.card-gif .card-body-gif p {
 font-size:.8rem !important;
 margin-bottom:.5rem;
 margin-top:.2rem;
	text-align:center
}
.recommend ul li, .notice-list ul li {
	padding-left:0 !important;
	padding-right:0 !important
}
.swiper-container {
	height:420px;
}
.swiper-container img {
	height: 100%;
	width:100%;
}
.swiper-slide .shadow {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 60px;
	background: rgba(0, 0, 0, .4);
}
.swiper-slide .carousel-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding:0;
	color: #fff;
	text-align: left;
	width: 100%;
	z-index:9999;
	height:60px;
}
.swiper-slide .carousel-caption h3 {
	position: absolute;
	bottom: 0;
	left: 10px;
	text-indent: 20px;
	z-index: 3;
	height: 60px;
	overflow: hidden;
	font-size: 22px;
	line-height: 60px;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin:0;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
	width: 20%;
	left: 80%;
	bottom: 5px;
}
.swiper-pagination-bullet {
	background:#fff;
	opacity:.6 ;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #ffc107;
	width:26px;
	border-radius: 5px;
}
.news-list .nav-tabs .nav-link {
	border-radius:0;
	margin-bottom:-2px;
	color:#333;
	
}
.news-list .nav-tabs .nav-link.active{
	background-color: #333f51;
	color:#fff;
	border:none;
}