
#cases_class {
	height: 2rem;
	background:#fff;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	
	/* overflow: hidden; */
    /* overflow-x: scroll; */
            -webkit-backface-visibility: hidden;
            -webkit-perspective: 1000;
            -webkit-overflow-scrolling: touch;
	
            text-align: justify;
	/* overflow-y: scroll;
	overflow-x: auto; 
	overflow-y: hidden; */
	
	white-space: nowrap;

	/* scroll:hidden; 
	scroll:hidden;  */
	width: 100%;
	/*position: fixed;*/
}


#cases_class ul{
	list-style-type: none;
	/* border-bottom: 1px solid #f5f5f5; */
	width: 100%;
	
	
}
#cases_class ul li{
	list-style-type: none;
	display: inline-block;
	
	height: 2rem;
	line-height: 2rem;
	width: 19%;
	text-align: center;
}

li.curr a{
	height: 1.9rem;
	display: inline-block;
	border-bottom: 4px solid red;
	font-size: 0.8rem !important;
	color: red !important;
	width: 50%;
}
#cases_class ul li a {
	color: #333;
	font-size: 0.7rem;
}



.staff_content{
	width: 100%;
	margin: 0 auto;
}
.staff_list{
	margin-top: 0.5rem;
	float: left;
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 0.5rem;
	width: 100%;
}
.staff_list_left {
	float: left;
	width: 25%;
}
.staff_list_center {
	float: left;
	width: 20%;
	color:#666;
	font-size: 0.6rem;
	line-height: 1rem;
	margin-top: 0.5rem;
}
.staff_list_right {
	float: left;
	width: 55%;
}
.staff_list_left{
	text-align: center;
}
.staff_list_left div{
	line-height: 0;
}
.staff_list_left img{
	/* width: 80%; */
	border-radius: 50%;
	width: 3rem;
	height: 3rem;
	
}
.staff_list_left .me_status{
	color:#666;
	font-size: 0.5rem;
	line-height: 0 !important;
}
.staff_name{
	font-size: 0.6rem;
	margin-right: 0.3rem;
	font-weight: bold;
}
.staff_type{
	margin-right: 0.3rem;
}
.staff_list_right{
	font-size: 0.6rem;
	color:#666;
	text-align: center;
	margin-top: 0.5rem;
}