/* body {
    padding: 0;
    margin: 0;
    color: #333;
    background: #f7f9ff;
}

a {
    color: #333;
    text-decoration: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

img {
    height: auto;
    display: block;
}
.layout {
    margin: auto;
    max-width: 1600px;
    box-sizing: border-box;
} */
img {
    height: auto;
    display: block;
}
body{
    background: #f7f7f7;
}
.content{
    background: #f7f7f7;
}
.ab_img img{
    width: 100%;
}
.ab_nav{
    background: #feebeb;
    line-height: 40px;
}
.navindex{
    color: #be3333;
}
.ab_nav span{
    color: #666;
}
/* tab切换 */
.tab{
    margin: 0 -5px;
    padding: 50px 0;
}
.tab_itembox{
    float: left;
    width: 20%;
    box-sizing: border-box;
    padding: 0px 15px;
    padding-bottom:30px;
    cursor:pointer;
}
.tab_item{
    background: #fce8e8;
    font-size: 18px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    
}
.tab_itemactive{
    background: #de201f;
    color: #fff;
}
/* 列表 */
.job_item{
    margin-bottom: 20px;
    background: #fff;
    padding: 30px;
}
.job_item>.left>img{
    width: 300px;
    height: 240px;
}
.job_item>.right{
    padding-top: 98px;
    padding-left: 30px;
    height: 240px;
    border-left: 1px solid #c3c3c3;
    box-sizing: border-box;
}
.join{
    background: #be0111;
    color: #fff;
    text-align: center;
    padding: 10px 30px;
}
.center{
    margin: 0 200px 0 320px;
    height: 240px;
    
}
.name{
    padding-top: 10px;
    font-size: 28px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.spantext{
    color: #888;
    margin: 20px 0 40px 0;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
    line-height: 30px;
    height: 60px;
}
.spantext .shu{
    margin: 0 10px;
}
.price{
    font-size: 24px;
    color: #ce0212;
    font-weight: bold;
}
@media screen and (max-width:1600px) {

    .layout {
        padding: 0 10px;
    }
    .tab{
        padding: 30px 0;
    }
    .tab_item{
        font-size: 20px;
    }
    .job_item{
        padding: 20px;
    }
    .job_item>.left>img{
        width: 200px;
        height: 160px;
    }
    .job_item>.right{
        padding-top: 58px;
        padding-left: 20px;
        height: 160px;
    }
    .center{
        margin: 0 155px 0 210px;
        height: 160px; 
    }
    .name{
        padding-top: 5px;
        font-size: 22px;
    }
    .spantext{
        margin: 10px 0 20px 0;
        font-size: 14px;
    }
    .price{
        font-size: 18px;
    }
}
@media screen and (max-width:1000px) {
    .centent{
        font-size: 14px;
    }
    .tab{
        padding: 10px 0;
    }
    .tab_itembox{
        width: 33.3%;
        padding: 5px 5px;
    }
    .tab_item{
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }

    .job_item{
        padding: 10px;
    }
    .job_item>.left>img{
        width: 150px;
        height: 120px;
    }
    .job_item>.right{
        padding-top: 38px;
        padding-left: 10px;
        height: 120px;
    }
    .join{
        padding: 10px 20px;
    }
    .center{
        margin: 0 125px 0 160px;
        height: 120px;
    }
    .name{
        padding-top: 0;
        font-size: 18px;
    }
    .spantext{
        margin: 10px 0 10px 0;
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }
    .price{
        font-size: 16px;
    }
}
@media screen and (max-width:768px) {
    .job_item>.left>img{
        width: 100px;
        height: auto;
    }
    .job_item>.right{
        padding-top: 25px;
        padding-left: 10px;
        height: 81px;
    }
    .join{
        padding:5px 10px;
        font-size: 12px;
    }
    .center{
        margin: 0 89px 0 110px;
        height: 81px;
    }
    .name{
        font-size: 15px;
    }
    .spantext{
        margin: 5px 0 5px 0;
        font-size: 12px;
        line-height: 17px;
        height: 34px;
    }
    .price{
        font-size: 13px;
    }
}