﻿.container .item2 {
	grid-area: main;
	height: 11.16rem;
}
.container .item2 .item2-bg {
	height: 11.16rem;
	background-image: url("./img/banner_job.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.container .item2 .item2-bg .item2-bg-left-bottom {
	position: absolute;
	bottom: 0.4rem;
	left: 10%;
}
.container .item2 .item2-bg .item2-bg-left-bottom p {
	color: #F9FBF9;
	font-size: .4rem;
	padding-left: .0667rem;
	margin-bottom: .0667rem;
}
.container .item2 .item2-bg .item2-bg-left-bottom h1 {
	color: #fff;
	letter-spacing: .04rem;
	font-size: .9333rem;
	margin-bottom: .1333rem;
}
.container .item9 {
	height: 1.0667rem;
	grid-area: item9;
	background: #fff;
	z-index: 1;
	padding: 0 4.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.container .item9 .item9-header-navlist {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 60%;
}
.container .item9 .item9-header-navlist div a {
	color: #004da0;
	font-size: 0.3333rem;
}
.container .item9 .item9-header-navlist div.active::after {
	content: "";
	display: block;
	width: 100%;
	height: 0.04rem;
	background-color: #fed300;
}
.container .item9 .item9-header-navlist div.active a {
	font-weight: bold;
}
.container .item3 {
	background: #f5f5f5;
	height: 12.8667rem;
	grid-area: sidebar;
}
.container .item3 .item3-nav-list {
	margin: 0 auto;
	padding: 0.6rem 0;
	width: 8rem;
	display: flex;
	justify-content: space-between;
}
.container .item3 .item3-nav-list .item-nav {
	height: .5rem;
	text-align: center;
	line-height: .5rem;
	padding: 0 0.2rem 0;
	cursor: pointer;
	color: #004da0;
	font-size: .2667rem;
}
.container .item3 .item3-nav-list .item-nav a {
	color: #004da0;
}
.container .item3 .item3-nav-list .item-nav.active {
	border: 1px solid #004da0;
	border-radius: .1333rem;
}
.container .item3 .item3-content {
	width: 14.6667rem;
	margin: 0 auto;
	background-color: #fff;
	padding: 0 .1333rem;
}
.container .item3 .item3-content .item-header {
	display: flex;
	width: 100%;
	height: .6667rem;
	padding-top: .1333rem;
	line-height: .6667rem;
	justify-content: space-between;
}
.container .item3 .item3-content .item-header .title {
	font-size: .3333rem;
	display: flex;
	align-items: center;
	/* font-weight: bold;*/
	
}
.container .item3 .item3-content .item-header .shu {
	width: .04rem;
	height: .4rem;
	background: #000;
	margin-top: .1333rem;
	margin-right: .1267rem;
}
.container .item3 .item3-content .item-header .more {
	color: #004da0;
	display: flex;
}
.container .item3 .item3-content .item-header .more ul {
	align-items: center;
	display: flex;
	gap: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.container .item3 .item3-content .item-header .more ul li {
	display: none;
	float: left;
}
.container .item3 .item3-content .item-header .more ul li.on {
	display: block;
}
.container .item3 .item3-content .item-header .more ul li span {
	border: 1px solid #004da0;
	border-radius: .1333rem;
	padding: 0.02rem 0.2rem;
	font-size: 0.2rem;
}
.container .item3 .item3-content .item-content {
	padding-bottom: .1333rem;
}
.container .item3 .item3-content .item-content .item {
	width: 100%;
	padding: .4rem .4rem;
	border-bottom: 1px dashed #e5e5e5;
}
.container .item3 .item3-content .item-content .item .title1 {
	display: flex;
	height: .4rem;
	line-height: .4rem;
}
.container .item3 .item3-content .item-content .item .title1 .title-left {
	margin-right: .2667rem;
}
.container .item3 .item3-content .item-content .item .title1 .title-left img {
	width: 0.2rem;
}
.container .item3 .item3-content .item-content .item .title1 .title-center {
	margin-right: .2667rem;
	font-size: .3333rem;
	font-weight: 500;
}
.container .item3 .item3-content .item-content .item .title2 {
	font-size: .2133rem;
	color: #7F8483;
	margin-top: .2367rem;
}
.container .item3 .item3-arrow {
	width: 3.0667rem;
	height: .6667rem;
	margin: .6667rem auto;
	display: flex;
	justify-content: space-between;
}
.container .item3 .item3-arrow .left, .container .item3 .item3-arrow .right {
	width: .4rem;
	height: 100%;
}
.container .item3 .item3-arrow .left img, .container .item3 .item3-arrow .right img {
	width: 100%;
	height: 100%;
}
