.content h2,.content h3{
	margin-top: 0;
}
.content{
	padding: 40px 20px;
}
/*职位选项*/
.post-list{
	background: white;
	position: relative;
}
.post-list2>li{
	width: calc(100% / 5);
	float: left;
}
.post-list>li>a{
	color: #747474;
	text-align: center;
	padding: 18px 15px;
	z-index: 2;
}
.post-list>li.active>a{
	color: #e60315;
}
.post-list>li.active>a:visited {
	background: red;
}
.post-list>li>a:hover{
	background: none;
}
.moveBox{
	width: 300px;
	height: 135px;
	background: #efeeec;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	z-index: 1;
	transition: left .2s linear;
}
.moveBox2{
	width: calc(100% / 5);
}
.post-type{
	width: 64px;
	height: 64px;
	margin: 0 auto 15px;
}
.pType-1{
	background: url(../images/skill.png) no-repeat;
	background-size: 100% 100%;
}
.post-list>li.active .pType-1{
	background: url(../images/skill-r.png) no-repeat;
}
.pType-2{
	background: url(../images/product-r.png) no-repeat;
	background-size: 100% 100%;
}
.post-list>li.active .pType-2{
	background: url(../images/product.png) no-repeat;
}
.pType-3{
	background: url(../images/desgin.png) no-repeat;
	background-size: 100% 100%;
}
.post-list>li.active .pType-3{
	background: url(../images/desgin-r.png) no-repeat;
}
.pType-4{
	background: url(../images/consult.png) no-repeat;
	background-size: 100% 100%;
}
.pType-5{
	background: url(../images/operation.png) no-repeat;
	background-size: 100% 100%;
}
.post-list>li.active .pType-5{
	background: url(../images/operation-r.png) no-repeat;
}
.post-list>li.active .pType-4{
	background: url(../images/consult-r.png) no-repeat;
}

/*职位信息*/
.post-info{
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.post-info>li{
	width: 50%;
	/*float: left;*/
	padding-right: 30px;
	margin-bottom: 20px;
}
.post-info ol li{
	list-style-type: decimal;
	margin-bottom: 6px;
}
.post-info ol{
	padding-left: 17px;
}
.fuli .row{
	margin-left: 0;
	margin-right: 0;
}
