.main-box{
    background: rgb(247, 247, 247);
    padding-bottom: 80px;
}
.main {
    width: 1200px;
    margin: 0 auto;
}

.main-top {
    display: flex;
    justify-content: space-between;
}

.jobSummary {
    width: 790px; 
    background: #fff;
    border-radius: 8px;
    border: solid 1px #eeeeee;
    margin: 33px 0 21px 0;
}

.job-top {
    padding: 41px 35px 38px 35px;
    border-bottom: 1px solid #eeeeee;
}
.job-top >h1{
    font-size: 30px;
    font-weight: 600;
}

.txt {
    display: flex;
    margin-top: 10px;
}

.txt span:first-child {
    font-size: 24px;
    color: #004088;
    line-height: 40px;
    margin-right: 28px;
    font-weight: 600;
}

.txt span:last-child {
    color: #999999;
    line-height: 42px;
}

.job-top >p {
    color: #333;
    margin-top: 15px;
}

.job-bottom {
    padding: 41px 42px 46px 35px;
}

.job-bottom h2 {
    font-size: 18px;
    font-weight: normal;
    color: #393d3f;
    margin-bottom: 25px;
}

.job-bottom ul li {
    list-style: none;
    color: #777777;
    line-height: 40px;
    letter-spacing: 0;
}

.other {
    width: 370px;
    height: 100%;
    background: #fff;
    border-radius: 8px;
    border: solid 1px #eeeeee;
    padding: 24px 23px 17px 21px;
    margin: 33px 0 0 0;
}
.other a{
    color: #393d3f;
}
.other a:hover{
    text-decoration: none;
    color: #227faf;
}

.other h2 {
    font-size: 18px;
    color: #393d3f;
    margin-bottom: 10px;
}

.other-info {
    margin-bottom: 8px;
}

.other-info p:first-child {
    line-height: 40px;
}

.other-info p:last-child {
    font-size: 14px;
    color: #b1b1b1;
}

.other-btn {
    width: 326px;
    height: 51px;
    border: 1px solid #dddddd;
    border-radius: 27px;
    text-align: center;
    line-height: 49px;
    color: #666666;
    margin-top: 26px;
    cursor: pointer;
    transition: background .3s;
}
.other-btn:hover{
    background: #004088;
    color: #fff;
    border: none;
    line-height: 51px;
}

.location-box {
    width: 790px;
    height: 121px;
    margin-bottom: 21px;
}

.location {
    width: 720px;
    height: 121px;
    padding: 23px 35px 29px 35px;
    background-color: #ffffff;
    border-radius: 8px;
    border: solid 1px #eeeeee;
    margin-bottom: 21px;
}

.location:last-child {
    margin-bottom: 0;
}

.location p:first-child {
    font-size: 18px;
    line-height: 40px;
}

.location p:last-child {
    color: #999999;
}

.location p:last-child span {
    color: #227faf;
}

.resume-box {
    width: 790px;
    height: 121px;
}

.resume {
    width: 720px;
    height: 121px;
    padding: 23px 35px 29px 35px;
    background-color: #ffffff;
    border-radius: 8px;
    border: solid 1px #eeeeee;
    margin-bottom: 21px;
}

.resume:last-child {
    margin-bottom: 0;
}

.resume p:first-child {
    font-size: 18px;
    line-height: 40px;
}

.resume p:last-child {
    color: #999999;
}

.resume p:last-child span {
    color: #227faf;
}