/* 人才招聘 */
.top-banner {
    height: 441px;
}

.top-banner img {
    height: 441px;
}

.list-link {
    height: 82px;
    margin-bottom: 50px;
}

.list-link .min-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: solid 1px #c4c4c4;
}
.list-link .min-box .link{
	color: #333333;
	font-size: 16px;
    margin-right: 32px;
	line-height: 80px;
	border-bottom: solid 2px transparent;
}
.list-link .min-box .link:last-child{
	margin-right: 0;
}
.list-link .min-box .link.active{
	color: #245fc3;
	border-bottom: solid 2px #245fc3;
	line-height: 80px;
}
.box-list .min-box {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-content: flex-start;
}
.box-list .min-box .link:nth-child(3n){
	margin-right: 0;
}
.box-list .min-box .link{
	display: block;
	overflow: hidden;
	width: 380px;
	height: 292px;
	border-radius: 16px;
	margin-right: 30px;
	margin-bottom: 27px;
}
.box-list .min-box .link .top-img{
	width: 100%;
	height: 91px;
	background-image: url(../img/rp_1_num_bf.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px;
	color: #ffffff;
	font-size: 22px;
}
.box-list .min-box .link .top-img .top-title{
	max-width: 230px;
	/*display: flex;*/
	/*align-items: center;*/
	/*justify-content: flex-start;*/
}
.box-list .min-box .link .top-img .top-title.tag::after{
	content: attr(data-tag);
	margin-left: 15px;
	font-size: 12px;
	font-weight: lighter;
	display: inline-flex;
	transform: translateY(-4px);
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	padding: 0 8px;
	background-color: #ffffff;
	color: #fd5c48;
}
.box-list .min-box .link .detail-box{
	width: 100%;
	height: 200px;
	border: solid 1px #707070;
	border-top: none;
	position: relative;
	padding: 18px 22px;
	border-radius: 0 0 16px 16px;
}
.box-list .min-box .link .detail-box .paths{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 25px;
}
.box-list .min-box .link .detail-box .paths span{
	max-width: 300px;
}
.box-list .min-box .link .detail-box .paths::before{
	content: "";
	margin-top: 2px;
	display: block;
	width: 14px;
	height: 16px;
	margin-right: 16px;
	background-image: url(../img/rp_icon_wza.png);
}

.box-list .min-box .link .detail-box .post{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.box-list .min-box .link .detail-box .post span{
	max-width: 300px;
}
.box-list .min-box .link .detail-box .post::before{
	content: "";
	margin-top: 2px;
	display: block;
	width: 14px;
	height: 16px;
	margin-right: 16px;
	background-image: url(../img/rp_icon_staffa.png);
}
.box-list .min-box .link .links{
	display: flex;
	width: 153px;
	height: 34px;
	background-color: #f26e54;
	border-radius: 100px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	font-size: 13px;
	bottom: 8px;
	left: 50%;
	transform: translateX(-50%);
	font-weight: lighter;
}


.communication{
	height: 246px;
	margin: 54px 0 66px;
	background-image: url(../img/rp_20.png);
	background-repeat: no-repeat;

	background-size: cover;

	background-position: center;
}
.communication .min-box{
	background-color: #3567bc;
	color: #ffffff;
	padding: 50px 37px 0;
}
.communication .min-box .tp-title{
	font-size: 26px;
	color: #ffffff;
	margin-bottom: 34px;
}
.communication .min-box .form-box{
	width: 100%;
	height: 63px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.communication .min-box .form-box input{
	background-color: transparent;
	text-indent: 15px;
	width: 310px;
	height: 100%;
	border-radius: 4px;
	border: solid 1px #ffffff;
	font-size: 18px;
	color: #ffffff;
}
.communication .min-box .form-box input::placeholder{
	color: #ffffff;
	opacity: 0.6;
	font-size: 18px;
}
.communication .min-box .form-box button{
	border-radius: 4px;
	background-color: #ffffff;
	width: 160px;
	height: 100%;
	border: none;
	color: #333333;
	font-size: 18px;
}