@charset "UTF-8";

/*职位申请表*/
.add-post-apply{
    background-color: white;
    width: 100%;
    text-align: center;
    padding: 65px 0 135px;
}
.ap-content{
    margin: auto;
    width: 1200px;
    box-sizing: border-box;
    padding: 0 58px;
}
.ap-item{
    margin: 0 45px 24px;
    width: 452px;
    height: 120px;
    background-color: #F4F4F4;
    display: flex;
    align-items: center;
    float: left;
}
.ap-item-l{
    width: 76px;
    height: 76px;
    line-height: 76px;
    margin: 0 70px 0 78px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ap-item-r{
    font-family: "PingFang-SC-Bold";
}
.ap-item-r-p-img{
    width: 19px;
    height: 19px;
    margin-right: 14px;
}
.ap-item-r-p1{
    font-size: 18px;
    text-align: left;
}
.ap-item-r-p2{
	margin-top: 6px;
    color: #00A0E9;
    font-size: 14px;
}
.apply-tip{
	display: flex;
	align-items: center;
}


/* 手机端    */
.m-apply-list{
	margin: .3rem .32rem .7rem;
}
.m-item{
	display: flex;
	align-items: center;
	width: 100%;
	height: 1.8rem;
	margin-bottom: .2rem;
	background-color: #fff;
	-webkit-box-shadow: 0 0 .06rem rgba(220, 220, 220, .25);
	-moz-box-shadow: 0 0 .06rem rgba(220, 220, 220, .25);
	box-shadow: 0 0 .06rem rgba(220, 220, 220, .25);
}
.m-item-l{
	margin: 0 1.10rem 0 1.15rem;
	width: 1.16rem;
	height: 1.16rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.m-item-l>img{
	width: 0.66rem;
}
.m-item-r{
    font-family: "PingFang-SC-Bold";
}
.m-item-r .title{
	font-size: .34rem;
	color: #555;
}
.m-item-r .title{
	font-size: .34rem;
	color: #555;
}
.m-item-r .apply-tip{
	margin-top: .15rem;
	font-size: .26rem;
}
.m-item-r .apply-tip img{
	margin-right: .2rem;
	width: .29rem;
}
<!--耗时1757912755.0232秒-->