@charset "UTF-8";
/*！
# Copyright (c) 2022 MrjeKe 版权所有
# Object resilience_news.css
# Powered by MrJeKe 
# Data 2022/1/10
*/
body {
  background-color: #fff;
}

.resilience-footer {
  margin-top: 0px;
}

.news-bg .news-bg-img {
  background: url(/app/images/news/news_banner.jpg) no-repeat;
  background-position: center;
  width: 100%;
  height: 350px;
}

.news .card {
  border: 0;
  border-radius: 0;
  border-bottom: 5px solid #68BD82;
}

.news .card .news-list-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.news .card .news-list-img img {
  max-width: 100%;
  height: 230px;
}

.news .card .card-title {
  height: 80px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news .card .card-title .nav-link {
  position: relative;
  text-decoration: none;
}

.news .card .card-title .nav-link:hover {
  color: #008742;
}

.news .card .card-title .nav-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  background-color: #68BD82;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

.news .card .card-title .nav-link:hover:before {
  visibility: visible;
  transform: scaleX(1);
}

.news .card .card-text {
  height: 90px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.hovereffect {
  width: auto;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  transform: scale(1.1);
  transition: all 0.35s;
}

.hovereffect:hover img {
  transform: scale(1);
}

.news-content {
  background-color: #F6F6F6;
}

.news-content .content {
  background-color: #fff;
  border-radius: .25rem;
}

.news-content .content .article-content {
  overflow: hidden !important;
}

.news-content .content .article-content img {
  max-width: 100% !important;
  height: auto !important;
}

.news-content .content .news-page p {
  color: #6c757d;
}

.news-content .content .news-page p a {
  color: #6c757d;
}

.tags-content {
  background-color: #F6F6F6;
  /* This class can be replaced using options */
}

.tags-content .tags-img {
  height: 180px;
  overflow: hidden;
}

.tags-content .tags-img img {
  max-width: 100%;
  height: 100%;
}

.tags-content .hover-in {
  transition: .2s ease-out;
}

.tags-content .hover-out {
  transition: .2s ease-in;
}

.tags-content .tags-nav {
  position: relative;
  text-decoration: none;
}

.tags-content .tags-nav:hover {
  color: #008742;
}

.tags-content .tags-nav:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: -5px;
  left: 0;
  background-color: #68BD82;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

.tags-content .tags-nav:hover:before {
  visibility: visible;
  transform: scaleX(1);
}

.tags-product-recommend .title .text-secondary {
  margin: 0;
  padding: 65px 0;
}

.tags-product-recommend .product-swiper {
  overflow: hidden;
}

.tags-product-recommend .product-swiper .card {
  border: 0;
}

.tags-product-recommend .product-swiper .card img {
  max-width: 100%;
  height: auto;
}

.tags-product-recommend .product-swiper .card .nav-link {
  padding: 0;
}

.tags-product-recommend .product-swiper .card .card-title {
  margin: 0;
  text-align: center;
}

.tags-product-recommend .product-swiper {
  --swiper-navigation-color: #008742;
  /* 单独设置按钮颜色 */
  font-weight: bold;
  --swiper-navigation-size: 45px;
  /* 设置按钮大小 */
}

.cd-top {
  z-index: 9;
  display: inline-block;
  border-radius: 30px;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #008742 url(/app/images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.no-touch .cd-top:hover {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
/*# sourceMappingURL=resilience_news.css.map */