

.container>div {
    margin-top: 30px;

}

.container h4 {
    height: 60px;
    line-height: 60px;
    background-color: #116daf;
    color: white;
    font-size: 32px;
    margin: 0;
    padding-left: 50px;
}

.container .job {
    width: 100%;
    height: 690px;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.container .job-tab {
    width: 400px;
    margin: 0;
    border: 1px solid #999;
}

.container .job-tab ul {
    height: 90%;
    overflow: auto;
}

.container .job-tab li {
    padding: 10px 46px;
    font-size: 24px;
    color: #666;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.container .job-tab li span:last-child {
    font-size: 18px;
    color: #999;
    line-height: 36px;
}

.container .job-tab .actived {
    background-color: #9fc4df;
    color: #fff;
}

.container .job-tab .actived span:last-child {
    color: #fff;
}

.container .job-tab li:hover {
    background-color: #9fc4df;
    color: #fff;
}

.container .job-tab li:hover span:last-child {
    color: #fff;
}

.container .duty {
    width: 670px;
    border: 1px solid #999;
}

.container .duty dl {
    height: 90%;
    padding: 2% 8%;
    overflow: auto;
    display: none;
}

.container .duty .showed {
    display: block;
}

.container .duty dl dt {
    font-size: 18px;
    font-weight: 600;
}

.container .duty dl dd {
    margin: 10px 0;
    color: #666;
    font-size: 16px;
    line-height: 32px;
}

.container .welfare {
    border: 1px solid #999;
    color: #666;
    font-size: 18px;

}

.container .welfare p {
    padding: 2% 8%;
    line-height: 36px;
}

.container .process {
    height: 208px;
    border: 1px solid #999;
}

.container .process ul {
    display: flex;
    height: 85%;
    justify-content: space-evenly;
    align-items: center;
}

.container .process ul div {
    height: 1px;
    width: 50px;
    background-color: #116daf;
}

.container .process ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 24px;
}

.container .process ul li span {
    color: #116daf;
}

.container .e-mail {
    /* flex-direction: column; */
    margin: 200px 0 500px;
    height: 106px;
    border: 1px solid #999;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: #002292;
}