.web_main{background: #F6FBFB;}

.pdf_pic img{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pdf_item:hover .pdf_pic img{
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}

/* listPdf */
.listPdf_ul{flex-wrap: wrap;}
.listPdf_ul li{width: 100%; margin-bottom: 3%; background: #fff;}
.listPdf_ul li:last-child{margin-bottom: 20px;}
.pdf_item{position: relative; box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1); padding: 25px 28px; align-items: center;}

.pdf_pic_item{width: 21.5%;}
.pdf_pic_item .pdf_pic{padding-bottom: 73%; overflow: hidden;}

.pdf_info{width: 74%; font-family: Arial;}
.pdf_info .title{color: #000; line-height: 1.25; font-size: 24px;}
.pdf_info .title a{color: #000;}
.pdf_info .brief{line-height: 1.25; margin: 6px 0 10px;}
.pdf_info .date{color: #666;}
.pdf_info .more{display: block; width: 28px; height: 28px; border-radius: 50%; background: url(../img/icon_down1.png) no-repeat center/13px auto; background-color: #14457B; margin-top: 10px;}


.pdf_item:hover{box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.3);}
.pdf_item:hover .title, .pdf_item:hover .title a{color: #2C6DF5;}
.pdf_item:hover .pdf_info .more{background-color: #2C6DF5;}

@media only screen and (max-width: 1200px) {
	.pdf_item{padding: 20px 24px;}
	.pdf_info .title{font-size: 22px;}
}
@media only screen and (max-width: 950px) {
	.listPdf_ul li{width: 100%; margin-bottom: 20px; flex-direction: column;}
	.listPdf_ul li:last-child{margin-bottom: 10px;}
	.pdf_item{padding: 15px;}
	.pdf_pic_item{width: 100%;}
	.pdf_info{width: 100%; margin-top: 15px;}
	.pdf_info .title{font-size: 20px;}
}