* {
  padding: 0;
  margin: 0;
}

html, body {
  background-color: #F3F3F3;
  font-size: 0.32rem;
  font-family: PingFang SC, Helvetica Neue, system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif, Arial, Microsoft Yahei, asimsun, Microsoft Sans Serif;
}

a {
  text-decoration: none;
  color: #000;
}

ul li {
  list-style: none;
}

.box {
  width: 750px;
  height: 1334px;
  color: #333;
  background: url("https://public1.solarbe.com/webupload/image/News/20250217/3e10598ea800438.png") no-repeat;
  background-size: 100% 100%;
  background-color: #666;
  position: relative;
  padding-top: 0.1px;
}
.box .newsInner {
  width: 690px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px 2px 10px 0rpx rgba(21, 63, 129, 0.39);
  border-radius: 4px;
  padding: 0 24px;
  padding-bottom: 200px;
  margin-top: 30px;
  box-sizing: border-box;
}
.box .newsInner .topLogo {
  width: 140px;
  height: 37px;
  margin-top: 24px;
}
.box .newsInner .newsTitle {
  margin-top: 24px;
  font-size: 32px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.box .newsInner .newsSendMsg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  margin-top: 20px;
}
.box .newsInner .newsSendMsg .time {
  color: #666;
}
.box .newsInner .newsDesc {
  font-size: 28px;
  line-height: 46px;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
  min-height: 187px;
  position: relative;
}
.box .newsInner .newsDesc::after {
  width: 100%;
  height: 127px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 85%, #fff 100%);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
.box .newsInner .seeMore {
  margin-top: 10px;
  font-size: 24px;
  color: #999999;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box .newsInner .seeMore .lineSty {
  display: inline-block;
  width: 210px;
  height: 1px;
  border-top: 1px dashed #979797;
}
.box .positionBottom {
  width: 100%;
  height: 425px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  padding-top: 104px;
  box-sizing: border-box;
  background: url("https://public1.solarbe.com/webupload/image/News/20250217/3e10598ea800436.png") no-repeat;
  background-size: 100% 100%;
}
.box .positionBottom .positionLeft {
  margin-left: 46px;
  flex: 1;
}
.box .positionBottom .positionLeft .bottomLogo {
  width: 206px;
  height: 55px;
}
.box .positionBottom .positionLeft > div:first-of-type {
  font-size: 32px;
  color: #fff;
  margin-top: 20px;
}
.box .positionBottom .positionLeft > div:nth-of-type(2) {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 12px;
  line-height: 33px;
}
.box .positionBottom .positionRight {
  margin-right: 48px;
  margin-left: 53px;
}
.box .positionBottom .positionRight #createQrCode {
  width: 146px;
  height: 146px;
  border: 9px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
}
.box .positionBottom .positionRight #createQrCode img {
  width: 100%;
  height: 100%;
  display: block;
}
.box .positionBottom .positionRight > span {
  display: inline-block;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 15px;
  width: 100%;
  text-align: center;
}
.box .imgBox {
  width: 100%;
  height: 351px;
}
.box .imgBox .newsShareImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 25px auto;
  border-radius: 6px;
}