.post_list_item, .list_item {
    display: block;
}
.post_list_item:first-child, .list_item:first-child {
    border-top: 0;
}
.post_item_link, .list_item_link, .list_item_wrapper {
    display: block;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #eaebec;
    margin: 0 10px;
    padding: 4px 0;
}
.list_item_top {
  font-size: 12px;
  line-height: 15px;
  color: #a9aeb3;
  position: relative;
  margin: 8px 0;
}
.list_item_top .user_name {
  font-size: 14px;
}
.list_left_space {
  padding-left: 40px;
}
.list_item_top_avatar {
  float: left;
  margin-right: 10px;
  line-height: 0;
}
.list_item_top .verified_id {
  padding-right: 0;
}
.list_item_top .verified_id:after {
  background: 0 0;
}
.list_item_top_name {
  display: block;
  line-height: 19px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 50px;
}
.user_img {
    height: 36px;
    width: 36px;
    border-radius: 2px;
    border: 1px solid #eee;
}

.list_item_more_operation {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 0;
}
.list_item_more_operation_btn {
  position: absolute;
  top: -5px;
  right: 0;
  width: 40px;
  height: 40px;
  background-position: 0 -1144px;
}
.list_item_operation {
  visibility: hidden;
  position: absolute;
  top: -4px;
  right: 46px;
  padding: 6px;
  background: #292e47;
  border-radius: 4px;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.list_item_operation .btn {
  float: left;
  padding: 0 8px 0 28px;
  position: relative;
  line-height: 30px;
}
.list_item_operation .btn:before {
  content: ".";
  color: transparent;
  display: inline-block;
  width: 4px;
}
.list_item_operation .btn:after {
  content: "";
  width: 24px;
  height: 30px;
  position: absolute;
  left: 8px;
}
.level {
    background-image: url(../images/new_sglobal_icon_89f6b7d.png);
    background-repeat: no-repeat;
    -webkit-background-size: 70px auto;
    background-size: 70px auto;
}
.level {
	width: 20px;
	height: 20px;
	display: inline-block;
	line-height: 16px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	vertical-align: middle
}
.level_1, .level_2, .level_3 {
	background-position: 0 -127px;
}
.level_4, .level_5, .level_6, .level_7, .level_8, .level_9 {
	background-position: 0 -155px
}
.level_10, .level_11, .level_12, .level_13, .level_14, .level_15 {
	background-position: 0 -183px
}
.level_16, .level_17, .level_18 {
	background-position: 0 -211px
}
a {
    color: #3361a7;
    text-decoration: none;
}
.user_name.red_name {
    color: #e53917;
    padding-left: 21px;
    background-position: left 0;
    background-size: 16px auto;
    background-repeat: no-repeat;
}