
.box{
	width: 100%;
/*	background: #F1F3F6;*/
*	background: #FFFFFF;*
}
header{
	width: 100%;
	height: 70px;
/*	background: #F1F3F6;*/
*	background: #FFFFFF;*
	display: flex;
}
header .h_logo{
	width: 300px;
	height: 70px;
	padding-left: 20px;
	/*background: #F7F9FA; */
	background: #FFFFFF;
}
header .h_right{
	margin-left: auto;
}
header .h_right .user_icon{
	font-size: 25px;
	padding: 10px 40px;
}
header .h_right a{
	width: 50px;
	height: 70px;
	line-height: 70px;
	font-size: 20px;
	color: black;
}
.el-collapse-item__content{
	padding-bottom: 5px !important;
	
}
.main{
	width: 100%;
	display: flex;
	margin-top: 10px;
}
.ZY_left{
	width: 15%;
	height: 100%;
}
.ZY_left .usermsg {
	width: 100%;
}
.ZY_left .usermsg .userbox{
	width: 70px;
	margin: 0 auto;
}
.ZY_left .usermsg .userbox p{
	text-align: center;
	font-size: 16px;
	color: #84C7FF;
}
.ZY_left_serch{
	width: 90%;
	height: 35px;
	border: 1px solid black;
	border-radius: 30px;
	margin: 20px 0 20px 5%;
}
.ZY_left_serch input{
	width: 90%;
	height: 33px;
	margin-left: 5%;
}
.left_menu{
	width: 100%;
}
.left_menu li{
	width: 100%;
	height: 30px;
	line-height: 20px;
	position: relative;
	cursor: pointer;
	font-size: 12px;
	
}
.left_menu li .left_menu_font{
	line-height: 30px;
	margin: 5px 0 5px 25px;
}
.left_menu li .left_menu_icon{
	line-height: 30px;
	position: absolute;
	right: 10px;
	color:gray;
	font-size: 20px;
}
.zy_section{
	width: 85%;
	height: 100%;
}
