@charset "UTF-8";
/***********招聘信息源 start*********/
.information_banner{
    position:relative;
    width:100%;
    min-width:1400px;
    height:300px;
    overflow:hidden;
}
.information_center{
    position:absolute;
    left:50%;
    transform: translate(-50%,0);
    width:1920px;
    height:300px;
    background:url("../images/information_banner.jpg") no-repeat center;
    overflow:hidden;
}
#position>span{padding:15px 0 5px;}
/*显式检索区 start*/
#kinds{
    width:100%;
    min-width:1400px;
    background:#fff;
    padding-bottom:10px;
    overflow:hidden;
}
.kinds_box{
    position:relative;
    overflow:hidden;
}
.kinds_nav{
    position:relative;
    width:100%;
    padding:10px 0;
    border-bottom:1px dashed #ddd;
    margin:0 auto;
    overflow:hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.kinds_search{
    position:relative;
    display: flex;
    justify-content:center;
    width:100%;
    padding:0 0 15px;
    overflow:initial;
}
.kinds_search input{
    width:450px;
    height:40px;
    line-height:30px;
    background:#fffafa;
    border-radius:5px;
    border:1px solid #fb5323;
    font-size:15px;
    padding:5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.kinds_search a{
    width:100px;
    background:#fb5323;
    border-radius:5px;
    color:#fff;
    line-height:40px;
    margin-left:15px;
    text-align: center;
}
.kinds_list{
    position:relative;
    width:100%;
    overflow:hidden;
}
.kinds_box .kinds_nav:last-child{
    border:0;
}
.kinds_list dt{
    position:absolute;
    left:0;
    top:0;
    width:80px;
    line-height:38px;
    font-size:16px;
    color:#000;
    overflow:hidden;
}
.kinds_list dd{
    position:relative;
    width:100%;
    padding:0 0 0 80px;
    overflow:hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.kinds_list dd a{
    float:left;
    height:28px;
    line-height:28px;
    border-radius:30px;
    padding:0 10px;
    margin:4px;
    transition:all 0.26s;
    overflow:hidden;
    cursor: pointer;
}
.kinds_list dd a:hover,
.kinds_list dd a.current{
    color:#fff;
    background:#fb5323;
}
/*显式检索区 end*/

/*列表 start*/
#information .information_item{ display:none;}
.information_list{
    position:relative;
    width:100%;
    margin:0 auto;
    overflow:hidden;
}
.information_list li{
    position:relative;
    width:100%;
    padding:15px 20px;
    background:#fff;
    border-radius:8px;
    margin-top:20px;
    transition:all .5s;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.information_list li img{
    position:absolute;
    top:50%;
    left:20px;
    transform: translate(0,-50%);
    width:40px;
    height:40px;
}
.information_list li .info_nav{
    width:100%;
    padding:0 0 0 55px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.information_list li .info_title{
    display:block;
    line-height:35px;
    color:#000;
    font-size:16px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.information_list li .info_title:hover{
    color:#f56e2e;
    text-decoration:underline;
}
.information_list li p{
    width:100%;
    overflow:hidden;
}
.information_list li span{
    float:left;
    color:#888;
    font-size:14px;
    line-height:35px;
    margin-right:40px;
}
.information_list li span a{
    color:#0000ff;
}
.information_list li span a:hover{
    text-decoration: underline;
}
/*列表 end*/
/************招聘信息源 end**********/