.middleMain{
	width: 100%;
	background-color: #f3f3f3;
	padding-top: 60px;
	padding-bottom: 70px;
}
.container {
	width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	display: flex;
	justify-content: flex-start;
}

.hd {
	width: 250px;
	background: #022644;
	color: #fff;
}

.theItem {
	padding-top: 17px;
	padding-bottom: 15px;
	position: relative;
	cursor: default;
	transition: all .5s;
	cursor: pointer
}

.theItem:after {
	content: "";
	width: 80%;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	position: absolute;
	left: 10%;
	bottom: 0;
}

.theItem i {
	margin-left: 20px;
	margin-right: 20px;
	float: left;
	background: url("../images/icon-logo.png") no-repeat;
	width: 40px;
	height: 40px;
	position: relative;
	z-index: 2;
	transition: all .2s;
}

.theItem.item-1 i {
	background-position: 0 0;
}

.theItem.item-2 i {
	background-position: -40px 0;
}

.theItem.item-3 i {
	background-position: -80px 0;
}

.theItem.item-4 i {
	background-position: -120px 0;
}

.theItem.item-5 i {
	background-position: -160px 0;
}

.theItem.item-6 i {
	background-position: -200px 0;
}
.theItem.item-7 i {
	background-position: -240px 0;
}
.theItem.item-8 i {
	background-position: -280px 0;
}
.theItem.item-1.on i {
	background-position: 0 -40px;
}

.theItem.item-2.on i {
	background-position: -40px -40px;
}

.theItem.item-3.on i {
	background-position: -80px -40px;
}

.theItem.item-4.on i {
	background-position: -120px -40px;
}

.theItem.item-5.on i {
	background-position: -160px -40px;
}

.theItem.item-6.on i {
	background-position: -200px -40px;
}
.theItem.item-7.on i {
	background-position: -240px -40px;
}
.theItem.item-8.on i {
	background-position: -280px -40px;
}

.theItem:before {
	background: #01c2e6;
	/* Old browsers */
	background: -moz-linear-gradient(left, #01c2e6 0%, #1161ff 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #01c2e6 0%, #1161ff 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #01c2e6 0%, #1161ff 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01c2e6', endColorstr='#1161ff', GradientType=1);
	/* IE6-9 */
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 0;
	transition: all .2s;
}

.theItem.on:before {
	width: 100%;
}

.theItem.on:after {
	display: none;
}

.jobBox {
	position: relative;
	z-index: 2;
}

.jobBox h3 {
	font-size: 16px;
	margin-bottom:6px;
}

.jobBox p {
	font-size: 15px;
	color: rgba(255, 255, 255, .7);
}

.bd {
	position: relative;
	flex: 1;
	background-color: #fff;
}

.bdInnder {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	display: none;
}

.inner {
	padding: 28px 26px 20px 66px;
}

.innerTitle {
	font-size: 24px;
	margin-bottom: 26px;
	color: #333;
}

.intro {
	margin-bottom: 28px;
}
.intro:last-child {
	margin-bottom: 0px;
}

.smallTitle {
	font-size: 16px;
	margin-bottom: 12px;
	color: #000;
	line-height: 1;
	border-left: 2px solid #0052d9;
	padding-left: 6px;
}

.info{
	font-size: 15px;
	color: #777;
	line-height: 2.1;
}
