.zj-main *{
	box-sizing: border-box;
}
.zj-w1{
	background: url(/images/2024zj-bg1.png)  center -12px no-repeat #f9f9f9;
}
.zj-w1t{
	color: #005bc0;
	font-size: 32px;
	font-weight: bold;
	line-height: 54px;
	padding: 30px 0 26px 36px;
}
.zj-w1c{
	padding: 44px 20px;
}
.zj-w1c .info{
	color: #000000;
	font-size: 18px;
	line-height: 34px;
	width: 730px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9;
	overflow: hidden;
}
.zj-w1c .pic{
	width: 550px;
	height: 310px;
}
.zj-w2{
	padding-top: 34px;
}
.zj-w2t{
	text-align: center;
}
.zj-w2t .tit{
	display: inline-block;
	width: 265px;
	height: 58px;
	line-height: 54px;
	color: #005bc0;
	font-size: 24px;
	background: url(/images/2024zj-bg3.png) center no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}
.zj-w2t .tit.cur{
	background-image: url(/images/2024zj-bg3o.png);
	font-weight: bold;
	color: #fff;
}
.zj-w2c{
	padding: 0 66px 40px 44px;
}
.zj-w2sel{
	margin-top: 35px;
	padding: 0 66px 0 44px;
	height: 35px;
	line-height: 35px;
}
.zj-w2sel span{
	display: inline-block;
	color: #333333;
	font-size: 18px;
}
.zj-w2sel select{
	display: inline-block;
	vertical-align: top;
	width: 120px;
	border: 1px solid #b8b8b8;
	border-radius: 5px;
	background: #f7f8fb;
	height: 35px;
	line-height: 35px;
	margin-left: 12px;
	color: #333333;
	font-size: 14px;
}
.zj-w2sel>a{
	width: 82px;
	height: 35px;
	line-height: 35px;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	margin-left: 22px;
}
.zj-w2sel .enter{
	background: #174db3;
}
.zj-w2sel .download{
	background: #deb851;
}
.zj-w2pie{
	margin-top: 20px;
	height: 400px;
}
.zj-w3{
	background: #f9f9f9;
	padding-bottom: 50px;
}
.zj-w3box{
	margin-top: 36px;
	padding: 18px 30px;
	background: #fff;
}
.zj-tit1{
	line-height: 26px;
	margin-bottom: 14px;
}
.zj-tit1 .tit{
	display: inline-block;
	color: #000001;
	font-size: 20px;
	font-weight: bold;
}
.zj-tit1 .tit:hover{
	color: #005bc0;
}
.zj-tit1 .more{
	float: right;
	color: #666666;
	font-size: 14px;
}
.zj-tit1 .more:hover{
	color: #005bc0;
}
.zj-w3box .zj-list1{
	width: 630px;
}
.zj-list1 li{
	height: 46px;
	line-height: 46px;
}
.zj-list1 li a{
	display: inline-block;
	max-width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #000000;
	font-size: 16px;
}
.zj-list1 li a:hover{
	color: #005bc0;
}
.zj-list1 li a:before{
	display: inline-block;
	content: ' ';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 12px;
	background: #e1e4eb;
	margin-top: -3px;
}
.zj-list1 li span{
	float: right;
	color: #999999;
	font-size: 16px;
}
.zj-w3box2 .zj-list1{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zj-w3box2 .zj-list1 li{
	width: 630px;
}

@media screen and (max-width: 768px){
	.zj-w1{
		padding: 0 .2rem;
		background: none;
	}
	.zj-w1t{
		line-height: initial;
		font-size: .36rem;
		padding: .3rem 0;
	}
	.zj-w1c{
		padding: 0;
	}
	.zj-w1c .info{
		width: 100%;
		font-size: .32rem;
		line-height: .42rem;
		margin-top: .3rem;
	}
	.zj-w1c .info div{
		display: -webkit-box;
		font-size: .32rem;
		line-height: .42rem;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 9;
		overflow: hidden;
	}
	.zj-w1c .pic{
		width: 100%;
		height: auto;
	}
	.zj-w2{
		padding: 0 .2rem;
		margin-top: .4rem;
	}
	.zj-w2t{
		display: flex;
		justify-content: space-around;
	}
	.zj-w2t .tit{
		width: 33%;
		margin: 0;
		height: .8rem;
		line-height: .8rem;
		font-size: .32rem;
		background: #005bc0;
		border-radius: .4rem;
	}
	.zj-w2sel{
		margin-top: .2rem;
		display: flex;
		justify-content: space-between;
		padding: 0;
		height: .6rem;
		line-height: .6rem;
	}
	.zj-w2sel span{
		white-space: nowrap;
		font-size: .32rem;
	}
	.zj-w2sel select{
		height: .6rem;
		line-height: .6rem;
		font-size: .28rem;
	}
	.zj-w2sel>a{
		height: .6rem;
		line-height: .6rem;
		margin-left: .2rem;
		font-size: .32rem;
	}
	.zj-w2c{
		padding: 0 0 .3rem;
		height: auto;
	}
	.zj-w2pie{
		margin: 0;
		height: 6rem;
	}
	.zj-w3{
		padding-bottom: .3rem;
	}
	.zj-w3box{
		width: 100%;
		padding: .3rem;
		margin-top: .3rem;
	}
	.zj-w3box .zj-list1{
		width: 100%;
	}
	.zj-tit1{
		line-height: .4rem;
		margin-bottom: .2rem;
	}
	.zj-tit1 .tit{
		font-size: .36rem;
	}
	.zj-tit1 .more{
		font-size: .28rem;
	}
	.zj-list1 li{
		line-height: .7rem;
		height: .7rem;
	}
	.zj-list1 li a{
		max-width: 70%;
		font-size: .32rem;
	}
	.zj-list1 li span{
		font-size: .28rem;
	}
	.zj-list1 li a:before{
		margin-right: .1rem;
	}
	.zj-w3box2 .zj-list1 li{
		width: 100%;
	}
}