#section-news-1 {
  margin-bottom: 390px;
}
#section-news-1 #news-top {
    background: url(../img/home/eslimi-4.png) no-repeat;
    background-position: right;
    width: 100%;
    height: 64px;
    color: #9b8064;
    font-weight: bold;
    text-align: right;
    font-size: 15px;
    padding: 20px 75px 0 0;
    float: right;
    margin-bottom: 30px; 
}
  
#section-news-1 #news-list {
  text-align: right;
}
#section-news-1 #news-list ul {
  list-style: none; 
}
#section-news-1 #news-list ul li {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
    width: 90%;
    margin-right: 30px;
}
#section-news-1 #news-list ul li .news-img a {
  display: table; 
}
#section-news-1 #news-list ul li .news-img a img {
  width: 120px;
  height: 80px;
  /*border-radius: 85px; */
}
#section-news-1 #news-list ul li .news-summary {
  direction: rtl;
  text-align: right;
  padding: 15px 15px; 
}
#section-news-1 #news-list ul li .news-summary a {
    display: table;
    width: 100%;
    color: #348f56;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px;
}
#section-news-1 #news-list ul li .news-summary a:hover {
  color: #74a2c8; 
}
#section-news-1 #news-list ul li .news-summary summary {
    color: #8b8b8b;
    line-height: 1.8;
    font-size: 12px; 
}
          
#section-news-1 #news-list #news-footer {
  width: 100%;
  height: 2px;
}
