.container-p{
	    width: 1000px;
    	margin: 0 auto;
}
.container-p .header{
	border-bottom: 1px solid #ccc;
}
.container-p .name{
	width: 77px;
	line-height: 45px;
	text-align: center;
	font-size: 15px;
	color: #020202;
	border-bottom:2px solid #336cb9;
}
.curriculum{
	padding: 30px 2px 12px;
}
.curriculum li{
	float: left;
	margin-right: 24px;
}
.curriculum li.last{
	margin-right: 0;
}
.curriculum li img{
	width: 180px;
	height: 110px;
}
.picList .pic{
	position: relative;
}
.picList .apply{
	position: absolute;
	top: 1px;
	right: 0;
	width: 42px;
	background:#ffcc33;
	color: #001f17;
	font-size: 15px;
	text-align: center;
	line-height: 27px;
}
.picList p{
	font-size: 12px;
	line-height: 18px;
	width: 180px;
	font-weight: bold;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.picList span{
	font-size: 12px;
	color: #7f8d9b;
}
