.ruifox-home-news009 {
  margin-top: 0.8rem;
  background-size: cover;
  position: relative;
}

.ruifox-home-news009>img {
  position: absolute;
  top: -0.6rem;
  left: 0;
  width: 100%;
  z-index: -1;
}

.ruifox-home-news009 .layout .aline_w {
  background-image: linear-gradient(var(--ruifox-color-primary-3), var(--ruifox-color-primary-3));
}

.ruifox-home-news009 .layout .inner-box {
  display: flex;
  justify-content: space-between;
}

.ruifox-home-news009 .layout .inner-box h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ruifox-home-news009 .layout .inner-box .left-box h1 .home-tab-tit-box002 .tab-tit a {
  color: #333;
}

.ruifox-home-news009 .layout .inner-box .left-box h1 .home-tab-tit-box002 .tab-tit.cur a {
  color: var(--ruifox-color-primary-1);
}




.ruifox-home-news009 .layout .inner-box .left-box {
  width: 48%;
  padding: 0.4rem;
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0.1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  min-height: 7.14rem;
  overflow: hidden;
}

.ruifox-home-news009 .layout .inner-box .left-box h1 .column-tit002 .square-box .big {
  background-color: rgba(255, 255, 255, 0.8);
}

.ruifox-home-news009 .layout .inner-box .left-box h1 .column-tit002 a {
  color: #fff;
}

.ruifox-home-news009 .layout .inner-box .left-box h1 .more001 {
  border-color: #fff;
}

.ruifox-home-news009 .layout .inner-box .left-box h1 .more001 span {
  color: #fff;
}

.ruifox-home-news009 .layout .inner-box .left-box .bg {
  width: 100%;
  height: 45%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f7f7f7;
  background-size: cover;
}

.ruifox-home-news009 .layout .inner-box .left-box .bg img {
  width: 100%;
}

.ruifox-home-news009 .layout .inner-box .left-box .inner a.first-news {
  position: relative;
  margin-top: 0.4rem;
  display: block;
}

.ruifox-home-news009 .layout .inner-box .left-box .inner a.first-news:hover .r_img .inner-img img {
  transform: scale(1.1);
}

.ruifox-home-news009 .layout .inner-box .left-box .inner a.first-news:hover .bottom .tit .aline_w {
  background-size: 100% 1px;
}

.ruifox-home-news009 .layout .inner-box .left-box .inner a.first-news .bottom {
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9));
  padding: 0.2rem;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.ruifox-home-news009 .layout .inner-box .left-box .inner a.first-news .bottom .tit {
  font-size: 0.18rem;
  line-height: 0.27rem;
  max-height: 0.27rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 0.1rem;
  color: #fff;
}

.ruifox-home-news009 .layout .inner-box .left-box .inner a.first-news .bottom .time {
  font-size: 0.16rem;
  line-height: 1;
  display: inline-block;
  color: #fff;
}

.ruifox-home-news009 .layout .inner-box .left-box .inner a.first-news i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 0.5rem;
}

.ruifox-home-news009 .layout .inner-box .left-box .inner ul li {
  margin-top: 0.3rem;
}

.ruifox-home-news009 .layout .inner-box .left-box .inner ul li a {
  display: flex;
  align-items: center;
}

.ruifox-home-news009 .layout .inner-box .left-box .inner ul li a:hover .tit {
  color: var(--ruifox-color-primary-1);
}

.ruifox-home-news009 .layout .inner-box .left-box .inner ul li a:hover .tit .aline_w {
  background-size: 100% 1px;
}

.ruifox-home-news009 .layout .inner-box .left-box .inner ul li a .circle {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background-color: var(--ruifox-color-primary-1);
}

.ruifox-home-news009 .layout .inner-box .left-box .inner ul li a:hover .circle {
  background-color: #008f4d;
}

.ruifox-home-news009 .layout .inner-box .left-box .inner ul li a .tit {
  font-size: 0.18rem;
  line-height: 0.27rem;
  max-height: 0.27rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin: 0 0.1rem;
  flex: 1;
}

.ruifox-home-news009 .layout .inner-box .left-box .inner ul li a .time {
  flex-shrink: 0;
  font-size: 0.16rem;
  line-height: 1;
  display: inline-block;
  color: #666;
}

.ruifox-home-news009 .layout .inner-box .right-box {
  width: 48%;
  padding: 0.4rem;
  border-radius: 0.1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  background-color: rgba(255, 255, 255, 0.6);
  min-height: 7.14rem;
  position: relative;
  overflow: hidden;
}

.ruifox-home-news009 .layout .inner-box .right-box>img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 9.21rem;
  max-width: 150%;
}

.ruifox-home-news009 .layout .inner-box .right-box .tab-pannel-wrap {
  margin-top: 0.4rem;
}

.ruifox-home-news009 .layout .inner-box .right-box .tab-pannel-wrap .tab-pannel ul li {
  margin-bottom: 0.3rem;
}

.ruifox-home-news009 .layout .inner-box .right-box .tab-pannel-wrap .tab-pannel ul li:last-child {
  margin-bottom: 0;
}

.ruifox-home-news009 .layout .inner-box .right-box .tab-pannel-wrap .tab-pannel ul li a {
  /* display: block; */
  display: flex;
  justify-content: space-between;
  gap: 100px;
}

.ruifox-home-news009 .layout .inner-box .right-box .tab-pannel-wrap .tab-pannel ul li a:hover .tit {
  color: var(--ruifox-color-primary-1);
}

.ruifox-home-news009 .layout .inner-box .right-box .tab-pannel-wrap .tab-pannel ul li a:hover .bottom .line {
  background-color: var(--ruifox-color-primary-3);
}

.ruifox-home-news009 .layout .inner-box .right-box .tab-pannel-wrap .tab-pannel ul li a .tit {
  font-size: 0.18rem;
  line-height: 0.27rem;
  max-height: 0.27rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 0.1rem;
}

.ruifox-home-news009 .layout .inner-box .right-box .tab-pannel-wrap .tab-pannel ul li a .bottom {
  display: flex;
  align-items: center;
}

.ruifox-home-news009 .layout .inner-box .right-box .tab-pannel-wrap .tab-pannel ul li a .bottom i {
  font-size: 0.16rem;
  line-height: 1;
  color: #d39936;
}

.ruifox-home-news009 .layout .inner-box .right-box .tab-pannel-wrap .tab-pannel ul li a .bottom .time {
  font-size: 0.16rem;
  line-height: 1;
  display: inline-block;
  color: #666;
  margin: 0 0.05rem;
}

.ruifox-home-news009 .layout .inner-box .right-box .tab-pannel-wrap .tab-pannel ul li a .bottom .line {
  height: 0.01rem;
  flex: 1;
  background-color: #e4e4e4;
}

.ruifox-home-news009 .layout .inner-box .left-box .tab-pannel-wrap .tab-pannel .inner .more {
  display: none;
}

.ruifox-home-news009 .layout .inner-box .right-box .tab-pannel-wrap .tab-pannel .more {
  display: none;
}

@media (max-width: 960px) {
  .ruifox-home-news009 {
      padding: unset !important;
    }
  .ruifox-home-news009 .layout .inner-box .right-box .tab-pannel-wrap .tab-pannel ul li a {
    gap: 10px;
  }

  .ruifox-home-news009 .layout .inner-box {
    display: block;
  }

  .ruifox-home-news009 .layout .inner-box .left-box {
    width: 100% !important;
    padding: 20px !important;
    min-height: auto;
  }

  .ruifox-home-news009 .layout .inner-box .left-box .inner a.first-news {
    margin-top: 20px !important;
  }

  .ruifox-home-news009 .layout .inner-box .right-box {
    width: 100% !important;
    margin-top: 20px !important;
    padding: 20px !important;
    min-height: auto;
  }

  .ruifox-home-news009 .layout .inner-box .right-box .tab-pannel-wrap {
    margin-top: 20px !important;
    padding: 0;
  }
}

@media (max-width: 420px) {


  .ruifox-home-news009 .layout .inner-box .right-box .tab-pannel-wrap .tab-pannel ul li a .tit {
    max-height: none;
    -webkit-line-clamp: 2;
  }



  .ruifox-home-news009 .layout .inner-box {
    display: none;
  }

  .ruifox-home-news009 .layout .inner-box.mobile {
    display: block;
  }

  .ruifox-home-news009 .layout .inner-box .left-box .tab-pannel-wrap .tab-pannel .inner .more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    border-top: 1px solid #333;
    padding-top: 10px;
  }

  .ruifox-home-news009 .layout .inner-box .left-box .tab-pannel-wrap .tab-pannel .inner .more i {
    margin-left: 0.05rem;
  }

  .ruifox-home-news009 .layout .inner-box .right-box .tab-pannel-wrap .tab-pannel .more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    border-top: 1px solid #333;
    padding-top: 10px;
  }

  .ruifox-home-news009 .layout .inner-box .right-box .tab-pannel-wrap .tab-pannel .more i {
    margin-left: 0.05rem;
  }

  .ruifox-home-news009 .layout .inner-box .left-box h1 .home-tab-tit-box002 .tab-tit {
    font-size: 18px;
    margin-right: 10px;
  }

  .ruifox-home-news009 .layout .inner-box .right-box h1 {
    display: block;
  }

  .ruifox-home-news009 .layout .inner-box .right-box h1 .more002 {
    display: none;
  }

  .ruifox-home-news009 .layout .inner-box .left-box h1 .more002 {
    display: none;
  }

  .ruifox-home-news009 .layout .inner-box .right-box h1 .home-tab-tit-box002 .tab-tit {
    font-size: 18px;
    margin-right: 10px;
  }

  .ruifox-home-news009 .layout .inner-box .right-box h1 .more002 {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=ruifox-home-news009.css.map */