.head-container {
	height: 500px;
	background: url(/material/images/2023wlaqz/hd.jpg)no-repeat center top;
	background-size: 1920px auto;
}


.head-container .logo {
	margin-top: 30px;
	display: block;
	width: 320px;
	height: 65px;
	text-indent: -999em;
	background: url(/material/images/2023wlaqz/logo.png) no-repeat left top;
	background-size: 320px auto;
}

.content-container {
	background: url(/material/images/2023wlaqz/01.jpg) repeat-x center top;
	background-size: 1px auto;
}

.content-container .main {
	margin-top: 30px;
	background-color: #fff;
	padding: 30px 20px;
}

.content-container .main .title {
	height: 60px;
	line-height: 60px;
	padding-left: 30px;
	background: url(/material/images/2023wlaqz/t.png) no-repeat left center;
	background-size: 21px auto;
	font-size: 24px;
}

.content-container .list-line li {
	font-size: 18px;
	line-height: 66px;
	border-bottom: 1px dashed #ccc;
	position: relative;
	padding-left: 20px;
}

.content-container .list-line li span {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 66px;
	color: #999;
}

.content-container .list-line li::before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	background-color: #3E99F8;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
}

.content-container .list-line li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 20%;
}


.content-container .title_t2 {
	background: url(/material/images/2023wlaqz/t2.png) center no-repeat;
	text-align: center;
	font-size: 24px;
	background-size: auto 23px;
	height: 60px;
	line-height: 60px;
}

.mb30 {
	margin-bottom: 40px;
}

.swiper-container {
	width: 100%;
	height: 260px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.8);
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
	transform: scale(1);
	z-index: 9999;
}

.item_video,
.item_video img {
	width: 100%;

}

.item_video {
	padding-left: -20px;
	padding-right: -30px;
}
.item_video a::after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background-color: rgba(0,0,0,0.1);
	
	}
.item_video .play{
	content: '';
	display: block;
	width: 90px;
	height: 90px;
	background: url(/material/images/2023wlaqz/play.png) no-repeat center;
	background-size: 90px auto;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -45px;
	margin-top: -45px;
	z-index: 9999;
}
.item_video a{
	display: block;
	position: relative;
}

@media (max-width: 480px) {
	.head-container{
		height: 170px;
		text-indent: -999em;
		background-size: 180%;
	}
	.head-container .logo{
		background-size: 120px auto;
	}
	
	.content-container .list-line li .date{
		position: unset;
		display: block;
	}
	.content-container .list-line li a{
		padding-right: 0;
	}
}

.pages .current,.pages a:hover{
	    background-color:#56b8fc !important
}