
.zxwdk-bg{
	background: url(zxwdk-bg1.png) top center no-repeat;
	padding-bottom: 65px;
}
.zxwdk-bg *{
	box-sizing: border-box;
}
.zxwdk-head{
	text-align: center;
	padding-top: 65px;
}
.zxwdk-search{
	width: 786px;
	background-color: rgba(255,255,255,.32);
	border-radius: 31px;
	margin: 42px auto 0;
	padding: 9px 8px;
}
.zxwdk-search>div{
	background: #fff;
	border-radius: 23px;
	display: flex;
	align-items: center;
	padding: 0 9px 0 30px;
	justify-content: space-between;
}
.zxwdk-search input{
	line-height: 46px;
	height: 46px;
	font-size: 18px;
	color: #000000;
	width: 80%;
}
.zxwdk-search button{
	flex-shrink: 0;
	width: 109px;
	height: 35px;
	background-image: linear-gradient(180deg, 
		#ffc730 0%, 
		#ff9d3d 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);
	background-blend-mode: normal, 
	normal;
	border-radius: 18px;
}
.zxwdk-search button span{
	font-size: 18px;
	letter-spacing: 1px;
	color: #ffffff;
	vertical-align: middle;
	margin-right: 14px;
}
.zxwdk-main{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.zcwdk-nav{
	flex-shrink: 0;
	width: 414px;
	height: 971px;
	background: url(zxwdk-bg2.png) top center no-repeat;
	background-size: 100% 100%;
}
.zcwdk-nav-tit .tit{
	display: flex;
	align-items: center;
	margin-left: 13px;
}
.zcwdk-nav-tit .tit span{
	font-size: 24px;
	font-weight: bold;
	line-height: 60px;
	letter-spacing: 2px;
	color: #3d87ec;
	margin-left: 16px;
}
.zcwdk-nav-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 18px 21px 12px 13px;
}
.zcwdk-nav-list li{
	text-align: center;
	width: 180px;
	height: 45px;
	line-height: 45px;
	background-color: #ebf7ff;
	border-radius: 6px;
	margin-bottom: 10px;
}
.zcwdk-nav-list li a{
	display: block;
	font-size: 16px;
	color: #0b2c4e;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
}
.zcwdk-nav-list li a.cur {
	background: #3d87ec;
	font-weight: bold;
	color: #fff;
}
.zcwdk-nav-list li a:hover{
	font-weight: bold;
}
.zcwdk-con{
	width: 956px;
	padding-top: 40px;
}
.zcwdk-list .nodata{
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	padding: 60px 0 0;
}
.zcwdk-list .item{
	height: 148px;
	padding: 13px 22px 0;
	background: url(zxwdk-bg3.png);
	background-size: 100% 100%;
	margin-bottom: 26px;
}
.zcwdk-list .item .tit{
	line-height: 42px;
}
.zcwdk-list .item .tit img{
	margin-right: 16px;
}
.zcwdk-list .item .tit a{
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #ffffff;
	max-width: 82%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
}
.zcwdk-list .item .tit .type{
	display: inline-block;
	float: right;
	width: 69px;
	height: 26px;
	line-height: 26px;
	background: #EBF7FF;
	border-radius: 6px;
	font-size: 16px;
	letter-spacing: 2px;
	color: #2889ff;
	text-align: center;
	margin-top: 8px;
}
.zcwdk-list .item .con a{
	font-size: 18px;
	line-height: 30px;
	color: #000000;
	margin-top: 12px;
}

@media screen and (max-width: 768px){
	.zxwdk-bg{
		padding: 0 .2rem .5rem;
	}
	.zxwdk-head{
		padding-top: .8rem;
	}
	.zxwdk-head>img{
		width: 88%;
	}
	.zxwdk-search{
		width: 80%;
		padding: .09rem;
		margin-top: .4rem;
	}
	.zxwdk-search>div{
		padding: 0 .1rem 0 .2rem;
	}
	.zxwdk-search input{
		width: 80%;
		font-size: .28rem;
		line-height: .7rem;
		height: .7rem;
	}
	.zxwdk-search button{
		width: auto;
		padding: 0 .2rem;
		height: .5rem;
	}
	.zxwdk-search button span{
		font-size: .28rem;
		margin-right: .1rem;
	}
	.zxwdk-search button img{
		width: .3rem;
	}
	.zxwdk-main{
		flex-wrap: wrap;
		margin-top: .5rem;
	}
	.zcwdk-nav{
		width: 100%;
		height: auto;
		background-image: url(zxwdk-bg2h5.png);
	}
	.zcwdk-nav-tit .tit{
		margin-left: .2rem;
	}
	.zcwdk-nav-tit .tit img{
		height: .34rem;
	}
	.zcwdk-nav-tit .tit span{
		font-size: .32rem;
		line-height: .6rem;
		margin-left: .1rem;
		letter-spacing: 0;
	}
	.zcwdk-nav-list{
		padding: .2rem;
	}
	.zcwdk-nav-list li{
		width: 30%;
		line-height: .45rem;
		height: 0.45rem;
		border-radius: 0.06rem;
		font-size: .24rem;
	}
	.zcwdk-nav-list li a{
		font-size: .24rem;
	}
	.zcwdk-con{
		width: 100%;
		padding-top: .5rem;
	}
	.zcwdk-list .item{
		margin-bottom: .3rem;
		padding: .2rem .1rem 0 .2rem;
		height: 2.3rem;
		background-image: url(zxwdk-bg3h5.png);
	}
	.zcwdk-list .item .tit{
		line-height: .5rem;
	}
	.zcwdk-list .item .tit img{
		width: .4rem;
		margin-right: .2rem;
	}
	.zcwdk-list .item .tit a{
		font-size: .32rem;
		max-width: 70%;
	}
	.zcwdk-list .item .tit .type{
		line-height: .5rem;
		font-size: .28rem;
		width: auto;
		margin: 0;
		padding: 0 .1rem;
	}
	.zcwdk-list .item .con a{
		font-size: .32rem;
		line-height: .5rem;
		margin-top: .32rem;
	}
	.zcwdk-list .nodata{
		font-size: .32rem;
		line-height: .6rem;
		padding: .5rem 0;
	}
}