div.content {
    display: flex;
    justify-content: space-between;
}

div.left {
    width: 250px;
    background-color: #fff;
    height: 540px;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 10px;
}

div.right {
    width: 755px;
}

div.right .jobitem {
    width: 364px;
}

.search {
    margin-bottom: 30px;
    display: flex;
    height: 52px;
}

.search input {
    flex: 1;
    height: 52px;
    outline: none;
    border: none;
    border-radius: 5px;
    text-indent: 1em;
}

.search button {
    height: 52px;
    margin-left: 20px;
    width: 100px;
    background: linear-gradient(to bottom, #43b1f8, #0c8ce4);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 5px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

div.left h1 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    vertical-align: middle;
    position: relative;
    padding-left: 15px;
    line-height: 50px;
}

div.left h1::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 20px;
    background: linear-gradient(to bottom, #43b1f8, #0c8ce4);
    border-radius: 5px;
    position: absolute;
    top: 15px;
    left: 0px;
}

div.left select {
    width: 100%;
    height: 35px;
    background: url(../images/job/sbg.png) no-repeat center/100% 100%;
    border: none;
    outline: none;
    appearance: none;
}
div.left button {
    width: 100%;
    height: 40px;
    margin-top: 30px;
    background: linear-gradient(to bottom, #43b1f8, #0c8ce4);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 5px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

select{
    padding: 3px 5px;
}

.pagination-wrapper{
    margin-top: 10px;
}