.bg {
  background: url(../images/bg-img2.png?v=20231011173153) no-repeat;
  background-size: 100% 140px;
  width: 100%;
  height: 140px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.article-left {
  width: 790px;
  margin-right: 28px;
}
.article-left__box {
  width: 100%;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 8%);
  margin-bottom: 37px;
}
.article-title {
  padding: 39px 50px 20px 50px;
  font-size: 34px;
  font-weight: 500;
  color: #000000;
  line-height: 40px;
}
.article-toolbar {
  padding: 0 50px 20px 50px;
  border-bottom: 1px solid #f5f5f5;
}
.article-box .text {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.article-box .source {
  margin-right: 10px;
}
.article-toolbar .clickNum {
  padding-left: 24px;
  background: url(../images/article_praise.png?v=20231011173153) left center transparent no-repeat;
  background-size: 18px 19px;
  font-size: 14px;
  color: #999999;
  margin-right: 15px;
  display: inline-block;
  line-height: 21px;
}
.article-toolbar .cmtNum {
  padding-left: 22px;
  background: url(../images/article_cmt.png?v=20231011173153) left center transparent no-repeat;
  background-size: 16px 17px;
  font-size: 14px;
  color: #999999;
  display: inline-block;
  line-height: 21px;
}
.article-main {
  padding: 30px 50px;
  font-size: 16px;
  text-align: justify;
  color: #222222;
  line-height: 30px;
}
.article-main img {
  max-width: 100%;
  border-radius: 2px;
  display: block;
}
.article-bottom{
  padding: 0px 50px;
}
.article-bottom .edit {
  font-size: 14px;
  color: #999999;
  line-height: 14px;
  border-left: 2px solid #0083ff;
  padding-left: 10px;
  margin-bottom: 30px;
}
.praise-box {
  text-align: center;
  margin-bottom: 20px;
}
.praise {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  /* display: block; */
}
.praise-num {
  font-size: 16px;
  text-align: center;
  color: #ff780f;
}
.back-share {
  padding-bottom: 90px;
}
.back_home, .back_list {
  padding: 0 20px;
  height: 40px;
  background: #f8f8f8;
  border-radius: 2px;
  line-height: 40px;
  margin-right: 20px;
  display: inline-block;
}
.back_home a {
  font-size: 14px;
  color: #999999;
  padding-left: 18px;
  background: url(../images/back_home.png?v=20231011173153) no-repeat;
  background-size: 15px 13px;
  background-position: left center;
}
.back_list a {
  font-size: 14px;
  color: #999999;
  padding-left: 18px;
  background: url(../images/back_back.png?v=20231011173153) no-repeat;
  background-size: 15px 13px;
  background-position: left center;
}
.article-right .line {
  width: 100%;
  height: 6px;
  display: block;
  margin-bottom: 15px;
}
.recommendation__text {
  font-size: 26px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 15px;
}
.recommendation__text span{
  color: #FF780F;
}
.recommendation__box img {
  width: 181px;
  height: 102px;
  display: block;
}
.recommendation-div {
  position: relative;
  margin-bottom: 26px;
  margin-right: 20px;
}
.recommendation-div:last-child {
  margin-right: 0;
}
.mask {
  width: 100%;
  padding: 10px 15px;
  background: linear-gradient(180deg,rgba(0,0,0,0.00), rgba(0,0,0,0.60) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
.load_more {
  height: 64px;
  line-height: 64px;
}