

/* 诚聘精英.html */
/* banner样式在common.css中 */
/* 面包屑样式在common.css中 */

.common_crumb {
    margin-top: 0.2rem;
}
/* 技术列表 */
.tech_list {
    width: 100%;
    margin-top: 0.2rem;
}
.tech_list .li {
    position: relative;
    width: 100%;
    margin-top: 0.3rem;
    padding: 0.3rem 0.5rem;
    padding-left: 0.8rem;
    background: #FAFAFA;
    display: flex;
    align-items: center;
}
.tech_list .li:nth-child(1) {
    margin-top: 0;
}
.tech_list .li .orange {
    position: absolute;
    left: 0.3rem;
    top: 0.38rem;
    width: 0.1rem;
    height: 0.1rem;
    margin-right: 0.4rem;
    background: #F04F00;
}
.tech_list .li .info {
    flex: 1;
}
.tech_list .li .name {
    font-size: 0.16rem;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #F04F00;
}
.tech_list .li .explain {
    margin-top: 0.2rem;
    font-size: 0.14rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.26rem;
}
.tech_list .li .download {
    padding: 0.11rem 0.35rem;
    margin-left: 1rem;
    background: #F04F00;
    border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
    font-size: 0.16rem;
    /* font-family: Source Han Sans CN-Regular, Source Han Sans CN; */
    font-weight: 400;
    color: #FFFFFF;
}
.tech_list .li .download:hover {
    background: #f36e2c;
}


/* 分页在common.css中 */





/* 招聘详情.html */
.recruit {
    margin-top: 0.2rem;
}
.recruit .tit {
    font-size: 0.32rem;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #F04F00;
}
.recruit .date {
    margin-top: 0.2rem;
    font-size: 0.16rem;
    /* font-family: Source Han Sans CN-Regular, Source Han Sans CN; */
    font-weight: 400;
    color: #999999;
}
.recruit .require {
    margin-top: 0.2rem;
    font-size: 0.18rem;
    /* font-family: Source Han Sans CN-Regular, Source Han Sans CN; */
    font-weight: 400;
    line-height: 0.36rem;
    color: #333333;
}
.recruit .require p {
    font-size: 0.18rem;
    /* font-family: Source Han Sans CN-Regular, Source Han Sans CN; */
    font-weight: 400;
    line-height: 0.36rem;
    color: #333333;
}
.recruit .tit2 {
    margin-top: 0.4rem;
    font-size: 0.32rem;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #F04F00;
}
.recruit .phone {
    margin-top: 0.4rem;
    font-size: 0.18rem;
    /* font-family: Source Han Sans CN-Regular, Source Han Sans CN; */
    font-weight: 400;
    color: #333333;
}
.recruit .pic {
    width: 4.75rem;
    height: 3.22rem;
    margin-top: 0.1rem;
    overflow: hidden;
}
.recruit .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recruit .apply {
    width: fit-content;
    margin-top: 0.6rem;
    padding: 0.16rem 0.6rem;
    background: #ED580F;
    border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
    font-size: 0.2rem;
    /* font-family: Source Han Sans CN-Regular, Source Han Sans CN; */
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}
.recruit .apply:hover {
    background: #f37334;
}