@media (min-width: 980px) {
    .news-ie {
      float: left;
      width: 100%;
      padding: 25px 0;
      border-bottom: 1px #d8d8d8 dashed;
    }

    .news-ie img {
      float: left;
     
        width: 21.8%;
        height: 160px;
    }

    .news-litt {
      padding: 0 10px;
      float: left;
      width: 78.2%;
    }
   
  }

  .news-ie:hover {
    background: #f5f6fa;
  }


  .ier-span-tf {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../images/icoek.png);
    border: none;
    float: left;
    background-position: -43px -73px;
  }

  .tav-ue {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }

  @media (max-width: 768px)
{
  .news-ie
  {
      float: left;
      width: 100%;
      padding: 15px 0;
      border-bottom: 1px #d8d8d8 dashed;
  }
  .news-ie img
  {
      float: left;
      width: 100%;
       height: 260px;
  }
  .news-litt
  {
      padding: 0 10px;
      float: left;
      width: 100%;
  }
 
}

.news-litt h4 {
  font-size: 16px;
  color: #3f3f3f;
  padding: 10px 0;
  font-weight: 600;
}
.news-litt h4 a{
color: #666666;
 text-decoration: none;
}