/* ===== cntet 卡片美化 ===== */
div.cntet {
  background: var(--color-bg-card, #ffffff);
  border-radius: var(--radius-md, 12px);
  box-shadow: var(--shadow-md, 0 6px 24px rgba(0, 63, 136, 0.10));
  padding: 40px 48px 48px;
  margin-bottom: 0;}

/* 标题美化 - 使用深蓝主色 */
div.cntet > h1 {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-primary, #003F88);
  text-align: center;
  margin: 0 0 8px 0;
  line-height: 1.4;
  letter-spacing: 0.02em;}

/* 时间美化 */
div.cntet > div.time {
  font-size: 15px;
  color: var(--color-text-muted, #8898AA);
  text-align: center;
  margin: 0 0 32px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-border, #E2E8F0);
  line-height: 1.6;}

/* vsb_content_4 内部边距调整（不影响v_news_content的样式） */
div.cntet > #vsb_content_4 {
  padding: 0;}

/* 投票区域 */
div.cntet > #div_vote_id {
  margin-top: 8px;}
p.vsbcontent_img img {
    margin: 0 auto;}

.v_news_content *{
    word-break: break-word;}
#vsb_content_4 IMG {
    border-bottom: #fff 0px solid !important; border-left:  #fff 0px solid !important; border-top:  #fff 0px solid !important; border-right:  #fff 0px solid !important;}
strong{
font-weight: bold;}

iframe{
margin:0 auto;
display:block;
max-width: 100%;}
.v_news_content a {
    display:inline;
    word-break: break-all;}
.v_news_content img {
    height: auto;
    max-width: 100%;}
.v_news_content video {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: auto;}

@media only screen and (max-width: 1024px){
.v_news_content img {
    margin: 0 auto;
    display: block;}
}
