:root {
 --Active-Color: #120DDC;  /*主题色*/
}
html {
	width: 100%;
	min-width: 1200px;
	overflow-x: hidden;
}
body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 16px;
	text-size-adjust: none;
	font-family: Microsoft YaHei;
	width: 100%;
	min-width: 1200px;
	background: #0C267D;
}
a {
	color: var(--Active-Color);
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.hide {
	display: none;
}
.clearfix:after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}
.clearfix {
	zoom: 1;
}
/* 图标 */
.icon-search {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px solid #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.icon-search::after {
	content: "";
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px;
	height: 3px;
	position: absolute;
	top: 14px;
	left: 13px;
	background: #fff;
}
.icon-narrow::after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	transform: rotate(45deg);
}

/* 单位信息框 */
.company-block {
	position: relative;
	width: 1190px;
	margin: 0 auto;
}
.company-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	width: 1185px;
	min-height: 400px;
	margin: 0 auto;
}
.company-item {
	width: 385px;
	min-height: 230px;
	margin: 10px 15px 10px 0;
	position: relative;
	display: block;
	z-index: 1;
    box-sizing: border-box;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #e6e7ec;
    border-radius: 16px;
    box-shadow: 0 6px 16px 0 rgba(55, 69, 103, 0.05);    
}
.company-item:nth-child(3n) {
	margin-right: 0;
}
.company-name {
	color: var(--Active-Color);
	font-size: 20px;
	font-weight: 600;
    line-height: 1;
	padding: 0 5px 15px;
	border-bottom: 2px dashed var(--Active-Color);
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.company-tag {
	margin: 8px 5px;
	height: 25px;
	overflow: hidden;
}
.company-tag span {
	font-size: 12px;
	color: var(--Active-Color);
	display: inline-block;
	padding: 2px 4px;
	margin: 5px 5px 0px 0px;
    box-shadow: 0px 6px 16px 0px rgba(55, 69, 103, 0.05);
    background: linear-gradient(199.20deg, rgba(255, 193, 54, 0.2) -6.379%,rgba(18, 13, 220, 0.2) 77.129%);
}
.company-position {
	margin: 8px 5px;
	height: 72px;
	overflow: hidden;
}
.company-position a {
	color: #374567;
	font-size: 16px;
	line-height: 24px;
	display: inline-block;
	margin-right: 8px;
}
.company-detail {	
    width: 100%;
    display: block;	
	position: absolute;
	bottom: 0;
	right: 0;
    color: #fff;
	font-size: 18px;
    font-weight: bold;
	line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    border: 4px solid #ffffff;
    border-radius: 0 0 16px 16px;
    box-shadow: 0px 6px 16px 0px rgba(55, 69, 103, 0.05);
    background: linear-gradient(199.20deg, rgba(255, 193, 54, 1) -6.379%,rgba(18, 13, 220, 1) 77.129%);
}
.company-name:hover {
	text-decoration: none;
	color: var(--Active-Color);
	box-shadow: 0 6px 16px 0 rgba(55, 69, 103, 0.05);
}
.company-detail:hover {
	text-decoration: none;
	color: #ffffff;
}
/* 页码 */
.pager {
	color: var(--Active-Color);
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	padding: 50px;
}
.pager .total-page {
    display: inline-block;
    width: 120px;
    height: 34px;
	box-shadow: 0px 6px 16px 0px rgba(55, 69, 103, 0.05);
    background: #ffffff;
}
.pager a {
	color: #fff;
    display: inline-block;
    width: 94px;
    height: 34px;
	border-radius: 23px 0px 0px 23px;
    box-shadow: 0px 6px 16px 0px rgba(55, 69, 103, 0.05);
    background: rgba(255,255,255, 0.3);
}
.pager a.next {
	border-radius: 0px 23px 23px 0px;
}
.pager a:hover {
	background: rgba(255,255,255, 0.5);
	text-decoration: none;
}

/* loading */
.blur {
	/* opacity: .7; */
	filter: blur(2px);
	pointer-events: none;
}
.mask-loading {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	min-height: 50px;
	/* background: rgba(255, 255, 255, 0.1); */
}
.div-loading {
	width: 100px;
	height: 50px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.text-loading {
	font-size: 14px;
	color: #fff;
	display: block;
	margin: 5px auto;
}
.icon-loading {
	width: 24px;
	height: 24px;
	background: gray;
	display: inline-block;
	vertical-align: middle;
	-webkit-animation: weuiLoading 1s steps(12, end) infinite;
	animation: weuiLoading 1s steps(12, end) infinite;
	background: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 100 100'%3E%3Cpath fill='none' d='M0 0h100v100H0z'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23E9E9E9' rx='5' ry='5' transform='translate(0 -30)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23989697' rx='5' ry='5' transform='rotate(30 105.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%239B999A' rx='5' ry='5' transform='rotate(60 75.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23A3A1A2' rx='5' ry='5' transform='rotate(90 65 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23ABA9AA' rx='5' ry='5' transform='rotate(120 58.66 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23B2B2B2' rx='5' ry='5' transform='rotate(150 54.02 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23BAB8B9' rx='5' ry='5' transform='rotate(180 50 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23C2C0C1' rx='5' ry='5' transform='rotate(-150 45.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23CBCBCB' rx='5' ry='5' transform='rotate(-120 41.34 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23D2D2D2' rx='5' ry='5' transform='rotate(-90 35 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23DADADA' rx='5' ry='5' transform='rotate(-60 24.02 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23E2E2E2' rx='5' ry='5' transform='rotate(-30 -5.98 65)'/%3E%3C/svg%3E") no-repeat;
	background-size: 100%;
}
 @-webkit-keyframes weuiLoading {
 0% {
 -webkit-transform: rotate3d(0, 0, 1, 0deg);
 transform: rotate3d(0, 0, 1, 0deg);
}
 100% {
 -webkit-transform: rotate3d(0, 0, 1, 360deg);
 transform: rotate3d(0, 0, 1, 360deg);
}
}
 @keyframes weuiLoading {
 0% {
 -webkit-transform: rotate3d(0, 0, 1, 0deg);
 transform: rotate3d(0, 0, 1, 0deg);
}
 100% {
 -webkit-transform: rotate3d(0, 0, 1, 360deg);
 transform: rotate3d(0, 0, 1, 360deg);
}
}


.header {
    width: 100%;
    min-width: 1190px;
    position: relative;
}
.header img {
    display: block;
    width: 100%;
}
.header::before {
    content: '';
    display: block;
    width: 100%;
    height: 190px;
    background: linear-gradient(180.00deg, rgba(12, 38, 125, 0) 0%,rgba(12, 38, 125, 0.81) 64.133%,rgba(12, 38, 125, 1) 85.656%);
    position: absolute;
    bottom: 0;
    left: 0;
}

/* 搜索框 */
.search-div {
	margin: 0 auto;
	position: relative;
	width: 870px;
	height: 60px;
	background: url('../img/search-bg.png');
	background-size: 100% 100%;
}
.search-div input {
	width: 74%;
    height: 52px;
    font-size: 16px;
    padding-left: 10px;
    box-sizing: border-box;
    outline: none;
    border: none;
    position: relative;
    top: 4px;
    left: 22px;
}
.search-div .search-btn {
	width: 23%;
	height: 60px;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
	border-radius: 0 30px 30px 0;
}
/* 标题 */
.block-title {
	margin: 120px auto 70px;
}
.block-title img {
	max-width: 1190px;
	display: block;
	margin: 0 auto;
}

/* 单位报名 */
.apply-block {
	width: 1190px;
	height: 500px;
	background: #fff;
	margin: 0 auto 200px;
	box-sizing: border-box;
	padding: 40px 40px 40px 25px;   
    border: 1px solid #e6e7ec;
    border-radius: 16px;
    box-shadow: 0 6px 16px 0 #3745670d;
}
.apply-block .apply-title {
    position: relative;
	font-size: 26px;
    font-weight: 700;
    line-height: 34px;	      
}
.apply-block .apply-text {
    padding-left: 65px;
}
.apply-block .apply-btn {
	display: inline-block;
	width: 240px;
	height: 60px;
    box-sizing: border-box;
    border-radius: 30px;
    border: 4px solid #ffffff;
    box-shadow: 0 6px 16px rgba(55, 69, 103, 0.2);
    background: linear-gradient(199deg, #ffc136 0%,#3c64f5 100%);
    
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 52px;
    text-align: center;
}
.apply-block .apply-btn:hover {
    text-decoration: none;
}

/* foot */
.foot {
	width: 100%;
	min-width: 1190px;
	position: relative;
	text-align: center;
	padding: 40px 0;
    background: #243362;
}
.foot .item {
	display: inline-block;
	vertical-align: middle;
	font-size: 26px;
	line-height: 22px;
	color: #ffffff;
	margin: 90px;
}
.foot .item img {
	display: block;
	height: 180px;
	margin: 0 auto 30px;
}