.pbox{
	height: 60px;
	padding: 0 16px;
	background: #f8f9fb;
	overflow: hidden;
	transition: max-height 0.7s ease, transform 0.7s ease;
	border-radius: 10px;
	margin-bottom: 16px;
}
.pbox h3{
	margin: 0;
	font-size: 20px;
}
.pimgbox img{
	float: right;
	margin-top: 28px;
	max-width: 50%;
	transition: transform 0.5s ease;
}
.extended{
    height: 116px; 
    transition: height 1s ease, transform 1s ease;
}
.extendedOut{
	height: 60px;
	transition: height 1s ease, transform 1s ease;
}

.extended img {
    transform: rotate(180deg);
}
.peoplebox{
	margin-top: 16px;
}
.people{
	margin: 0;
	color: rgba(34, 40, 49, .8);
	font-weight: 600;
	font-size: 16px;
}
.zhicheng{
	font-size: 16px;
}
.fileimgbox{
	background: url(../img/images/文件-pdf_file-pdf.png) no-repeat center;
	background-size:30%;
}
.filename{
	color: #5d5d5d;
	padding: 25px 30px;
	font-size: 20px;
}
.filebox{
	margin-top: 15px;
	background: rgba(230, 230, 230, .4);
}
.filebox:hover{
	background: linear-gradient(220.55deg, #00E0EE 0%, #AD00FE 90%);
}
.filebox:hover .fileimgbox{
	background: url(../img/images/文件-pdf_file-pdf1.png) no-repeat center;
	background-size:30%;
}
.filebox:hover .filename{
	color: #fff;
}