.jobtb {
    height: auto;
    overflow: hidden;
    padding: 0 20px;
    margin-bottom: 80px;
}
.jobrow {
    overflow: hidden;
    line-height: 60px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 1rem;
    cursor: pointer;
}
.jobrow.trow {
    background: #decfba;
    border-bottom: 0;
    font-weight: bold;
    cursor: default;
    line-height: 55px;
}
.jobrow span {
    display: block;
    float: left;
    font-size: 16px;
    text-align: center;
}
.jobrow span:nth-child(1) {
    padding-left: 15px;
    width: 25%;
    text-align: left;
}
.jobrow span:nth-child(2) {
    width: 20%;
}
.jobrow span:nth-child(3) {
    width: 30%;
}
.jobrow span:nth-child(4) {
    width: 15%;
}
.jobrow img {
    display: block;
    width: 14px;
    height: auto;
    float: right;
    margin: 30px 30px 0 0;
    opacity: .3;
}
.jobrow.on {
    font-weight: bold;
}
.jobrow.on img {
    opacity: 1;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
}
.jobcont {
    height: auto;
    overflow: hidden;
    background: #f6f2ec;
    padding: 40px 30px;
    display: none;
}
.jobctb {
    width: 100%;
    display: table;
}
.jobc {
    display: table-cell;
    font-size: 0.875rem;
    line-height: 24px;
    width: 70%;
    vertical-align: top;
}
.jobb {
    display: table-cell;
    vertical-align: middle;
}
.jobb span {
    display: block;
    width: 230px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    background: #1a4ea1;
    margin: 0 auto;
    cursor: pointer;
}
.jobb span .svg {
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    margin: 10px;
    margin-left: 0;
}
.jobb span .svg path {
    fill: #fff;
}


@media screen and (max-width: 1680px) {
    
}
@media screen and (max-width: 1440px) {
    
}
@media screen and (max-width: 1280px) {

}