.banner {
	height: 500px;
	background: url(../images/banner.jpg?ver=20231026001) no-repeat center top;
}
.banner_h5 {
	display: none;
}
.commWrap {
	width: 1200px;
	margin: 0 auto;
}
.jobsection {
	margin: 20px 0 0 0;
}
.jobfairJobItem {
  height: 104px;
  background: #FFFFFF;
  padding: 20px 20px 18px 20px;
  position: relative;
  transition: linear all 0.2s;
  border-radius: 8px;
  border: 1px solid #eeeeee  ;
  box-sizing: border-box;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
}
.jobfairJobItem:hover {
  border: solid 1px #7ad6f8;
  box-shadow: 0px 0px 12px 0px rgba(122, 214, 248, 0.26);
}

.jobfairJobItem .text a:hover {
  color: #FC6502;
}
.jobfairJobItem .hr1 {
  height: 8px;
  background: url(../images/jobfairhrLine.png) no-repeat center center;
}
.jobfairJobItem .post-box {
  margin-bottom: 10px;
}
.jobfairJobItem .post {
  width: 100%;
}
.jobfairJobItem .base_information .img {
  width: 52px;
  /*height: 52px;*/
  border: 1px solid #f3f3f3;
  margin-right: 10px;
  border-radius: 4px;
}
.jobfairJobItem .base_information .text .order {
  width: 250px;
}

.jobfairJobItem .base_information .text .com_name {
	width: 100%;
}
.jobfairJobItem .base_information .text .com_name {
  color: #666666;
  font-size: 16px;
  line-height: 26px;
  cursor: pointer;
  font-weight: 400;
}
.jobfairJobItem .base_information .text .com_name:hover {
  color: #FC6502;
}
.jobfairJobItem .base_information .text .order {
  color: #929292;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}
.jobfairJobItem .base_information .img img {
  width: 50px;
  /*height: 50px;*/
  border-radius: 4px;
  object-fit: contain;
}
.jobfairJobItem .post {
	display: flex;
	justify-content: space-between;
  position: relative;
}
.jobfairJobItem .post-box .post:last-child {
  border-bottom: none;
}
.jobfairJobItem .post .post_name {
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #222222;
}
.jobfairJobItem .post .post_name:hover {
  color: #FC6502;
}
.jobfairJobItem .post .hasmore {
  display: block;
  font-size: 12px;
  padding: 0 10px 0 0;
  color: #999999;
  position: absolute;
  right: 0;
  top: -3px;
}
.jobfairJobItem .post .hasmore:after {
  content: '';
  width: 9px;
  height: 10px;
  background: url(/static/images/icon.png) no-repeat;
  background-position: -220px -414px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(0deg) scale(1, 1);
}
.jobfairJobItem .post .wage_text{
  color: #FC6502;
  font-size: 16px;
  font-weight: 500;
}
.jobfairJobItem .post .district{
  font-size: 12px;
  line-height: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #BABABA;
}
.jobfairJobItem .move_wrapper {
  display: flex;
  justify-content: right;
  align-items: center;
  padding: 12px 0 0;
}
.jobfairJobItem .move_wrapper .more{
  position: relative;
  padding-right: 14px;
}
.jobfairJobItem .move_wrapper .more::before,
.jobfairJobItem .move_wrapper .more::after{
  position: absolute;
  content: '';
  width: 7px;
  height: 1px;
  right: 4px;
  top: 50%;
  margin-top: -0.5px;
  background: #FC6502;
  transform-origin: 100% 50%;
}
.jobfairJobItem .move_wrapper .more::before{
  transform: rotate(-45deg);
}
.jobfairJobItem .move_wrapper .more::after{
  transform: rotate(45deg);
}
.zcbox {
	line-height: 120%;
}
.zcbox h2 {
	border-left: 3px solid #c1d9f0;
	padding-left: 8px;
	margin: 15px 0;
}
.bigtitle {
	width: 500px;
	height: 80px;
	line-height: 80px;
	border-radius: 200px;
	font-size: 30px;
	margin: 20px auto 0 auto;	
	text-align: center;
	color: #ffffff;
	background: #349ee8;
}
.bigmore {
	width: 390px;
	height: 60px;
	line-height: 60px;
	border-radius: 200px;
	font-size: 22px;
	margin: 20px auto 0 auto;	
	text-align: center;
	color: #349ee8;
	background: #ffffff;
	border: 1px solid #349ee8;
}

.btnswrap {
	height: 400px;
	background: url(../images/index_bg.png) center top repeat-y;
}

.btns {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

.btnlink {
	display: flex;
	width: 100%;
	height: 300px;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	background: linear-gradient(153deg, #EAEEF5 0%, #FFFFFF 100%);
	box-shadow: 0px 3px 20px rgba(5, 36, 82, 0.0700);
	border-radius: 2px;
	cursor: pointer;
	transition: all 1s;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
}

.btnlink .text {
	width: 100%;
	font-size: 30px;
	color: #333333;
	text-align: center;
	line-height: 150%;
	margin: 20px 0 0 0;
}

.switchtap {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0 0 0;
}

.zhengchewrap {
	margin: 20px 0 0 0;
}

.pclink {
	display: block;
}

.mobilelink {
	display: none;
}

@media (min-width: 980px) {
	
}

@media (min-width: 768px) and (max-width: 979px) {
	
}

@media (max-width: 768px) {
	.banner {
		display: none;
	}
	.banner_h5{
		display: block;
	}
	.commWrap {
		box-sizing: border-box;
		width: 100%;
		padding: 0 15px;
	}
	.btns {
    width: 100%;
    margin: 0 auto;
	}
	.btnlink {
		width: auto;
		height: 200px;
		margin: 0 15px 15px 15px;
	}
	
	.btnlink .icon,
	.btnlink .icon img {
		width: 90px;
	}
	.btnlink .text {
		font-size: 20px;
		margin: 10px 0 0 0;
	}
	.bigmore,.bigtitle {
		width: 100%;
		height: 60px;
		line-height: 60px;
	}
	.bigtitle {
		font-size: 22px;
	}
	.jobfairJobItem .base_information .text {
		width: 100%;
	}
	.pclink {
		display: none;
	}
	
	.mobilelink {
		display: block;
		text-align: center;
	}
	.showmorecode {
		width: 180px;
		height: 180px;
		margin: 20px auto 10px auto;
		padding: 10px;
		border: 1px solid #cccccc;
		display: flex;
		align-items: center;
		align-content: center;
	}
	.showmorecode img {
		width: 100%;
	}
}


@media (max-width: 740px) {
	
}

@media (max-width: 480px) {
	
}

@media (max-width:320px) {
    
}