@charset "utf-8";

/* css document */


/*图标类型样式-小*/

i.doc {
	background: url(../../image/index/small-file-type.png) -10px -10px no-repeat;
}

i.ppt {
	background: url(../../image/index/small-file-type.png) -10px -60px no-repeat;
}

i.pdf {
	background: url(../../image/index/small-file-type.png) -10px -110px no-repeat;
}

i.music {
	background: url(../../image/index/small-file-type.png) -10px -160px no-repeat;
}

i.video {
	background: url(../../image/index/small-file-type.png) -10px -210px no-repeat;
}

i.zip {
	background: url(../../image/index/small-file-type.png) -10px -260px no-repeat;
}

i.xls {
	background: url(image/small-file-type.png) -10px -310px no-repeat;
}

i.img {
	background: url(../../image/index/small-file-type.png) -10px -360px no-repeat;
}

i.txt {
	background: url(../../image/index/small-file-type.png) -10px -410px no-repeat;
}







/*图标类型样式-大*/

i.big-word {
	background: url(../../image/index/file-type.png) -10px -20px no-repeat;
}

i.big-ppt {
	background: url(../../image/index/file-type.png) -10px -80px no-repeat;
}

i.big-pdf {
	background: url(../../image/index/file-type.png) -10px -140px no-repeat;
}

i.big-audio {
	background: url(../../image/index/file-type.png) -10px -200px no-repeat;
}

i.big-video {
	background: url(../../image/index/file-type.png) -10px -260px no-repeat;
}

i.big-zip {
	background: url(../../image/index/file-type.png) -10px -320px no-repeat;
}

i.big-excel {
	 background: url(../../image/index/file-type.png) -10px -414px no-repeat;
}

i.big-img {
	background: url(../../image/index/file-type.png) -10px -366px no-repeat;
}

i.big-text {
	background: url(../../image/index/file-type.png) -10px -461px no-repeat;
}