/*招聘岗位*/
.offer-work {
	padding: 3% 0;
	background: #f6f6f6;
}

.item-list {
	padding: 4% 0;
	overflow: hidden;
}

.item-list ul {
}

.offer-work .item-list {
	border-top: 1px solid #ededed;
	margin: 5% 0;
	padding: 3% 5%;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}

.offer-work .item-list .worder-item {
	background: #fff;
	margin-bottom: 1%;
}

.offer-work .item-list .title {
	padding: 2% 5%;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	background: #fff;
}

.offer-work .item-list .title * {
	display: inline-block;
	vertical-align: middle;
}

.offer-work .item-list .title h3 {
	width: 20%;
	font-size: 18px;
	color: #1a1a1a;
	font-weight: bold;
}

.offer-work .item-list .title h4 {
	width: 59%;
}

.offer-work .item-list .title h4 span {
	font-size: 14px;
	color: #999999;
	font-weight: normal;
}

.offer-work .item-list .title h4 i {
	width: 1px;
	height: 20px;
	background: #333;
	display: inline-block;
	vertical-align: middle;
	margin: 0 34px;
	opacity: .4;
	-ms-transform: rotate(35deg);
	-moz-transform: rotate(35deg);
	-webkit-transform: rotate(35deg);
	-o-transform: rotate(35deg);
	transform: rotate(35deg);
}

.offer-work .item-list .title h5 {
	width: 16%;
	text-align: right;
	font-size: 14px;
	color: #999999;
	padding-right: 3%;
	font-weight: normal;
	position: relative;
}

.offer-work .item-list .title h5 i {
	width: 15px;
	height: 30px;
	opacity: 0.5;
	background: url("../images/dd1.png") center no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
}

.offer-work .item-list .worder-item.cur .title {
	font-weight: bold;
}

.offer-work .item-list .worder-item.cur .title h5 i {
	background: url("../images/dd2.png") center no-repeat;
}

.offer-work .item-list .children {
	background: #fff;
	border-top: 1px solid #ededed;
	padding: 3% 5%;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	display: none;
}

.offer-work .item-list li.cur {
}

.offer-work .item-list li.cur .children {
	display: block;
}

.offer-work .item-list .title:hover h3 {
	color: #d1292e;
}

.applyjobs {
	background: #d1292e;
	color: #fff;
	width: 200px;
	height: 50px;
	border: 1px solid #fff;
	line-height: 50px;
	text-align: center;
	display: block;
	margin: 30px 0;
}

.applyjobs:hover {
	background: #d1292e;
	color: #fff;
	border: 1px solid #d1292e;
}
@media screen and (max-width:1024px){
.offer-work {
	padding: 3% 0;
	background: #f6f6f6;
}

.item-list {
	padding: 4% 0;
	overflow: hidden;
}

.item-list ul {
}

.offer-work .item-list {
	border-top: 1px solid #ededed;
	margin: 5% 0;
	padding: 3% 5%;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}

.offer-work .item-list .worder-item {
	background: #fff;
	margin-bottom: 1%;
}

.offer-work .item-list .title {
	padding: 2% 5%;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	background: #fff;
}

.offer-work .item-list .title * {
	display: inline-block;
	vertical-align: middle;
}

.offer-work .item-list .title h3 {
	width: 100%;
	font-size: 18px;
	color: #1a1a1a;
	font-weight: bold;
}

.offer-work .item-list .title h4 {
    display: none;
	width: 100%;
}

.offer-work .item-list .title h4 span {
	font-size: 14px;
	color: #999999;
	font-weight: normal;
}

.offer-work .item-list .title h4 i {
	width: 1px;
	height: 20px;
	background: #333;
	display: inline-block;
	vertical-align: middle;
	margin: 0 34px;
	opacity: .4;
	-ms-transform: rotate(35deg);
	-moz-transform: rotate(35deg);
	-webkit-transform: rotate(35deg);
	-o-transform: rotate(35deg);
	transform: rotate(35deg);
}

.offer-work .item-list .title h5 {
	width: 100%;
	text-align: right;
	font-size: 14px;
	color: #999999;
	padding-right: 60%;
	font-weight: normal;
	position: relative;
}

.offer-work .item-list .title h5 i {
	width: 15px;
	height: 30px;
	opacity: 0.5;
	background: url("../images/dd1.png") center no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
}

.offer-work .item-list .worder-item.cur .title {
	font-weight: bold;
}

.offer-work .item-list .worder-item.cur .title h5 i {
	background: url("../images/dd2.png") center no-repeat;
}

.offer-work .item-list .children {
	background: #fff;
	border-top: 1px solid #ededed;
	padding: 3% 5%;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	display: none;
}

.offer-work .item-list li.cur {
}

.offer-work .item-list li.cur .children {
	display: block;
}

.offer-work .item-list .title:hover h3 {
	color: #004386;
}

.applyjobs {
	color: #fff;
	width: 200px;
	height: 50px;
	border: 1px solid #fff;
	line-height: 50px;
	text-align: center;
	display: block;
	margin: 30px 0;
}

.applyjobs:hover {
}
}
/*招聘岗位*/