﻿@CHARSET "UTF-8";
/*banner*/
#nbanner{width:100%;position:relative;height:300px;background:url(../images/joinus.jpg) no-repeat}
/*content*/
#content{width:1170px;margin:0 auto;overflow:hidden;padding: 30px 0;}
#content .content-container{width:100%;height:100%;margin:auto;}

/*侧栏导航*/
#content .slider-left{  float: left;  width: 260px; }


/*正文-当前位置*/
#content .content-main{width:870px;min-height:500px;float:left;padding-left:30px;}
#content .content-main-top{height:40px}
#content .content-main .home{width:15px;height:15px;border:0}
#content .content-main a{font-size:16px;line-height:40px;color:rgb(36,14,5)}
#content .content-main a:hover{color:#47ab34;transition: all .3s ease-out;}
/*line*/
div.linefen{width:100%;height:1px;padding-bottom:10px; margin:0 auto;border-top:1px #575757 dotted;overflow:hidden;float: left}


/*正文招聘描述*/
div.description{width:870px;color:#575757}
div.description img{float:left;width:338px;height:169px;padding-right:12px}
div.description .des-text{float:left;width:520px;line-height:30px;font-size:16px}
div.description .des-text .title{font-size:20px;font-weight:700;line-height:40px;color:#47ab34}



/*正文主体*/
#content .content-text { width: 100%;  color: #575757;  line-height: 30px;  float: left;  padding-top: 20px; }
#content .content-text .jobtop{width:870px;height: 45px;}
#content .content-text .jobtop span{line-height: 45px;font-size: 16px;display:block;width: 217.5px;float: left;text-align: center;background: #eee;color: #575757;}
#content .content-text .content { width:870px; min-height:450px; margin:0 auto;overflow:hidden; }
#content .content-text #accordion { width:870px; }
#content .content-text #accordion span.jobname,span.local,span.department,span.time{
    width: 200px;
    display: inline-block;
}
#content .content-text #accordion span.jobname{
    font-size: 14px;
    text-indent: 20px;
}
#content .content-text #accordion span.local{
    font-size: 14px;
    text-indent: 80px;
}
#content .content-text #accordion span.department{
    font-size: 14px;
    text-indent: 85px;
}
#content .content-text #accordion span.time{
    font-size: 14px;
    text-indent: 60px;
}
#content .content-text #accordion div{
    font-size: 14px;
    text-indent: 35px;
    line-height: 30px;
}


/*正文-分页*/
#page {
    text-align:center;
    padding:10px;
}
#page a {
    color:#335B64;
    border:1px solid #666;
    padding:2px 5px;
    margin:0 2px;
    text-decoration:none;
    border-radius:8px;
}
#page a:hover,#page span.me {
    text-decoration:none;
    border:1px solid #575757;
    background-color: #575757;
    color: white;
    transition: all .3s ease-out;
    border-radius:8px;
}
#page span.disabled {
    border:1px solid #ccc;
    padding:2px 5px;
    margin:0 2px;
    color:#ccc;
    border-radius:8px;
}
#page span.me {
    padding:2px 5px;
    margin:0 2px;
}
#page select.select {
    width:120px;
    background:#fff;
    border:1px solid #ccc;
}
#page select.select optgroup {
    font-style:normal;
}

