/*定义正文中的H2样式*/
#vsb_content_1001 H2 {
    font-size: 18px
    font-family: 微软雅黑
;}

/*在正文中定义一个 名为icon的class */
#vsb_content_1001 .icon {
    border-right-width: 0px; margin: 3px 0px 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px
;}

/*定义正文中的IMG样式*/
#vsb_content_1001 IMG {
    border: none !important;
    max-height: 100% !important;
    max-width: 100% !important;
    margin: 0 auto; }

/*定义正文中的div样式*/
#vsb_content_1001 DIV {
    line-height: 180%; text-indent: 2em; font-size: 18px; text-align: justify;font-family: 微软雅黑
;}

/*定义正文中的段落样式*/
#vsb_content_1001 P {
    line-height: 180%; text-indent: 2em; margin-top: 1.5rem; font-size: 18px; text-align: justify;font-family: 微软雅黑
;}

/*定义正文中的span样式*/
#vsb_content_1001 span {
    line-height: 180%; text-indent: 2em; font-size: 18px; text-align: justify;font-family: 微软雅黑
;}

/*定义正文中的链接样式*/
#vsb_content_1001 A {
    color: #1e50a2; text-decoration: underline
;}
#vsb_content_1001 A:visited {
    color: #1e50a2; text-decoration: underline
;}
#vsb_content_1001 A:hover {
    color: #ba2636
;}

/*定义正文中的表格样式*/

#vsb_content_1001 TABLE{ border-collapse:collapse; border:1px solid #000; width:80%; font-family: 微软雅黑; margin:10 auto; } 
#vsb_content_1001 TABLE TD{ border:1px solid #000; padding: 2px 3px; vertical-align:center;} 

#vsb_content_1001 TABLE TD P {
    text-indent: 0px; margin: 0px; font-size: 16px; line-height:180%; text-align:center
;}
#vsb_content_1001 TABLE TH P {
    text-indent: 0px; margin: 0px; font-size: 16px; line-height:180%; text-align:center
;}
#vsb_content_1001 TABLE TD IMG {
    border-bottom-style: none; border-right-style: none; margin: 5px; border-top-style: none; border-left-style: none; text-align:center
;}


/*新增   正文第一个<P>的样式，可用与通知格式，如第一段不缩进，其他缩进*/
#vsb_content_1001 .vsbcontent_start {
    line-height: 180%; text-indent: 2em; margin-top: 1.5rem; font-size: 18px; text-align: justify;font-family: 微软雅黑
}
/*新增   正文最后一个<P>的样式，可用与通知格式，如最后一行居右*/
#vsb_content_1001 .vsbcontent_end {
    line-height: 180%; text-indent: 2em; margin-top: 1.5rem; font-size: 18px; text-align: justify;font-family: 微软雅黑
}



/*以下三个样式为正文定义了显示时的大、中、小样式*/
#vsb_content_1001.newscontent_l p {
    font-size: 20px;
}        
#vsb_content_1001.newscontent_m p {
    font-size: 18px;
} 
#vsb_content_1001.newscontent_s p {
    font-size: 16px;
} 

#vsb_content_1001 .vsbcontent_img{
    text-align:center;
    text-indent:0px;
}

#vsb_content_1001 .vsbcontent_video{
    text-align:center;text-indent:0px
}

/*
如果您的正文中可能还包括其他标签，您可按照以下方式增加对应的代码
#vsb_content$ {newsformat} <html标签>
{
    样式内容
} 
*/