html{
    overflow: scroll;
}
.job-list-box{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    margin-top: 30px;
    padding-bottom: 30px;
}
.list-icon{
    width: 23px;
    height: 21px;
    background: url("../images/ji.png");

}
.list-title{
    padding-bottom: 30px;
}
.list-icon{
    float: left;
    margin-top: 5px;
}
.list-name{
    color: #00bfd8;
    font-size: 20px;
   margin-left: 10px;
}

.job-name{
    color: #666262;
    font-size: 16px;
    line-height: 40px;
}
.job-box-one{
    background: #f5f5f5;
    margin-top: 10px;
    }
.bt-box{
    height: 40px;
    width: 90%;
    margin: auto;
}

.bt-dir{
    background: url("../images/up.png") no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.on{
    background: url("../images/down.png") no-repeat;
    background-position: center;
}
.salary-zone{
    font-size: 16px;
    color: #00bfd8;
    line-height: 40px;
}
.content-wrap{
    /*background:#f5f5f5 ;*/
    display: none;
}
.conditions{
    width: 90%;
    margin: auto;
    padding-top: 30px;
}
.cond-icons{ display: inline-block; padding: 0 30px 0 20px; white-space: nowrap; margin-top: 5px; }
.cond-icon{
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
}
.position{
    background: url("../images/pos.png") no-repeat;
}
.years{
    background: url("../images/ye.png") no-repeat;
}
.work-type{
    background: url("../images/ty.png") no-repeat;
}

.education{
    background: url("../images/ed.png") no-repeat;
}
.cond-name{
    line-height: 32px;
    height: 32px;
    margin-left: 10px;
    font-size: 14px;
    color: #999999;
}
.attract{
    color: #999;
    width: 90%;
    margin: auto;
    font-size: 14px;
    margin-top: 30px;
}
.content{
    width: 90%;
    margin: auto;
    margin-top: 20px;
}
.content p{
    color: #999;
    font-size: 14px;
    padding-bottom: 10px;
}
pre{
  word-wrap: break-word;
    font-size: 14px;
    font-family: "微软雅黑";
    line-height: 25px;
    color: #999;
}
@media screen and (max-width: 560px) {
    .bt-dir{ width: 20px;}
}