.mt50 {
	margin-top: 50px;
}

.logo {
	margin-top: 30px;
	display: block;
	width: 320px;
	height: 65px;
	text-indent: -999em;
	background: url(/uploads/image/miwlaq2024/logo.png) no-repeat left top;
	background-size: 320px auto;
}

.header-wrapper {
	height: 598px;
	background:  no-repeat center top;
	background-size: 1920px auto;
}

.header-h1 {
	font-size: 24px;
	position: relative;
}

.header-h1::after {
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	background:  no-repeat center #e9f4ff;
	background-size: auto 30px;
	border-radius: 30px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 0px;
}

.header-h1 a {
	display: block;
	text-align: center;
	line-height: 44px;
	margin-top: 20px;
	padding: 30px 80px;
	font-size: 28px;
	margin-bottom: 20px;

}

.header-h1 a,
.list-text li>a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}

.news {
	position: relative;
	;
	width: 100%;
	height: 380px;
}

.news img {
	width: 100%;
	height: 100%;
}
.swiper{
	position: relative;
}

.news .swiper-slide h2 {
	font-size: 16px;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	line-height: 44px;
	padding-left: 10px;

}

.news .swiper-pagination {
	text-align: right;
	padding-right: 10px;
}

.manual {
	position: relative;

	width: 100%;
}

.manual img {
	width: 100%;
}

.list-text li>a {
	font-weight: bold;
	font-size: 18px;
	line-height: 44px;
	display: block;
	width: 100%;
}

/* .list-text li:first-child>a {
	font-size: 20px;
} */

.list-text li {
	margin-bottom: 14px;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 10px;
}

.list-text li>p {
	color: #999;
	display: none;
}

.list-text li:first-child>p {
	display: block;
}

/* .list-text li:first-child {
	margin-top: 6px;
} */

.time-line {
	border-bottom: 2px solid #b0ecff;

}

.time-line li {
	float: left;
	font-size: 18px;
	color: #b0ecff;
	width: 126px;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding-bottom: 30px;
}


.time-line li::after {
	content: '';
	display: block;

	height: 30px;
	background:  no-repeat center;
	background-size: auto 29px;
	width: 126px;
	position: absolute;
	top: 52px;
	left: 50%;
	margin-left: -60px;

}

.time-line li.active::after {
	background-image: ;

}

.time-line li.active {
	font-size: 22px;
	color: #000;
}

.footer-wrapper {
	min-height: 220px;
}


.bg1 {
	background-color: #f4f8ff;
	padding-bottom: 100px;
	margin-top: 50px;
	height: 650px;
}

.title_1 {
	position: relative;
	text-align: center;
	line-height: 50px;
	padding: 50px 0 30px;
	font-size: 20px;
	font-weight: bold;


}

.title_1::after {
	display: block;
	content: '';
	height: 29px;
	width: 492px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 29px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -246px;
	margin-top: -4.5px;
	background-image: ;
}

/* 	.title_1::after{
		background-image: ;
		right: 0;
	
	} */

/* 	.title_1::before{
		background-image: ;
		left: ;
	} */




.time-line-info ul {
	display: none;
}

.time-line-info ul.active-info {
	display: block;
}

.time-line-info ul li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;

}

.time-line-info ul li h5 {
	line-height: 40px;
}

.time-line-info ul li span::after {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	border: 2px solid #307aef;
	border-radius: 9px;
	position: absolute;
	left: 70px;
	top: 50%;

	margin-top: -8px;
	background-color: #fff;
}

.time-line-info ul li:hover span::after {
	background-color: #307aef;
}

.time-line-info ul li>span {
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	left: -80px;
	top: 8px;

}

.time-line-info ul {
	border-left: 1px dashed #ddd;
	margin-left: 150px;

}

.bg2 {
	padding-bottom: 50px;
}

.bg3 {
	background-color: #f4f8ff;
	padding-bottom: 90px;
}

.video-container img {
	width: 100%;
	height: 200px;
}

.news,
.manual,
.video-container {
	overflow: hidden
}


.video-container .play {
	content: '';
	display: block;
	width: 90px;
	height: 90px;
	background: url(/uploads/image/miwlaq2024/play.png) no-repeat center;
	background-size: 90px auto;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -45px;
	margin-top: -45px;
	z-index: 9999;
}

.video-container a {
	display: block;
	position: relative;
}

.video-container 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.3);

}

.swiper-pagination-bullet-active {
	width: 18px;
	border-radius: 6px;
}




.hd.more,
.bg3 .more {

	display: inline-block;
	text-align: right;
	position: absolute;
	right: 0;
	border: 1px solid #408cfa;
	padding: 6px 20px;
	border-radius: 26px;
	
}

.bg3 .more {
	display: block;
	text-align: center;
	right: unset;
	left: 50%;
	margin-left: -37px;
	margin-top: 15px;
}
.button-next, .button-prev{
	display: block;
	width: 40px;
	height: 80px;
	background: rgba(0, 0, 0, 0.3) no-repeat center;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	background-size: 16px auto;
	z-index: 999;
	cursor: pointer;
	opacity: 0;
	transition: all .3s;
}
.swiper:hover .button-next,.swiper:hover  .button-prev{
	  opacity: 1;
	    transform: translate(0, 0);
}
.button-next{
	    transform: translate(40px, 0);
	right: 0;
	background-image: ;
}
.button-prev{
	 transform: translate(-40px, 0);
	left: 0;
	background-image: ;
}
/* 生成文件链接(https://kjt.hubei.gov.cn/) */

/* 生成文件链接(https://kjt.hubei.gov.cn) */