﻿.home_album {
  position: relative;
  padding: 70px 0;
  background-color: #fcf3e3;
  background-size: cover;
  margin: 70px 0 0;
}
.home_album .item:hover img {
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.7;
}
.home_album .item:hover .title {
  color: #006400;
}
.home_album .pic {
  position: relative;
  overflow: hidden;
}
.home_album h2.title:before {
  background: url("../../../../images/templates/AlbumTemplates/th001/album_icon.svg") no-repeat;
}
.home_album a {
  position: relative;
}
.home_album .info .time {
  color: rgba(255, 255, 255, 0.8588235294);
  font-size: 14px;
}
.home_album .info .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home_album .slick-btn {
  position: absolute;
  top: 12%;
  right: 12%;
}
.home_album .newsBox {
  margin-bottom: 40px;
}
.home_album .newsBox {
  margin-left: 12%;
}
.home_album .item {
  margin: 0 10px;
}
.home_album .slick-prev3:focus, .home_album .slick-prev3:hover {
  background: url(../../../../images/all/arrow_left.svg) no-repeat #b29d47 center;
}
.home_album .slick-prev3 {
  z-index: 10;
  background: url(../../../../images/all/arrow_left.svg) no-repeat #006400 center;
  margin-right: 10px;
}
.home_album .slick-next3:focus,
.home_album .slick-next3:hover {
  background: url(../../../../images/all/arrow_right.svg) no-repeat #b29d47 center;
}
.home_album .slick-next3 {
  z-index: 10;
  background: url(../../../../images/all/arrow_right.svg) no-repeat #006400 center;
}
.home_album .slick-next3:before,
.home_album .slick-prev3:before {
  display: none;
}
.home_album .slick-next3, .home_album .slick-prev3 {
  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: 767px) {
  .home_album .newsBox {
    margin-left: 0;
    margin-bottom: 25px;
  }
  .home_album .item {
    margin: 0;
  }
  .home_album {
    padding: 40px 15px;
    margin: 40px 0;
  }
  .home_album .slick-btn {
    position: relative;
    left: 0;
    right: 0;
    top: unset;
    text-align: center;
  }
}
