.jgsz-topbar img{
	width: 100%;
}
.jgsz-main{
	padding-bottom: 22px;
}
.jgsz-main *{
	box-sizing: border-box;
}
.jgsz-w1{
	padding-top: 24px;
}
.jgsz-tit1{
	padding-left: 18px;
	margin-bottom: 18px;
}
.jgsz-tit1 .tit{
	display: inline-block;
	color: #000000;
	font-size: 28px;
	font-weight: bold;
}
.jgsz-w1c{
	display: flex;
	justify-content: space-between;
}
.jgsz-w1c .box1{
	padding: 24px 24px 24px 17px;
	width: 620px;
	background: #f9fafb;
	margin-bottom: 12px;
	display: block;
}
.jgsz-w1c .box1 .tx img{
	width: 212px;
	/*height: 296px;*/
}
.jgsz-w1c .box1 .info{
	width: 340px;
}
.jgsz-w1c .box1 .name{
	color: #004892;
	font-size: 24px;
	font-weight: bold;
}
.jgsz-w1c .box1 .job{
	color: #000000;
	font-size: 22px;
	line-height: 30px;
	margin-top: 5px;
	border-bottom: 1px solid #b4b4b5;
	height: 116px;
	margin-bottom: 16px;
}
.jgsz-w1c .box1 .intro{
	color: #000000;
	font-size: 18px;
	line-height: 26px;
}
.jgsz-w1c .box2{
	width: 780px;
}
.jgsz-w1c .box2 .item{
	display: inline-block;
	width: 248px;
	height: 107px;
	margin-left: 12px;
	padding-top: 10px;
	margin-bottom: 12px;
	background: #f9fafb;
}
.jgsz-w1c .box2 .item .name{
	text-align: center;
	color: #004892;
	font-size: 20px;
	font-weight: bold;
}
.jgsz-w1c .box2 .item .job{
	color: #333333;
	font-size: 16px;
	line-height: 20px;
	margin-top: 4px;
	padding: 0 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.jgsz-w2{
	border: 1px solid #eeeeee;
	margin-top: 15px;
	padding: 22px 28px;
	background: #F9FCFF;
}
.jgsz-tit2{
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 16px;
}
.jgsz-tit2 .tit{
	display: inline-block;
	color: #000000;
	font-size: 24px;
	vertical-align: middle;
}
.jgsz-tit2 .tit.cur{
	font-weight: bold;
	color: #2e629f;
}
.jgsz-tit2 .line{
	display: inline-block;
	width: 3px;
	height: 22px;
	vertical-align: middle;
	background: #2e629f;
	margin: 0 27px;
}
.jgsz-w2c1 .con{
	font-size: 18px;
	color: #000000;
	line-height: 30px;
	padding: 30px 6px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	overflow: hidden;
}
.jgsz-w2c1 .more{
	margin-top: 30px;
	text-align: center;
}
.jgsz-w2c1 .more a{
	display: inline-block;
	border-radius: 8px;
	color: #68b0fa;
	font-size: 18px;
	line-height: 34px;
	border: 1px solid #68b0fa;
	width: 130px;
}
.jgsz-w3{
	margin-top: 30px;
	border: 1px solid #eeeeee;
	padding: 22px 28px;
	background: #fcfcfc;
}
.jgsz-w3c{
	padding-top: 26px;
}
.jgsz-w3c li{
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
	margin-right: 47px;
	height: 64px;
}
.jgsz-w3c li:nth-child(4n){
	margin-right: 0;
}
.jgsz-w3c li a{
	display: inline-block;
	width: 300px;
	padding: 8px 0 10px 9px;
}
.jgsz-w3c li a:before{
	display: inline-block;
	content: ' ';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #d2d2d2;
	vertical-align: middle;
	margin-right: 8px;
}
.jgsz-w3c li a p{
	max-width: 246px;
	display: inline-block;
	vertical-align: top;
	color: #000;
	font-size: 16px;
}
.jgsz-w3c li a:hover{
	background: #f7f8f8;
}
.jgsz-w3c li a:hover p{
	font-weight: bold;
	color: #2e629f;
}
.jgsz-w3c li a:hover:before{
	background: #2e629f;
}

@media screen and (max-width: 768px){
	.jgsz-main{
		padding: 0 .2rem .2rem;
	}
	.jgsz-w1{
		padding-top: .3rem;
	}
	.jgsz-w1c{
		display: block;
	}
	.jgsz-tit1{
		padding-left: 0;
		margin-bottom: .2rem;
	}
	.jgsz-tit1 .tit{
		font-size: .36rem;
	}
	.jgsz-w1c .box1{
		width: 100%;
		padding: .2rem;
		margin-bottom: .2rem;
	}
	.jgsz-w1c .box1 .tx{
		width: 32%;
	}
	.jgsz-w1c .box1 .tx img{
		width: 100%;
		height: auto;
	}
	.jgsz-w1c .box1 .info{
		width: 64%;
	}
	.jgsz-w1c .box1 .name{
		font-size: .32rem;
	}
	.jgsz-w1c .box1 .job{
		font-size: .3rem;
		line-height: .4rem;
		margin: .1rem 0;
		height: auto;
		padding-bottom: .1rem;
	}
	.jgsz-w1c .box1 .intro{
		font-size: .3rem;
		line-height: .4rem;
	}
	.jgsz-w1c .box2{
		width: 100%;
	}
	.jgsz-w1c .box2 .item{
		width: 48%;
		height: 1.8rem;
		margin: 0 0 .2rem;
		padding-top: .2rem;
	}
	.jgsz-w1c .box2 .item:nth-child(2n){
		float: right;
	}
	.jgsz-w1c .box2 .item .name{
		font-size: .32rem;
	}
	.jgsz-w1c .box2 .item .job{
		padding: 0 .2rem;
		font-size: .3rem;
		line-height: .4rem;
		margin-top: .1rem;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.jgsz-w2{
		margin-top: .2rem;
		padding: .2rem;
	}
	.jgsz-tit2{
		padding-bottom: .2rem;
	}
	.jgsz-tit2 .tit{
		font-size: .36rem;
	}
	.jgsz-tit2 .line{
		height: .34rem;
		width: .04rem;
		margin: 0 .3rem;
	}
	.jgsz-w2c1 .con{
		padding: .2rem 0 0;
		font-size: .32rem;
		line-height: initial;
	}
	.jgsz-w2c1 .more{
		margin-top: .2rem;
	}
	.jgsz-w2c1 .more a{
		font-size: .32rem;
		line-height: .6rem;
		width: 30%;
	}
	.jgsz-w3{
		margin-top: .4rem;
		padding: .2rem;
	}
	.jgsz-w3c{
		padding-top: .2rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.jgsz-w3c li{
		width: 48%;
		margin-right: 0;
	}
	.jgsz-w3c li a{
		width: 100%;
		padding-left: 0;
	}
	.jgsz-w3c li a:before{
		width: .1rem;
		height: .1rem;
		margin-right: .1rem;
	}
	.jgsz-w3c li a p{
		max-width: 2.8rem;
	}
	.jgsz-w3c li a:hover{
		background: none;
	}
	.jgsz-w3c li a:hover p{
		font-weight: normal;
		color: #000;
	}
	.jgsz-w3c li a:hover:before{
		background: #d2d2d2;
	}
}