.news-list {
  padding-top: 15px;
  padding-bottom: 15px;
}
.news-list ul {
  margin: 0 -20px;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.news-list li {
  flex: 0 0 100%;
  width: 100%;
  height: auto;
  padding: 20px 20px;
}
.news-list li a {
  display: flex;
  width: 100%;
  height: auto;
  padding: 10px 20px 40px;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #eaeaea;
  /*box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);*/
  background-color: #fff;
}
.news-list li .pic {
  display: block;
  position: relative;
  flex: 0 0 400px;
  width: 400px;
  height: 248px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.news-list li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.35s;
}
.news-list li a:hover .pic img {
  transform: scale(1.05);
  z-index: 2;
}
.news-list li .text {
  padding: 15px 20px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-width: 0;
  padding-left: 40px;
}
.news-list li .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
  overflow: hidden;
  font-family: "Times New Roman";
  font-style: italic;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-list li .desc {
  font-size: 14px;
  line-height: 1.65;
  min-height: 70px;
  color: #2d2d2d;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-list.cases li .desc {
  min-height: 96px;
  -webkit-line-clamp: 4 !important;
}
.news-list li .text-wrap {
  display: block;
}
.news-list li .text-wrap .date {
  margin-top: 15px;
  font-size: 14px;
}
.news-list li .text-wrap .btn {
  margin-top: 20px;
  width: 252px;
  height: 42px;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #849075;
  border-radius: 0px;
  cursor: pointer;
  font-family: 'Times New Roman', serif;
  font-style: italic;
}
.news-list li a:hover .text-wrap .btn {
  opacity: 0.8;
}
.rbox {
  display: block;
  padding: 0 0 20px 0;
  background-color: #ffffff;
}
.rbox.m60 {
  margin-top: 30px;
}
.rbox .rb-title {
  padding: 22px 0;
  font-size: 22px;
  font-weight: bold;
  font-family: "Times New Roman";
  font-style: italic;
  border-bottom: 1px solid #eaeaea;
}
.rbox .rbt-text {
  line-height: 18px;
  height: 20px;
}
.rbox .rbt-text.red {
  color: #e4362d;
}
.art-rlist {
  display: block;
  width: 100%;
  padding-top: 10px;
}
.art-rlist ul {
  display: block;
}
.art-rlist li {
  padding: 10px 0;
}
.art-rlist li a {
  display: flex;
  height: 70px;
  justify-content: space-between;
}
.art-rlist li .pic {
  flex: 0 0 110px;
  width: 110px;
  height: 70px;
  border-radius: 0px;
  overflow: hidden;
  margin-right: 12px;
}
.art-rlist li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.art-rlist li:hover .pic img {
  transform: scale(1.1);
}
.art-rlist li .title {
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.rbox .tag {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 5px -5px;
  overflow: hidden;
}
.rbox .tag span {
  width: 33.33%;
  padding: 5px;
}
.rbox .tag span a {
  font-size: 14px;
  display: block;
  background: #f6f6f6;
  text-align: center;
  padding: 4px 5px;
  border-radius: 0px;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  color: #2d2d2d;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.rbox .tag span a:hover {
  background: #849075;
  color: #ffffff;
}

.lbox {
  padding: 0 0 38px 0;
  background-color: #ffffff;
}
.ard-top {
  border-bottom: dashed 1px #e6e6e6;
  padding: 20px 0 15px 0;
}
.ard-title {
  font-size: 48px;
  font-weight: bold;
  font-family: "Times New Roman";
  font-style: italic;
  padding: 0 60px;
  text-align: center;
}
.ard-span {
  margin-top: 22px;
  display: flex;
  color: #666;
  font-size: 14px;
  justify-content: center;
}
.ard-source,
.ard-time {
  margin-right: 28px;
  margin-left: 5px;
}
.ard-span span {
  margin-left: 5px;
}
.ard-desc {
  text-indent: 2em;
  margin: 25px 0 35px 0;
  padding: 25px 32px;
  font-size: 18px;
  line-height: 1.8;
}
.ard-body {
  color: #4c4c4c;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 2;
  padding-top: 20px;
  padding-bottom: 30px;
}
.ard-body a {
  color: #0252bb;
  text-decoration: underline;
}
.ard-body a:hover {
  color: #0092e4;
  text-decoration: underline !important;
}
.ard-body .desc {
  padding: 15px 20px;
  background-color: #f6f6f6;
}
.ard-body .desc h3 {
  font-size: 22px;
  font-weight: bold;
}
.ard-body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 15px 0;
}
.ard-body h2 {
  font-weight: bold;
  font-family: "Times New Roman";
  margin: 15px 0;
  line-height: 1.2;
  border-left: 0px solid #0252bb;
}
.ard-body h3 {
  font-weight: bold;
  font-family: "Times New Roman";
  position: relative;
  line-height: 1.2;
  margin: 15px 0;
  border-left: 0px solid #0252bb;
}
.ard-body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 15px 0;
}
.ard-next {
  height: 43px;
  line-height: 60px;
  font-size: 14px;
  border-top: dashed 1px #e7e7e7;
  display: flex;
  justify-content: space-between;
}
.ard-next .col {
  color: #999;
}
.ard-copyright {
  color: #999;
  font-size: 14px;
  padding: 18px 0;
  line-height: 27px;
}
.det-tagbox {
  display: flex;
  padding-top: 10px;
  padding-bottom: 30px;
}
.det-tagbox .tag-title {
  display: block;
  width: auto;
  line-height: 28px;
  margin-right: 10px;
  font-size: 14px;
}
.det-tag {
  display: flex;
  width: auto;
  overflow: hidden;
  flex-direction: row;
  flex-wrap: wrap;
}
.det-tag a {
  color: #666;
  line-height: 28px;
  border-radius: 0px;
  padding: 0 16px;
  height: 28px;
  margin-right: 10px;
  margin-bottom: 8px;
  font-size: 14px;
  background-color: #f6f6f6;
}
.det-tag.solut a {
  background-color: #f6f6f6;
}
.det-tag a:hover {
  background: #849075;
  color: #ffffff;
}
.zs-filter .title {
  font-size: 22px;
  font-weight: bold;
  font-family: "Times New Roman";
  font-style: italic;
}

/* 手机端新闻详情页响应式样式 */
@media (max-width: 768px) {
  .ard-next {
    height: auto;
    line-height: 1.5;
    flex-direction: column;
    padding: 15px 0;
    gap: 15px;
  }
  
  .ard-next .col {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}