.pc {
  padding-top: 200px;
}

.title {
  text-align: center;
  margin-bottom: 35px;
}

.title .tit {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}

.title .secondTit {
  font-size: 24px;
  margin-bottom: 30px;
}

.tab span {
  font-size: 18px;
  padding: 5px 20px;
  color: #fff;
  background: #b2b2b2;
  margin-right: 15px;
  border-radius: 10px;
  cursor: pointer;
}

.qggc {
  width: 1080px;
  text-align: center;
  margin: 40px auto 80px;
}

.qggc .tit {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #8d8d8d;
}

.qggc .desc {
  font-size: 18px;
  margin-bottom: 40px;
}

.bigImg {
  width: 1080px;
  height: 667px;
  border-radius: 40px;
  overflow: hidden;
  margin-bottom: 30px;
}

.mores {
  font-size: 16px;
  display: block;
  text-align: right;
  font-weight: bold;
  margin-bottom: 20px;
}

.bigImg img {
  width: 100%;
  height: 100%;
}

.articleBox {
  width: 1080px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.article {
  width: 520px;
  background-color: #f1f1f3;
  border-radius: 20px;
  padding: 20px;
  display: block;
  margin-bottom: 20px;
  text-align: left;
}

.article .top {
  overflow: hidden;
  margin-bottom: 20px;
}

.time {
  float: left;
  font-size: 14px;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding: 0 10px;
}

.article .img {
  width: 370px;
  height: 207px;
  border-radius: 20px;
  float: right;
}

.article .bottom .tit {
  color: #8d8d8d;
  font-size: 18px;
  margin-bottom: 10px;
}

.textWrap {
  overflow: hidden;
  text-align: left;

}

.textWrap .text {
  width: 80%;
  float: left;
  word-break: break-all;
}

.textWrap .more {
  float: right;
  cursor: pointer;
}

.articleImg {
  width: 350px;
  height: 465px;

}

.articleImg img {
  width: 100%;
  border-radius: 20px;
  height: 100%;
}

.className {
  text-align: center;
  font-size: 0.7rem;
  font-weight: bold;
  margin: 0.5rem auto;
}

.leibie {
  width: 100%;
  overflow-x: auto;
  justify-content: space-around;
  /* 横向内容溢出时显示滚动条 */
  white-space: nowrap;
  /* 文本不换行 */
  display: flex;
  /* 设置为弹性容器 */
  gap: 0.2rem;
  /* 设置元素间的间距 */
  padding: 0.1rem 0.3rem;
  /* 适当添加内边距 */
}

.leibie span {
  padding: 0.1rem 0.2rem;
  font-size: 0.4rem;
  border-radius: 0.1rem;
  background-color: #f1f1f3;
  flex-shrink: 0;
  /* 禁止元素收缩 */
}

.neirong {
  padding: 0.3rem;
}

.neirong .title {
  background-color: transparent;
  text-align: center;
  font-size: 0.5rem;
  margin: 0.3rem 0;
}

.neirong .desc {
  margin-bottom: 0.3rem;
  font-size: 0.4rem;
}

.bigImg {
  width: 100%;
  height: auto;
  border-radius: 0.3rem;
  overflow: hidden;
  margin-bottom: 0.3rem;
}

.neirongBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.neirongBox .right {
  width: 4rem;
  height: 2.4rem;
  float: right;
  border-radius: 0.2rem;
  overflow: hidden;
}

.neirong .right img {
  width: 100%;
  height: 100%;
}

.neirong .left {
  float: left;
  width: calc(100% - 4.2rem);
  margin-right: 0.2rem;
}

.neirongTit {
  font-size: 0.4rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  margin-bottom: 0.2rem;
}

.neirongBox .desc {
  height: auto;
    line-height: 1.5;
    max-height: 5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}