.logo {
	display: block;
	width:330px;
	height: 60px;
	background: url("/material/images/ztzl/20241030/logo.png") center no-repeat;
	background-size: auto 65px;
	margin: 15px 20px;

}

.zt_ht {
	height: 90px;
}

.zt_hd {
	background: url("/material/images/ztzl/20241030/hd.jpg") no-repeat center;

	height: 269px;
	
	background-size: auto 269px;
}
.zt_list.tc li a{
	font-size: 19px;
	/* font-weight: bold; */
	
}

.zt_title {
	height: 50px;
	text-align: center;
	line-height: 50px !important;
	position: relative;
	margin: 30px 0 20px;
	font-size: 22px;
	font-weight: bold;
	/* 	display: flex;
		align-items: center;
		justify-content: center; */
}

.zt_title::before,
.zt_title::after {
	content: "";
	display: block;
	width: 42%;
	height: 1px;
	background-color: #ccc;
	position: absolute;
	top: 50%;
}

.zt_title::before {
	left: 0;
}

.zt_title::after {
	right: 0;
}

.zt_title i {
	display: inline-block;
	width: 50px;
	height: 40px;
	background: url("/material/images/ztzl/20241030/focus_icon.png") no-repeat center;
	background-size: 50px auto;
	vertical-align: middle;
	margin-right: 6px;

}

.zt_list {

	line-height: 40px;
	margin-bottom: 40px;

}

.zt_list li>a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	font-size: 18px;
	text-overflow: ellipsis;
	line-height: 50px;
}

.zt_list.tl {
	text-align: center;

}

.u_title {
	font-size: 22px;
	font-weight: bold;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
	margin: 30px 0 20px;
}

.u_title.s {
	margin-bottom: 10px;
}

.u_title::after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background-color: #419BF9;
}

.tab_ul_title {

	    line-height: 40px;
	    margin-bottom: 10px;
	  position: absolute;
	      top: 28px;
	      right: 10px;
}

/* .tab_ul_title.u{

	

} */
.tab_ul_title>a {
    margin-right: 8px;
    line-height: 56px;
    display: inline-block;
    margin-bottom: -1px;
    font-size: 19px;
    font-weight: 400;
}
.tab_ul_title>a.active {
	border-bottom: 2px solid #419BF9;
}

.zt_more {
	position: absolute;
	right: 10px;
	bottom: 0;
	color: #999;
}

.zt_list.z {
	padding: 50px 0;
}

.zt_list.z li {
	background-image: linear-gradient(77deg, #AEE4FF 0%, #0094FF 100%);
	border-radius: 40.5px;
	margin-bottom: 30px;
	height: 60px;
}

.zt_list.z li>a {
	display: block;
	text-align: center;
	color: #fff;
	line-height: 60px;
}
.zt_link {
	margin-bottom: 50px;
}
.zt_link img {
	width: 100%;
}

.zt_list.zt_bg {
	background-color: #FFFBF3;
	padding: 20px;
}


.pages .current,.pages a:hover  {
    background-color: #419BF9 !important;
}

.footer{
	background-color: #eeeded !important;
	color: #333;
}
.footer a{
	color: #333 !important;
}