@media(max-width: 767px) {
  #sidebar aside.widget {
    margin: 0px 15px 40px;
  }
}


.ads_image {
  width: 110px;
}

.list_one_main {

}

.list_one_footer {
  padding: 5px 0px;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
  margin-top: 35px;
}

.news_title {
  display: block;
  color: #333;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}


@media(max-width: 767px) {
    .news_image {
      margin-bottom: 10px;
    }

    .list_one_footer {
      margin-bottom: 40px;
    }

    .news_word {
      line-height: 26px;
    }
}

@media(min-width: 768px) {
    .news_image {
      margin-right: 25px;
    }

    .list_one_footer {
      margin-bottom: 65px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .news_word {
      line-height: 24px;
    }
}

@media(min-width: 992px) {
    .news_word {
      line-height: 26px;
    }
}



.news_word {
  display: block;
  float: left;
  font-size: 14px;
  color: #747474;
  letter-spacing: 0px;
}


.read_more_sign {
  font-size: 18px;
  float: right;
  line-height: 20px;
}

.read_more {
  display: inline-block;
  float: right;
  margin-right: 6px;
}

.post_content{
  padding: 30px 0;
  text-align: justify;
}

.ads a {
    margin: 0 0px 10px 0;
}

article.post {
  text-align: center;
}