body{
    background-color: #f3f3f3;
}
.mgl2{
    margin-left:215px;
}
.mgl3{
    margin-left:160px;
}
.employ_list_title{
    width:100%;height:68px;
    font-size: 22px;
    color:#fff;
    background-color: #103595;
    display: flex;
    align-items: center;
}
.employ_list{
    width:100%;
    height:102px;
    display: flex;
    align-items: center;
    font-size: 16px;
}
.employ_title{
    width:300px;
}
.employ_name{
    width:300px;
    margin-left: 10px;
}
.employ_addr{
    width:220px;
}
.employ_num{
    width:100px;
    margin-left: 30px;
}
.employ_details{
    margin-left: 60px;
    width: 135px;
	height: 40px;
	border-radius: 4px;
    border: solid 1px #d2d2d2;
    cursor: pointer;
    background-color: #fff;
}
.employ_title,.employ_name,
.employ_addr,.employ_num{
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}