.topbox{
    margin:30px 0;
}
.flex{
    display: flex;
    justify-content: space-between;
}
.flex-left{
    width:250px;
    flex-shrink: 0;
}
.flex-center{
    width:100%;
}
.flex-right{
    width:250px;
    flex-shrink: 0;
}
.jobsearch{
    background: #f8f8f8;
    border: 1px solid #ebebeb;
    width: 250px;
    padding:7px 20px;
    position: relative;
    box-sizing: border-box;
}
.jobsearch .item{
    display: flex;
    align-items: center;
    margin:20px 0;
}
.jobsearch .item .name{
    margin-right: 10px;
    flex-shrink: 0;
    color:#666;
}
.jobsearch .item .val{
    display: flex;
    width:100%;
}
.jobsearch .item .val label{
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.jobsearch .item .val label:last-child{
    margin:0px;
}
.jobsearch .item .val label .title{
    padding-left:5px;
}
.jobsearch .item select{
    display: block;
    width:100%;
    border:none;
    background-color: #f8f8f8;
}
.jobsearch .searchKey{
    border:1px solid #ebebeb;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding:6px;
}
.jobsearch .searchKey .iconfont{
    margin-right: 6px;
    color:#999;
}
.jobsearch .searchKey input{
    width:100%;
    border:none;
}
.jobsearch .submit{
    background-color: #dc3545;
    border:none;
    color:#fff;
    width:100%;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
}
.jobsearch .submit:hover{
    opacity: 0.9;
}
.jobsearch .sIcon{
    position: absolute;
    top:-1px;
    right: -1px;
    width:45px;
    height: 45px;
    color:#fff;
    background-color: #dc3545;
    display: flex;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.jobsearch .sIcon .iconfont{
    position: relative;
    left:22px;
    top:3px;
    font-size:20px;
}

.jobSlider{
    margin:0 15px;
}
.jobSlider .jobSlider_top{
    display: flex;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 10px;
}
.jobSlider .jobSlider_top .item{
    background-color: #e63636;
    color:#fff;
    width:60%;
    display: flex;
    align-items: center;
    padding:10px 15px;
}
.jobSlider .jobSlider_top .item .title{
    font-size:18px;
}
.jobSlider .jobSlider_top .job_title{
    width:60%;
}
.jobSlider .jobSlider_top .resume_title{
    background-color: #339ed4;
    width:40%;
}
.jobSlider .slider{
    border: 1px solid #ebebeb;
}
.jobSlider .slider-top{
    display: flex;
    padding: 0 5px;
    justify-content: space-around;
    background-color: #f8f8f8;
    height: 36px;
    align-items: center;
    font-size:15px;
    border-bottom:1px  solid #ebebeb;
}
.jobSlider .slider-top span{
    width:16.666%;
    text-align: center;
}

.jobSlider .scroll {
    position: absolute;
}
.jobSlider .scrollBox {
    overflow: hidden;
    position: relative;
    height: 214px;
}
.jobSlider .scrollBox ul{
    overflow: hidden;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
}
.jobSlider .scrollBox ul li{
    padding: 8px 5px;
    border-bottom: 1px dashed #eee;
    cursor: pointer;
    display: flex;
    justify-content: space-around;
}
.jobSlider .scrollBox ul li span{
    width:16.6666%;
    text-align: center;
}
.jobSlider .scrollBox ul li:nth-child(even){
    background-color: #fcfcfc;
}
.jobSlider .scrollBox ul li .strong{
    color:#33a0d6;
}
.jobSlider .scrollBox ul li .item{
    width:16.666%;
    text-align: center;
}
.jobSlider .scrollBox ul li a:hover{
    text-decoration: underline;
}

.newsjob{
    border: 1px solid #ebebeb;
    padding:5px;
}
.newsjob-top{
    display: flex;
    align-items: center;
    background-color: #f8f8f8;
}
.newsjob-top .t1{
    color:#339ed4;
    font-weight: 700;
    font-size:18px;
    margin-bottom: 2px;
}
.newsjob-top .t2{
    opacity: 0.9;
}
.newsjob .title{
    font-size:16px;
    color:#666;
    padding:5px;
}
.newsjob ul li{
    padding:4px 5px;
}
.newsjob ul li a:hover{
    text-decoration: underline;
}
.newsjob ul li .cname{
    display: block;
    color:#666;
    margin-bottom: 2px;
}
.newsjob ul li .link{
    display: flex;
}
.newsjob ul li .link a{
    color:#339ed4;
    margin-right: 3.5%;
    max-width: 31%;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.newsjob ul li .link a:last-child{
    margin:0px;
}


.topTitle{
    display: flex;
    margin-bottom: 5px;
}
.topTitle .title{
    flex-shrink: 0;
    height: 44px;
    width:120px;
    padding-right: 9px;
    color:#fff;
    line-height: 44px;
    text-align: center;
    font-size:18px;
    background: url(/template/default/style/img/title_bg.gif)no-repeat center center;
}
.topTitle .more{
    width:100%;
    border-top: 2px solid #d00;
    height: 40px;
    margin-top:5px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #f8f8f8;
}
.topTitle .more a{
    display: flex;
    align-items: center;
    margin-right: 5px;
}
.topTitle .more a .iconfont{
    font-size:14px;
    position: relative;
    top:1px;
}
.topTitle.more a:hover{
    color:#d00;
}

.company{
    margin:30px 0;
}
.company .list{
    display: flex;
    flex-wrap: wrap;
    margin:0 -8px;
}
.company .list .item{
    width:20%;
}
.company .list .item .box{
    border:1px solid #eee;
    margin:8px;
    background-color: #fafafa;
    padding:10px;
    position: relative;
}
.company .list .item .box a:hover{
    color:#d00;
}
.company .list .item .box .cname{
    font-size:15px;
    margin-bottom: 8px;
    font-size:15px;
}
.company .list .item .box .icon{
    display: inline-block;
    color:#fff;
    background-color: #339ed4;
    width:20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.company .list .item .box .zxt{
    position: absolute;
    right:-4px;
    top:-4px;
    width:45px;
    height: 45px;
    background:url(/template/default/style/img/zxt.png)no-repeat center center;
}
.company .list .item .box .jobs{
    display: flex;
}
.company .list .item .box .jobs .link{
    width:100%;
    display: flex;
}
.company .list .item .box .jobs  .link a{
    max-width:47%;
    margin-left:3%;
    box-sizing: border-box;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.jobs .table{
    width:100%;
    border:1px solid #eee;
    margin-top:10px;
    margin-bottom: 40px;
}
.jobs .table thead{
    background-color: #fafafa;
}
.jobs .table thead th{
    font-weight: normal;
    text-align: left;
    padding:15px 15px;
    color:#666;
}
.jobs .table tbody tr{
    border-bottom: 1px solid #eee;
    height: 40px;
}
.jobs .table tbody tr td{
    padding:15px 15px;
    color:#666;
}
.jobs .table .link{
    display: inline-block;
    border:1px solid #eee;
    background-color: #fafafa;
    color:#666;
    padding:5px 10px;
}
.jobs .table .link:hover{
    background-color: #d00;
    color:#fff;
    border:1px solid #d00;
}
.jobs .table .strong{
    color:#339ed4;
    font-weight: 700;
}
.jobs .table .strong:hover{
    text-decoration: underline;
}