.subContent > .main {
  display: flex;
  margin: 0rem 0.7rem;
}

.subContent > .main .left {
  width: 25%;
  box-sizing: border-box;
  position: fixed;
}

.subContent > .main .left .title {
  font-size: 0.5rem;
  line-height: 1rem;
  margin: 0.3rem 0rem 0.5rem 0.1rem;
}

.subContent > .main .left .sub-tit {
  font-size: 0.24rem;
  margin: 0.4rem 0rem 0.4rem 0.1rem;
}

.subContent > .main .left .sub-tit-lev3 {
  font-size: 0.24rem;
  /*  */

  margin: 0.1rem 0rem 0.1rem 0.3rem;
  color: rgba(0, 0, 0, 0.6);
}

.subContent > .main .left div.hover {
  cursor: pointer;
}

.subContent > .main .left div.active {
  color: rgba(78, 177, 172, 1);
}

#newsList {
  margin-top: 1.8rem;
}

#newsList > .news-item {
  height: 1.35rem;
  display: flex;
  margin-top: 0.5rem;
  cursor: pointer;
  position: relative;
}

#newsList > .news-item:first-child {
  margin-top: 0rem;
}

#newsList > .news-item > div.icon {
  width: 2.4rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-color: #cccccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#newsList > .news-item > div.icon > img {
  max-width: 100%;
  max-height: 100%;
  font-size: 0rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#newsList > .news-item > div.main-cont {
  width: 100%;
  margin-left: 0.3rem;
}

#newsList > .news-item > div.main-cont .tit {
  width: 80%;
  font-size: 0.3rem;
  line-height: 0.38rem;
  color: #1c1d21;
  /*  */
  font-weight: 400;
  max-height: 0.76rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#newsList > .news-item > div.main-cont .cont {
  width: 80%;
  font-size: 0.16rem;
  line-height: 0.25rem;
  /*  */
  margin-top: 0.1rem;
  color: #8181a5;
  height: 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#newsList > .news-item > div.news-data {
  width: 2.4rem;
  margin-left: 0.2rem;
  font-size: 0.16rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  color: #8181a5;
  position: absolute;
  right: 0.2rem;
  bottom: 0rem;
}

/* 分页器 */
.pagination {
  display: flex;
  margin-top: 0.8rem;
}

.pagination .prev,
.pagination .next {
  font-size: 0.14rem;
  line-height: 0.32rem;
  color: #8181a5;
}

.pagination .prev .icon,
.pagination .next .icon {
  display: inline-block;
  background: #f5f5fa;
  text-align: center;
  cursor: pointer;
}

.pagination #pageItem {
  flex: 1;
  display: flex;
  justify-content: center;
}

#pageItem div,
.pagination .prev .icon,
.pagination .next .icon {
  width: 0.32rem;
  height: 0.32rem;
  text-align: center;
  border-radius: 0.06rem;
  font-size: 0.14rem;
  line-height: 0.32rem;
  margin: 0rem 0.08rem;
  cursor: pointer;
}

#pageItem div.active {
  background: rgba(78, 177, 172, 1);
}
