
  .contain_news{
    margin-left: 1rem;
    margin-right: 1rem;
   
  }
  .subject_box{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 2rem;
  }

  .line{
    width: 5px;
    height: 30px;
    margin-left: 0.7rem;
    border-radius: 0.3rem;
    background-color:#3F51B5;
  }
  .subject_box h5{
    font-size: 1.5rem;
    color:#000000c3
  }
  .item_news_list{
    padding: 0.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  
    border-bottom: 1px solid #3F51B5;

    display: flex;
    justify-content: space-between;
    align-items: center;

  }
  .item_news_list:hover{
    background-color: rgba(206, 240, 229, 0.689)!important;
  }
  
  .titel_news{
    display: flex;
    justify-content: flex-start;
    
  }
  .item_news_list .icon_new{
    widows: 25px;
    height: 25px;
    font-size: 1rem;
    color: #3F51B5;
    margin-left: 0.5rem;
  }

  .item_news_list .news_titel{
    font-size: 1.1rem;
    color: #000;
    
    font-family: 'vazir'!important;
  }
  .item_news_list small{
    font-size: 0.9rem;
    color: #00000099;
    font-family: 'vazir'!important;
  }
  @media only screen and (max-width: 1200px){

  .line{
    width: 4px;
    height: 25px;
    margin-left: 0.7rem;
  
  }
  .subject_box h5{
    font-size: 1.3rem;
   
  }
  .item_news_list{
    padding: 0.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  
    border-bottom: 1px solid #3F51B5;

    display: flex;
    justify-content: space-between;
    align-items: center;

  }
  

  .item_news_list .icon_new{
    widows: 22px;
    height: 22px;
    font-size: 1rem;
    color: #3F51B5;
    margin-left: 0.5rem;
  }

  .item_news_list .news_titel{
    font-size: 1rem;
    color: #000;
    
    font-family: 'vazir'!important;
  }
  .item_news_list small{
    font-size: 0.85rem;
    color: #00000099;
    font-family: 'vazir'!important;
  }


  }


  @media only screen and (max-width: 992px){

.line{
  width: 4px;
  height: 25px;
  margin-left: 0.7rem;

}
.subject_box h5{
  font-size: 1.2rem;
 
}
.item_news_list{
  padding: 0.3rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;

  border-bottom: 1px solid #3F51B5;

  display: flex;
  justify-content: space-between;
  align-items: center;

}


.item_news_list .icon_new{
  widows: 20px;
  height: 20px;
  font-size: 0.95rem;
  color: #3F51B5;
  margin-left: 0.5rem;
}

.item_news_list .news_titel{
  font-size: 0.95rem;
  color: #000;
  
  font-family: 'vazir'!important;
}
.item_news_list small{
  font-size: 0.8rem;
  color: #00000099;
  font-family: 'vazir'!important;
}

  }


  @media only screen and (max-width: 768px){

.line{
  width: 4px;
  height: 20px;
  margin-left: 0.7rem;

}
.subject_box h5{
  font-size: 1.15rem;
 
}
.item_news_list{
  padding: 0.3rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;

  border-bottom: 1px solid #3F51B5;

  display: flex;
  justify-content: space-between;
  align-items: center;

}


.item_news_list .icon_new{
  widows: 18px;
  height: 18px;
  font-size: 0.95rem;
  color: #3F51B5;
  margin-left: 0.5rem;
}

.item_news_list .news_titel{
  font-size: 0.9rem;
  color: #000;
  
  font-family: 'vazir'!important;
}
.item_news_list small{
display: none;
}

  }

  @media only screen and (max-width: 600px){

.line{
  width: 4px;
  height: 20px;
  margin-left: 0.7rem;

}
.subject_box h5{
  font-size: 1.15rem;
 
}
.item_news_list{
  padding: 0.3rem;
  padding-left: 0rem;
  padding-right: 0rem;

  border-bottom: 1px solid #3F51B5;

  display: flex;
  justify-content: space-between;
  align-items: center;

}


.item_news_list .icon_new{
  widows: 18px;
  height: 18px;
  font-size: 0.9rem;
  color: #3F51B5;
  margin-left: 0.5rem;
}

.item_news_list .news_titel{
  font-size: 0.9rem;
  color: #000;
  
  font-family: 'vazir'!important;
}


  }




