﻿
/*定义正文中的H2样式*/
#vsb_content_1001 H2 {
font-family: 宋体;font-size: 18px;line-height: 1.7;text-indent: 2em;color:#000;margin-bottom: 1em;text-align: justify;
}

/*在正文中定义一个 名为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 {
    margin: .2rem auto;display: block;max-width:600px;
;}
/*定义正文中的段落样式*/
#vsb_content_1001 {
 font-size: 16px;
;}
/*定义正文中的段落样式*/
#vsb_content_1001 P {
font-family: 宋体;font-size: 16px;line-height: 1.7;text-indent: 2em;color:#000;margin-bottom: 1em;text-align: justify
;}

/*定义正文中的span样式*/
#vsb_content_1001 span {
font-family: 宋体;font-size: 16px;line-height: 1.7;color:#000;text-align: justify
;}

/*定义正文中的链接样式*/
#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;text-align: center } 
#vsb_content_1001 TABLE TD{ border:1px solid #000; } 

#vsb_content_1001 TABLE TD P {
    text-indent: 0px; margin: 0px; font-size: 20px
;}
#vsb_content_1001 TABLE TH P {
    text-indent: 0px; margin: 0px; font-size: 1px
;}
#vsb_content_1001 TABLE TD IMG {
    border-bottom-style: none; border-right-style: none; margin: 5px; border-top-style: none; border-left-style: none
;}





/*以下三个样式为正文定义了显示时的大、中、小样式*/
#vsb_content_1001.newscontent_l p {
    font-size: 18px;
}        
#vsb_content_1001.newscontent_m p {
    font-size: 16px;
} 
#vsb_content_1001.newscontent_s p {
    font-size: 14px;
} 

/*
如果您的正文中可能还包括其他标签，您可按照以下方式增加对应的代码
#vsb_content_1001 <html标签>
{
    样式内容
} 
*/