.fileList {
	display: inline-block;
	width: 100%;
}

.border_right {
	height: 1.5em;
	border-top: 1px solid#dfdfdf;
	border-right: 1px solid #dfdfdf;
	transform: skewX(42deg);
	margin-right: 10px;
}

.btnBox {
	border-right: 1px solid #dfdfdf;
	height: 3em;
	line-height: 3em;
	text-align: right;
	padding-right: 1em;
}

.file_look:hover,
.file_look:hover a {
	color: #E50014 !important;
}

.file_look:hover .download_pic {
	background-image: url(../img/downloadPic_active.png);
}

.itemlist {
	border-left: 0px solid #d42b32;
}

.accordion li {
	cursor: pointer;
}

.submenu a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 15px;
	/* padding: 12px; */
	/*padding-left: 42px;*/
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.submenu a:hover,
.submenu li.current a {
	/*background: #f39800;*/
	color: #f39800;
}

.accordion li i {
	/*position: absolute;*/
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
}

.accordion li.open i {
	color: #fff;
}

.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}


/*list start*/

.file_look {
	border: 0px solid #DFDFDF;
	margin-bottom: 1em;
	border-right: 0;
	border-top: 0;
	overflow-x: hidden;
	width: 100%;
	margin-right: 0em;
	float: none;
}

.fileNameBox {
	display: flex;
	padding-left: 0em;
	padding-bottom: 0em;
	padding-right: 0em;
	border-right: 0px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	position: relative;
}

.fileNameBox img {
	width: 20px;
	height: 30px;
}

.fileNameAndTime {
	padding: 0.3em 0 0.3em 0.5em;
	width: 100%;
}

.fileName {
	margin-bottom: 5px;
	float: left;
	width: 100%;
}

.one {
	float: right;
}

.fileTimeBox {
	margin-top: 5px;
	float: left;
}

.time {
	font-size: 12px;
	margin-right: 30px;
}

.btn_download {
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	border-radius: 3px;
	padding: 2px 7px;
	cursor: pointer;
	float: left;
	margin-top: 0em;
	text-decoration: none;
	font-size: 14px;
}

.download_pic {
	position: relative;
	padding: 0 7px;
	background-image: url(../img/donwloadPic.png);
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: center center;
	margin-right: 0.1em;
}

.fileDownloadBox{
	position: relative;
}

.searchBox{
	text-align: right;
	height: 60px;
	line-height: 60px;
	position: absolute;
	top: -60px;
	width: 100%;
}



.search_btn{
	color: #FFF;
	background-color: #E50014;
    border: 0;
    padding:4px 10px;
    border-radius: 5px;
    font-size: small;
    
}

.search_lab{
	font-size: small;
}

.search_btn{
	cursor: pointer;
}

.search_btn:focus{
	outline: auto 0px;
}

.search{
		height: 25px;
}


/*list end*/
/* ie8 */
@media screen\0 {
	.mainContent,
	.file_look,
	.fileNameBox {
		overflow: hidden;
	}
	.fileNameBox {
		width: 100%;
		padding-bottom: 1em;
	}
	.fileNameBox>img,
	.fileNameAndTime,
	.fileNameBox {
		float: left;
	}
	.fileNameAndTime {
		width: 95%;
	}
}

@media screen and (min-width: 960px) and (max-width: 1150px) {
	.navList {
		width: 23%;
	}
	.mainContent {
		margin-left: -moz-calc(23% + 31px);
		margin-left: -webkit-calc(23% + 31px);
		margin-left: calc(23% + 31px);
	}
}

@media screen and (min-width: 768px) and (max-width: 960px) {
	.navList {
		width: 25%;
	}
	.mainContent {
		margin-left: -moz-calc(25% + 31px);
		margin-left: -webkit-calc(25% + 31px);
		margin-left: calc(25% + 31px);
	}
}

@media screen and (max-width: 768px) {
	.mainContent {
		margin-left: 0;
		width: 100%;
	}
	.fileList {
		padding: 0 1rem 1rem;
	}
	.fileNameBox {
		padding: 1rem 0;
	}
	.searchBox{
		position: relative !important;
		top: 0;
		height: 50px;
		padding-right: 1rem;
	}
	.search{
		padding: 0;
		border: 1px solid #D3D3D3;
	}
	
}

@media screen and (max-width: 360px) {
	.fileList li {
		margin-bottom: 0;
	}
}