/* v1.0.40 fixed news card structure */
.news-page .notice-item-v1040,
.news-page .group-news-item-v1040{
  display:grid!important;
  grid-template-columns:54px minmax(0,1fr)!important;
  gap:14px!important;
  padding:16px!important;
  border-radius:24px!important;
  background:#fff!important;
  border:1px solid rgba(67,104,92,.13)!important;
  box-shadow:0 10px 22px rgba(38,83,70,.045)!important;
  box-sizing:border-box!important;
}
.news-page .notice-avatar-v1040,
.news-page .group-news-avatar-v1040{
  width:54px!important;
  height:54px!important;
  border-radius:18px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:none!important;
  font-size:26px!important;
  line-height:1!important;
  background:#f7edf3!important;
}
.news-page .group-news-avatar-v1040{background:#eef8fb!important;}
.news-page .notice-content-v1040,
.news-page .group-news-content-v1040{
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
}
.news-page .notice-top-v1040,
.news-page .group-news-top-v1040{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  min-width:0!important;
  width:100%!important;
}
.news-page .notice-source-wrap-v1040,
.news-page .group-news-source-v1040{
  min-width:0!important;
  flex:1 1 auto!important;
}
.news-page .news-source-name{
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  min-width:0!important;
  max-width:100%!important;
  color:#173f36!important;
  font-size:16px!important;
  line-height:1.25!important;
  font-weight:900!important;
  white-space:nowrap!important;
  word-break:keep-all!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  writing-mode:horizontal-tb!important;
}
.news-page .news-source-emoji{flex:0 0 auto!important;}
.news-page .news-source-text{
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  word-break:keep-all!important;
}
.news-page .notice-top-v1040 time,
.news-page .group-news-side-v1040 time{
  flex:0 0 auto!important;
  margin:0!important;
  color:#70867d!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:900!important;
  white-space:nowrap!important;
}
.news-page .notice-actions-v1040{
  display:flex!important;
  justify-content:flex-end!important;
  align-items:center!important;
  gap:8px!important;
  margin:8px 0 0!important;
}
.news-page .notice-actions-v1040 .notice-state{
  min-height:32px!important;
  padding:0 14px!important;
  font-size:13px!important;
  white-space:nowrap!important;
}
.news-page .notice-actions-v1040 .notice-confirm{
  min-width:64px!important;
  min-height:38px!important;
  padding:0 16px!important;
  border-radius:999px!important;
  font-size:13px!important;
  box-shadow:0 8px 14px rgba(40,184,210,.18)!important;
}
.news-page .notice-content-v1040 strong{
  display:block!important;
  margin:10px 0 0!important;
  color:#173f36!important;
  font-size:18px!important;
  line-height:1.38!important;
  font-weight:900!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
  writing-mode:horizontal-tb!important;
}
.news-page .notice-content-v1040 p{
  margin:6px 0 0!important;
  color:#5f746d!important;
  font-size:15px!important;
  line-height:1.65!important;
  font-weight:650!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
  writing-mode:horizontal-tb!important;
}
.news-page .group-news-side-v1040{
  flex:0 0 auto!important;
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
}
.news-page .group-news-side-v1040 .group-news-tag{
  min-height:28px!important;
  padding:0 12px!important;
  border-radius:999px!important;
  background:#f1f5f1!important;
  color:#607569!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:900!important;
  white-space:nowrap!important;
}
.news-page .group-news-content-v1040 h3{
  display:block!important;
  margin:10px 0 0!important;
  color:#173f36!important;
  font-size:19px!important;
  line-height:1.36!important;
  font-weight:900!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
  writing-mode:horizontal-tb!important;
}
.news-page .group-news-content-v1040 p{
  margin:7px 0 0!important;
  color:#5f746d!important;
  font-size:15px!important;
  line-height:1.65!important;
  font-weight:650!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
  writing-mode:horizontal-tb!important;
}
.news-page .thanks-flow-empty{
  display:grid!important;
  grid-template-columns:62px minmax(0,1fr)!important;
  grid-template-areas:"icon title" "icon body"!important;
  gap:8px 18px!important;
  align-items:center!important;
  padding:24px 22px!important;
  min-height:150px!important;
  border-radius:24px!important;
  background:linear-gradient(180deg,#fffafb,#fff)!important;
  border:1px solid rgba(226,129,153,.26)!important;
}
.news-page .thanks-flow-empty span{grid-area:icon!important;width:62px!important;height:62px!important;border-radius:20px!important;font-size:34px!important;background:#fff1f4!important;}
.news-page .thanks-flow-empty p{grid-area:title!important;margin:0!important;font-size:20px!important;line-height:1.38!important;color:#173f36!important;font-weight:900!important;word-break:normal!important;writing-mode:horizontal-tb!important;}
.news-page .thanks-flow-empty small{grid-area:body!important;margin:0!important;color:#5f746d!important;font-size:15px!important;line-height:1.75!important;font-weight:650!important;word-break:normal!important;overflow-wrap:break-word!important;writing-mode:horizontal-tb!important;}
@media(max-width:430px){
  .news-page .notice-item-v1040,
  .news-page .group-news-item-v1040{grid-template-columns:48px minmax(0,1fr)!important;gap:12px!important;padding:14px!important;}
  .news-page .notice-avatar-v1040,
  .news-page .group-news-avatar-v1040{width:48px!important;height:48px!important;border-radius:16px!important;font-size:23px!important;}
  .news-page .news-source-name{font-size:15px!important;}
  .news-page .notice-top-v1040,
  .news-page .group-news-top-v1040{align-items:flex-start!important;}
  .news-page .group-news-side-v1040{flex-direction:column!important;align-items:flex-end!important;gap:6px!important;}
  .news-page .notice-content-v1040 strong{font-size:17px!important;}
  .news-page .notice-content-v1040 p,
  .news-page .group-news-content-v1040 p{font-size:14px!important;}
  .news-page .group-news-content-v1040 h3{font-size:18px!important;}
  .news-page .thanks-flow-empty{grid-template-columns:52px minmax(0,1fr)!important;gap:8px 14px!important;padding:22px 18px!important;}
  .news-page .thanks-flow-empty span{width:52px!important;height:52px!important;font-size:28px!important;}
  .news-page .thanks-flow-empty p{font-size:18px!important;}
}
