﻿.employ_item{
    width: 500px;
    height: 60px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #7E0810;
    font-size: 16px;
    border: 1px solid rgb(126, 10, 17,.5);
    margin-top: 40px;
    cursor: pointer;
}

.item1{
    color: #ffffff;
    background: #7E0810;
}

.te_center{
    align-items: center;
    padding-bottom: 80px;
}