/* 主页 CSS */
.introduce{background-color:white; text-align:center;border:1px solid gray;border-radius:10px;box-shadow:5px 5px 10px rgba(0,0,0,0.5);}
#mixian_video{margin-top:15px;margin-bottom:15px;}
#introduce{color:black;background-color:#dbba8f;border-radius:15px;box-shadow:2px 2px 4px rgba(0,0,0,0.5);}
.block_title img{width:50px;}
.block_title{color:#717171;}
#blog_list{padding:0;}
#blog_list h4{font-size:16px;}
#blog_list>li{ list-style:none; max-width:1024px;padding:0;}
.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:80px;height:80px;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;}


@media screen and (max-width:600px){
  .left{display:none;}
  .right{display:none;}
}
@media screen and (min-width:1024px){
    .introduce{margin-top:-10px;}
}


