#wx_position {
	margin: 0 auto;
	padding: 0;
	/*   width: 60%;  */
	font-size: 20px;
	background-color: #F5F5F5;
}

.el-collapse-item__header {
	padding: 0 20px;
	margin: 10px;
	background-color: #FFFFFF;
	color: #787878;
	font-size: 16px;
}

.el-icon-arrow-right:before {
	content: "立即申请 \e723";
}

.el-collapse-item__content {
	padding: 0 20px;
	color: #454545;
	font-size: 15px;
}

.el-collapse-item__arrow.is-active {
	-webkit-transform: none;
	transform: none;
}

.position_detail_header {
	font-size: 14px;
	font-weight: 600;
}

.position_detail_body {
	font-size: 13px;
	padding-left: 20px;
}

.el-collapse-item__header.is-active {
	background: #1D6BC3;
	color: white;
}

.el-collapse-item__header.is-active .el-icon-arrow-right:before {
	content: "立即申请 \e722";
}

.el-button--primary {
	color: #FFF !important;
	background-color: #1D6BC3 !important;
	border-color: #1D6BC3 !important;
}

.position_header {
	margin: 10px;
	padding-top: 10px;
	font-weight: 600;
	display: -webkit-flex;
	/* Safari */
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: baseline;
}

.position_header_left {
	/* padding: 10px; */
	width:50%;
  	font-weight: 500;
}

.position_header_right {
	margin-right: 35px;
}

.position_header_right .el-button {
	font-size: 16px;
	color: #454545;
}

#c_employ_list-1601198687150{

	height:800px;
}

.wx_pagination{
	text-align: right;
}
	
.wx_pagination .el-pagination.is-background .el-pager li:not(.disabled).active{
	background-color:#1D6BC3;
}


@media only screen and (max-width: 1024px) {
	#wx_position {
		width:100%  important;
	}
  	.position_header_left {
		/* padding: 10px; */
		width:100%;
	}
	.position_header_right {
		width:100%;
		text-align: right;
	}
}
