#file-container{
	width: 100%;
	height: auto;
}
body{
	background-color: #EEEEEE;
}
.wrap {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    height: 100%;
}
.wrap2{
	width: 1619px;
	position: relative;
	margin: 0 auto;
	height: 100%;
	background-color: #FFFFFF;
}
.top-box .top-content .top-left ul li:nth-child(3) a{
	color: #f5d389;
}
.nav .wrap{
	border-bottom: 1px solid #EEEEEE;
}
.nav span{
	color: #999999;
}
.file{
	width: 100%;
	padding-bottom: 30px;
	overflow: hidden;
}
.file-item{
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
	height: 80px;
	border-bottom: 1px dashed #eee;
}
.file-content{
	width: 638px;
	padding-right:20px ;
	height: 26px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.file-content a{
	font-size: 18px;
	color: #333333;
}
.operation{
	flex: auto;
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	color: #333333;
	position: relative;
}
.operation .img{
	width: 22px;
	height: 22px;
	margin-right: 5px;
}
.operation .img img{
	width: 100%;
	height: 100%;
}
.operation .down,.operation .collect,.operation .share{
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}
.operation .down:hover{
	color: #D41C26;
}
.operation .down img:nth-child(2){
	display: none;
}
.operation .down:hover img:nth-child(1){
	display: none;
}
.operation .down:hover img:nth-child(2){
	display: block !important;
}
.operation .collect:hover{
	color: #D41C26;
}
.operation .collect img:nth-child(2){
	display: none;
}
.operation .collect:hover img:nth-child(1){
	display: none;
}
.operation .collect:hover img:nth-child(2){
	display: block !important;
}
.operation .share:hover{
	color: #D41C26;
}
.operation .share img:nth-child(2){
	display: none;
}
.operation .share:hover img:nth-child(1){
	display: none;
}
.operation .share:hover img:nth-child(2){
	display: block !important;
}
.operation .time{
	font-size: 18px;
	color: #333333;
}
.operation .share-icon{
	display: none;
	position: absolute;
	z-index: 99;
	left: 290px;
	top: -8px;
	background-color: #FFFFFF;
}
.page{
	display: flex;
	justify-content: center;
	margin: 55px 0px;
}
#demo7{
	display: inline-block;
	margin: 0 auto;
}