.lishi{
    color:#333 !important;
    font-size:18px !important;
    background:#fff !important;
}

.zhaopin_list{
    margin: 42px 0 100px;
}
.zhaopin_list ul li{
    overflow: hidden;
    margin-bottom: 10px;
}
.anniu{
    position: relative;
}
.anniu span{
    display:block;
    position:absolute;
    background:#9a9a9a;
    transition: all ease 0.5s;
}
.anniu span:nth-child(1){
    width:2px;
    height:16px;
    right:5%;
    top:50%;
    margin-top: -7px;
}
.anniu span:nth-child(2){
    width:16px;
    height:2px;
    right:5%;
    top:50%;
    margin-right: -7px;
}
.anniu.on1{
    background:#f2f2f2;
}
.anniu p b{
    font-size:16px;
}
.anniu.on1 p b{
    color:#333;
}
.anniu.on1 span:nth-child(1){
    width:2px;
    height:16px;
    right:5%;
    top:300%;
    opacity:0;
    margin-top: -7px;
}
.anniu.on1 span:nth-child(2){
    width:16px;
    height:2px;
    right:5%;
    top:50%;
    background:#c70d0d;
    margin-right: -7px;
}
.zhaopin_list ul li b{
    /* font-weight:100; */
    color:#666666;
}
.zhaopin_list ul li .anniu{
    border-bottom: 1px solid #c70d0d;
    overflow: hidden;
    padding:10px 20px;
    transition: all ease 0.5s;
    background: #f9f9f9;
}
.zhaopin_list ul li .on1 b{
    /* font-weight:900; */
    /* color:#666666; */
}
.zhaopin_list ul li .titlt{
    background:#2a4d9e;
    line-height:50px;
    height:50px;
    padding:0 20px;
}
.zhaopin_list ul li .titlt b,{
    color:#fff;
    line-height:50px;
    height:50px;
}
.zhaopin_list ul li b{
    height: 30px;
    line-height: 30px;
}
.zhaopin_list ul li i{
    height: 20px;
    line-height: 20px;
}
.neirong{
    display:none;
    padding: 30px;
    background: #f2f2f2;
    line-height: 200%;
    font-size:14px;
    color:#333;
}
.neirong hr{
    background-color:#dedede;
    height:1px;
    border:none;
    margin:20px 0;
}
.neirong h3{
    font-size:14px;
    color:#333;
    margin-bottom:10px;
}
.huifu{
    color:#bd7e1e;
}