@charset "utf-8";
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10001;
	background: #fff;
	transition: all .3s ease 0s;
	webkit-box-shadow: 0px 4px 10px 0px rgba(17, 58, 93, 0.1);
	-ms-box-shadow: 0px 4px 10px 0px rgba(17, 58, 93, 0.1);
	box-shadow: 0px 4px 10px 0px rgba(17, 58, 93, 0.1);
}

.ht_top .logo-top {
	display: block;
	width: 160px;
	height: 68px;
	float: left;
}

.topNav {
	float: left;
}

.topNav li {
	position: relative;
	float: left;
}

.topNav .navtit {
	width: 135px;
	height: 68px;
	cursor: pointer;
	color: #2196f3;
	font-size: 18px;
	line-height: 68px;
	text-align: center;
}

.topNav li:hover .navtit {
	background: #fbfbfb;
}

.topNav .navtit:after {
	content: ">";
	display: inline-block;
	vertical-align: top;
	width: 25px;
	height: 68px;
	font-size: 12px;
	transform: rotate(90deg) scale(.75, 1.5);
	transition: .3s;
}

.topNav li:hover .navtit:after {
	color: #009775;
	transform: rotate(-90deg) scale(.75, 1.5);
}

.topNav .navtits {
    width: 135px;
    height: 68px;
    cursor: pointer;
    font-size: 18px;
    line-height: 68px;
    text-align: center;
	color: #333;
}

.topNav .navcon {
	display: none;
	position: absolute;
	left: 0;
	top: 68px;
	width: 100%;
	padding: 10px 0;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
	z-index: 1;
	text-align: center;
}

.topNav .navcon img {
	display: block;
	width: 105px;
	height: 105px;
	margin: 0 auto 5px;
}

.topNav .navcon p {
	font-size: 16px;
	line-height: 24px;
}

.ht_top .topnav {
	float: right;
}

.ht_top .topnav a {
	display: inline-block;
    margin-left: 25px;
    cursor: pointer;
    font-size: 15px;
    margin-top: 19px;
    border-radius: 8px;
    padding: 2px 8px;
}

.ht_top .topnav img {
    width: 25px;
    display: inline-block;
    padding-right: 5px;
    padding-bottom: 2px;
	    vertical-align: middle;
}

.ht_top .topnav a:hover {
	color: #009775;
}

/* 尾部 */
.newfooter {
	padding: 30px 0;
	background-color: #333;
	text-align: center;
}

.newfooter p,
.newfooter p a {
	font-size: 14px;
	color: #fff;
	line-height: 26px;
}

#changeTitle {
	display: none;
}

#changeProvince {
	margin-bottom: 15px;
}

.chartTips {
	padding-top: 25px;
}

.btn06 {
	display: inline-block;
	height: 26px;
	padding: 0 12px;
	border-radius: 26px;
	border: 1px solid #e5e8e7;
}

.btn06:hover {
	border-color: #5ad5b4;
}

.sort {
	display: inline-block;
	width: 30px;
	height: 20px;
	background-image: url(../images/icon-arr-5.png);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	cursor: pointer;
	background-size: 13px 16px;
}

.sort-down {
	background-image: url(../images/icon-arr-down.png);
}

.login-view {
	color: #009775;
	cursor: pointer;
}

.login-view-num .num {
	display: none;
}

.cover {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
	background-color: rgba(0, 0, 0, 1);
}

/* 注册弹窗 */
.loginbox .imgCodes #captchaimg,
.imgCodes img {
	width: 120px;
	height: 46px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}

/* 注册弹窗 */
.registerbox,
.loginbox {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 390px;
	height: 430px;
	padding: 0 25px;
	margin: -215px 0 0 -195px;
	background-color: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	display: none;
	z-index: 99;
}

.loginbox {
	height: 380px;

}

.registerbox h3,
.loginbox h3 {
	font-size: 20px;
	line-height: 80px;
	text-align: center;
}

.registerbox h3 em,
.loginbox h3 em {
	display: inline-block;
	margin: 0 16px;
	color: #009775;
	cursor: pointer;
}

.registerbox h3 span,
.loginbox h3 span {
	display: inline-block;
	color: #333;
	margin: 0 16px;
	cursor: pointer;
}

.registerbox .close,
.loginbox .close {
	right: 10px;
	top: 10px;
	width: 14px;
	height: 14px;
	background: url(../images/icon-close03.png) no-repeat center / 100% 100%;
}

.registerbox .selDiv,
.loginbox .selDiv {
	float: none;
	width: 100%;
	height: 46px;
	margin: 0 0 14px 0;
}

.registerbox .selDiv .inp,
.loginbox .selDiv .inp {
	height: 46px;
	line-height: 46px;
}

.registerbox .selDiv cite,
.loginbox .selDiv cite {
	height: 46px;
	line-height: 46px;
}

.registerbox .selDiv ul,
.loginbox .selDiv ul {
	top: 46px;
}

.registerbox .imgCodes,
.loginbox .imgCodes {
	position: relative;
}

.registerbox .code .inp,
.registerbox .imgCodes .inp,
.loginbox .imgCodes .inp {
	width: 208px;
}

.registerbox .imgCodes #captchaimg,
.loginbox .imgCodes #captchaimg {
	width: 120px;
	height: 46px;
	cursor: pointer;
}

.registerbox .code .auth,
.loginbox .code .auth {
	position: absolute;
	right: 0;
	top: 0;
	width: 120px;
	height: 46px;
	background-color: #5ad5b4;
	border-radius: 6px;
	font-size: 16px;
	line-height: 46px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.registerbox .submit,
.dl_bottom a {
	width: 100%;
	height: 50px;
	margin-top: 25px;
	line-height: 50px;
	border-radius: 6px;
	color: #fff;
	background: #009775;
	background: linear-gradient(90deg, #5ad5b4, #009775);
}

.registerbox .submit:hover,
.dl_bottom a:hover {
	color: #fff;
	background: #009775;
	background: linear-gradient(90deg, #009775, #5ad5b4);
}

.loginbox {
	height: 380px;
}

.dl_bottom a {
	display: block;
	text-align: center;
	font-size: 20px;
}


/* 头图和导航 */
.header {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.banner {
	position: relative;
	height: 230px;
}

.banner h2 {
	position: absolute;
	left: 50%;
	top: 90px;
	/* 30 */
	margin-left: -580px;
	font-size: 66px;
	font-weight: 800;
	line-height: 70px;
	color: #fff;
}

.banner h2 span {
	font-size: 24px;
	font-weight: 400;
}

.nav {
	margin: 0 auto;
	width: 1176px;
	height: 120px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.nav li {
	flex: 1;
	width: 150px;
	height: 120px;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
}

.nav li.active {
	background-color: #edf7f8;
}

.nav li a {
	display: block;
	width: 100%;
	height: 100px;
	padding-top: 20px;
}

.nav i {
	display: block;
	font-size: 38px;
	margin: 8px auto;
}

.nav li:nth-child(1) i {
	background-position: 0 0;
}

.nav li:nth-child(2) i {
	background-position: 0 -50px;
}

.nav li:nth-child(3) i {
	background-position: 0 -100px;
}

.nav li:nth-child(4) i {
	background-position: 0 -150px;
}

.nav li:nth-child(5) i {
	background-position: 0 -200px;
}

.nav li:nth-child(6) i {
	background-position: 0 -300px;
}

.nav li:nth-child(7) i {
	background-position: 0 -250px;
}

.nav li:nth-child(1):hover i,
.nav li:nth-child(1).current i {
	background-position: -50px 0;
}

.nav li:nth-child(2):hover i,
.nav li:nth-child(2).current i {
	background-position: -50px -50px;
}

.nav li:nth-child(3):hover i,
.nav li:nth-child(3).current i {
	background-position: -50px -100px;
}

.nav li:nth-child(4):hover i,
.nav li:nth-child(4).current i {
	background-position: -50px -150px;
}

.nav li:nth-child(5):hover i,
.nav li:nth-child(5).current i {
	background-position: -50px -200px;
}

.nav li:nth-child(7):hover i,
.nav li:nth-child(7).current i {
	background-position: -50px -250px;
}

.nav li:nth-child(6):hover i,
.nav li:nth-child(6).current i {
	background-position: -50px -300px;
}

/* title */
.title,
.title02 {
	padding: 40px 0;
	font-size: 28px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
}

.title02 {
	text-align: left;
}

.title02 span {
	margin-left: 10px;
	font-size: 16px;
	color: #999;
}

.title03 h2 {
	font-size: 28px;
	line-height: 64px;
	font-weight: bold;
}

.title03 p {
	font-size: 20px;
	line-height: 40px;
}

.title03 p em {
	margin: 0 20px 0 10px;
}

.title03 .links {
	top: 18px;
}

.title04,
.title03 h3 {
	padding-top: 15px;
	font-size: 24px;
	line-height: 60px;
	font-weight: bold;
}

.title03 h3 {
	font-size: 24px;
}

/* 报名人数 */
.countBox {
	width: 1200px;
    background: #fff;
    font-size: 24px;
    text-align: center;
    padding: 25px 0;
}

.bm-num-box {
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.countBox span {
	padding: 0 30px;
	font-size: 36px;
	font-weight: 800;
	display: inline-block;
	vertical-align: middle;
}

.countBox span b {
	color: #ed531e;
	font-weight: 800;
}

.countBox a {
	display: inline-block;
	width: 260px;
	height: 60px;
	background-color: #999999;
	background-size: 200%;
	box-shadow: 0 20px 30px #e9e7e7;
	border-radius: 60px;
	color: #fff;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	transition: .3s;
}

.countBox a:hover {
	color: #fff;
	background-position: left;
}

.countBoxs {
	margin-top: 38px;
}

.countBoxs .bm-num-box {
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin-bottom: 38px;
}

.countBoxs span {
	padding: 0 30px;
	font-size: 36px;
	font-weight: 800;
	display: inline-block;
}

.countBoxs span b {
	color: #ed531e;
	font-weight: 800;
}

.countBoxs a {
	display: inline-block;
	width: 260px;
	height: 60px;
	background-color: #999999;
	background-size: 200%;
	box-shadow: 0 20px 30px #e9e7e7;
	border-radius: 60px;
	color: #fff;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	transition: .3s;
	margin: 0 10px;
}

.countBoxs a:hover {
	color: #fff;
	background-position: left;
}

.counts {
	text-align: center;
}

.counts span {
	font-style: italic;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: 800;
	display: inline-block;
}

.counts span em {
	font-style: italic;
	font-size: 28px;
	color: #ed531e;
	font-weight: 800;
}

/* 模糊搜索 */
.selectBox {
	margin-top: 60px;
	margin-bottom: 80px;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, .07);
}

.selectBoxLeft,
.selectBoxImg {
	/*float: left;*/
	/*width: 50%;*/
	width: 100%;
	overflow: hidden;
}

.selectBoxLeft {
	padding-bottom: 35px;
}

.selectBoxLeft .intDiv {
	width: 78%;
	height: 60px;
	margin: 35px auto 0;
	overflow: hidden;
	box-sizing: border-box;
	background: #fff;
	border: solid 1px #5ad5b4;
	border-radius: 6px;
	box-shadow: 0 5px 30px rgba(0, 153, 137, 0.15);
}

.selectBoxLeft .keyWord {
	display: block;
	float: left;
	width: 72%;
	height: 58px;
	border: none;
	font-size: 18px;
	text-indent: 1em;
}

.selectBoxLeft .searchBtn {
	display: block;
	float: right;
	width: 28%;
	height: 58px;
	cursor: pointer;
	background: #009775;
	border: none;
	background: linear-gradient(-87deg, #009775, #5ad5b4, #5ad5b4, #009775) no-repeat right;
	background-size: 200%;
	color: #fff;
	font-size: 20px;
	line-height: 58px;
	text-align: center;
	transition: .3s;
}

.selectBoxLeft .searchBtn:hover {
	color: #fff;
	background-position: left;
}

.selectBoxLeft .hotWords {
	width: 78%;
	max-height: 60px;
	margin: 20px auto 0;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}

.selectBoxLeft .hotWords a {
	padding: 0 8px;
}

.selectBoxImg img {
	display: block;
	width: 100%;
}

.count-line {
	border-bottom: 1px solid #ececec;
}

.selDiv {
	float: left;
	width: 18%;
	height: 62px;
	margin: 0 1% 15px;
	position: relative;
}


.selDiv cite {
	display: block;
	width: 100%;
	height: 62px;
	padding: 0 20px;
	border-radius: 8px;
	border: 1px solid #ececec;
	font-size: 14px;
	line-height: 60px;
	text-indent: 1em;
	cursor: pointer;
	box-sizing: border-box;
	box-shadow: 0 3px 10px 1px #ececec;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.selDiv:hover cite {
	box-shadow: 0 5px 30px rgba(0, 153, 137, 0.15);
}

.selDiv cite i {
	padding-top: 22px;
	float: right;
}

.selDiv i {
	position: absolute;
	right: 20px;
	top: 25px;
}

.selDiv em {
	position: absolute;
	left: 10px;
	top: 22px;
	font-size: 20px;
}

.selDiv ul {
	position: absolute;
	right: 0;
	top: 62px;
	width: 100%;
	max-height: 500px;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 999;
	background: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	display: none;
}

.selDiv li {
	font-size: 16px;
	line-height: 40px;
	text-indent: 1em;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.selDiv li:hover {
	background-color: #CCC;
}

.selDiv .inp {
	display: block;
	width: 100%;
	height: 62px;
	border-radius: 8px;
	border: 1px solid #ececec;
	background-color: #fff;
	font-size: 16px;
	line-height: 60px;
	text-indent: 1em;
	cursor: pointer;
	box-sizing: border-box;
	box-shadow: 0 3px 10px 1px #dcdcdc;
}

.selDiv:hover .inp {
	color: #009775;
	border-color: #5ad5b4;
	box-shadow: 0 5px 30px rgba(0, 153, 137, 0.15);
}

.selDiv input {
	position: absolute;
	top: 2px;
	height: 58px;
	width: 79%;/*232px*/
	left: 40px;
	font-size: 14px;
}

.submit {
	display: block;
	width: 260px;
	height: 60px;
	margin: 56px auto 40px;
	border-radius: 60px;
	background-size: 200%;
	box-shadow: 0 10px 30px rgba(0, 153, 137, .25);
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	transition: .3s;
}

.submit:hover {
	color: #fff;
	background-position: left;
}

.hot-wrap {
	width: 48%;
}

.hot-wrap h3 {
	margin-bottom: 20px;
	font-size: 20px;
}

.hot-list {
	height: 563px;
	padding: 0 30px 30px;
	box-sizing: border-box;
	background: #fff;
	border: solid 1px #ececec;
	border-radius: 6px;
}

.list-title {
	height: 70px;
	margin-bottom: 10px;
	border-bottom: solid 1px #ececec;
	font-size: 16px;
	font-weight: 800;
	line-height: 70px;
	text-align: center;
}

.list-title .list-l {
	float: left;
	width: 70%;
}

.list-title .list-r {
	float: right;
	width: 18%;
}

.hot-wrap li {
	height: 48px;
	overflow: hidden;
	line-height: 48px;
}

.hot-wrap .list-l {
	float: left;
	width: 70%;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.hot-wrap .list-l em {
	padding: 0 15px;
	color: #999;
	font-size: 16px;
}

.hot-wrap li:nth-child(-n+3) em {
	color: #fd9c27;
}

.hot-wrap span {
	float: right;
	width: 18%;
	color: #666;
	text-align: center;
}

.hot-wrap .list-l a:hover {
	color: #009775;
	text-decoration: underline;
}

.moreView {
	margin-top: 80px;
}

.moreView .pic {
	position: relative;
	display: block;
	float: left;
	width: 466px;
	height: 286px;
	margin-right: 39px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 30px rgba(0, 0, 0, .05);
	transition: .3s;
}

.moreView .pic:hover {
	box-shadow: 0 0 35px rgba(0, 0, 0, .1);
}

.moreView .pic:nth-child(3n) {
	margin-right: 0;
}

.moreView .pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.moreView .pic:hover img {
	opacity: .9;
}

.moreView p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 48px;
	background: rgba(0, 0, 0, .4);
	color: #fff;
	font-size: 18px;
	line-height: 48px;
	text-indent: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.bkzdBox {
	padding: 50px 30px 20px;
	margin-top: 60px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, .07);
}

.bkzdBox a {
	display: block;
	float: left;
	width: 10.5%;
	height: 54px;
	margin: 0 1% 20px;
	box-sizing: border-box;
	cursor: pointer;
	background: #fff;
	border: 1px solid #009775;
	border-radius: 54px;
	font-size: 22px;
	line-height: 52px;
	text-align: center;
}

.bkzdBox a:hover {
	background: #009775;
	background: linear-gradient(-87deg, #009775, #5ad5b4);
	background-size: 110%;
	border-color: transparent;
	color: #fff;
}


.jobAdd li {
	float: left;
	width: 19.5%;
	height: 158px;
	text-align: center;
	border: 1px solid #ececec;
	box-sizing: border-box;
	margin: 3px;
	border-radius: 10px;
}

.jobAdd li a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.jobAdd li:hover {
	box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1)
}

.jobAdd h4 {
	padding-top: 22px;
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
}

.jobAdd p {
	font-size: 14px;
	line-height: 40px;
	color: #999;
}

.jobAdd p span {
	margin: 0 3px;
}

.jobAdd .lefts {
	border-left: 1px solid #d4d4d4;
	padding-left: 6px;
}


.tjkc {
	padding: 50px 0;
}

.tjkc div {
	float: left;
	margin: 0 1%;
	width: 31.3%;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 15px 3px rgba(100, 100, 100, 0.1)
}

.tjkc div img {
	transition: all .5s;
}

.tjkc div img:hover {
	transform: scale(1.05, 1.05)
}

.tjkc div p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 42px;
	padding: 0 10px;
	background-color: rgba(0, 0, 0, 0.2);
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	box-sizing: border-box;
	overflow: hidden;
}

/* 免责说明 */
.mianze {
	padding: 10px 0;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
}

/* 右侧悬浮 */
.xfnav {
	position: fixed;
	right: 0;
	bottom: 50%;
	width: 70px;
	margin-bottom: -175px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #e2e2e2;
	z-index: 5;
}

.xfnav li {
	height: 69px;
	border-top: 1px solid rgba(226, 226, 226, .3);
}

.xfnav li a {
	display: block;
	width: 100%;
	height: 69px;
	color: #a5a5a5;
	padding-top: 10px;
	box-sizing: border-box;
	position: relative;
}

.xfnav li em {
	position: absolute;
	right: 10px;
	top: 5px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #f3463c;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	display: none;
}

.xfnav li i {
	display: block;
	width: 40px;
	height: 34px;
	margin: 0 auto;
	font-size: 28px;
	text-align: center;
}

.xfnav li span {
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #a5a5a5;
	text-align: center;
}

.xfnav04 {
	margin-bottom: -140px;
}

/* 左侧悬浮 */
.xfnav03 {
	position: fixed;
	left: 0;
	bottom: 50%;
	margin-bottom: -140px;
	z-index: 3;
}

.xfnav03Tit {
	width: 50px;
	height: 280px;
	padding: 36px 10px;
	cursor: pointer;
	box-sizing: border-box;
	background: #008999;
	background: linear-gradient(0, #008999, #009775);
	border-radius: 2px;
	color: #fff;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
}

.xfnav03Con {
	display: none;
	position: absolute;
	left: 50px;
	top: 0;
	width: 104px;
	height: 280px;
	box-sizing: border-box;
	background: #fff;
	border: solid 1px #e2e2e2;
	border-left: none;
}

.xfnav03Con a {
	display: block;
	width: 100%;
	height: 70px;
	padding-top: 5px;
	box-sizing: border-box;
	border-top: 1px solid rgba(226, 226, 226, .3);
}

.xfnav03Con a i {
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(../images/icon-xfnav.png);
	background-repeat: no-repeat;
	margin: 0 auto;
}

.xfnav03Con a:nth-child(1) i {
	background-position: 0 -200px;
}

.xfnav03Con a:nth-child(2) i {
	background-position: 0 -240px;
}

.xfnav03Con a:nth-child(3) i {
	background-position: 0 -280px;
}

.xfnav03Con a:nth-child(4) i {
	background-position: 0 -320px;
}

.xfnav03Con a span {
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #a5a5a5;
	text-align: center;
}

.xfnav03Con a:nth-child(1):hover i {
	background-position: -40px -200px;
}

.xfnav03Con a:nth-child(2):hover i {
	background-position: -40px -240px;
}

.xfnav03Con a:nth-child(3):hover i {
	background-position: -40px -280px;
}

.xfnav03Con a:nth-child(4):hover i {
	background-position: -40px -320px;
}

.xfnav03Con a:hover span {
	color: #009775;
}

/* 职位对比弹框 */
.alert-hint {
	display: none;
	position: fixed;
	top: 28%;
	left: 50%;
	width: 400px;
	min-height: 250px;
	padding: 40px;
	margin-left: -200px;
	background-color: #fff;
	z-index: 99;
	box-shadow: 0 0 15px #ddd;
	border-radius: 8px;
	text-align: center;
}

.close {
	position: absolute;
	top: -30px;
	right: -30px;
	width: 30px;
	height: 30px;
	background-image: url(../images/icon-close02.png);
	background-repeat: no-repeat;
	background-size: 100%;
	cursor: pointer;
}

.hint-title {
	margin-bottom: 20px;
	font-size: 20px;
}

.flex {
	display: flex;
	justify-content: left;
	align-items: center;
}

.hint-list li {
	margin-bottom: 20px;
	text-align: left !important;
}

.hint-list li .icon {
	display: block;
	width: 18px;
	height: 18px;
	margin-right: 12px;
	background-image: url(../images/icon-close02.png);
	background-repeat: no-repeat;
}

.hint-list li p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
}

.go {
	margin-left: 16%;
}

.go,
.empty {
	width: 120px;
	height: 40px;
	border: 1px solid #009775;
	margin-top: 30px;
	margin-right: 20px;
	line-height: 40px;
	text-align: center;
	border-radius: 8px;
	background-color: #009775;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.go:hover {
	color: #fff;
	background-color: #009775;
}

.empty {
	border-color: #ddd;
	margin-right: 0;
	color: #333;
	background-color: #fff;
}

/*竞争排行*/
.linksList {
	margin-top: 30px;
	background-color: #f8f8f8;
}

.linksList li {
	float: left;
	width: 16.25%;
	height: 120px;
	margin-right: 0.5%;
	font-size: 16px;
	line-height: 28px;
	color: #999;
	position: relative;
}

.linksList li:nth-child(6) {
	margin-right: 0;
}

.linksList li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 36px 2px 0 90px;
	box-sizing: border-box;
}

.linksList li span {
	display: block;
}

.linksList li em {
	position: absolute;
	left: 15px;
	top: 30px;
	width: 60px;
	height: 60px;
	background-image: url(../images/icon-icon02.png);
	background-repeat: no-repeat;
	background-size: 60px auto;
}

.linksList li i {
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-left: 10px;
	background-image: url(../images/icon-arr-4.png);
	background-repeat: no-repeat;
	vertical-align: middle;
}

.linksList li:nth-child(1) em {
	background-position: 0 0;
}

.linksList li:nth-child(2) em {
	background-position: 0 -60px;
}

.linksList li:nth-child(3) em {
	background-position: 0 -120px;
}

.linksList li:nth-child(4) em {
	background-position: 0 -180px;
}

.linksList li:nth-child(5) em {
	background-position: 0 -240px;
}

.linksList li:nth-child(6) em {
	background-position: 0 -300px;
}

/* 职位库 */
.tab-province li {
	float: left;
	height: 36px;
	margin: 0 26px 10px 0;
	box-sizing: border-box;
}

.tab-province li a {
	display: block;
	height: 36px;
	font-size: 16px;
	line-height: 36px;
}

.tab-province li.cur {
	border-bottom: 2px solid #009775;
}

.tab-province li.cur a {
	color: #009775;
}

.tab-province-data li:hover {
	border-bottom: 2px solid #009775;
}

/* 职位库 隐藏后三项 */
/*.resultwrap-zw .listTitle span:nth-last-child(1),
.resultwrap-zw .listTitle span:nth-last-child(2),
.resultwrap-zw .listTitle span:nth-last-child(3){
  display: none;
}*/
.resultwrap-zw .linksList {
	display: none;
}

/* 表格样式 */
.table,
.table table {
	border: 1px solid #ededed;
	box-sizing: border-box;
}

.table th {
	padding: 5px 0;
	border-bottom: 1px solid #ededed;
	background-color: #edf7f8;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

.table th div {
	cursor: pointer;
}

.table td {
	text-align: center;
	font-size: 14px;
	padding: 5px;
	max-width: 50px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.table-contrast td {
	padding: 10px 0;
}

.table tbody tr:hover {
	background-color: #fafafa;
}

.btn01,
.zwss p.check_num {
	display: inline-block;
	width: 72px;
	height: 26px;
	color: #fff;
	background-color: #fb7203;
	border-radius: 5px;
	line-height: 26px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}

.choose {
	display: inline-block;
	width: 31px;
	height: 31px;
	background-image: url(../images/icon-choose.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	cursor: pointer;
}

.choose.active {
	background-position: left top;
}

/* 分页 */
.coursePage {
	text-align: center;
	overflow: hidden;
	margin: 30px 0 30px;
}

.coursePage li {
	display: inline-block;
}

.coursePage a {
	display: inline-block;
	padding: 0 13px;
	height: 38px;
	border: solid 1px #eaeaea;
	text-align: center;
	line-height: 38px;
	margin: 0 8px;
	color: #333;
	border-radius: 4px;
	font-size: 18px;
}

.coursePage a.coursePage-prev,
.coursePage a.coursePage-next {
	width: auto;
}

.coursePage a:hover {
	color: #333 !important;
}

.coursePage a.on {
	background: #009775;
	border: solid 1px #009775;
	color: #fff;
}

.coursePage li.thisclass a {
	background: #009775;
	border: solid 1px #009775;
	color: #fff;
}

.coursePage-inp {
	display: inline-block;
}

.coursePage-inp input {
	width: 50px;
	height: 39px;
	border: solid 1px #eaeaea;
	margin: 0 8px;
	text-align: center;
	border-radius: 4px;
	font-size: 18px;
}

.coursePage-inp button {
	width: 50px;
	height: 39px;
	border: solid 1px #009775;
	background: #009775;
	line-height: 39px;
	margin: 0 8px;
	border-radius: 4px;
	font-size: 18px;
	cursor: pointer;
	color: #fff;
}


.crumbsNav {
	line-height: 40px;
	font-size: 14px;
	color: #999;
	width: 1176px;
	margin: auto;
}

.linksBox {
	position: absolute;
	right: 0;
	top: 64px;
}

.btn02 {
	float: right;
	height: 40px;
	padding: 0 17px;
	border-radius: 40px;
	margin-left: 5px;
	background-color: #fdeaea;
	color: #ff5463;
	font-size: 16px;
	line-height: 40px;
	cursor: pointer;
}

.btn02:hover {
	box-shadow: 0 0 5px 2px #f7f7f7;
}

.btn-share {
	background-color: #ecffff;
	color: #00e2dd;
	position: relative;
}

.btn-send {
	background-color: #fef4e6;
	color: #fc972c;
}

/*分享*/
#share {
	position: absolute;
	width: 66px;
	height: 40px;
	top: 0;
	left: 0;
}

#share .bds_more {
	display: block;
	width: 66px;
	height: 40px;
	padding: 0;
	margin: 0;
	background: none;
}

#share .bds_more:hover {
	background: none;
}

.tk-sendToMoble {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 460px;
	height: 420px;
	padding: 40px;
	margin: -250px 0 0 -230px;
	background-color: #fff;
	border-radius: 8px;
	box-sizing: border-box;
	display: none;
}

.tk-sendToMoble input {
	display: block;
	width: 100%;
	height: 62px;
	margin-bottom: 17px;
	border-radius: 8px;
	border: 1px solid #dcdcdc;
	background-color: #fff;
	font-size: 16px;
	line-height: 60px;
	text-indent: 1em;
	cursor: pointer;
	box-sizing: border-box;
}

.tk-sendToMoble .selDiv {
	float: none;
	width: 100%;
}

.tk-sendToMoble .selDiv cite {
	box-shadow: none;
}

.tk-sendToMoble .selDiv ul {
	max-height: 200px;
}

.imgCode {
	position: relative;
}

.imgCode input {
	width: 220px;
}

#captchaimg {
	position: absolute;
	right: 0;
	top: 0;
	width: 140px;
	height: 62px;
}

.close03 {
	position: absolute;
	right: -10px;
	top: -10px;
	width: 30px;
	height: 30px;
	background-image: url(../images/icon-close02.png);
	background-repeat: no-repeat;
	background-size: 30px 30px;
	cursor: pointer;
}

.table02 td {
	border: 1px solid #ededed;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 2px;
}

.table02 td:nth-child(2n+1) {
	background-color: #edf7f8;
}

/* 历年数据 */
.scorelineList li {
	float: left;
	height: 160px;
	width: 24.06%;
	padding: 50px 0 0 150px;
	margin-right: 1.25%;
	background-color: #fff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 30px;
	color: #999;
	position: relative;
}

.scorelineList li:nth-child(4) {
	margin-right: 0;
}

.scorelineList li span {
	display: block;
	font-size: 30px;
	color: #333;
}

.scorelineList li i {
	position: absolute;
	left: 40px;
	top: 45px;
	width: 70px;
	height: 70px;
	background-image: url(../images/icon-icon01.png);
	background-repeat: no-repeat;
}

.scorelineList li:nth-child(1) i {
	background-position: 0 0;
}

.scorelineList li:nth-child(2) i {
	background-position: 0 -75px;
}

.scorelineList li:nth-child(3) i {
	background-position: 0 -150px;
}

.scorelineList li:nth-child(4) i {
	background-position: 0 -225px;
}

.chart {
	width: 100%;
	height: 550px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
}

/* 搜索结果页 提示 */
.resultTip {
	margin-top: 30px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}

.window_mask {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background-color: rgba(0, 0, 0, 1);
}

.close_num {
	width: 25px;
	position: absolute;
	right: 0;
	top: -40px;
	cursor: pointer;
	z-index: 3;
}

.num_box {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 505px;
	background-image: url("../images/num_bg.png");
	background-size: 100%;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 125px 20px 40px;
}

.num_box::before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -130px;
	z-index: 1;
}

.num1::before {
	background-image: url("../images/rabbit1.png");
	background-size: 100%;
	width: 377px;
	height: 315px;
}

.num2::before {
	background-image: url("../images/rabbit2.png");
	background-size: 100%;
	width: 405px;
	height: 300px;
}

.num3::before {
	background-image: url("../images/rabbit3.png");
	background-size: 100%;
	width: 330px;
	height: 325px;
}

.num_text {
	position: relative;
	z-index: 5;
	width: 100%;
	box-sizing: border-box;
	padding: 30px 0;
	background: rgba(255, 255, 255, 1);
	box-shadow: inset 0 0 21px 0px rgba(20, 139, 147, 0.28);
	border-radius: 10px;
	text-align: center;
}

.num_text h5 {
	line-height: 45px;
	margin-bottom: 12px;
	font-size: 28px;
	color: #333;
}

.num_text h5 span {
	color: #c02334;
}

.num_text h6 {
	line-height: 40px;
	margin-bottom: 30px;
	font-size: 26px;
	color: #666;
	font-weight: normal;
}

.num_text p {
	line-height: 30px;
	font-size: 22px;
	color: #999;
}

.num_text h3 {
	font-weight: normal;
	line-height: 50px;
	font-size: 26px;
	color: #138A96;
}

.close_num_text {
	cursor: pointer;
	margin: 20px auto 0;
	width: 266px;
	line-height: 62px;
	background: linear-gradient(90deg, rgba(255, 173, 0, 1), rgba(253, 153, 41, 1));
	box-shadow: 0px 5px 0px 0px rgba(245, 179, 76, 1);
	border-radius: 31px;
	font-size: 25px;
	color: #fff;
	text-align: center;
}

.totals {
	padding: 38px 0;
}

.totals .container {
	width: 1200px;
	margin: auto;
}

.totals .item {
	width: 25%;
	text-align: center;
	float: left;
	z-index: 9;
	position: relative;
}

.totals .item i {
	font-size: 32px;
}

.totals .item span {
	font-size: 38px;
	margin-bottom: 0;
	display: inline-block;
	position: relative;
	font-weight: 400;
	line-height: 1.2;
	opacity: .8
}

.totals .item span:after {
	content: "+";
	position: absolute;
	right: -15px;
	top: -10px;
	font-size: 26px;
	background-color: rgba(0, 0, 0, 0) !important;
}

.totals .item h4 {
	font-size: 22px;
	font-weight: normal;
	color: #666;
}

.keke_doc_clearfix {
	zoom: 1;
	display: flex;
	justify-content: center;
}

.keke_doc_clearfix:after,
.keke_doc_clearfix:before {
	content: '';
	display: block;
	clear: both;
}

.web-module {
	padding: 30px 0;
	width: 1176px;
	margin: auto;
}

.web-module .module_subbox {
	height: 85px;
	overflow: hidden;
	padding: 15px 20px;
	box-sizing: border-box;
	background: #fff
}

.web-module li {
	transition: all .2s linear;
	width: 25%;
	height: 85px;
	margin-bottom: 0;
	padding: 0;
	box-sizing: border-box;
	float: left;
	position: relative
}

.web-module li:hover {
	cursor: pointer;
	transform: translate3d(0, -4px, 0)
}

.web-module .lefticon {
	font-size: 56px;
	margin-right: 15px;
}

.web-module-right .righthd {
	font-size: 32px;
	font-weight: 800;
}

.web-module-right .rightbd {
	font-size: 18px;
	font-weight: 500;
}

.moreViews .pic {
	float: left;
	width: 380px;
	margin-left: 30px;
	border-radius: 0px;
}

.moreViews .pic:first-of-type {
	margin-left: 0px;
}

.addp_tit {
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}

.addp_tit img {
	margin: -10px 10px 0 0;
	display: inline-block;
	vertical-align: middle;
	width: auto;
}

.addp_tit i {
	font-size: 26px;
	margin-right: 10px;
	vertical-align: text-bottom;
}

.addp_tit span {
	font-size: 24px;
	font-weight: bold;
	color: #333;
}

.ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.ppatiem_lit,
.ppatiem_lits2 {
	background-color: #fff;
	padding: 0 20px 25px 20px;
	border: 1px solid #ddd;
}

.ppatiem_lit li {
	width: 100%;
	margin-top: 15px;
	line-height: 24px;
}

.ppatiem_lit li span {
	color: #999;
}

.ppatiem_lit li a {
	width: 100%;
	font-size: 16px;
	color: #333;
}

.ppatiem_lit li div {
	display: initial;
}

.ppatiem_lit li span.icos {
	margin-right: 5px;
	display: inline-block;
	text-align: center;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	background-color: #bfbfbf;
}

.ppatiem_lit p {
	display: inline-block;
	color: #999;
	padding-right: 3px;
}

.ppatiem_lit p span {
	margin: 0 2px;
	padding-top: 2px;
}

.ppatiem_lit .litems a {
	width: 86%;
}

.ppatiem_lit .date {
	font-size: 13px;
}

.zg_td_pos {
	display: none;
	width: 198px;
	background: #fff;
	position: absolute;
	padding: 5px 10px;
	z-index: 99;
	border: 1px solid #FD7A5C;
	box-shadow: 0px 6px 10px rgb(0 0 0 / 20%);
	border-radius: 5px;
	white-space: initial;
	line-height: 1.6;
}

.zg_td_pos i {
	position: absolute;
	top: -10px;
	left: 30px
}

.top_td_side {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}

.lineTit {
	text-align: left;
}

.login-note {
	position: relative;
	margin-top: 8px;
	text-align: center;
	margin-bottom: 20px;
}

.login-note .bg {
	position: absolute;
	top: -112px;
	left: 0;
	width: 100%;
	height: 112px;
	background: linear-gradient(180deg, rgba(246, 247, 251, 0), #f6f7fb);
}

.login-note .note {
	font-size: 16px;
	color: #333;
	line-height: 20px;
	padding-top: 8px;
}

.login-note .btn {
	width: 158px;
	font-size: 18px;
	border-radius: 40px;
	text-align: center;
	margin: 15px auto;
}

.sign {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10003;
	opacity: 0.0;
	visibility: hidden;
	overflow: auto;
	transform: perspective(1px) scale(1.1);
	transition: visibility 0s linear 0.15s, opacity 0.15s 0s, transform 0.15s;
}

.sign-mask {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #313B43;
	opacity: 0.90;
	filter: alpha(opacity=80)
}

.sign .sign-box {
	background-color: #ffffff;
	width: 370px !important;
	position: absolute;
	z-index: 9;
	margin: auto;
	border-radius: 3px;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

.sign .close-link {
	color: #fff;
	position: absolute;
	left: 100%;
	top: 0;
	padding: 22px 0;
	font-size: 18px;
	color: #3da9f7;
	display: block;
	opacity: 0.85;
	filter: alpha(opacity=85);
	width: 70px;
	margin-left: -60px;
	text-align: center
}

.sign .close-link:hover {
	opacity: 1;
	filter: alpha(opacity=100)
}

.sign form {
	padding: 30px 25px;
}

.sign .form-item {
	margin-bottom: 20px;
	position: relative;
	z-index: 3;
}

.sign .form-item i {
	position: absolute;
	left: 8px;
	top: 14px;
}

.sign .logo-login {
	width: 159px;
	height: auto;
	z-index: 9;
	position: relative;
	margin: auto;
}

.sign .captcha-clk,
.sign .captcha-sms-clk {
	cursor: pointer;
	font-size: 13px;
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 10.5px;
}

.sign .captcha-clk.disabled {
	border: 1px solid #949393;
	background: #949393;
	cursor: auto
}

.sign .captcha-clk2 {
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.sign .invitation-link {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 13px;
}

.sign .form-control {
	border-radius: 2px;
	padding-left: 30px;
	width: 100%;
	background: #e6eaed;
	border: none;
	min-height: 40px;
	margin: 0 !important;
	box-sizing: border-box;
}

.sign .sign-submit {
	border-bottom: 1px solid #eaeaea;
	overflow: hidden;
	padding-bottom: 20px
}

.sign .sign-submit .btn {
	width: 100%;
	padding: 10px 25px;
	box-sizing: border-box;
}

.sign .sign-submit label {
	margin-top: 8px;
	font-weight: normal;
	font-size: 14px;

}

.sign .sign-submit label input {
	position: relative;
	top: 2px;
	margin-right: 4px
}

.sign .erphp-weixin-scan .ews-box .ews-input {
	background: #e6eaed;
	border: none;
}

.sign-trans {
	margin-top: 10px;
	font-size: 13px;
	color: #999;
	clear: both;
	overflow: hidden;
}

#sign-up .sign-trans {
	margin-top: 10px
}

.sign-trans a,
.form-policy a {
	color: #fe8103
}

.form-policy {
	margin-top: 5px;
	font-size: 12px;
	color: #999;
}

.form-policy input {
	position: relative;
	top: 2px;
}

.form-policy label {
	font-size: 12px !important;
}

.sign-tips {
	position: absolute;
	bottom: 0;
	background-color: #FD6E6E;
	left: 0;
	right: 0;
	height: 0;
	line-height: 29px;
	padding: 0 50px;
	color: #fff;
	font-size: 12px;
	overflow: hidden
}

.sign-tips a {
	display: none;
}

.sign-show .sign {
	opacity: 1.0;
	visibility: visible;
	transform: perspective(1px) scale(1.0);
	transition: visibility 0s linear 0s, opacity 0.15s 0s, transform 0.15s;
}

.sign-show .sign .sign-box {
	-webkit-animation: showPanel 0.5s ease;
	-moz-animation: showPanel 0.5s ease;
	animation: showPanel 0.5s ease-in
}

.sign-show .sign .sign-box .img {
	text-align: center;
	width: 100%;
}

.sign-show .sign .sign-box .desc {
	font-size: 16px;
}

body.sign-show {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.sign-social {
	margin: 20px auto 0;
	overflow: hidden;
	text-align: center;
}

#sign-up .sign-social {
	margin: 10px auto 0;
}

.sign-social h2 {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 10px
}

.sign-social .login-qq,
.sign-social .login-weibo,
.sign-social .login-weixin {
	opacity: 0.85;
	filter: alpha(opacity=85);
	color: #fff;
	font-size: 22px;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	margin: 0 1%;
	display: inline-block;
}

.sign-social .login-qq {
	background-color: #3F92D6;
}

.sign-social .login-weibo {
	background-color: #FF766C;
}

.sign-social .login-weixin {
	background-color: #40C34A
}

.sign-social .login-qq:hover,
.sign-social .login-weibo:hover,
.sign-social .login-weixin:hover {
	color: #fff;
	opacity: 1;
	filter: alpha(opacity=100)
}

.sign-social .icon {
	font-size: 22px;
	top: -1px;
}

.sign .expend-container {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 1;
}

.sign .expend-container:after {
	content: ' ';
	position: absolute;
	right: 1.4rem;
	top: 1.4rem;
	z-index: 2;
	border-top: 1px rgba(0, 0, 0, 0.2) solid;
	height: 6.5rem;
	width: 6.5rem;
	background: #fff;
	transform: rotate(45deg);
	transition: all 0.4s;
}

.sign .expend-container:hover:after {
	right: 1.8rem;
	top: 1.8rem;
}

.sign .expend-container a {
	display: inline-block;
}

.sign .expend-container svg {
	fill: #999
}

.sign-in {
	padding: 25px;
}

.sign-in .title {
	font-size: 22px;
	text-align: center;
}

.sign-wrap {
	position: fixed;
	width: 100%;
	z-index: 9999999;
	text-align: center;
}

.sign-wrap .sign-close {
	position: relative;
	display: inline-block;
	margin-top: 15px;
	width: 45px;
	height: 45px;
	font-size: 28px;
	line-height: 45px;
	font-weight: 300;
	color: #333;
	border-radius: 50%;
	background: #fefefe;
	text-align: center;
	vertical-align: top;
	font-family: serif;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, .2);
	cursor: pointer;
}

.erphp-weixin-scan .ews-title {
	text-align: center;
	font-size: 18px;
}

.erphp-weixin-scan img {
	width: 100%;
	height: auto;
}

.erphp-weixin-scan .ews-tips {
	text-align: center;
	font-size: 13px;
	color: #999;
	margin-top: 0px;
}

.btn {
	font-size: 16px;
	font-weight: 600;
	background: #fe8103;
	color: #fff;
	border-radius: 2px;
	padding: 8px 25px;
	text-align: center;
	border: none;
	cursor: pointer;
}

.zwHtBox {
	width: 1200px;
	margin: 30px auto;
	height: 88px;
}

.zwHtBox ul li {
	float: left;
	width: 23%;
	margin-right: 2.6%;
	padding: 16px 1.5%;
	border-radius: 10px;
	box-sizing: border-box;
	height: 88px;
}

.zwHtBox ul li b {
	font-size: 32px;
	line-height: 42px;
	display: block;
	font-weight: 800;
}

.zwHtBox ul li i {
	font-size: 18px;
	line-height: 20px;
	display: block;
	color: #333;
	font-style: normal;
	font-weight: bold;
}

.zwHtBox ul li span {
	font-size: 14px;
	line-height: 22px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
}

.zwHtBox ul li.one {
	border: solid 1px #f2462a;
	background: url(/system/eshop/template/mobile/job/images/ljgx.png) no-repeat right center;
}

.zwHtBox ul li.one b,
.zwHtBox ul li.one span em {
	color: #f2462a;
}

.zwHtBox ul li.two {
	border: solid 1px #2e27e6;
	background: url(/system/eshop/template/mobile/job/images/jrgx.png) no-repeat right center;
}

.zwHtBox ul li.two b,
.zwHtBox ul li.two span em {
	color: #2e27e6;
}

.zwHtBox ul li.three {
	border: solid 1px #2a9786;
	background: url(/system/eshop/template/mobile/job/images/jjjz.png) no-repeat right center;
}

.zwHtBox ul li.three b,
.zwHtBox ul li.three span em {
	color: #2a9786;
}

.zwHtBox ul li.four {
	border: solid 1px #fc7d50;
	background: url(/system/eshop/template/mobile/job/images/bzgx.png) no-repeat right center;
	margin-right: 0;
}

.zwHtBox ul li.four b,
.zwHtBox ul li.four span em {
	color: #fc7d50;
}

.guizs {
	text-align: left;
	white-space: pre-line;
	word-wrap: break-word;
}