@charset "utf-8";
/* 你自己的样式 */
.main_wrap{
	padding: 10px 16px;
}
.menu{
	position: absolute;
	width: 100px;
	height: 34px;
	overflow: hidden;
	background: #9c9c9c;
	z-index: 5;
	display: none;
}
.menu_item{
	padding: 6px 10px;
	cursor: pointer;
	color: #fff;

}
.menu_item:hover{
	background: #ccc;
	color: #fff;
	
}
.main_item{
	margin-top: 10px;
}

.add_main_item,.add_people_item,.change_name_item{
	display: inline-block;
	width: 80%;
}
.list_container{
	
	height:400px;
	border:1px solid #ccc;
	padding: 0px;
	margin-right: 10px;
	
}
.list_heard{
	width: 100%
	height: 40px;
	line-height: 40px;
	background: #5a98de;
	color: #fff;
}
.list_title{
	padding-left: 10px;
}
.operate{
	display: inline-block;
	position: relative;
	float: right;
	right: 10px;
}
.operate_name{
	cursor: pointer;
}
.operate_list{
	position:absolute;
	display:none;
	right:-10px;
	top:40px;
	background:#9c9c9c;
	width:100px;
	height:120px;
	z-index: 10;
}
.operate_item{
	cursor: pointer;
	padding-left: 6px;

}
.operate_item:hover{
	background:#ccc;
}
.people_item{
	width:97%;
	margin: 10px auto;
	height:30px;
	line-height: 30px;
	border: 1px solid #ccc;
}
.item_num{
	display: inline-block;
	background:#5a98de;
	line-height: 26px;
    width: 20px;
    margin-left: 2px;
    padding-left: 10px;
    color: #fff;
}
.people_list{
	min-height: 100px;
}
.people_name{
	display: inline-block;
	padding-left: 10px;
}
.people_admin{
	cursor: pointer;
	padding-left: 40px
}
.item_ico_cancel{
	float:right;
	padding-right:10px;
	cursor: pointer;
	filter:alpha(opacity=0);
	opacity: 0;
}
.people_item:hover .item_ico_cancel{
	filter:alpha(opacity=100);
	opacity: 1;
}