/**************************************************************************************************** 
模板说明：
*****************************************************************************************************
前台显示时，文章正文会放在id为“vsb_content_1002”的div中，为了保证您定义的样式正常显示并不影响其他页面标签的显示效果，请您在定义时使用ID选择符 
您可以为任何标签定义样式，但是必须在样式名称前添加“#vsb_content_1002”标记，否则您定义的样式可能无效。

例如：
#vsb_content_1002 H2 
{
    font-size: 14px
;}
定义了H2的样式，其中#后面的“vsb_content_1002”为ID选择符，您定义的样式名称必须以“vsb_content_1002”为选择符,"_1002"不能删掉！

******************************************************************************************************/

/* 全局基础样式 - 精细化排版控制 */
#vsb_content_1002 {
    font-family: "Inter", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
    color: #2d3748;
    line-height: 1.75;
    max-width: 1080px;
    margin: 0 auto;
    padding: 24px 20px;
    box-sizing: border-box;
    background-color: #ffffff;
}

/* 标题体系 - 更具层次感的视觉设计 */
#vsb_content_1002 h1 {
    font-size: 32px;
    font-weight: 700;
    color: #1a202c;
    line-height: 1.25;
    margin: 0 0 20px 0;
    padding-bottom: 12px;
    border-bottom: 3px solid #f0f2f5;
    letter-spacing: -0.5px;
}

#vsb_content_1002 h2 {
    font-size: 26px;
    font-weight: 600;
    color: #1a202c;
    line-height: 1.35;
    margin: 30px 0 15px 0;
    position: relative;
    padding-left: 12px;
    letter-spacing: -0.3px;
}

#vsb_content_1002 h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 24px;
    background-color: #2563eb;
    transform: translateY(-50%);
    border-radius: 2px;
}

#vsb_content_1002 h3 {
    font-size: 22px;
    font-weight: 600;
    color: #2d3748;
    margin: 25px 0 12px 0;
    line-height: 1.4;
}

#vsb_content_1002 h4 {
    font-size: 18px;
    font-weight: 600;
    color: #4a5568;
    margin: 20px 0 10px 0;
}

/* 图标样式 - 精准对齐与适配 */
#vsb_content_1002 .icon {
    border: 0 none;
    margin: 3px 0 0;
    vertical-align: text-bottom;
    max-height: 1em;
}

/* 图片样式 - 杂志级视觉效果 */
#vsb_content_1002 img {
    border: none;
    border-radius: 8px;
    padding: 6px;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

#vsb_content_1002 img:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

/* 段落核心样式 - 极致阅读体验 */
#vsb_content_1002 p {
    line-height: 1.75;
    text-indent: 2em;
    font-size: 17px;
    margin: 14px 0;
    color: #4a5568;
    letter-spacing: 0.2px;
}

/* 行内元素样式统一 */
#vsb_content_1002 span {
    line-height: 1.75;
    font-size: 17px;
    color: #4a5568;
}

/* 链接样式 - 高级感交互设计 */
#vsb_content_1002 a {
    color: #2563eb;
    text-decoration: none;
    border-bottom: 1px solid rgba(37, 99, 235, 0.3);
    transition: all 0.3s ease;
    padding: 0 2px;
    border-radius: 2px;
}

#vsb_content_1002 a:visited {
    color: #4f46e5;
    border-bottom-color: rgba(79, 70, 229, 0.3);
}

#vsb_content_1002 a:hover {
    color: #ffffff;
    background-color: #2563eb;
    border-bottom-color: transparent;
}

#vsb_content_1002 a:active {
    background-color: #1d4ed8;
}

/* 表格样式 - 企业级精致排版 */
#vsb_content_1002 table {
    border-collapse: collapse;
    border: 1px solid #e2e8f0;
    width: 100%;
    margin: 24px 0;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

#vsb_content_1002 table th {
    background: linear-gradient(180deg, #f8fafc 0%, #f0f2f5 100%);
    border: 1px solid #e2e8f0;
    padding: 14px 12px;
    font-weight: 600;
    text-align: left;
    font-size: 16px;
    color: #1a202c;
}

#vsb_content_1002 table td {
    border: 1px solid #e2e8f0;
    padding: 12px 12px;
    vertical-align: middle;
    font-size: 16px;
}

#vsb_content_1002 table td p {
    text-indent: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
}

#vsb_content_1002 table th p {
    text-indent: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
}

#vsb_content_1002 table td img {
    border: none;
    margin: 5px;
    padding: 0;
    box-shadow: none;
    border-radius: 4px;
    transform: none;
}

/* 首段/末段特殊样式 - 政务/通知场景优化 */
#vsb_content_1002 .vsbcontent_start {
    line-height: 1.8;
    text-indent: 0;
    font-size: 18px;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 18px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #e2e8f0;
}

#vsb_content_1002 .vsbcontent_end {
    line-height: 1.8;
    text-indent: 0;
    font-size: 17px;
    text-align: right;
    margin-top: 24px;
    color: #718096;
    padding-top: 8px;
    border-top: 1px dashed #e2e8f0;
}

/* 字号切换 - 分级更合理 */
#vsb_content_1002.newscontent_l p {
    font-size: 19px;
    line-height: 1.8;
}

#vsb_content_1002.newscontent_m p {
    font-size: 17px;
    line-height: 1.75;
}

#vsb_content_1002.newscontent_s p {
    font-size: 15px;
    line-height: 1.7;
}

/* 列表样式 - 结构化展示 */
#vsb_content_1002 ul, 
#vsb_content_1002 ol {
    margin: 14px 0 14px 2.5em;
    padding: 0;
}

#vsb_content_1002 ul {
    list-style-type: disc;
}

#vsb_content_1002 ol {
    list-style-type: decimal;
}

#vsb_content_1002 li {
    line-height: 1.75;
    font-size: 17px;
    color: #4a5568;
    margin: 8px 0;
    padding-left: 8px;
}

/* 引用样式 - 专业新闻引用规范 */
#vsb_content_1002 blockquote {
    border-left: 4px solid #2563eb;
    padding: 16px 20px;
    margin: 20px 0;
    background-color: #f8fafc;
    font-size: 16px;
    color: #2d3748;
    border-radius: 0 6px 6px 0;
    font-style: italic;
}

#vsb_content_1002 blockquote p {
    text-indent: 0;
    margin: 0;
}

/* 分隔线样式 */
#vsb_content_1002 hr {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
    margin: 24px 0;
}