﻿.staff-list-wrap{
	margin-top:5px
}
.staff-list-wrap li{
	width:386px;
	margin-top:63px;
	padding-bottom:20px;
	border-bottom:3px solid #dfdfdf;
	float:left
}
.staff-list-wrap li:nth-child(3n){
	margin-right:0
}
.staff-list-wrap li a{
	display:block
}
.staff-list-wrap li a .date{
	overflow:hidden
}
.staff-list-wrap li a .date-l{
	width:129px;
	height:50px;
	line-height:50px;
	text-align:center;
	background:#009e9f;
	font-size:14px;
	color:#fff;
	position:relative;
	float:left;
	margin-bottom:34px
}
.staff-list-wrap li a .date-l:after{
	content:"";
	display:block;
	width:16px;
	height:14px;
	background:url(../image/triangle.png);
	position:absolute;
	bottom:-14px;
	left:0
}
.staff-list-wrap li a .date-r{
	width:39px;
	height:50px;
	line-height:50px;
	text-align:center;
	background:#fdd000;
	font-size:12px;
	color:#fff;
	margin-left:132px
}
.staff-list-wrap li a img{
	display:block;
	width:386px;
	height:250px
}
.staff-list-wrap li a .intro-text h2{
	font-size:24px;
	color:#555;
	line-height:36px;
	margin:20px 0;
	font-weight:400
}
.staff-list-wrap li a .intro-text p:first-of-type{
	font-size:16px;
	color:#555;
	line-height:34px
}
.staff-list-wrap li a .intro-text p:nth-of-type(2){
	font-size:16px;
	color:#888;
	margin-bottom:15px;
	margin-top:40px
}
.header .nav .menu {
    width: 300px;
	height: 54px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    visibility: hidden;
    z-index: 2;
    background: #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    left: -80px;
    top: 110px;
    
}

.header .nav .menu-item {
    height: 54px;
    width: 100%;
    border-top: 1px solid #ccc;
	margin-left: 0;
}

.header .nav .menu-txt {
    color: #333;
    width: 100%;
    height: 54px;
    line-height: 54px;
    display: block;
    text-align: center;
    font-size: 15px;
    background: #eee
}

.header .nav .menu-txt,
.header .nav .menu-txt:hover {
    -webkit-transition: background 1s;
    transition: background 1s
}

.header .nav .menu-txt:hover {
    background: #009e9f;
    color: #fff
}