/* 招聘待遇 */
.join_common {
	width: 14rem;
	margin: 0 auto;
	padding-top: 0.77rem;
	padding-bottom: 0.75rem;
}

.join_top {
	padding-bottom: 0.94rem;
}

.j_text p {
	text-indent: 2em;

	font-size: 0.18rem;
	color: #333;
	line-height: 0.32rem;
}

.salary_list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.3rem;
}

.s_items {
	position: relative;
	margin-right: 0.43rem;
	margin-bottom: 0.39rem;
}

.s_items:nth-child(3n) {
	margin-right: 0rem;
}

.s_image {
	display: block;
	width: 4.38rem;
	height: 1.91rem;
	overflow: hidden;
}

.s_image img {
	width: 100%;
	height: 100%;
	transition: 0.3s linear;
	cursor: pointer;
	object-fit: cover;
}

.s_messbox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.s_messbox .icon img {
	width: 0.64rem;
	/* height:0.62rem; */
	margin: 0 auto;
}

.s_messbox p {
	font-size: 0.24rem;
	margin-top: 0.22rem;

	color: #FFFFFF;
}

.join_contact {
	display: flex;
	justify-content: space-between;
}

.join_item {
	width: 6.76rem;
	background: #F9F9F9;
	padding: 0.5rem 0.45rem;
	display: flex;
	align-items: center;
}

.join_item .tel_icon {
	margin-right: 0.33rem;
}

.join_item .tel_icon img {
	width: 0.87rem;
	height: 0.76rem;
}

.join_item .tel_text {
	color: #6d6d6d;
	font-size: 0.18rem;
}

.join_item .tel_text .code {
	font-size: 0.24rem;
	color: #0051A0;
	line-height: 0.32rem;
	margin-top: 0.12rem;
	display: inline-block;
}

/* 招聘岗位 */
.join_bottom {
	text-align: center;
}

.join_tit {
	font-weight: bold;
	font-size: 0.36rem;
	color: #333;
}

.join_little_tit {
	font-size: 0.16rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #949494;
	line-height: 0.13rem;
	margin-top: 0.08rem;
}
.join_list{
	margin-top:0.88rem;
}
.info_item {
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.18rem 0.01rem rgba(0, 0, 0, 0.08);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.35rem 0.27rem 0.41rem 0.4rem;
	margin-bottom:0.5rem;
}

.info_content .text_1 {
	font-size: 0.28rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #0051A0;
	margin-bottom: 0.2rem;
	text-align: left;
}

.info_content .p_item {
	display: flex;
	align-items: center;
	margin-top: 0.16rem;
}

.info_content .p_item .icon {
	width: 0.15rem;
	/* height: 0.18rem; */
	margin-right: 0.1rem;
}

.info_many {
	display: flex;
	    padding: 0.09rem 0.28rem 0.12rem 0.27rem;
	background: #0051A0;
	border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
	opacity: 1;
	border: 0.01rem solid #0051A0;
	align-items: center;
	color:#fff;
	cursor: pointer;
}
.many_icon{
	width: 0.19rem;
	height: 0.1rem;
	margin-left:0.22rem;
}
.p_item p{
	font-size: 0.14rem;
	color: #666666;
}
/* 分页 */
.page_box{
	margin-top:0.18rem !important;
}



/* 招聘详情 */
.common_page .center{
	padding-top:0.79rem !important;
	padding-bottom:1.97rem !important;
}
.join_content{
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom:0.41rem;
	border-bottom:0.01rem solid rgba(0,0,0,0.1);
}
.join_content .join_sub{
	
}
 .join_sub .text_2{
	 font-size: 0.36rem;
	 font-weight: 400;
	 color: #333333;
	 margin-bottom:0.10rem;
 }
.detail_text{
	color:#666;
font-size: 0.2rem;
margin:0 -0.27rem;
}
.detail_text span{
	padding:0 0.27rem;
	
font-size: 0.2rem;
}
.detail_text span:nth-child(2){
	border-right:0.01rem solid rgba(0,0,0,0.18);
	border-left:0.01rem solid rgba(0,0,0,0.18);
}
.join_text{
	padding-bottom:0.44rem;
}
.join_datebottom{
	padding-top:0.45rem;
}
.join_tit1{
	
font-size: 0.28rem;
color: #333333;
margin-bottom:0.25rem;
}
.joinDetails_content{
	padding-bottom:0.5rem;
}
.joinDetails_content p{
	 
font-size: 0.16rem;
line-height: 0.4rem;
color:#949494;
}


@media screen and (max-width:1024px){
    .join_common{
        width: 100%;
    }.join_top{
        width: 94%;
        margin: 0 auto;
    }.j_text p{
        font-size: 14px;
        line-height: 20px;
    }.s_items{
        width: 48%;
        margin-right: 10px;
    }.s_image{
        width: 100%;
        height: 100%;
    }.s_items:nth-child(3n){
         margin-right: 10px;
    }
    .s_items:nth-child(2n){
         margin-right: 0;
    }
    .s_items:nth-child(4n){
         margin-right: 0;
    }
    .s_items:nth-child(6n){
         margin-right: 0;
    }.s_messbox p{
        font-size: 12px;
    }.join_contact{
        width: 100%;
            flex-wrap: wrap;
    }.join_item{
        width: 100%;
        margin-bottom: 10px;
    }.join_item .tel_text .code{
        font-size: 14px;
    }.join_item .tel_text p{
        font-size: 12px;
    }.join_list{
        width: 94%;
        margin: 0 auto;
    }.join_tit{
        font-size: 20px;
    }.join_little_tit{
        font-size: 14px;
        margin-bottom: 20px;
    }.info_content .text_1{
        font-size: 14px;
    }.p_item p{
        font-size: 12px;
    }.info_content .p_item .icon{
        width: 12px;
    }.info_many{
        font-size: 14px;
    }.many_icon{
        width: 17px;
        height: 10px;
    }.join_sub .text_2{
        font-size: 20px;
    }.detail_text span{
        font-size: 12px;
    }.join_tit1{
        font-size: 14px;
    }.joinDetails_content p{
        font-size: 12px;
    }
    .info_item,
    .join_content {
        flex-direction: column;
    }
    .info_item > div {
        flex: 0 0 100%;
        width: 100%;
    }
    .join_content .join_sub {
        align-self: flex-start;
    }
    .info_many {
        align-self: flex-start;
        margin-top: 10px;
    }
}