.news_detail {
  width: 100%;
  background: #eeeeee;
  padding: 120px 12.5% 100px 12.5%;
}
.news_detail > div:nth-child(1) > a {
  padding-bottom: 20px;
}
.news_detail > div:nth-child(1) > a > img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.news_detail > div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  font-family: "PingFangSC-Regular";
  font-size: 16px;
  color: #999999;
  line-height: 16px;
  text-align: left;
}
.news_detail .top > div:nth-child(1) {
  font-family: "PingFangSC-Light";
  font-size: 30px;
  color: #333333;
  line-height: 30px;
  text-align: left;
  padding: 40px 0 20px 0;
  border-top: 1px dashed rgba(0, 0, 0, 0.4);
}
.news_detail .describe {
  font-family: "PingFangSC-Light";
  font-size: 14px;
  color: #666666;
  line-height: 17px;
  text-align: left;
  padding-top: 10px;
}
.news_detail .describe span {
  /* font-family: "PingFangSC-Medium"; */
  font-family: "PingFangSC-Regular";
}
.news_detail .top > img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
.news_detail .top > div:nth-child(4) {
  font-family: "PingFangSC-Light";
  font-size: 24px;
  color: #333;
  text-align: left;
  padding: 60px 0 20px 0;
}
.news_detail .flex {
  display: flex;
  justify-content: space-between;
}
.news_detail .flex .left {
  width: calc(69.44% + 40px);
  padding-right: 40px;
  border-right: 1px dashed rgba(0, 0, 0, 0.4);
}
.news_detail .flex .left .green {
  font-family: "PingFangSC-Regular";
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  text-align: left;
  background: #009543;
  padding: 15px;
  margin-bottom: 40px;
}
.news_detail .flex .left .paragraph {
  font-family: "PingFangSC-Regular";
  font-size: 16px;
  color: #333;
  line-height: 22px;
  text-align: left;
}
.news_detail .flex .left .line {
  width: 80px;
  height: 4px;
  background: #a53342;
  border-radius: 0px 0px 0px 0px;
  margin: 60px 0 20px 0;
}
.news_detail .flex .left .title {
  /* font-family: "PingFangSC-Medium"; */
  font-family: "PingFangSC-Regular";
  font-size: 18px;
  color: #a53342;
  text-align: left;
  padding-bottom: 30px;
}
.news_detail .flex .left img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-top: 40px;
}
.news_detail .flex .right {
  padding-left: 40px;
  width: 27.78%;
}
.news_detail .flex .right .icon {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-bottom: 30px;
}
.news_detail .flex .right .icon > a {
  padding-right: 11.21%;
}
.news_detail .flex .right .icon > a:last-of-type {
  padding-right: 0px;
}
.news_detail .flex .right .icon > a > img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.news_detail .flex .right .list {
  /* width: 360px;
  height: 416px; */
  width: 100%;
  background: rgba(201, 201, 201, 0.4);
  /* border-radius: 10px 10px 10px 10px; */
  padding: 15px;
}
.news_detail .flex .right .list .title {
  font-family: "PingFangSC-Light";
  font-size: 16px;
  color: #c5a86f;
  line-height: 16px;
  text-align: left;
  padding: 20px 0 15px 0;
}
.news_detail .flex .right .list .line {
  width: 40px;
  height: 2px;
  background: #c5a86f;
  border-radius: 0px 0px 0px 0px;
}
.news_detail .flex .right .list .box {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
  padding: 15px 0;
}
.news_detail .flex .right .list > a:last-of-type .box {
  border: none;
  padding: 20px 0 0 0;
}
.news_detail .flex .right .list .box > img {
  height: 76px;
  width: 30.6%;
  /* border-radius: 10px 0 10px 0; */
  object-fit: cover;
}
.news_detail .flex .right .list .box > div {
  height: 76px;
  width: 64.25%;
  font-family: "PingFangSC-Light";
  font-size: 16px;
  color: #333333;
  line-height: 19px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
}
