@charset "utf-8";
@import url(init.css);
@import url(pub.css);
@import url(public.css);
@import url(../fonts/simple-line-icons/css/simple-line-icons.css);

.content {
  margin-top: 30px;
  margin-bottom: 0;
}

.content div {
  box-sizing: border-box;
}

.active-item {
  margin-top: 1.5rem;
  /* border: 1px solid #f40; */
  position: relative;
  overflow: hidden;
}

.active-item::after {
  content: "";
  display: block;
  padding-bottom: 1.6rem;
  border-bottom: 1px dashed #aaa;
}

.news-content {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.active-img {
  display: inline-block;
  width: 22rem;
  height: 14rem;
  border-radius: 5px;
  overflow: hidden;
}

.active-img>img {
  width: 22rem;
  height: 14rem;
  object-fit: cover;
}

.actvie-content {
  padding-left: 230px;
  width: 100%;
  font-size: 1.6rem;
}

.active-title {
  font-size: 1.6rem;
  font-weight: 800;
  /* line-height: 4rem; */
  max-height: 6rem;
  overflow: hidden;
}

.actvie-content:nth-child(n + 1) {
  font-size: 1.6rem;
}

.active-memo {
  color: #5e5d5d;
  line-height: 2.4rem;
  height: 70px;
  overflow: hidden;
}

.active-info {
  font-size: 1.4rem;
  margin-top: 1.5rem;
  padding-left: 23rem;
}

.active-info li {
  display: inline;
  margin-right: 3rem;
}

.active-info [class*="icon"] {
  margin-right: 3px;
}

.bbs-talk {
  margin-top: 1.6rem;
  /* border: 1px solid #3c3c3c; */
}

.bbs-item {
  position: relative;
  margin-top: 0.2rem;
  padding-bottom: 1rem;
}

.bbs-item .user-icon {
  width: 75px;
  height: 75px;
  overflow: hidden;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.bbs-info {
  padding-left: 90px;
}

.bbs-info h3 {
  font-size: 1.6rem;
  min-height: 4.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 控制显示的行数 */
  overflow: hidden;
  text-overflow: ellipsis;

}

.bbs-talkinfo {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  margin-top: 15px;
}

.bbs-talkinfo li {
  flex: 1;
}

.bbs-item .user-icon img {
  width: 75px;
  height: auto;
}

.txt-right {
  text-align: right;
}

.bbs-talkinfo :nth-child(-n + 2) {
  float: left;
  margin-right: 2rem;
}

.ad-img {
  background: url(../image/hehua_2.png) no-repeat;
  background-size: 100% 100%;
  background-origin: content-box;

  max-height: 28rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ad-img img {
  object-fit: cover;
  height: auto;
  width: 50%;
}

.wind {
  margin-top: 15px;
}

.wind h2 {
  display: inline-block;
  margin-right: 30px;
}

.news-item {
  min-width: 0;
  overflow: hidden;
  /* border: 1px solid #f40; */
  box-sizing: border-box;
  /* margin: 20px 0; */
}

.news-img {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  height: 22rem;
}

.news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  transition: all 0.6s;
}

.news-info {
  padding: 1.5rem 0;
}

.news-info> :nth-child(1) {
  margin-right: 20px;
}

.news-info i {
  margin-right: 5px;
}

.news-base {
  border: 1px solid #e8eaec;
  border-top: 0;
  padding: 0 15px;
  font-size: 1.2rem;
}

.news-base h3 {
  height: 2.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-item .more {
  height: 3rem;
  line-height: 3rem;
  color: #f40;
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
}

.news-img img:hover {
  opacity: 1;
  transform: scale(1.1);
}

/* 超小设备（手机，小于 576px） */
@media (max-width: 575.98px) {
  .active-title {
    line-height: 30px;
    padding: 0 0;
  }

  .ad-img {
    height: 16rem;
  }

  .active-memo {
    height: 7.3rem;
    margin-top: 0.8rem;
  }

  .active-info {
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    margin-right: 0;
  }

  .news-content {
    grid-template-columns: 1fr;
    gap: 0;
    row-gap: 1.5rem;
  }

  .phone-mt {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 768.98px) {
  .active-title {
    line-height: 30px;
    padding: 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }

  .ad-img {
    height: 16rem;
  }

  .active-memo {
    height: 7.3rem;
  }

  .active-info {
    padding-left: 23rem;
  }

  .news-content {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .phone-mt {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1199.98px) {
  .active-title {
    line-height: 30px;
    padding: 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }

  .news-content {
    grid-template-columns: 1fr 1fr;
    gap: 1rem 1rem;
  }

  /* 最新动态，介绍内容 */
  .active-memo {
    margin-top: 0.5rem;
  }

  .ad-img {
    height: 20rem;
  }

  .phone-mt {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 1200px) {
  .ad-img {
    height: 25rem;
  }

  /* 最新动态，介绍内容 */
  .active-memo {
    margin-top: 1rem;
  }
}