
.class_lanmu2 .class_title{
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 0.36rem;
    color: #002673;
    margin-bottom: 0.48rem;
    position: relative;
}
.class_lanmu2 .class_title::before{
    content: "";
    position: absolute;
    width: 0.74rem;
    height: 0.03rem;
    background: #002673;
    border-radius: 0.03rem;
    bottom: -0.15rem;
    left: 50%;
    transform: translateX(-50%);
}



.zhaopin{
    padding-bottom: 0.97rem;
    box-sizing: border-box;
}
.phone{
    margin: 0.5rem 0;
    display: flex;
    column-gap: 0.4rem;
}
.phone .phone_item{
    width: calc(50% - 0.2rem);
    background: #F9F9F9;
    padding: 0.45rem 1.1rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    column-gap: 0.47rem;
}
.phone .phone_item .phone_icon{
    width: 0.8rem;
    height: 0.8rem;
}
.phone .phone_item .phone_key{
    font-weight: normal;
    font-size: 0.18rem;
    color: #6D6D6D;
    margin-bottom: 0.14rem;
}
.phone .phone_item .phone_title{
    font-weight: bold;
    font-size: 0.24rem;
    color: #002673;
}


.zhaopin_list{
    padding: 0.95rem 0 0;
    box-sizing: border-box;
}
.zhaopin_list .zhaopin_item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.46rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.05rem 0.01rem rgba(0,0,0,0.08);
    padding: 0.38rem 0.3rem 0.42rem 0.4rem;
    box-sizing: border-box;
    width: 100%;
}
.zhaopin_list .zhaopin_item:first-child{
    margin-top: 0;
}
.zhaopin_list .zhaopin_item .item_title{
    font-weight: normal;
    font-size: 0.28rem;
    color: #002673;
    margin-bottom: 0.2rem;
}
.zhaopin_list .zhaopin_item .item_txt{
    display: flex;
    align-items: center;
    margin-bottom: 0.15rem;
    font-weight: normal;
    font-size: 0.18rem;
    color: #666666;
}
.zhaopin_list .zhaopin_item .item_txt img{
    width: 0.2rem;
    height: 0.2rem;
    object-fit: contain;
    margin-right: 0.06rem;
}
.zhaopin_list .zhaopin_item .item_txt:last-child{
    margin-bottom: 0;
}
.item_more{
    width: 2rem;
    height: 0.6rem;
    background: #002673;
    border-radius: 0.04rem;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.17rem;
    font-weight: 400;
    font-size: 0.24rem;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.5s;
}
.item_more i{
    width: 0.24rem;
    height: 0.24rem;
    object-fit: contain;
    background: url(../images/img/jiantou2.png) center no-repeat;
    background-size: cover;
    filter: brightness(0) invert(1); 
}
.item_more:hover{
    column-gap: 0.27rem;
}
.zhaopin_item:hover{
    box-shadow: 0rem 0rem 0.25rem 0.01rem rgba(0,0,0,0.08);
}
.zhaopin .page_box{
    margin-top: 0.68rem;
}


.view{
    padding: 0.5rem 0 1.46rem;
    box-sizing: border-box;
}
.view .view_top{
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.46rem;
    border-bottom: 0.01rem solid #F0F0F0;
    margin-bottom: 0.03rem;
}
.view .view_top .view_txt{
    width: calc(100% - 2.4rem);
}
.view .view_top .view_txt .view_title{
    font-weight: normal;
    font-size: 0.36rem;
    color: #666666;
    margin-bottom: 0.29rem;
}
.view .view_top .view_txt .view_key{
    display: flex;
    align-items: center;
    column-gap: 0.4rem;
}
.view .view_top .view_txt .view_key span{
    font-weight: normal;
    font-size: 0.2rem;
    color: #666666;
    position: relative;
}
.view .view_top .view_txt .view_key span::before{
    content: "";
    position: absolute;
    width: 0.01rem;
    height: 0.26rem;
    background: #F0F0F0;
    top: 50%;
    left: -0.2rem;
    transform: translateY(-50%);
}
.view .view_top .view_txt .view_key span:first-child::before{
    display: none;    
}
.view .view_top .item_more{
    margin-top: 0.33rem;
}

.view .view_box .view_class{
    margin-top: 0.43rem;
    margin-bottom: 0.33rem;
    font-weight: normal;
    font-size: 0.28rem;
    color: #333333;
}
.view .view_box .view_content,
.view .view_box .view_content p{
    font-weight: normal;
    font-size: 0.18rem;
    color: #666666;
    line-height: 1.66;
}





/* 弹窗 */
.hire_xinxi {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
}

.hire_zhaopin {
    width: 5.8rem;
    min-height: 6.47rem;
    background: #FFFFFF;
    border-radius: 0.04rem;
    display: block;
    position: relative;
    overflow: hidden;
}

.hire_zhaopin .zhaopin_name {
    width: 100%;
    height: 0.5rem;
    background: #F7F7F7;
    padding: 0 0.18rem 0 0.29rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.from_name {
    font-weight: bold;
    font-size: 0.18rem;
    color: #333333;
}

.close img {
    width: 0.26rem;
    height: 0.26rem;
    overflow: hidden;
}

.down_from {
    padding: 0.29rem 0.33rem 0.44rem;
    box-sizing: border-box;
}

.form_group {
    width: 100%;
    margin-bottom: 0.2rem;
}

.form_group .form_label {
    width: 100%;
    font-weight: 400;
    font-size: 0.16rem;
    color: #6D6D6D;
    margin-bottom: 0.14rem;
    float: left;
}

.form_group .form_text {
    position: relative;
}

.form_group .form_text input {
    width: 100%;
    height: 0.44rem;
    background: #FFFFFF;
    border-radius: 0.04rem;
    border: 0.01rem solid #D4DEE2;
    text-indent: 1em;
}

.form_group .file {
    width: 1.6rem;
    height: 0.44rem;
    background: #FFFFFF;
    border-radius: 0.24rem;
    border: 0.01rem solid #0051A0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 0.14rem;
    color: #0051A0;
}

.form_group .file img {
    width: 0.1rem;
    height: 0.19rem;
    margin-left: 0.27rem;
    object-fit: cover;
}

.form_group .file_list {
    width: 100%;
}

.form_group .file_list .file_li {
    width: 100%;
    height: 0.4rem;
    background: #F8F8F8;
    margin-top: 0.2rem;
    padding-left: 0.21rem;
    padding-right: 0.1rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    font-size: 0.14rem;
    color: #6D6D6D;
}

.form_group .file_list .file_li a {
    width: 0.26rem;
    height: 0.26rem;
    background: url(../images/img/close.png) center no-repeat;
    background-size: cover;
}


.sub_box {
    width: 100%;
    margin-top: 0.38rem;
    display: flex;
    justify-content: center;
}

.sub_box .close {
    width: 1.6rem;
    height: 0.44rem;
    background: #FFFFFF;
    border-radius: 0.04rem;
    border: 0.01rem solid #002673;
    line-height: 0.44rem;
    text-align: center;
    font-weight: 400;
    font-size: 0.14rem;
    color: #002673;
    cursor: pointer;
    margin-right: 0.19rem;
}

.sub_box input {
    width: 1.6rem;
    height: 0.44rem;
    background: #002673;
    border-radius: 0.04rem;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    cursor: pointer;
    line-height: 0.44rem;
    text-align: center;
}



