.sn-home-container {
  position: relative;
}
.sn-home-container .banner {
  position: relative;
  width: 100%;
  height: 4rem;
  background: url(../../assets/images/news/banner.png) no-repeat center center;
  background-size: 100% 100%;
}
.sn-home-container .banner .banner-mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.sn-home-container .banner .banner-content {
  position: absolute;
  width: 12.8rem;
  height: 100%;
  left: 50%;
  transform: translate(-50%);
  z-index: 2;
  padding-top: 0.64rem;
}
.sn-home-container .banner .banner-content .news img {
  width: 2.66rem;
  height: 1.15rem;
}
.sn-home-container .banner .banner-content .sunny {
  display: flex;
  justify-content: flex-end;
}
.sn-home-container .banner .banner-content .sunny img {
  width: 3.95rem;
  height: 1.28rem;
}
.sn-home-container .banner .banner-content .news,
.sn-home-container .banner .banner-content .sunny {
  width: 100%;
  height: auto;
}
.sn-home-container .news-p1,
.sn-home-container .news-p2,
.sn-home-container .news-p3 {
  height: 6.56rem;
  padding: 1.28rem 0;
  box-sizing: border-box;
}
.sn-home-container .news-p1,
.sn-home-container .news-p2 .news-w {
  width: 12.8rem;
  margin: 0 auto;
  display: flex;
}
.sn-home-container .news-p1 .news,
.sn-home-container .news-p2 .news-w .news {
  flex: 1;
  display: flex;
  height: 4rem;
}
.sn-home-container .news-p1 .news .news-illus,
.sn-home-container .news-p2 .news-w .news .news-illus {
  flex: 1;
}
.sn-home-container .news-p1 .news .news-illus img,
.sn-home-container .news-p2 .news-w .news .news-illus img {
  width: 100%;
  height: 100%;
}
.sn-home-container .news-p1 .news .news-content,
.sn-home-container .news-p2 .news-w .news .news-content {
  width: 3.95rem;
  background-color: #e9794b;
  padding: 0.4rem 0.32rem 0.58rem;
  color: #fff;
  font-weight: 400;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sn-home-container .news-p1 .news .news-content .title,
.sn-home-container .news-p2 .news-w .news .news-content .title {
  font-size: 0.24rem;
  line-height: 0.4rem;
  letter-spacing: 0.055em;
  text-indent: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.sn-home-container .news-p1 .news .news-content .content,
.sn-home-container .news-p2 .news-w .news .news-content .content {
  font-size: 0.2rem;
  line-height: 0.3rem;
  letter-spacing: 0.055em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.sn-home-container .news-p1 .news .news-content .btn,
.sn-home-container .news-p2 .news-w .news .news-content .btn {
  height: 0.54rem;
  border: 0.02rem solid #ffffff;
  border-radius: 0.08rem;
  text-align: center;
  line-height: 0.54rem;
  font-size: 0.2rem;
  box-sizing: border-box;
  padding: 0 !important;
  cursor: pointer;
}
.sn-home-container .news-p1 .illus,
.sn-home-container .news-p2 .news-w .illus {
  width: 2.43rem;
  background: url(../../assets/images/news/p1-illus.png) no-repeat center center;
  background-size: 100% 100%;
  margin-left: 0.8rem;
}
.sn-home-container .news-p2 {
  background-color: #f6f6f6;
}
.sn-home-container .news-p2 .illus {
  width: 2.45rem !important;
  height: 3.2rem !important;
  margin-left: 0 !important;
  margin-right: 0.8rem !important;
  background: url(../../assets/images/news/p2-illus.png) no-repeat center center !important;
  background-size: 100% 100% !important;
}
.sn-home-container .news-p3 {
  width: 12.8rem;
  height: 8rem;
  margin: 0 auto;
}
.sn-home-container .news-p3 .title {
  width: max-content;
  height: 0.7rem;
  font-weight: 700;
  font-size: 0.48rem;
  line-height: 0.7rem;
  color: #565656;
  background-image: linear-gradient(to bottom, #fff 0%, #fff 50%, rgba(218, 112, 62, 0.5) 50.01%, rgba(218, 112, 62, 0.5) 100%);
}
.sn-home-container .news-p3 .content {
  margin-top: 0.64rem;
  display: flex;
  justify-content: space-between;
}
.sn-home-container .news-p3 .content .item {
  position: relative;
  width: 3.85rem;
  height: 2.72rem;
  border-radius: 0.07rem;
  overflow: hidden;
}
.sn-home-container .news-p3 .content .item img {
  width: 100%;
  height: 100%;
}
.sn-home-container .news-p3 .content .item .item-desc {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.76rem;
  line-height: 0.76rem;
  font-weight: 700;
  font-size: 0.2rem;
  letter-spacing: 0.055em;
  color: #fff;
  background-color: #da703e;
  text-align: center;
  padding: 0 5%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.sn-home-container .news-p3 .all-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0.8rem;
  background: rgba(233, 121, 75, 0.1);
  border: 0.02rem solid #da703e;
  border-radius: 0.16rem;
  font-size: 0.32rem;
  line-height: 0.8rem;
  color: #da703e;
  margin-top: 0.85rem;
  cursor: pointer;
}
.sn-home-container .news-p3 .all-btn:hover {
  background-color: #da703e;
  color: #fff;
}
@media (max-width: 768px) {
  .sn-home-container {
    padding-top: 48px !important;
  }
  .sn-home-container .banner {
    height: 100px !important;
  }
  .sn-home-container .banner .banner-content {
    width: 100% !important;
    padding: 24px !important;
  }
  .sn-home-container .banner .banner-content .news img {
    width: 64px !important;
    height: 30px !important;
  }
  .sn-home-container .banner .banner-content .sunny img {
    width: 90px !important;
    height: 35px !important;
  }
  .sn-home-container .news-p1,
  .sn-home-container .news-p2,
  .sn-home-container .news-p3 {
    width: 100% !important;
    padding: 0 24px !important;
  }
  .sn-home-container .news-p1,
  .sn-home-container .news-p2 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    height: auto !important;
    box-sizing: border-box;
  }
  .sn-home-container .news-p1 .news-w,
  .sn-home-container .news-p2 .news-w {
    width: 100% !important;
  }
  .sn-home-container .news-p1 .news,
  .sn-home-container .news-p2 .news {
    width: 100% !important;
    height: 100% !important;
    background: #f1f1f1;
    border-radius: 4px;
    padding: 15px !important;
    display: flex;
    flex-direction: column !important;
  }
  .sn-home-container .news-p1 .news .news-illus,
  .sn-home-container .news-p2 .news .news-illus {
    width: 100% !important;
    height: 200px !important;
  }
  .sn-home-container .news-p1 .news .news-content,
  .sn-home-container .news-p2 .news .news-content {
    width: 100% !important;
    height: calc(100% - 200px) !important;
    background-color: transparent !important;
    justify-content: flex-start !important;
  }
  .sn-home-container .news-p1 .news .news-content .g-title,
  .sn-home-container .news-p2 .news .news-content .g-title {
    width: max-content;
    font-weight: 700;
    font-size: 14px !important;
    color: #565656;
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #f1f1f1 50%, rgba(218, 112, 62, 0.5) 50.01%, rgba(218, 112, 62, 0.5) 100%);
    margin-bottom: 5px;
  }
  .sn-home-container .news-p1 .news .news-content .title,
  .sn-home-container .news-p2 .news .news-content .title {
    font-size: 14px !important;
    line-height: inherit !important;
    color: #909399;
  }
  .sn-home-container .news-p1 .news .news-content .content,
  .sn-home-container .news-p2 .news .news-content .content {
    margin-top: 12px !important;
    font-size: 14px !important;
    line-height: inherit !important;
    color: #909399;
  }
  .sn-home-container .news-p1 .news .news-content .btn,
  .sn-home-container .news-p2 .news .news-content .btn {
    margin-top: 10px;
    width: 100% !important;
    height: 45px !important;
    border: 2px solid #da703e;
    border-radius: 4px !important;
    line-height: 45px !important;
    font-size: 16px !important;
    color: #da703e;
    padding: 0 !important;
  }
  .sn-home-container .news-p2 {
    background-color: #fff;
  }
  .sn-home-container .news-p2 .news {
    background: #da703e !important;
    border-radius: 4px !important;
  }
  .sn-home-container .news-p2 .news .g-title {
    color: #fff !important;
    background-image: linear-gradient(to bottom, #da703e 0%, #da703e 50%, rgba(36, 36, 36, 0.5) 50.01%, rgba(36, 36, 36, 0.5) 100%) !important;
  }
  .sn-home-container .news-p2 .news .title,
  .sn-home-container .news-p2 .news .content,
  .sn-home-container .news-p2 .news .btn {
    color: #fff !important;
    border-color: #fff !important;
  }
  .sn-home-container .news-p3 {
    height: initial !important;
  }
  .sn-home-container .news-p3 .title {
    font-size: 18px !important;
    height: auto !important;
    line-height: initial !important;
  }
  .sn-home-container .news-p3 .content {
    flex-wrap: wrap;
  }
  .sn-home-container .news-p3 .content .item {
    width: 100% !important;
    height: 230px !important;
    border-radius: 4px;
    margin-bottom: 20px !important;
  }
  .sn-home-container .news-p3 .content .item .item-desc {
    height: 50px !important;
    line-height: 50px !important;
    font-size: 14px !important;
  }
  .sn-home-container .news-p3 .all-btn {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    height: 48px !important;
    background: rgba(233, 121, 75, 0.1) !important;
    border: 2px solid #da703e !important;
    border-radius: 4px !important;
    font-size: 16px !important;
  }
}
