﻿.home_article {
  position: relative;
  padding: 70px 0;
  background: url("../../../../images/templates/articletemplates/th001/article_bg.jpg") no-repeat;
  background-size: cover;
  margin: 70px 0;
}
.home_article .item:hover img {
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}
.home_article .pic {
  position: relative;
  overflow: hidden;
}
.home_article h2.title:before {
  background: url("../../../../images/templates/ArticleTemplates/th001/article_icon.svg") no-repeat;
}
.home_article a {
  position: relative;
}
.home_article .info {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  color: #fff;
}
.home_article .info .time {
  color: rgba(255, 255, 255, 0.8588235294);
  font-size: 14px;
}
.home_article .info .title {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home_article .slick-btn {
  position: absolute;
  top: 12%;
  right: 12%;
}
.home_article .pic {
  background-color: #0c2003;
}
.home_article .pic img {
  opacity: 0.7;
}
.home_article .newsBox {
  margin-bottom: 40px;
}
.home_article .newsBox {
  margin-left: 12%;
}
.home_article .item {
  margin: 0 10px;
}
.home_article .slick-prev2:focus, .home_article .slick-prev2:hover {
  background: url(../../../../images/all/arrow_left.svg) no-repeat #b29d47 center;
}
.home_article .slick-prev2 {
  z-index: 10;
  background: url(../../../../images/all/arrow_left.svg) no-repeat #006400 center;
  margin-right: 10px;
}
.home_article .slick-next2:focus,
.home_article .slick-next2:hover {
  background: url(../../../../images/all/arrow_right.svg) no-repeat #b29d47 center;
}
.home_article .slick-next2 {
  z-index: 10;
  background: url(../../../../images/all/arrow_right.svg) no-repeat #006400 center;
}
.home_article .slick-next2:before,
.home_article .slick-prev2:before {
  display: none;
}
.home_article .slick-next2, .home_article .slick-prev2 {
  width: 40px;
  height: 40px;
  transition: all 0.5s;
  border-radius: 50%;
  transform: unset;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  border: none;
}

@media (max-width: 1800px) {
  .home_article .slick-btn {
    top: 15%;
  }
}
@media (max-width: 1199px) {
  .home_article .slick-btn {
    top: 10%;
  }
}
@media (max-width: 991px) {
  .home_article .slick-btn {
    top: 12%;
  }
}
@media (max-width: 767px) {
  .home_article .newsBox {
    margin-bottom: 30px;
  }
  .home_article .item {
    margin: 0;
  }
  .home_article {
    padding: 40px 15px;
    margin: 40px 0;
  }
  .home_article .newsBox {
    margin-left: 0;
  }
  .home_article .slick-btn {
    position: relative;
    left: 0;
    right: 0;
    top: unset;
    text-align: center;
  }
}
