.column_storyList{
  display: flex;
  flex-wrap: wrap;
}
.column_storyList .item{
  width:calc(25% - 10px);
  margin-right:13.33px;
}
.column_storyList .item:nth-child(4n){
  margin-right:0px;
}
.column_storyList .item .story_cover{
  margin-bottom:10px;
}
.column_storyList .item h4{
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  max-height: 3em;
  height: 3em;
  line-height: 1.5em;
  margin: 5px 0;
}
.column_storyList .item h4 a{
  font-size:18px;
  font-weight:500;
}
.column_storyList .item .story_summary{
  color: #2a2929;
  text-align: justify;
  font-size:14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  max-height: 3em;
  height: 3em;
  line-height: 1.5em;
}
.column_storyList .item .category{
  color:#CA0000;
  font-size:12px;
  font-weight:700;
}
.column_storyList .item .post-date{
  color:#9FA19F;
  font-size:12px;
  font-weight:500;
}

.column_storyList .item .post-meta{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 30px;
}
.column_storyList .item .post-meta .basic{
  display: flex;
  align-items: center;
}
.column_storyList .item .Divider{
  display: inline-block;
  margin:0 8px;
  border-left:1px solid #000;
  width:0;
  height: 15px;
}
.column_storyList .Share_Article{
  cursor:pointer;
  position: relative;
  z-index: 99;
  flex: none;
}
.column_storyList .Share_Article .platform{
  display:none;
  position: absolute;
  z-index: 9;
  width: 20px;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.column_storyList .Share_Article .platform .wx canvas{
  position: absolute;
  top: 0;
  padding: 5px;
  background: #fff;
  width: 150px;
  left: -150px;
}
.column_storyList .Share_Article img{
  height:16px;
}
.column_storyList .Share_Article .platform img{
  height:20px;
  margin-bottom: 5px;
}
@media(max-width:767px){
  .column_storyList .item .post-meta .basic{
    flex-wrap: wrap;
  }
  .column_storyList .item .post-meta{
    height: auto;
    align-items: end;
  }
  .column_storyList .item .Divider{
    height: 10px;
    margin: 0 6px;
    border-left:0;
  }
  .column_storyList .item .story_summary{
    display:none;
  }
  .column_storyList .Share_Article img{
    height:13px;
  }
  .Comments_topNews_HotList .Comments .column_storyList .story_cover{
    margin-bottom:0;
  }
  .column_storyList .story_text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .column_storyList .item .post-date,
  .column_storyList .item .category{
    font-size: 10px;
  }
  .column_storyList .item{
    width:100%;
    margin-right:0;
    margin-bottom:10px;
    padding-bottom: 10px;
  }
  .column_storyList .item:last-of-type{
    border-bottom:0;
  }
  .column_storyList .item .story_content{
    display: flex;
    justify-content: space-between;
  }
  .column_storyList .item .story_cover {
    width: calc(45% - 3px);
  }
  .column_storyList .item .story_text{
    width: calc(55% - 3px);
  }
  .column_storyList .item h4{
    -webkit-box-orient: initial;
    text-overflow: initial;
    max-height: initial;
    height: initial;
    line-height: initial;
  }
  .column_storyList .item .story_cover{
    margin-bottom:0;
  }
  .column_storyList .Share_Article .platform .wx canvas{
    width: 100px;
    left: -105px;
  }
}
@media(max-width:576px){
  .column_storyList .item h4 a{
    font-size: 14px;
    line-height: 1;
  }
  body .column_storyList .item h4{
    margin:0
  }
}
