
.pdf_btn img{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/* listPdf */
.listPdf_ul{flex-wrap: wrap;}
.listPdf_ul li{width: 100%; margin-bottom: 22px;}
.listPdf_ul li:last-child{margin-bottom: 0;}
.pdf_item{position: relative; /* box-shadow: 2px 5px 10px 4px rgba(0, 0, 0, 0.1); */ padding: 3% 3%; align-items: center; border: 1px solid #E5E5E5;}

.pdf_info{padding-left: 60px; background: url(../img/icon_pdf.png) no-repeat 0 8px; background-size: 40px auto;}
.pdf_item .title{line-height: 1.5; font-size: 20px; font-family: 'AkzidenzGroteskBQ-Bold';}
.pdf_item .brief{line-height: 1.75; color: #666; margin-top: 5px;}

.pdf_btn{align-items: center; margin-left: 3%;}
.pdf_btn .btn_down, .pdf_btn .btn_view{width: 28px; height: 28px; display: block; overflow: hidden;}
.pdf_btn img{width: 100%; height: 100%; display: block;}
.pdf_btn .btn_view{margin-left: 30px;}

.pdf_btn .btn_down:hover, .pdf_btn .btn_view:hover{ border-radius: 5px;}

.pdf_item:hover{border-color: var(--commonColor);}
.pdf_item .pdf_btn .btn_down:hover .icon_d, .pdf_item .pdf_btn .btn_view:hover .icon_d{margin-top: -28px;}

@media only screen and (max-width: 950px) {
	.listPdf_ul li{width: 100%; margin-bottom: 16px; flex-direction: column;}
	.listPdf_ul li:last-child{margin-bottom: 6px;}
	.pdf_item{padding: 15px 15px; align-items: flex-end;}
	.pdf_info{padding-left: 48px; background-size: 36px auto;}
	.pdf_btn{margin-left: 0; margin-top: 14px;}
	.pdf_btn .btn_view{margin-right: 10px;}
	.pdf_btn .btn_down:hover .icon_d, .pdf_btn .btn_view:hover .icon_d{height: 100%;}
}


