.staff{
	width: 100%;
}
.staff_cont{
	margin-top: 0.54rem;
}
.staff_li{
	margin-top: 0.17rem;
	width: 100%;
	height: 1.8rem;
	/*border-bottom: 1px dashed #E0E0E0;*/
	transition: all 0.5s;
}

.staff_li:nth-child(9){
    border-bottom: 1px dashed #E0E0E0;;
}

.staff_li:hover{
	box-shadow: 0px 0px 0.2rem 1px rgba(0,0,0,0.1);
	transition: all 0.5s;
	/*border-bottom: 1px dashed transparent;*/
}
.staff_li:hover .staff_right{
	background: url("../img/staff_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.5s;
}
.staff_li:hover p{
	color: #FFFFFF;
	transition: all 0.5s;
}
.staff_left{
	padding: 0 0.47rem 0 0.21rem;
}
.staff_tit{
	ont-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.25rem;
}
.staff_dec{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #6C6C6C;
	line-height: 0.3rem;
	margin-top: 0.22rem;
}
.staff_right{
	flex: 0 0 1.8rem;
	transition: all 0.5s;
	height: 1.8rem;
}
.staff_right p{
	transition: all 0.5s;
}
.staff_day{
	font-family: MiSans, MiSans;
	font-weight: 600;
	font-size: 0.71rem;
	color: #DDDDDD;
	line-height: 0.6rem;
	letter-spacing: 0.02rem;
	text-align: center;
	margin-top: 0.38rem;
}
.staff_year{
	font-family: MiSans, MiSans;
	font-weight: 600;
	font-size: 0.21rem;
	color: #DDDDDD;
	line-height: 0.54rem;
	letter-spacing: 0.01rem;
	text-align: center;
}