.info-detail{
	margin: 20px auto;
	background: #FFF;
}
.info-detail .title{
	padding: 40px 20px 20px 40px;
	font-size: 24px;
	line-height: 36px;
	text-align: left;	
}
.info-detail .info{
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	color: #777;
	margin: 0px 30px 20px 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.info-detail .info .i1{
	float: left;
}
.info-detail .info .i2{
	float: right;
	width: 80px;
	height: 20px;
	line-height: 20px;
	color: #adadad;
	margin-top: 10px;
	text-indent: 28px;
	background: url("../../images/platform/perviewnum.png") 0px 0px no-repeat;
}	
.info-detail .content{
	margin: 20px 30px;
	padding: 10px;
	line-height: 36px;
	overflow: hidden;
}
.info-detail .content img{
	max-width: 96%;
}

.info-detail .com{
	border-top: 1px solid #ddd;
	margin: 20px 30px;
	padding-bottom: 50px;
}
.info-detail .com ul{
	padding-top: 15px;
}
.info-detail .com ul .next{
	float: left;
	line-height: 36px;
	color: #808080;
}
.info-detail .com ul .next a{
	color: #555;
}
.info-detail .com ul .fx{
	width: 220px;
	color: #808080;
	float: right;
}




.doc-info-title {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #dcdcdc;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    text-indent: 20px;
}

.filelist {
    height: auto;
    padding-bottom: 10px;
    line-height: 36px;
    padding-top: 20px;
    margin: 0px 25px;
}
.filelist ul{
	margin: 10px 0PX;
}
.filelist ul li{
	width: 48%;
	margin-right: 4%;
	margin-bottom: 15px;
	height: 44px;
	line-height: 44px;
	float: left;
	background: #F0F0F0;
}
.filelist ul li.bian{
	margin-right: 0px;
}

.filelist ul li .fname{
	display: block;
	float: left;
	padding: 0px 15px;
	max-width: 420px;
	overflow:hidden;
	WHITE-SPACE: nowrap; 
	TEXT-OVERFLOW: ellipsis;
}
.filelist ul li .xz{
	display: block;
	float: right;
	padding: 0px 15px;
}
.filelist ul li .xz a{
	color: #8e8e8e;
}