/*-------------------------- news -----------------*/
.sp-news {
  margin: 50px; }
  .sp-news .portlet-links-c {
    clear: both;
    position: absolute;
    top: 10px;
    right: 30px;
    border: 1px solid #029f8c;
    border-radius: 25px; }
    .sp-news .portlet-links-c a {
      color: #029f8c; }
  .sp-news .sp-news-item .sp-img {
    width: 100%;
    height: 155px;
    border: 1px solid #029f8c;
    border-bottom: 1px solid #fff;
    object-fit: cover; }
  .sp-news .sp-news-item .sp-text {
    border: 1px solid #029f8c;
    padding: 0 15px;
    border-top: 1px solid #fff; }
    .sp-news .sp-news-item .sp-text .sp-title {
      min-height: 57px;
      color: #029f8c;
      font-size: 18px; }
    .sp-news .sp-news-item .sp-text p {
      font-family: Vazir;
      font-size: 12px;
      direction: rtl;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      line-height: 16px;
      max-height: 32px;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      margin-bottom: 20px; }
    .sp-news .sp-news-item .sp-text .sp-more {
      padding: 5px 13px;
      border: solid 1px #fff;
      color: #fff; }
  .sp-news .portlet-title {
    margin-bottom: 30px;
    text-align: left;
    color: #029f8c;
    font-size: 28px; }
    .sp-news .portlet-title:after {
      left: 35px;
      height: 1px;
      width: 70px;
      content: " ";
      margin-left: -35px;
      position: absolute;
      background: #72c02c;
      margin-top: 45px; }

@media (max-width:767px) {
  .sp-news .sp-news-item {
    margin-bottom: 5px; } }

