.job-zw-list {
				display: flex;
				flex-wrap: wrap;
				margin-bottom: 50px;
				    margin-top: 60px;
			}

			.job-zw-list ul {
				width: 99%;
				box-sizing: border-box;
				margin-bottom: 24px;
				padding-left: 12px;
				padding-right: 12px;
			}

			.job-zw-list li {
				position: relative;
				background: #fff;
				box-shadow: 0 3px 3px rgba(51, 51, 51, 0.25);
				transition: all .8s;
				box-shadow: rgba(51, 51, 51, 0.08) -1px -1px 7px 3px;
				height: auto;
				padding: 20px;
				font-size: 14px;
				box-sizing: border-box;
			}

			li {
				list-style: none;
			}

			.job-zw-list li .zwname {
				font-size: 22px;
				font-weight: bold;
			}

			.job-zw-list li .zwname span {
				font-size: 16px;
				margin-left: 10px;
				font-weight: normal;
			}

			.job-zw-list li .num {
				color: #6d6d6d;
				margin-top: 4px;
			}

			.job-zw-list li .d {
				margin-top: 32px;
				position: relative;
			}

			.job-zw-list ul a {
				color: #006fdb;
				text-decoration: none;
				font-size: 18px;
				font-weight: 600;
			}

			.job-zw-list li .city {
				position: absolute;
				right: 0;
				bottom: 0;
				z-index: 1;
				color: #6d6d6d;
			}

			html,
			body,
			h1,
			h2,
			h3,
			h4,
			h5,
			h6,
			div,
			dl,
			dt,
			dd,
			ul,
			ol,
			li,
			p,
			blockquote,
			pre,
			hr,
			figure,
			table,
			caption,
			th,
			td,
			form,
			fieldset,
			legend,
			input,
			button,
			textarea,
			menu {
				margin: 0;
				padding: 0;
			}

			.job-layer {
				position: fixed;
				display: none;
				top: 50%;
				width: 700px;
				left: 50%;
				margin-left: -350px;
				padding: 40px 60px;
				background: #fff;
				z-index: 999;
				font-weight: normal;
				border-radius: 5px;
			}

			/* 弹窗遮罩层 */
			.job-mask {
				position: fixed;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				background: rgba(0, 0, 0, 0.5);
				z-index: 998;
				display: none;
			}

			/* 关闭按钮样式 */
			.close-job {
				position: absolute;
				top: 15px;
				right: 15px;
				font-size: 24px;
				cursor: pointer;
				color: #666;
				transition: color 0.3s;
			}

			.close-job:hover {
				color: #000;
			}

			/* 岗位内容样式优化 */
			.job-content {
				margin-top: 20px;
				line-height: 1.8;
				font-size:16px;
			}

			.job-content b {
				display: block;
				margin: 15px 0 5px;
			}

			.job-content p {
				margin-bottom: 8px;
			}