/**************************************************************************************************** 
模板说明：
*****************************************************************************************************
前台显示时，文章正文会放在id为“vsb_content_1022”的div中，为了保证您定义的样式正常显示并不影响其他页面标签的显示效果，请您在定义时使用ID选择符 
您可以为任何标签定义样式，但是必须在样式名称前添加“#vsb_content_1022”标记，否则您定义的样式可能无效。

例如：
#vsb_content_1022 H2 
{
    font-size: 14px
;}
定义了H2的样式，其中#后面的“vsb_content_1022”为ID选择符，您定义的样式名称必须以“vsb_content_1022”为选择符,"_1022"不能删掉！

******************************************************************************************************/


/*定义正文中的H2样式
#vsb_content_1022 H2 {
    font-size: 16px
;}
*/

/*在正文中定义一个 名为icon的class
#vsb_content$ {
newsformat
}
.icon {
	border-right-width: 0px;
	margin: 3px 0px 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
 */

/*定义正文中的IMG样式*/
#vsb_content$ {
newsformat
}
.vsbcontent_img {
	text-align: center;
}

/*定义正文中的段落样式*/
#vsb_content$ {
newsformat
}
P {
	line-height: 1.5em;
	text-indent: 2em;
	margin-top: 10px;
	font-size: 16px;
}

/*定义正文中的段落样式*/
#vsb_content$ {
newsformat
}
P {
	line-height: 1.5em;
	text-indent: 2em;
	margin-top: 10px;
	font-size: 16px;
}

/*定义正文中的span样式*/
#vsb_content$ {
newsformat
}
span {
	line-height: 1.5em;
	text-indent: 2em;
	margin-top: 10px;
	font-size: 16px;
}

/*定义正文中的链接样式
#vsb_content$ {
newsformat
}
A {
	color: #1e50a2;
	text-decoration: underline;
}
#vsb_content$ {
newsformat
}
A:visited {
	color: #1e50a2;
	text-decoration: underline;
}
#vsb_content$ {
newsformat
}
A:hover {
	color: #ba2636;
}
*/

/*定义正文中的表格样式*/

#vsb_content$ {
newsformat
}
TABLE {
	border-collapse:collapse;
	border:1px solid #000;
	height: 90%;
	width: 90%;
	margin: 0 auto;
}
#vsb_content$ {
newsformat
}
TABLE TD {
	border:1px solid #000;
	text-align: center;
}
 #vsb_content$ {
newsformat
}
TABLE TD P {
	text-indent: 0px;
	margin: 0px;
	font-size: 16px;
}
#vsb_content$ {
newsformat
}
TABLE TH P {
	text-indent: 0px;
	margin: 0px;
	font-size: 1px;
}
#vsb_content$ {
newsformat
}
TABLE TD IMG {
	border-bottom-style: none;
	border-right-style: none;
	margin: 5px;
	border-top-style: none;
	border-left-style: none;
}


/*新增   正文第一个<P>的样式，可用与通知格式，如第一段不缩进，其他缩进*/
#vsb_content$ {
newsformat
}
.vsbcontent_start {
	LINE-HEIGHT: 180%;
	text-indent: 0em;
	font-size: 16px;
	font-weight:bold
}
/*新增   正文最后一个<P>的样式，可用与通知格式，如最后一行居右
#vsb_content_1022 .vsbcontent_end {
    INE-HEIGHT: 180%; text-indent: 0em; font-size: 16px;text-align:right;
}
*/


/*以下三个样式为正文定义了显示时的大、中、小样式*/
#vsb_content$ {
newsformat
}
.newscontent_l p {
	font-size: 16px;
}
#vsb_content$ {
newsformat
}
.newscontent_m p {
	font-size: 14px;
}
#vsb_content$ {
newsformat
}
.newscontent_s p {
	font-size: 12px;
} 

/*
如果您的正文中可能还包括其他标签，您可按照以下方式增加对应的代码
#vsb_content$ {newsformat} <html标签>
{
    样式内容
} 
*/