@charset "utf-8";
/* CSS Document */

/*全局样式*/
*{
	margin: 0;
	padding: 0;
	font-family:Helvetica,Arial,sans-serif;
	font-size:14px;
}
html,body{
	margin:0px;
}
ul {
	list-style: none;
}
.pdf_svg,.word_svg,.xls_svg,.mp4_icon,.mp3_icon{
	display: inline-block;
	width: 80px;
	height: 80px;
	margin-bottom: 6px;
}
.details-text-bottom p{
	width: 80px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pdf_svg{
	background: url(../image/fileUpload/pdf.svg) center no-repeat;
	background-size: 100% 100%;
}
.word_svg{
	background: url(../image/fileUpload/doc.svg) center no-repeat;
	background-size: 100% 100%;
}
.xls_svg{
	background: url(../image/fileUpload/xls.svg) center no-repeat;
	background-size: 100% 100%;
}
.mp4_icon{
	background: url(../image/fileUpload/mp4.svg) center no-repeat;
	background-size: 100% 100%;
}
.mp3_icon{
	background: url(../image/fileUpload/mp3.svg) center no-repeat;
	background-size: 100% 100%;
}

ul.details-text-bottom li:hover{
	background: #f2f2f2;
}
.clearfix:after{
	content: ".";
	display:block;
	clear:both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	font-size:0;
}
img{
	border:0px;
	vertical-align:middle;
}
a{
	text-decoration:none;
	outline:none;
	color:#fff;
}
body{
	overflow-x:hidden;
}
select:focus option:hover{
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	background-color:#e03d3e;
}
select{
	-o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-out;
}

select.selectRoute option{
	padding:5px;
}
select.selectRoute option:hover{
	color:white;
}
select::-ms-expand {
	display: none;
}
/*当前位置样式*/
.main .paginationHeader {
    height: 44px;
    border-bottom: 1px solid #d1d1d3;
    line-height: 44px;
    padding-left: 10px;
    background-color: #fff;
    margin-bottom: 15px;
}
.main .paginationHeader ul,.main .paginationHeader ul li{
	height:100%;
}
/* .main .paginationHeader ul li{
	background: url(../images/home.png) left center no-repeat;
	text-indent: 20px;
} */

.main .paginationHeader ul li span{
     
    color: #DD4E43;
    /* float: right; */
    /* padding-bottom: 16px;
    border-bottom: 2px solid #979797; */
    font-size: 14px;
    text-align: left;
    text-indent: 20px;
    
}
li {
    list-style-type: none;
}