.MainBox .MainType .min {
    float: left;
    width: 33.33%;
    height: 80px;
    line-height: 80px;
    text-align: center;
}

.job {
    padding: 24px 30px;
    background: #fff;
    border-radius: 10px;
}

.job .h1 {
    line-height: 38px;
    font-size: 24px;
    color: #2e2748;
    margin-bottom: 18px;
    text-indent: 10px;
}

.job .th {
    padding: 15px 0;
    height: 36px;
    background: #a0a7b2;
    border-radius: 6px;
}

.job .name {
    float: left;
    padding: 0 3%;
    width: 26%;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
}

.job .numb {
    float: left;
    width: 10%;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.job .time {
    float: left;
    width: 17%;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.job .place {
    float: left;
    width: 24%;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.job .bttn {
    float: left;
    width: 17%;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.job .tr {
    padding: 12px 0;
    height: 36px;
}

.job .tr:nth-child(2n) {
    background: #fbfbfb;
    border-radius: 6px;
}

.job .tr .name, .job .tr .numb, .job .tr .time, .job .tr .place {
    color: #acafb4;
    font-size: 14px;
}

.job .tr .bttn .btn {
    display: block;
    width: 90px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    background: #c52f33;
    text-align: center;
    border-radius: 18px;
    margin: 0 auto;
}