.containers {
  flex: 1;
}

.carousel-item-pic {
  height: 500px;
  width: 100%;
  background: rgba(0, 0, 0, 1) no-repeat center;
  background-size: contain;
}

.carouselcaption {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0px 40px 0 56px;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}

.carouselcaptioninfo {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.carouselcaptiontitle {
  width: 640px;
  height: 72px;
  font-size: 1.5rem;
  text-align: left;
  position: relative;
  display: flex;
  align-items: center;

  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.carouselcaptiontitle::before {
  content: "";
  width: 8px;
  height: 58px;
  position: absolute;
  top: 10px;
  left: -16px;
  background: red;
}

.carouselcaptioncount {
  font-size: 1.5rem;
}

.innercontent {
  margin: 24px 0;
  display: flex;
}

.innercontentleft {
  flex: 1;
}

.innercontentleftlist {
  min-height: 700px;
}

.innercontentleftitem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 24px;
}

.innercontentleftitempic {
  height: 117px;
  width: 157px;
  margin-right: 16px;
}

.innercontentleftiteminfo {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  height: 117px;
}

.innercontentleftitemtitle {
  /* font-weight: bold; */
  font-size: 1.25rem;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.innercontentleftitemother {
  color: #969696;
}

.innercontentright {
  margin-left: 16px;
}

.innercontentrightlist {
  min-height: 540px;
}

.innercontentrightlogo {
  width: 100%;
  height: 91px;
  background: transparent url(/uploads/image/img/hongrentang.png) no-repeat center;
  background-size: 163px 77px;
  border-bottom: 2px solid #e42824;
}

.innercontentrightlogomore {
  color: #e42824;
  text-align: right;
  display: block;
}

.innercontentrightlogomoreicon {
  color: #000;
}

.innercontentrightitemtitle {
  width: 16vw;
  font-size: 1.5rem;
  margin-bottom: 16px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.innercontentrightitempic {
  max-height: 129px;
  width: 256px;
}

.innercontentrightiteminfo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 8px 0;
}

.innercontentrightitemavatar {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  margin-right: 8px;
}

.innercontentrightitem {
  border-bottom: 2px solid #f6f6f6;
  display: block;
}

.innercontentrightpages {
  height: 66px;
  background: #f17c7d;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  line-height: 66px;
  display: block;
}
