.main_blog{
  position:relative;
  max-width:100%;
  height:300px;
  overflow:hidden;
  padding:20px !important;
  background-color:#F8F8F8;
  //background-image:url('../lib/pics/header.png');
  background-repeat:no-repeat;
  background-position:center;
  background-size:auto 300px;
  z-index:1;
}
.blog_user{
  position:absolute;
  right:20px;
  bottom:20px;
  display:block;
  padding:20px;
  border:5px solid #fff;
  background-color:rgba(255,255,255,.55);
  //background-image:url('../../lib/pics/new.png');
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  font-size:12px;
}
.blog_user ul li{
  background-color:#fff;
  padding:0 4px;
  margin:2px;
}
.blog_srch_head{
  display:block;
  position:relative;
  top:20px;
  height:auto;
  min-height:1rem;
  font-size:2rem;
  background-color:#fff;
  padding:5px;
  text-align:center;
}
.blog_srch_star{
  display:block;
  position:relative;
  margin-top:14px;
  height:auto;
  min-height:1rem;
  font-size:2rem;
  color:#3BDA00;
  padding:5px;
  text-align:center;
}
.blog_main{
  height:auto;
}
.blog_main_pic{
  display:block;
  position:relative;
  float:left;
  width:250px;
  height:250px;
  margin:10px;
  overflow:hidden;
  background-color:#fff;
  border-radius:125px;
  z-index:1;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.13);
  background-position:50% 50%;
  background-repeat:no-repeat;
  background-size:cover !important;
}
.blog_main_pic i{
  position:absolute;
  font-size:50px;
  left:50px;
  top:50px;
  opacity:0.5;
}
.blog_small_pic{
  display:block;
  float:left;
  width:50px;
  height:50px;
  cursor:pointer;
  margin-right:5px;
  margin-bottom:5px;
  background-color:#fff;
  border-radius:25px;
  overflow:hidden;
  z-index:1;
  box-shadow:inset 0px 0px 10px rgba(0, 0, 0, 0.13);
  background-repeat:no-repeat;
  background-size:cover;
  border:1px solid #e5e5e5;
  line-height:45px;
}
.blog_small_pic_add{margin-top:20px;line-height:50px;width:50px;font-size:15px;text-align:center;}
.blog_small_pic:hover{box-shadow:inset 0px 0px 10px rgba(0, 0, 0, 0.5);}
.blog_main_desc{
  display:inline-block;
  float:left;
  margin:10px;
  overflow:hidden;
  z-index:1;
  width:calc(100% - 330px);
  min-width:300px;
}
.blog_main_desc_name{float:left;}
.blog_main_desc h1{text-align:left;padding:0 0 10px 0;min-width:300px;}
.blog_main_desc ul{padding:5px 20px;background:#fff;min-width:120px;margin: 0 0 10px;font-size:12px;}
.blog_main_desc i{width:15px;margin-right:5px;text-align:right;}
.followed{background:#ff0037 !important;}

.blog_desc{
  font-style:italic;
  background-color:#fff;
  padding:10px;
  border-radius:3px;
  min-height:170px;
  text-align: left;
}
.user_more{margin-top:10px !important;padding:10px !important;font-size:14px !important;}
.user_more li{margin-top:10px;}
