.l-area {
	width: 282px;
	background: #F9FBFB;
	height: 441px;
	box-sizing: border-box;
}

.l-area li:first-child {
	background: rgba(85, 109, 133, 0.60);
	border-radius: 4px 4px 0 0;
	font-size: 16px;
	color: #fff;
	padding: 0 0 0 40px;
	line-height: 56px;
	font-size: 16px;
}

.l-area li {
	line-height: 35px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.60);
	padding: 0 0 0 40px;
	cursor: context-menu;
}

.l-area li+li:hover {
	background: #fff;
}

.l-area li .h-box {
	display: none;
	width: 612px;
	font-size: 0;
	box-sizing: border-box;
	padding: 24px 40px;
	left: 282px;
	top: 0;
	bottom: 0;
	overflow-y: auto;
	z-index: 9;
	background: #fff;
}

.l-area li .h-box::-webkit-scrollbar {
	width: 11px;
	height: 40px;
	background: #E7ECF2;
	border-radius: 5.5px;
	padding: 0 16px;
}

.l-area li .h-box::-webkit-scrollbar-thumb {
	margin: auto;
	background: #ccc;
	border-radius: 5.5px;
	height: 40px;
}

.l-area li .h-box dl {
	line-height: normal;
}

.l-area li .h-box dl+dl {
	margin-top: 40px;
}

.l-area li .h-box dt {
	color: rgba(0, 0, 0, 0.60);
	line-height: 22px;
	margin: 0 0 16px;
	font-size: 14px;
}

.l-area li .h-box dd {
	display: inline-block;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.60);
	line-height: 30px;
	margin-right: 24px;
}

.l-area li .h-box dd a {
	display: block;
	color: rgba(0, 0, 0, 0.60);
}

.l-area li .h-box dd:hover a {
	color: #04A4AA;
}

.l-area li+li:hover .h-box {
	display: block;
	box-shadow: 8px 0 16px 0 #CFE5FB;
	border-radius: 0 4px 4px 0;
	-webkit-animation: leftFadeIn .3s ease-out;
	-moz-animation: leftFadeIn .3s ease-out;
	animation: leftFadeIn .3s ease-out;
}

.swiper-container {
	width: 588px;
	height: 441px;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
}

.swiper-pagination .swiper-pagination-bullet {
	border-radius: 8px;
	background: #fff;
	opacity: .4;
	width: 10px;
	height: 10px;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 20px;
	border-radius: 8px;
	background: #fff;
	opacity: .8;
	transition: .3s;
	-webkit-transition: .3s;
}


.swiper-button-next,
.swiper-button-prev {
	color: #fff;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	font-size: 10px;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	font-size: 10px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background: rgba(0, 0, 0, .2);
	left: 0;
	border-radius: 0 30px 30px 0;
	height: 38px;
	padding: 0 8px 0 0;
	box-sizing: border-box;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background: rgba(0, 0, 0, .2);
	right: 0;
	border-radius: 30px 0 0 30px;
	height: 38px;
	padding: 0 0 0 8px;
	box-sizing: border-box;
}

.r-box {
	width: 282px;
}

.r-box a {
	display: block;
	height: 102px;
	margin: 0 0 9px;
	border: 1px solid transparent;
}

.r-box a.active {
	border: 1px solid #35D9E3;
	border-radius: 4px;
}

.r-box a.active:before {
	content: "";
	position: absolute;
	left: -20px;
	top: 50%;
	margin-top: -10px;
	border: 10px solid transparent;
	border-right: 10px solid #35D9E3;
}

.r-box a img {
	width: 100%;
	height: 100%;
	border-radius: 4px;
}

.strip-box {
	font-size: 0;
	margin-top: 40px;
}

.strip-box a {
	display: inline-block;
	width: 20%;
}

.strip-box a img {
	width: 100%;
	height: 100%;
}

.hot-job {
	margin-top: 40px;
	-webkit-animation: leftFadeIn .5s ease-out;
	-moz-animation: leftFadeIn .5s ease-out;
	animation: leftFadeIn .5s ease-out;
}

.bg-tit {
	padding-left: 14px;
	font-size: 28px;
}

.bg-tit:before {
	content: '';
	position: absolute;
	left:0;
	width: 5px;
	top: 6px;
	bottom: 3px;
	background: url('/static/img/xgd_bgStrip.png') no-repeat;
	background-size: 100% 100%;
	/*background-image: linear-gradient(#34DC9F,#2ACED1);*/
}

h4 .r {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.60);
}

h4 .r .iconfont {
	margin-left: 2px;
}

.hot-job ul {
	margin: 0 -10px;
}

.hot-job ul li {
	width: 33.33%;
	padding: 0 12px;
	margin-bottom: 24px;
	box-sizing: border-box;
}

.hot-job ul li .box {
	background: #F9FBFB;
	border-radius: 8px;
	padding: 27px 21px 31px;
	box-sizing: border-box;
	position: relative;
	-webkit-transition: ease-in-out .3s;
	-moz-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
	border: 1px solid #E7E7E7;
	height: 232px;
}

.hot-job ul li .box:hover {
	background: #fff;
	box-shadow: 0 0 16px 0 #CFE5FB;
	border-radius: 4px;
}

.hot-job ul li .box i.ictop {
	position: absolute;
	right: 0;
	top: 0;
	width: 43px;
	height: 42px;
	display: block;
	background: url(/static/images/icon_top.png) no-repeat center center;
	background-size: contain;
}

.hot-job ul li .box .top {
	padding-bottom: 20px;
	border-bottom: 1px solid #E7E7E7;
	margin-bottom: 20px;
}

.hot-job ul li .box .top a {
	display: block;
}

.hot-job ul li .box .top h3 {
	font-size: 18px;
	color: #38383b;
	display: flex;
	justify-content: space-between;
}

.hot-job ul li .box .top h3 .jz {
	right:-1px;
	top:-1px;
	background: #FF933E;
	color:#fff;
	font-size: 12px;
	border-radius: 0 8px;
	width: 46px;
	height:27px;
	line-height:27px;
	text-align: center;
}

.hot-job ul li .box .top h3 span {
	/*max-width: 170px;*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	line-height: 28px;
	flex:1;
}

.job ul li .box .top h3 > span {
	padding-right: 10px;
}

.hot-job ul li .box .top h3 span:hover {
	color: #04A4AA;
}

.hot-job ul li .box .top h3 em {
	font-size: 22px;
	line-height: 28px;
}

.hot-job ul li .box .top .ptext {
	line-height: 36px;
}

.hot-job ul li .box .top .ptext span {
	margin-right: 10px;
	position: relative;
}
.hot-job ul li .box .top .ptext span + span {
	padding-left: 10px;
}
.hot-job ul li .box .top .ptext span + span:after {
	content: '';
	position: absolute;
	left:0;
	top:12px;
	bottom:12px;
	width: 1px;
	background: #6d6d6d;
}

.hot-job ul li .box .top .ptext em {
	float: right;
	font-size: 10px;
	color: rgba(3, 0, 0, 0.40);
}

.hot-job ul li .box .top .markbox {
	min-height: 19px;
}

.hot-job ul li .box .top .markbox span {
	background: #fff;
	border: 1px solid #04A4AA;
	border-radius: 2px;
	display: inline-block;
	padding: 0 4px;
	line-height: 16px;
	font-size: 10px;
	color: #04A4AA;
}

.hot-job ul li .box .bottom {}

.hot-job ul li .box .bottom .imgbox {
	width: 45px;
	height: 45px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: left;
	margin-right: 10px;
	position: relative;
}

.hot-job ul li .box .bottom .imgbox a {
	display: block;
}

.hot-job ul li .box .bottom .imgbox img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.hot-job ul li .box .bottom .bright {
	position: relative;
	overflow: hidden;
}

.hot-job ul li .box .bottom .bright .brtit {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	font-size: 15px;
	color: #242424;
	line-height: 24px;
	font-weight: bold;
}

.hot-job ul li .box .bottom .bright .brtit:hover {
	color: #04A4AA;
}

.hot-job ul li .box .bottom .bright .brInfo {
	font-size: 12px;
	color: #6d6d6d;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 20px;
	margin-top: 4px;
}

.hot-job ul li .box .bottom .bright .brInfo span + span {
	position: relative;
	padding-left: 20px;
}

.hot-job ul li .box .bottom .bright .brInfo span + span:before {
	content: '';
	position: absolute;
	left:10px;
	width: 1px;
	background: #6d6d6d;
	top:2px;
	bottom:2px;
}


.hot-job ul li .box .bottom .bright .brInfo em {
	margin: 0 8px;
}

.comlist {
	margin-top: 26px;
}

.title {
	margin: 0 0 18px;
	line-height: 38px;
}


.comlist h4 .r {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.60);
}

.comlist li .box {
	background: #F9FBFB;
	border-radius: 8px;
	padding: 0 0 20px;
	border: 1px solid #E7E7E7;
	overflow: hidden;
}

.comlist ul {
	margin: 0 -10px;
}

.comlist li {
	width: 25%;
	box-sizing: border-box;
	padding: 0 10px;
	-webkit-transition: ease-in-out .3s;
	-moz-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}

.comlist li .box:hover {
	box-shadow: 0px 0px 13px 0px rgba(0, 31, 88, 0.13);
}

.comlist li .imgbox {
	/* width: 288px; */
	height: 207px;
	overflow: hidden;
	position: relative;
	background: #fff;
}

.comlist li .imgbox a {
	display: block;
}

.comlist li .imgbox img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
}

.comlist li .imgbox:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.comInfo {
	position: relative;
	text-align: center;
}

.comInfo .comImg {
	position: absolute;
	left: 50%;
	box-sizing: border-box;
	margin-left: -45px;
	margin-top: -39px;
	width: 75px;
	height: 75px;
	border-radius: 3px;
	overflow: hidden;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.28);
	/*border: solid 1px rgba(0, 19, 55, 0.07);*/
}

.comInfo .comImg a {
	display: block;
}

.comInfo .comImg img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.comInfo .comtext {
	padding-top: 46px;
}

.comInfo .comtext h4 {
	font-size: 18px;
	color: #4f4f4f;
	font-weight: bold;
	margin: 0 auto 6px;
}

.comInfo .comtext h4 a {
	display: block;
	max-width: 240px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: auto;
	font-size: 20px;
	color: #242424;
	line-height: 31px;
}

.comInfo .comtext h4 a:hover {
	color: #04A4AA;
}

.comInfo .comtext .cinfo {
	font-size: 12px;
	color: #6d6d6d;
	margin-bottom: 4px;
	overflow: hidden;
	line-height: 20px;
	height: 20px;
	padding:0 20px;
	box-sizing: border-box;
}

.comInfo .comtext .cinfo span {
	/*max-width: 80px;*/
	/*display: inline-block;*/
	/*overflow: hidden;*/
	/*text-overflow: ellipsis;*/
	/*white-space: nowrap;*/
	/*margin: auto;*/
	/*vertical-align: middle;*/
}

.comInfo .comtext .cinfo em {
	margin: 0 10px;
	display: inline-block;
}

.comInfo .comtext .cintro {
	font-size: 15px;
	color: rgba(0, 0, 0, 0.40);
	line-height: 36px;
}

.comInfo .comtext .cintro b {
	color: #04A4AA;
	font-weight: bold;
}

.comInfo .comtext .cintro em {
	margin: 0 15px;
	font-size: 12px;
	color: #8a8b91;
}



.z-list {
	margin-top: 26px;
}

.z-list h4 .l {
	font-size: 30px;
	color: rgba(0, 0, 0, 0.80);
}

.z-list h4 .r {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.60);
}

.z-list ul {
	margin: 0 -12px;
}

.z-list li {
	width: 33.33%;
	height: auto;
	padding: 0 12px;
	margin: 0 0 24px;
	box-sizing: border-box;
	-webkit-transition: ease-in-out .3s;
	-moz-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}

.z-list li .box {
	background: #F9FBFB;
	border-radius: 4px;
	padding: 21px;
	box-sizing: border-box;
	border: 1px solid #E7E7E7;
}

.z-list li .box:hover {
	box-shadow: 0 0 16px 0 #CFE5FB;
	background: #fff;
}

.z-list li .box:hover .ptit span {
	color: #04A4AA;
}

.z-list li .box .zptop {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #E7E7E7;
}

.z-list li .box .zptop .ptit {
	margin: 0 auto 4px;
	overflow: hidden;
	font-size: 20px;
	line-height: 28px;
}

.z-list li .box .zptop .ptit span {
	float: left;
	max-width: 260px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 40px;
}

.z-list li .box .zptop .btnPut {
	display: none;
	cursor: pointer;
	font-size: 19px;
	float: right;
	color: #04A4AA;
}

.z-list li .box:hover .zptop .btnPut {
	display: block;
}

.z-list li .box .zptop .ptxt {
	height: 44px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.60);
	line-height: 22px;
}

.z-list li .box .zpbot {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.40);
	line-height: 20px;
}

.z-list li .box .zpbot .zpname {
	width: auto;
	max-width: 120px;
}

.z-list li .box .zpbot .zpname,
.z-list li .box .zpbot .addr{
	display: block;
	padding-right: 10px;
}

.z-list li .box .zpbot .zpname:before,
.z-list li .box .zpbot .addr:before{
	content: '';
	position: absolute;
	right: 0;
	top: 4px;
	bottom: 4px;
	width: 1px;
	background: #979797;
}

.z-list li .box .zpbot i {
	margin: 0 4px;
}




.jobFair {
	margin-top: 56px;
}


.jobFair h4 .l {
	font-size: 30px;
	color: rgba(0, 0, 0, 0.80);
}

.jobFair h4 .r {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.60);
}

.jobFair ul {
	margin: 0 -12px;
}

.jobFair ul li {
	width: 50%;
	box-sizing: border-box;
	padding:0 12px;
	padding: 0 12px;
	margin: 0 0 24px 0;
	-webkit-transition: ease-in-out .3s;
	-moz-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.jobFair ul li .box {
	background: #F9FBFB;
	border-radius: 4px;
	height:160px;
}

.jobFair ul li .box {
	background: #F9FBFB;
	border-radius: 4px;
	height: 160px;
}

.jobFair li a {
	display: block;
}

.jobFair li .box:hover {
	box-shadow: 0 0 16px 0 #CFE5FB;
	background: #fff;
}

.jobFair li .imgbox {
	width: 212px;
	height: 160px;
	position: relative;
	float: left;
	margin-right: 16px;
	overflow: hidden;
}

.jobFair li .imgbox a {
	display: block;
}

.jobFair li .imgbox img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
}

.jobFair li .imgbox:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jobFair li .jright {
	position: relative;
	overflow: hidden;
	height: 130px;
	padding:16px 16px 0 0;
}

.jobFair li .jright h4 {
	font-size: 20px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 28px;
	margin-bottom: 16px;
	color: rgba(3,0,0,0.80);
}

.jobFair li .jright h4:hover {
	color: #04A4AA;
}

.jobFair li .jright .jtime {
	font-size: 14px;
	color: rgba(3,0,0,0.60);
	line-height: 22px;
	margin-bottom: 4px;
}
.jobFair li .jright .jtime i,
.jobFair li .jright .jaddress i{
	color:#ccc;
	margin-right:4px;
	font-size:14px;
	color: rgba(3, 0, 0, 0.60);
	line-height: 22px;
	margin-bottom: 4px;
}

.jobFair li .jright .jtime i,
.jobFair li .jright .jaddress i {
	color: #ccc;
	margin-right: 4px;
	font-size: 14px;
}

.jobFair li .jright .jaddress {
	font-size: 15px;
	color: #919191;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
