/* 超小屏幕（手机，小于 768px） */
@media (max-width: 768px) {
  .news-list-mod-2 li {
    display: block;
    max-height: 100%;
    padding-top: 0;
  }
  .news-list-mod-2 li .image {
    position: relative;
    width: 100%;
    height: 225px;
    -webkit-box-flex: inherit;
    flex: inherit;
    margin-right: 0;
  }
  .news-list-mod-2 li .image img {
    width: 100%;
    height: 100%;
  }
  .news-list-mod-2 li .image .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6));
  }
  .news-list-mod-2 li .image .caption h3 {
    padding: 0 10px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .news-list-mod-2 li .bottom .bottom-inner {
    display: -webkit-box;
    display: flex;
    padding: 0 20px;
    background: #fff;
    height: 35px;
    line-height: 35px;
  }
  .news-list-mod-2 li .bottom .bottom-inner .time {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    color: #999;
  }
  .news-list-mod-2 li .bottom .bottom-inner .share {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    text-align: right;
  }
  .news-list-mod-2 li .bottom .bottom-inner .share .fenxiang {
    font-size: 30px;
  }
  .news-list-mod-2 li .cont {
    display: none;
  }
}
