.people section.main>div.tit{
    overflow: hidden;
}
.people #content_data{
    overflow: hidden;
    height: 490px;
    float: left;
}
.people .people_div_lis{
    overflow: auto;
    height: 352px;
    float: left;
    width: 100%;
}
.people .people_div_lis.people_div_lis3{
    height: 314px;
}
.people .people_div_lis.people_div_lis4{
    height: 314px;
}
.people .tabs_main{
    overflow: hidden;
    height: 400px;
}
#people_add_img{
    margin-top: 15px;
    margin-left: 15px;
}
#people_add_img img{
    margin-left: 10px;
    cursor: pointer;
}
.people #tabs{
    position: absolute;bottom: 0;
    margin-left: 2.5%;
}
.people #tabs li{
    float: left;
    margin-right: 16px;
    padding: 0 5px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    background: #99a4ba;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#tabs li.active{
    background: white;
    color: black;
}
#people_class{
    text-align: center;
}
#people_class li{
    text-align: center;
    margin-bottom: 5px;
    height: 26px;
    line-height: 26px;

}
#people_class li.on{
 background: lightblue;
}
#people_class li:hover{
    text-decoration: underline;

}

.index_left ul li>h2{
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding-left: 16px;
    margin-bottom: 10px;
    cursor: pointer;
    box-sizing: border-box;
}
.index_left ul li>h2:hover{

}
















form.add_tools{
    width: 620px;
    background-color: #fff;
    position: fixed;
    top: 60px;
    left:30%;
    font-size: 16px;
    color:#706d79;
    display: none;
}
form.add_tools>ul span{
    display: inline-block;
    width: 150px;
    text-align: right;
}
form.add_tools>ul input,form.add_tools>ul select{
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    width:250px;
    margin-left: 20px;
    border-radius: 3px;
    border: 1px solid #c9c7c7;
    background-color: #f7f7f6;
}
form.add_tools>ul li{
    margin-bottom: 10px;
}
form.add_tools>ul {
    margin: 30px;
}
form.add_tools>ul li label{
    font-size: 10px;
    margin-left: 10px;
}

.people_list_left{
    width: 20%;
    margin:0 2%;
    height: 450px;
    border: 1px solid #d6d5dd;
    position: relative;
}
.people_list{
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    text-align: center;
}
.people_list li{
    cursor: pointer;
}
.people_mes{
    margin-top: 20px;
}
.people_mes h2{
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    background-color: #dfeffc;
}
.people_mes li{
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #444444;
}
.people_mes li.active{
 font-weight: bold;
}
.people_mes li span{display: inline-block;;height: 26px;line-height: 26px}
.people_mes h2 span{display: inline-block;;height: 26px;line-height: 26px;font-size: 15px}
.people_mes .name{width: 15%}
.people_mes .workId{width: 15%}
.people_mes .tel{width: 30%}
.people_mes .ID{width: 40% ;border-right: none}
.people_mes_list{
    float: left;
    width: 70%;
}
.people_mes_list h1{
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #3d3948;
}
.people_mes_list ul{
    height: 416px;
    width: 100%;
    border: 1px solid #d6d5dd;
}
.people_add{
    position: relative;
    right: 6%;
    top: -20px;
    cursor: pointer;
}
.people_class_add{
    position: absolute;
    bottom:5%;
    left: 5%;
    cursor: pointer;
}
