.menuBox{
	background: #f0f0f0;
	width: 240px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 20px 30px 0;
}
.menuBox>dd{
	padding: 20px 0;
	color: gray;
	cursor: pointer;
	border-bottom: solid 1px #dfdcd8;
	border-top: solid 1px #f8f8f7;
	font-size: 18px;
}
.menuBox>dd.active{
	color: #e60012;
}
.menuBox>dd:nth-child(2){
	border-top: none;
}
.menuBox>dd:last-child{
	border-bottom: none;
}
.title{
	font-size: 24px;
	font-weight: bold;
	padding-left: 15px;
	position: relative;
}
.title:before{
	content: "";
	width: 4px;
	height: 26px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	background: #E60012;
}
.yearChange{
	width: 114px;
	padding-left: 5px;
	margin-top: 5px;
}
.yearChange>option{
	line-height: 20px;
}
.info-list>li{
	padding: 40px 0;
	border-bottom: dashed 1px #d0ccc7;
	color: #343535;
}
.info-list>li:last-child{
	border-bottom: none;
}
.info-list>li a{
	color: #343535 !important;
	text-decoration: underline;
}
.info-list>li:after{
	content: "";
	display: block;
	clear: both;
}
.managers>li{
	float: left;
	font-size: 24px;
	color: #dddad5;
	line-height: 26px;
	cursor: pointer;
}
.managers>li.active{
	color: #E60012;
}
.managers>li:first-child{
	padding-right: 20px;
	border-right: solid 2px #dddad5;
}
.managers>li:last-child{
	padding-left: 20px;
}
.manager-list>li{
	border-bottom: dashed 1px #d0ccc7;
	padding: 30px 0 20px;
}
.manager-list>li:last-child{
	border-bottom: none;
}
.manager-list>li:after{
	content: "";
	display: block;
	clear: both;
}
.pName{
	width: 120px;
	height: 136px;
	text-align: center;
	color: white;
	font-size: 20px;
	float: left;
	background: url(../images/person-bg.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
	margin-right: 40px;
}
.pName>div{
	position: absolute;
	left: 50%;
	top: 22%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.pInfo{
	width: 470px;
	color: #585952;
	font-size: 16px;
	line-height: 25px;
}