

.Recruitment_list_Forms{
    width: 100%;
    overflow: hidden;
    font-size: 14px;
}
.Recruitment_list_Forms_Title{
    width: 100%;
    height: 60px;
    background-color: #60c1bd;
    line-height: 60px;
    text-align: center;
    color: white;
}
.Position{
    width: 20%;
    float: left;
}
.Category{
    width: 30%;
    float: left;
}
.Recruitment_list_Forms_Loop{
    width: 100%;
    overflow: hidden;
    line-height: 60px;
    text-align: center;
}
.Recruitment_list_Forms_Loop .Recruitment_list_Forms_Loop_on{
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #333333;
    display: block;
    text-decoration: none;
}
.Recruitment_list_Forms_Loop .Recruitment_list_Forms_Loop_on:nth-child(2N){
    background-color: #F8F8F8;
}
.Position_Loop{
    width: 20%;
    float: left;
}
.Category{
    width: 30%;
    float: left;
}