@charset "utf-8";
/* CSS Document */
body{ background:#fff}
.story_01{ width:100%; float:left; overflow:hidden; background:#fff; box-sizing:border-box;}
.story_01 dl{ width:19%; margin:20px 0.5% 30px 0.5%; margin-bottom:30px; float:left; overflow:hidden;  box-shadow:0 0 15px #ddd;}


.story_01 dd{ width:100%; float:left; overflow:hidden;}
.story_01 dd img{ width:100%; float:left; overflow:hidden; }
.story_01 dt{ width:100%; float:left; overflow:hidden; line-height:30px; font-size:18px; border:1px solid #eee; border-top:none; padding:25px 15px 20px; box-sizing:border-box; }
.story_01 dt a{ color:#222}
.story_01 dt a:hover{ color:#da2339; text-decoration:underline}
.story_01 dt span{ float:right; line-height:30px; font-size:14px; color:#999}
.story_01 dt span b{ font-weight:normal}



/******** 手机版 ********/
@media (max-width:767px){
	

.story_01 dl{ width:48%; margin:15px 0.5% 15px 0.5%; box-shadow:0 0 10px #ddd;}
.story_01 dl:nth-child(2n+1){ margin-right:2%}

.story_01 dt{line-height:20px; font-size:14px; border:1px solid #eee; border-top:none; padding:10px; box-sizing:border-box; }

.story_01 dt span{ line-height:20px; font-size:12px}
.story_01 dt span b{ display:none}

	
}