.news-flow-list{font-size: 0;padding: 0px 10px;height: 100%;}
.news-flow-list li{padding-top: 10px;padding-bottom: 10px; border-top: 1px dashed #EBEBEB;position: relative; overflow: hidden;}.news-flow-list li:first-child{border-top: none;}
.news-flow-list li a.img{margin-right: 16px;border: 1px solid #f9f9f9;background: #f9f9f9;width: 138px;height: 90px;display: inline-block;overflow:hidden;}
.news-flow-list li a.img img{max-width:100%;height:auto; display: inline-block;transition: all 0.6s;}
.news-flow-list li a.img img:hover{transform: scale(1.4)}
.news-flow-list li .txt{ display: inline-block;font-size: 14px;color: #555;overflow:hidden}
.news-flow-list li .txt a{line-height: 29px;}
.news-flow-list li .txt p.cont{display: block; line-height: 28px;}
.news-flow-list li h2{padding-left: 10px;font-size: 17px;}
.news-flow-list li .label{padding-left: 10px;color: #a9a9a9;}
.news-flow-list li .label a{margin-right:20px;}
.news-flow-list li .label span{margin-right:10px}
.news-flow-list .item1 .txt{width:100%}
.news-flow-list .item-img{width: 138px;float:left}
.news-flow-list .item-right{width:710px;float:left}
.news-flow-list li .news-intro{height: 43px;overflow: hidden;color: #a9a9a9;}
.news-flow-list .newsList2 .title a{width: 100%;}
.news-flow-list .newsList2 a{overflow: hidden;margin-right: 2%;display: inline-block;}
.news-flow-list .newsList2 a.last{margin-right: 0;}
.news-flow-list .newsList2 a img{max-width: 158px; height:auto;transition: all 0.6s;}
.news-flow-list .newsList2 a img:hover{transform: scale(1.4);}
.news-flow-list .newsList2 .label{margin-bottom: 0;}

.news-flow-key-1{color: red;font-size: 15px;width: 14px;display: inline-block;}
.news-flow-key-2{
      color: #b3b3b3;
      font-size: 15px;
      width: 14px;
      display: inline-block;
  }
  .news-flow-hot-item
  {
    line-height:28px;
  }
  
  .news-flow-main::-webkit-scrollbar {
    width: 8px;
  }
  .news-flow-main::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
  }
  .news-flow-main::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
  }
  #news-flow-title .layui-tab-bar{
     border:none !important;
  }