.p_matteA{
	width: 100%;
	height:360px;
	position: absolute;
	background-color: rgba(0,0,0,.5);
	z-index: 999;
	display: none;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
    animation-name:; animation-duration:; animation-delay:; background-image: url(fd.png);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
} 



/*图册列表容器*/ 


.p_articles{ width:280px; height:360px;border-width:2px 5px 5px 1px; border-style:solid; border-color:transparent;-webkit-border-image: url(box_border.png) 5 5 5 1 round;}

.p_articles{
	position:relative;
	height:auto;
	width:width:280px;
	border-image-source:url(box_border.png);
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	margin-right: 14.5px;
	margin-bottom: 10px;
	margin-left: 0px;
} 


/*图册列表容器*/ 
.p_articles_no{ width:280px; height:360px;border-width:2px 5px 5px 1px; border-style:solid; border-color:transparent;-webkit-border-image: url(box_border.png) 5 5 5 1 round;}

.p_articles_no{
	position:relative;
	height:auto;
	width:width:282px;
	border-image-source:url(box_border.png);
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
} 

 
 /*图片区*/ .standard .p_images{ width:282px; height:360px;}
 /*名称标题容器*/ .standard .p_header{ width:100%; height:auto; margin-bottom:5px; margin-top:10px; padding-left:0px; padding-right:0px; } 
/*移上动画*/ 
.p_articles:hover .p_matteA{ display: block; }
.p_articles_no:hover .p_matteA{ display: block; }


 
