/* 主体 */
.main {
	width: 1200px;
	margin: 20px auto 0;
	zoom: 1;
}

.main::after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

/* 主体 - 标签栏 */
.main .tab {
	float: left;
	width: calc(100% - 60px);
	padding: 0 30px;
	border-radius: 10px;
	margin-bottom: 15px;
	background-color: #fff;
	overflow: hidden;
}

.main .tab .menu {
	float: left;
	height: 50px;
}

.main .tab .menu a {
	float: left;
	height: 50px;
	margin-right: 40px;
	font-size: 18px;
	color: #777;
	line-height: 50px;
	text-decoration: none;
	cursor: pointer;
}

.main .tab .menu a:hover {
	color: #f70;
}

.main .tab .menu a.active {
	position: relative;
	font-weight: bold;
	color: #222;
}

.main .tab .menu a.active::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 24px;
	height: 3px;
	margin-left: -12px;
	background-color: #f70;
}

.main .tab .search {
	position: relative;
	float: right;
	height: 32px;
	margin: 9px 0;
	overflow: hidden;
}

.main .tab .search input {
	float: left;
	width: 190px;
	height: 30px;
	padding: 0 54px 0 14px;
	border: 1px solid #e8e8e8;
	border-radius: 30px;
	background-color: #fff;
	font-size: 14px;
	color: #333;
	line-height: 30px;
}

.main .tab .search input::placeholder {
	color: #ccc;
}

.main .tab .search input:hover,
.main .tab .search input:focus {
	border-color: #f70;
}

.main .tab .search i {
	position: absolute;
	top: 1px;
	right: 1px;
	width:40px;
	height: 30px;
	border: 0;
	cursor:pointer;
}

.main .tab .search i::before {
	content: '';
	position: absolute;
	top: 7px;
	left: 12px;
	width: 10px;
	height: 10px;
	border: 2px solid #f70;
	border-radius: 50%;
}

.main .tab .search i::after {
	content: '';
	position: absolute;
	top: 18px;
	left: 25px;
	width: 2px;
	height: 6px;
	background-color: #f70;
	transform: rotate(-45deg);
}

/* 主体 - 细节 */
.main .detail {
	float: left;
	width: 865px;
}

/* 主体 - 细节 - 列表 */
.main .detail .list li {
	border-radius: 10px;
	margin-bottom: 15px;
	background-color: #fff;
}

.main .detail .list li:hover {
	box-shadow: 0 6px 16px 0 hsla(0, 0%, 60%, .2);
}

.main .detail .list li a {
	display: block;
	padding: 22px 30px;
	text-decoration: none;
}

.main .detail .list li a b {
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 1;
}

.main .detail .list li.red a b {
	color: #de1812;
}

.main .detail .list li.new a b::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 11px;
	margin-left: 5px;
	background: url('https://www.573job.com/img/new2/new_ico.gif');
}

.main .detail .list li a:hover b {
	color: #f70;
}

.main .detail .list li a span {
	display: -webkit-box;
	margin-top: 12px;
	font-size: 14px;
	color: #888;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.main .detail .list li a span+span {
	font-size: 13px;
	color: #999;
	line-height: 1;
}

.main .detail .list p{
	padding: 15px 0;
	text-align: center;
}

/* 主体 - 细节 - 文章 */
.main .detail .article {
	min-height: 903px;
	padding: 40px 30px 20px;
	border-radius: 10px;
	margin-bottom: 15px;
	background-color: #fff;
}

.main .detail .article .title {
	margin-bottom: 30px;
}

.main .detail .article .title h2 {
	font-size: 30px;
	font-weight: bold;
	color: #333;
	line-height: 1.3;
	text-align: center;
}

.main .detail .article .tips{
	padding-bottom: 18px;
	border-bottom: 1px solid #e8e8e8;
}

.main .detail .article .tips ul {
	height: 18px;
	text-align: center;
}

.main .detail .article .tips li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
	font-size: 14px;
	line-height: 18px;
}

.main .detail .article .tips li label {
	color: #999;
}

.main .detail .article .tips li label.share{
	padding-left: 18px;
	background: url(../../img/share_ico.png) no-repeat left center;
	cursor: pointer;
}

.main .detail .article .tips li a,
.main .detail .article .tips li span {
	color: #666;
}

.main .detail .article .tips li span.num::after {
	content: ' \6b21';
}

.main .detail .article .tips li a:hover {
	color: #f70;
}

.main .detail .article .tips li p {
	display: none;
	position: absolute;
	top: 32px;
	left: 50%;
	z-index: 99;
	width: 90px;
	padding: 15px 15px 0;
	border-radius: 5px;
	margin-left: -60px;
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(202, 208, 217, .7);
}

.main .detail .article .tips li p::before {
	content: '';
	position: absolute;
	top: -3px;
	left: 50%;
	width: 10px;
	height: 10px;
	border-top-left-radius: 3px;
	background-color: #fff;
	transform: rotate(45deg) translateX(-50%);
}

.main .detail .article .tips li p img {
	display: block;
	width: 90px;
	height: 90px;
	border: 0;
}

.main .detail .article .tips li p span {
	display: block;
	font-size: 13px;
	color: #f50;
	line-height: 30px;
}

.main .detail .article .tips li:hover p {
	display: block;
}

.main .detail .article .info {
	padding: 15px 10px;
	font-size: 15px;
	color: #404040;
	line-height: 30px;
	word-break: break-all;
}

.main .detail .article .info a {
	color: #f50;
}

	.main .detail .article .info-attach {
		padding: 15px 0;
		font-size: 15px;
		color: #f70;
		text-align: center;
	}

		.main .detail .article .info-attach a {
			color: #f70;
		}

			.main .detail .article .info-attach a:hover {
				color: #f50;
			}

.main .detail .article .firm {
	padding: 15px 10px 20px;
	border-bottom: 1px solid #e8e8e8;
	overflow: hidden;
}

.main .detail .article .firm span {
	float: left;
	width: 100%;
	font-size: 15px;
	color: #404040;
	line-height: 30px;
}

.main .detail .article .firm a {
	float: left;
	margin-top: 15px;
	font-size: 14px;
	color: #f70;
	text-decoration: none;
}

.main .detail .article .firm a:hover {
	color: #f60;
}

.main .detail .article .jobs {
	padding: 0 10px;
}

.main .detail .article .jobs .item {
	padding: 16px 0;
}

.main .detail .article .jobs .item+.item {
	border-top: 1px dashed #d8d8d8;
}

.main .detail .article .jobs p {
	padding: 6px 0;
	line-height: 28px;
	overflow: hidden;
}

.main .detail .article .jobs p.bar01 b {
	float: left;
	font-size: 20px;
	color: #333;
}

.main .detail .article .jobs p.bar01 a {
	float: right;
	height: 26px;
	padding: 0 8px;
	border: 1px solid;
	border-radius: 4px;
	font-size: 14px;
	line-height: 26px;
	text-decoration: none;
}

.main .detail .article .jobs p.bar01 a:nth-of-type(1) {
	border-color: #f80;
	margin-left: 10px;
	background-color: #f80;
	color: #fff;
}

.main .detail .article .jobs p.bar01 a:nth-of-type(1):hover {
	border-color: #f70;
	background-color: #f70;
}

.main .detail .article .jobs p.bar01 a:nth-of-type(2) {
	border-color: #f80;
	color: #f80;
}

.main .detail .article .jobs p.bar01 a:nth-of-type(2):hover {
	border-color: #f70;
	color: #f70;
}

.main .detail .article .jobs p.bar02 b {
	float: left;
	font-size: 18px;
	color: #f50;
}

.main .detail .article .jobs p.bar02 span {
	position: relative;
	float: left;
	padding-left: 29px;
	font-size: 15px;
	color: #444;
}

.main .detail .article .jobs p.bar02 span:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 14px;
	width: 1px;
	height: 14px;
	margin-top: -7px;
	background-color: #d8d8d8;
}

.main .detail .article .jobs p.bar02 span:last-child:after {
	content: '人';
}

.main .detail .article .jobs p.bar03 span {
	float: left;
	padding: 0 7px;
	border-radius: 3px;
	margin: 3px 7px 4px 0;
	background-color: rgba(255, 119, 0, .13);
	font-size: 14px;
	color: #f50;
	line-height: 24px;
}

.main .detail .article .jobs p.bar04 span {
	display: -webkit-box;
	font-size: 14px;
	color: #444;
	word-break: break-all;
}

.main .detail .article .jobs p.bar04 span.omit {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.main .detail .article .jobs p.bar04 a {
	display: inline-block;
	font-size: 14px;
	color: #f60;
}

.main .detail .article .jobs p.bar04 a:hover {
	color: #f60;
	text-decoration: underline;
}


/* 主体 - 侧栏 */
.main .sider {
	float: right;
	width: 320px;
}

/* 主体 - 侧栏 - 登录签到 */
	.main .sign {
		position: relative;
		padding: 0 12px;
		border-radius: 10px;
		margin-bottom: 15px;
		background: -webkit-linear-gradient(#f70, #fff);
		background: -o-linear-gradient(#f70, #fff);
		background: -moz-linear-gradient(#f70, #fff);
		background: linear-gradient(#f70, #fff);
	}

		.main .sign i {
			position: absolute;
			top: 0;
			right: 0;
			width: 50px;
			height: 50px;
			background: url('/img/job-firm/pc_qrcode_ico.png') no-repeat;
			cursor: pointer;
		}

			.main .sign i.pc {
				background-position: 0 0;
			}

				.main .sign i.pc:hover {
					background-position: 0 -50px;
				}

			.main .sign i.qrcode {
				background-position: 0 -100px;
			}

				.main .sign i.qrcode:hover {
					background-position: 0 -150px;
				}


		.main .sign h3 {
			font-size: 18px;
			font-weight: bold;
			color: #fff;
			line-height: 54px;
			letter-spacing: 2px;
			text-align: center;
		}

		.main .sign ul,
		.main .sign p {
			padding: 22px 18px 5px;
			border: 1px solid #f7fdfd;
			border-radius: 8px 8px 0 0;
			background: -webkit-linear-gradient(180deg, rgba(245, 252, 252, .8), #fcfbfa);
			background: -o-linear-gradient(180deg, rgba(245, 252, 252, .8), #fcfbfa);
			background: -moz-linear-gradient(180deg, rgba(245, 252, 252, .8), #fcfbfa);
			background: linear-gradient(180deg, rgba(245, 252, 252, .8), #fcfbfa);
			backdrop-filter: blur(7px);
		}

	.main .sider .sign img {
		display: block;
		width: 140px;
		height: 140px;
		border: 10px solid #fff;
		border-radius: 8px;
		margin: 0 auto;
	}

	.main .sider .sign span {
		display: block;
		margin: 20px 0 21px;
		font-size: 14px;
		color: #333;
		line-height: 1;
		text-align: center;
	}

	.main .sign li {
		position: relative;
		padding-bottom: 22px;
		overflow: hidden;
	}

	.main .sign input[type="text"] {
		float: left;
		width: calc(100% - 30px);
		height: 20px;
		padding: 8px 14px;
		border: 1px solid #fff;
		border-radius: 6px;
		background-color: #fff;
		font-size: 14px;
		color: #333;
		line-height: 20px;
	}

		.main .sign input[type="text"]::placeholder {
			color: #aaa;
		}

	.main .sign li:nth-child(2) input[type="button"] {
		position: absolute;
		top: 1px;
		right: 14px;
		z-index: 5;
		height: 36px;
		border: 0;
		background-color: #fff;
		font-size: 14px;
		color: #f80;
	}

	.main .sign li:nth-child(3) input[type="button"] {
		float: left;
		width: 100%;
		height: 38px;
		border-radius: 6px;
		border: 0;
		background-color: #f70;
		font-size: 15px;
		color: #fff;
	}

	.main .sign input[type="checkbox"],
	.main .sign label,
	.main .sign a {
		float: left;
		font-size: 12px;
		color: #999;
		line-height: 13px;
	}

	.main .sign input[type="checkbox"] {
		margin: 0 6px 0 9px;
	}

	.main .sign a {
		color: #f70;
		text-decoration: none;
	}

	.main .sign .error input[type="text"] {
		border-color: #f66;
	}

	.main .sign .error span {
		display: block;
	}

/* 主体 - 侧栏 - 服务推广 */
.main .sider .promotion {
	margin-bottom: 15px;
}

.main .sider .promotion li+li {
	margin-top: 15px;
}

.main .sider .promotion a,
.main .sider .promotion img {
	display: block;
	border-radius: 10px;
}

/* 主体 - 侧栏 - 列表 */
	/* 主体 - 侧栏 - 列表 */
	.main .sider .list {
		padding: 24px 20px;
		border-radius: 10px;
		margin-bottom: 15px;
		background-color: #fff;
	}

		.main .sider .list p {
			position: relative;
			height: 20px;
			padding-bottom: 30px;
			line-height: 20px;
		}

			.main .sider .list p::after {
				content: '';
				position: absolute;
				bottom: 15px;
				left: 0;
				width: 20px;
				height: 2px;
				background-color: #f70;
			}

			.main .sider .list p b {
				float: left;
				font-size: 18px;
				font-weight: bold;
				color: #222;
			}

			.main .sider .list p a {
				float: right;
				font-size: 14px;
				color: #666;
				text-decoration: none;
			}

				.main .sider .list p a:hover {
					color: #333;
				}

		.main .sider .list ul {
			padding-top: 4px;
		}

		.main .sider .list li {
			position: relative;
			padding-left: 12px;
			font-size: 15px;
			line-height: 1;
			overflow: hidden;
		}

			.main .sider .list li + li {
				margin-top: 15px;
			}

			.main .sider .list li::before {
				content: '';
				position: absolute;
				left: 1px;
				top: 50%;
				width: 4px;
				height: 4px;
				border-radius: 50%;
				margin-top: -2px;
				background-color: #ccc;
			}

			.main .sider .list li a {
				float: left;
				max-width: 280px;
				color: #333;
				white-space: nowrap;
				text-overflow: ellipsis;
				overflow: hidden;
			}

				.main .sider .list li a.new {
					max-width: 240px;
					padding-right: 30px;
					background: url('/img/new2/new_ico.gif') no-repeat right center;
				}

				.main .sider .list li a:hover {
					color: #f70;
				}

				.main .sider .list li a.red {
					color: #de1812;
				}

	/* 主体 - 侧栏 - 推荐职位 */
	.main .sider .list01 {
		padding: 24px 20px;
		border-radius: 10px;
		margin-bottom: 15px;
		background-color: #fff;
	}

		.main .sider .list01 h3 {
			position: relative;
			height: 20px;
			padding-bottom: 30px;
			font-size: 18px;
			font-weight: bold;
			color: #222;
			line-height: 20px;
		}

			.main .sider .list01 h3::after {
				content: '';
				position: absolute;
				bottom: 15px;
				left: 0;
				width: 20px;
				height: 2px;
				background-color: #f70;
			}

		.main .sider .list01 li {
			padding-top: 5px;
			padding-bottom: 5px;
		}

			.main .sider .list01 li a {
				display: flex;
				flex-direction: column;
				justify-content: space-between;
				height: 50px;
				padding: 14px 16px;
				border: 1px solid #eee;
				border-radius: 6px;
				text-decoration:none;
			}

				.main .sider .list01 li a p {
					display: flex;
					justify-content: space-between;
					align-items: center;
				}

					.main .sider .list01 li a p:nth-child(1) span {
						max-width: 160px;
						font-size: 16px;
						color: #333;
						white-space: nowrap;
						overflow: hidden;
						text-overflow: ellipsis;
					}

						.main .sider .list01 li a p:nth-child(1) span + span {
							color: #f66;
						}

					.main .sider .list01 li a p:nth-child(2) span:nth-child(1) {
						font-size: 13px;
						color: #888;
						white-space: nowrap;
						text-overflow: ellipsis;
						overflow: hidden;
					}

					.main .sider .list01 li a p:nth-child(2) span:nth-child(2) {
						display: -webkit-box;
						justify-content: flex-end;
						flex: 1;
						min-width: 50px;
						padding-left: 10px;
						font-size: 13px;
						color: #888;
						text-align: right;
						-webkit-box-orient: vertical;
						-webkit-line-clamp: 2;
						overflow: hidden;
					}

				.main .sider .list01 li a:hover p:nth-child(1) span:nth-child(1) {
					color: #f70;
				}

				.main .sider .list01 li a:hover p:nth-child(2) span {
					color: #666;
				}