/****    博客列表 CSS    ****/
#blog_list{padding:0;}
#blog_list h4{font-size:16px;}
#blog_list>li{ list-style:none; max-width:1024px;padding:0;margin:0 auto;}
.blog_photos{ display:inline-block; list-style:none;padding-left:0; }
.blog_photos li{display:inline-block; list-style:none; margin:0;overflow:hidden;cursor:pointer;}
.blog_photos img{width:100px;height:100px;object-fit:cover;object-position:left top;transtition:1s;}
.blog_photos img:hover{object-position:right bottom;}
.blog_content{ font-size:14px; text-indent:28px; margin-top:6px;}
.watch{font-size:12px; color:gray;}
.watch .number{color:#4f88b0;}
.datetime{ font-size:12px; color:gray; font-style:normal;float:right;}
.author{ font-size:12px; color:gray;float:right;}
#blog_list hr{border:1px dashed gray;}
@media screen and (max-width:600px){
.blog_photos img{width:80px;height:80px;object-fit:cover;object-position:left top;transtition:1s;}

}

