/**************************************************************************************************** 
模板说明：
*****************************************************************************************************
前台显示时，文章正文会放在id为“#vsb_content_1003 ”的div中，为了保证您定义的样式正常显示并不影响其他页面标签的显示效果，请您在定义时使用ID选择符 
您可以为任何标签定义样式，但是必须在样式名称前添加“#vsb_content_1003 ”标记，否则您定义的样式可能无效。

例如：
#vsb_content_1003  H2 
{
    font-size: 14px
;}
定义了H2的样式，其中#后面的“#vsb_content_1003 ”为ID选择符，您定义的样式名称必须以“vsb_content_1023”为选择符,"_1023"不能删掉！

******************************************************************************************************/


/*定义正文中的H2样式*/
#vsb_content$ {
newsformat
}
H2 {
	font-size: 14px;
}

/*在正文中定义一个 名为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
}
#vsb_content$ img {
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-top: #ccc 1px solid;
	border-right: #ccc 1px solid;
	text-decoration: none;
	widht: 550px;
	height: 320px;
	text-align: center;
	margin-bottom: 5px;
}
.vsbcontent_img {
	text-align: center;
	text-align: center;
	margin-bottom: 5px;
}



/*定义正文中的段落样式*/
#vsb_content$ {
newsformat
}
P {
	LINE-HEIGHT: 30pt;
	text-indent: 35px;
	font-size: 16pt;
	font-weight: normal;
	font-family: "FangSong";
	font-style: normal;
	text-decoration: none;
	text-indent: 2em;
}

/*定义正文中的span样式*/
#vsb_content$ {
newsformat
}
#vsb_content$ span {
	LINE-HEIGHT: 30pt;
	text-indent: 0em;
	font-size: 16pt;
	font-weight: normal;
	font-family: "FangSong";
	font-style: normal;
	text-decoration: none;
}

/*定义正文中的链接样式*/
#vsb_content$ {
newsformat
}
#vsb_content$ A {
	LINE-HEIGHT: 200%;
	text-indent: 0em;
	font-size: 16pt;
	font-weight: normal;
	font-family: "FangSong";
	font-style: normal;
	text-decoration: none;
}
#vsb_content$ {
newsformat
}
#vsb_content$ A:visited {
	LINE-HEIGHT: 200%;
	text-indent: 0em;
	font-size: 16pt;
	font-weight: normal;
	font-family: "FangSong";
	font-style: normal;
	text-decoration: none;
}
#vsb_content$ {
newsformat
}
#vsb_content$ A:hover {
	LINE-HEIGHT: 200%;
	text-indent: 0em;
	font-size: 16pt;
	font-weight: normal;
	font-family: "FangSong";
	font-style: normal;
	text-decoration: none;
}

/*定义正文中的表格样式*/

#vsb_content$ {
newsformat
}
#vsb_content$ TABLE {
	border-collapse: collapse;
	border: 1px solid #000
}
#vsb_content$ {
newsformat
}
#vsb_content$ TABLE TD {
	border: 1px solid #000;
}
 #vsb_content$ {
newsformat
}
#vsb_content$ TABLE TD P {
	text-indent: 0px;
	margin: 0px;
	font-size: 20px;
}
#vsb_content$ {
newsformat
}
#vsb_content$ TABLE TH P {
	text-indent: 0px;
	margin: 0px;
	font-size: 1px;
}
#vsb_content$ {
newsformat
}
#vsb_content$ 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: 30pt;
	text-indent: 2em;
	font-size: 16pt;
	font-weight: normal;
	font-family: "FangSong";
	font-style: normal;
	text-decoration: none;
}
/*新增   正文最后一个<P>的样式，可用与通知格式，如最后一行居右*/
#vsb_content$ {
newsformat
}
.vsbcontent_end {
	LINE-HEIGHT: 30pt;
	text-indent: 2em;
	text-indent: 35px;
	font-size: 16pt;
	font-weight: normal;
	font-family: "FangSong";
	font-style: normal;
	text-decoration: none;
	text-align: right;
}



/*
如果您的正文中可能还包括其他标签，您可按照以下方式增加对应的代码
#vsb_content$ {newsformat} <html标签>
{
    样式内容
} 
*/