﻿.pdfslist {
	position:relative;
	display:block;
	float:none;
	clear:both;
	width:95%;
	box-sizing:border-box;
	height:auto;
	margin-left:auto;margin-right:auto;
	padding-bottom:40px;
	margin-bottom:40px;
}
.pdfs {
	position:relative;
	display:block;
	float:left;
	width:13.75%;
	height:auto;
	min-height:340px;
	margin-bottom:20px;
}

a.pdfpic {
	position:relative;
	display:block;
	float:right;
	width:100%;
	height:auto;
}

a.pdfpic img {
	width:100%;
}

a.pdftitle {
	position:absolute;
	display:block;
	width:100%;
	height:22px;
	top:auto;
	bottom:0px;
	left:0px;
	text-align:center;
	font-family:arial;
	color:#282629;
	font-size:22px;
}

.bgsep {
	position:relative;
	display:block;
	float:left;
	width:45px;
	height:300px;
	
}

@media screen and (max-width:	1366px) {

}

@media screen and (max-width:	1159px) {
	
}

@media screen and (max-width:	1024px) {
	.pdfs {
	min-height:150px;
	
}

.bgsep {
		height:200px;
	}
	
	a.pdftitle {
		font-size:17px;
	}
	
}

@media screen and (max-width:	640px) {
	.pdfs {
			    width: 100%;
				margin-bottom:10px;
	}		
	
	
	.bgsep {
			display:none;
	}
	a.pdftitle { 
	bottom:-22px;
	height:44px;
	}
}
