.head-container {
	height: 392px;
	background: url(/material/images/ztzl/20250324/ppp-1.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/qingjingshi/logo.png) no-repeat left top;
	background-size: 320px auto;
}

.hd-nav-wrapper {
	height: 60px;

	background-image: linear-gradient(180deg, #DF0C1A 0%, #BC050B 100%);
}

.hd-nav-wrapper .hd-nav-item {
	float: left;
	width: 20%;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.hd-nav-wrapper .hd-nav-item.active {
	background: rgba(255, 255, 255, 0.22);
}

.hd-nav-wrapper .hd-nav-item a {
	display: block;
	color: #fff;
	line-height: 60px;
}

.hd-nav-wrapper .hd-nav-item:hover {
	background: rgba(255, 255, 255, 0.3);
}

.focus-container {
	position: relative;
	height: 408px;
	overflow: hidden;
}

.focus-container .swiper-slide {
	height: 408px;
}

.focus-container img {
	height: 100%;
}

.content-container {

	background-color: #f7f7f7;
}

.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/ztzl/20250324/sig.png) no-repeat left center;
	background-size: 13px auto;
	font-size: 24px;
}

.content-container .main .title a {
	display: inline-block;
	border-bottom: 1px solid #ff0000;
}

.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: #ff0000;
	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: 130px;
		text-indent: -999em;
		background-size: 163%;
	}

	.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
}

  .floating-button {
      position: fixed;
      right: 20px;
      bottom: 10px;
      width: 40px;
      height: 40px;
      background-color: #3498db;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      font-weight: bold;
      border-radius: 5px;
      transition: background-color 0.3s;
      z-index: 9999;
  }
  
  .floating-button:hover {
      background-color: #2980b9;
  }
  
  .floating-iframe {
      position: fixed;
      right: 20px;
      bottom: 60px; /* 按钮高度 + 间距 */
      width: 360px;
      height: 640px;
      /* border: 1px solid #ccc; */
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      overflow: hidden;
      transition: all 0.3s ease;
      z-index: 9998;
  }
  
  .floating-iframe.hidden {
      display: none;
  }