/*---------报名--------*/
.x_recruit{
    margin-top: 0.1rem;
    padding-bottom: 0.3rem;
    background: #ffffff;
}
.x_recruit table{
    margin-top: 0.3rem;
}
.x_recruit span{
    font-weight: bold;
}
.x_recruit th{
    height: 0.54rem;
    background: #ffd7d7;
    font-size: 0.26rem;
    color: #484848;
    line-height: 0.54rem;
    text-align: left;
    text-indent: 1em;
}
.x_recruit td{
    text-align: left;
    font-size: 0.24rem;
    color: #484848;
    word-break:break-all;
    width: 2rem !important;
    text-indent: 1em;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.x_recruit td a{
    color: #f72525;
}
.x_recruit tr:nth-child(odd){
    background: #eeeeee;
}
.x_recruit tr{
    height: 0.54rem;
    line-height: 0.54rem;
}
.x_recruit a{
    color: #484848;
}
.x_recruit a:hover{
    color: #f18c8c;
}
/*--------咨询咨询-------*/
.zx_online{
    margin-top:0.2rem;
    padding-bottom: 0.2rem;
}
.zx_online a img{
   width: 2.96rem;
    height: 0.71rem;
    float: left;
    margin-left: 1rem;
}
.zx_left{
    float: left;
    margin-left: 0.5rem;
}
.zx_left img{
    width: 0.86rem;
    height: 0.86rem;
}
.zx_left p{
    font-size: 0.18rem;
    color: #121314;
    float: right;
    margin-top: 0.3rem;
    margin-left: 0.2rem;
}

@media (max-width: 420px) {
    .zx_online a img{
        margin-left: 0.6rem;
    }
}

@media (max-width: 360px) {
    .x_recruit tr {
        height: 0.50rem;
        line-height: 0.50rem;
    }
}
@media (max-width: 320px) {
    .zx_online a img{
        margin-left: 0.4rem;
    }
    .x_recruit tr {
        height: 0.55rem;
        line-height: 0.55rem;
    }
}






