.main-news {
  display: flex;
  grid-gap: 20px;
  margin-bottom: 40px;
  padding-top: 20px;
}
.main-news .menu-news {
  width: 220px;
  position: sticky;
  top: 80px;
}
.main-news .menu-news li {
  margin-bottom: 16px;
}
.main-news .menu-news a {
  font-weight: 600;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  display: grid;
  grid-template-columns: 24px auto;
  grid-gap: 16px;
  align-items: center;
  transition: 0.2s ease-in-out;
}
.main-news .menu-news a:hover {
  color: #EF6837;
}
.main-news .menu-news a.active {
  color: #EF6837;
}
.main-news .main-content {
  width: calc(100% - 240px);
}
.main-news .h3_news {
  font-weight: 600;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 16px;
  margin-top: 0;
}
.main-news .item-news {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  grid-gap: 20px;
  background: #FFFFFF;
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}
.main-news .item-news img {
  border-radius: 12px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.main-news .item-news .name {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.87);
  display: block;
}
.main-news .item-news .created_time-cate {
  display: flex;
  align-items: center;
  grid-gap: 16px;
}
.main-news .item-news .created_time-cate span {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.main-news .item-news .created_time-cate i {
  color: #C4C4C4;
  font-size: 6px;
}
.main-news .item-news .created_time-cate a {
  font-weight: 400;
  font-size: 16px;
  color: #EF6837;
}
.main-news .item-news:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.main-news .item-news:first-child {
  padding-top: 0;
}
.main-news .pagination {
  margin-top: 20px;
  margin-bottom: 0;
  display: block;
}
.main-news .pagination .load_more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 12px;
  border: none;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  transition: 0.1s ease-in-out;
}
.main-news .pagination .load_more i {
  margin-left: 4px;
}
.main-news .pagination .load_more:hover {
  color: #fff;
  background: #EF6837;
}
.main-news .block {
  padding: 20px;
  background: #FFFFFF;
  border-radius: 12px;
}

.block-list-home .h3_news {
  font-size: 24px;
  margin-bottom: 20px;
}

.list-home {
  margin-bottom: 40px;
}
.list-home .item-home {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.list-home .item-home img {
  width: 100%;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.list-home .item-home .name {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
  display: block;
  color: rgba(0, 0, 0, 0.87);
  line-height: normal;
}
.list-home .item-home .created_time-cate {
  display: flex;
  align-items: center;
  grid-gap: 16px;
  margin-bottom: 20px;
}
.list-home .item-home .created_time-cate span {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.list-home .item-home .created_time-cate i {
  color: #C4C4C4;
  font-size: 6px;
}
.list-home .item-home .created_time-cate a {
  font-weight: 400;
  font-size: 16px;
  color: #EF6837;
}
.list-home .item-home .summary {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
}
.list-home .owl-dots {
  margin-top: 20px !important;
}
.list-home .owl-dots .owl-dot span {
  margin: 0 8px;
  background: rgba(0, 0, 0, 0.09);
  border-radius: 100px;
  width: 16px;
  height: 4px;
  transition: 0.2s ease-in-out;
}
.list-home .owl-dots .owl-dot.active span {
  background: #EF6837;
  width: 40px;
}

.list-hits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.list-hits .item-news {
  grid-template-columns: 1fr;
  grid-gap: 16px;
  border: none;
  margin: 0;
  padding: 0;
}
.list-hits .item-news .name {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
  height: 60px;
  line-height: 20px;
}

.block-list-grid {
  display: flex;
  grid-gap: 20px;
  margin-bottom: 40px;
}
.block-list-grid .h3_news {
  margin-bottom: 16px;
}
.block-list-grid .item-grid {
  width: calc(50% - 10px);
}

.block-list-main {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 20px;
}

.list-cat .item-cat {
  margin-bottom: 20px;
}
.list-cat .item-list a {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 10px;
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.87);
}
.list-cat .item-list a img {
  border-radius: 12px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  font-size: 12px;
  overflow: hidden;
}
.list-cat .item-list a span {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-weight: 400;
}
.list-cat .item-list a:last-child {
  margin-bottom: 0;
}
.list-cat .item-list a:hover {
  color: #EF6837;
}
.list-cat .item-recruitment a {
  padding: 16px 0;
  border-bottom: 1px solid #EEEEEE;
  font-weight: 400;
  font-size: 14px;
  display: block;
  color: rgba(0, 0, 0, 0.87);
  padding-left: 15px;
  position: relative;
}
.list-cat .item-recruitment a::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 6px;
  height: 6px;
  background: rgba(0, 0, 0, 0.87);
  display: block;
  border-radius: 100%;
}
.list-cat .item-recruitment a:first-child {
  padding-top: 0;
}
.list-cat .item-recruitment a:first-child::before {
  top: 5px;
}
.list-cat .item-recruitment a:last-child {
  padding-bottom: 0;
  border: none;
}
.list-cat .item-product a {
  display: grid;
  grid-template-columns: 100px auto;
  grid-gap: 20px;
  margin-bottom: 16px;
}
.list-cat .item-product a:last-child {
  margin-bottom: 0;
}
.list-cat .item-product a img {
  padding: 8px;
  background: #F5F5F5;
  border-radius: 5px;
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.list-cat .item-product a .name {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}
.list-cat .item-product a .price {
  font-weight: 600;
  font-size: 14px;
  color: #DA0000;
  margin-bottom: 8px;
}
.list-cat .item-product a .product-rate {
  display: flex;
  align-items: center;
  grid-gap: 6px;
}

@media (max-width: 960px) {
  .main-news {
    display: block;
    padding-top: 0;
  }
  .main-news .menu-news {
    width: 100%;
    position: unset;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    grid-gap: 20px;
    overflow: auto;
  }
  .main-news .menu-news a {
    grid-gap: 8px;
  }
  .main-news .main-content {
    width: 100%;
  }
  .block-list-main {
    display: block;
  }
  .main-news .block {
    padding: 10px;
  }
  .list-home .item-home {
    display: block;
  }
  .list-home .item-home img {
    margin-bottom: 20px;
    height: 200px;
  }
  .block-list-grid {
    flex-wrap: wrap;
  }
  .block-list-grid .item-grid {
    width: 100%;
  }
  .main-news .item-news img {
    height: 100px;
  }
  .list-hits {
    grid-template-columns: 1fr;
  }
  .list-hits .item-news {
    grid-template-columns: 1fr 1.4fr;
  }
  .main-news .item-news {
    grid-gap: 10px;
    padding-top: 0;
  }
  .main-news .item-news .created_time-cate {
    grid-gap: 8px;
    flex-wrap: wrap;
  }
}/*# sourceMappingURL=home.css.map */