/* wrapper */
#wrapper{width:100%; min-height:300px; margin:0 auto; background:#fff;padding:8px 16px 16px 10px; box-sizing:border-box; }
#container{position:relative;width:100%;padding-bottom:10px; margin:0px auto;}
.grid{min-height:100px;padding:15px;background:#fff;margin:8px;font-size:12px;float:left;
/*box-shadow:0 1px 3px rgba(34,25,25,0.4);-moz-box-shadow:0 1px 3px rgba(34,25,25,0.4);-webkit-box-shadow:0 1px 3px rgba(34,25,25,0.4);*/
-webkit-transition:top 1s ease, left 1s ease;-moz-transition:top 1s ease, left 1s ease;-o-transition:top 1s ease, left 1s ease;-ms-transition:top 1s ease, left 1s ease;overflow:hidden}
/*.grid strong{border-bottom:1px solid #ccc;margin:10px 0;display:block;padding:0 0 5px;font-size:17px;}*/
.grid strong {
    display: block;
    font-size: 16px;
    padding: 24px 0 0 24px;
    font-weight: 600;
	line-height:22px;
}
.grid p{font-size:12px;padding:3px 16px 24px 24px;color:#717172; line-height:20px;TEXT-JUSTIFY: inter-ideograph;  TEXT-ALIGN: justify;}
 .grid .meta{text-align:right;color:#777;font-style:italic; display:none}
.grid .imgholder a img{max-width:100%;background:#ccc;display:block;background:url(images/loding.gif) no-repeat center;transition: all 0.6s;
-ms-filter:"progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1;}

.grid .imgholder a img:hover{ transform: scale(3); overflow:hidden;
/*-ms-filter:"progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);opacity:0.5*/
}
a.gdA{ border-radius:10px; background:#fff; display:block; font-size:20px; margin:0 auto; height:43px; text-align:center; line-height:43px; width:100%; color:#000;transition: all 0.3s ease 0s;}
a.gdA:hover{ color:#fff; background:#8ec220}

	.grid .imgholder a img{ display:inline !important;}	
	.grid { text-align:center; background: #fff !important; border:1px solid #f2f3f4;}
/*瀑布流的形式*/
	.grid .imgholder a img{height:auto !important;}