.jobs{
    width: 100%;
    overflow: hidden;
    background: #F7F7F7;
}
.jobs .content{
    width: 1000px;
    margin-top: 50px;
    background: #FFF;
    padding: 30px 40px;
}
.jobs .content .title{
    width: 100%;
    height: 85px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
}
.jobs .content .title h2{
    font-size:30px;
    font-family:Microsoft YaHei;
    font-weight:500;
    color:rgba(38,38,38,1);
}
.jobs .content .title h3{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(153,153,153,1);
    margin-top: 10px;
}
.jobs .content .title a{
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: 40px;
    border: 1px solid #9B1C22;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(155,28,34,1);
    transition-duration: .3s;
    right: 120px;
}
.jobs .content .title a:hover{
    background: #9B1C22;
    color: #FFF;
}
.jobs .content .main{
    margin-top: 20px;
}
.jobs .content .main img{
    max-width: 100%;
    height: auto !important;
}
.jobs .next-pre{
    width: 1000px;
    margin: 0 auto;
    background: #F0F0F0;
    height: 70px;
}
.jobs .next-pre a{
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height: 70px;
}
.jobs .next-pre a:hover{
    background: #9B1C22;
    color: #FFF;
}
.jobs .next-pre a i{
    font-style: normal;
    margin-left: 15px;
    margin-right: 40px;
}
.jobs .next-pre a:nth-of-type(2) i{
    margin-left: 40px;
    margin-right: 15px;
}