﻿.home_news {
  padding: 0 12%;
}
.home_news h2.title:before {
  background: url("../../../../images/templates/newstemplates/th004/new_icon.svg") no-repeat;
}
.home_news h2.title.title_vdo:before {
  background: url("../../../../images/templates/newstemplates/th004/video_icon.svg") no-repeat;
}
.home_news .item {
  margin: 0 20px;
}
.home_news .item:hover .pic img {
  opacity: 0.7;
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.home_news .item:hover .title {
  color: #006400;
}
.home_news .item .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home_news .item .time {
  color: #b29d47;
}
.home_news .item .info {
  padding-top: 10px;
}
.home_news .item .pic {
  position: relative;
  overflow: hidden;
}
.home_news .newsBox {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .home_news {
    padding: 0 4%;
  }
}
@media (max-width: 767px) {
  .home_news .newsBox {
    margin-bottom: 25px;
  }
  .home_news .item {
    margin: 0;
  }
  .home_news {
    padding: 0 15px;
  }
}
