@charset "utf-8";
/**************************************************************************************************** 
模板说明：
*****************************************************************************************************
前台显示时，文章正文会放在id为“vsb_content_1082”的div中，为了保证您定义的样式正常显示并不影响其他页面标签的显示效果，请您在定义时使用id选择符 
您可以为任何标签定义样式，但是必须在样式名称前添加“#vsb_content_1082”标记，否则您定义的样式可能无效。

例如：
#vsb_content_1082 h2 
{
    font-size: 14px
;}
定义了h2的样式，其中#后面的“vsb_content_1082”为id选择符，您定义的样式名称必须以“vsb_content_1082”为选择符,"_1064"不能删掉！

******************************************************************************************************/


/*定义正文中的h2样式*/
#vsb_content_1082 h2 {
	font-size: 16px;
	}

/*在正文中定义一个 名为icon的class */
#vsb_content_1082 .icon {
    border-right-width: 0px; margin: 3px 0px 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;
	}

/*定义正文中的img样式*/
#vsb_content_1082 img {
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-top: #ccc 1px solid;
	border-right: #ccc 1px solid;
    margin: 0 auto;
	}


#vsb_content_1082 p img {
margin-left:25%;
	}



/*定义正文中的段落样式*/
#vsb_content_1082 p {
    line-height: 32px;
    padding: 4px 0;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #4b4b4b;
}

#vsb_content_1082 p strong{
font-size: 16px;
}




/*定义正文中的span样式*/
#vsb_content_1082 span {
    font-size: 16px;

}


/*定义正文中的表格样式*/

#vsb_content_1082 table{ border-collapse:collapse;border:1px solid #000;} 
#vsb_content_1082 table td{ border:1px solid #000; } 

#vsb_content_1082 table td p {
	text-indent: 0;
	margin: 0px;
	font-size: 16px;

}
#vsb_content_1082 table th p {text-indent: 0px; margin: 0px; font-size: 1px;}
#vsb_content_1082 table td img {border-bottom-style: none; border-right-style: none; margin: 5px auto; border-top-style: none; border-left-style: none; display: block;}
#vsb_content_1082 table{
	width: 80%;
	margin: 20px auto;
	max-width: 100% !important;
	display: table !important;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #a8a8a8;
	border-left-color: #a8a8a8;
}
#vsb_content_1082 table tr td{ border-left:0px; border-top:0px;line-height: 23px; padding: 5px; border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; border-right-color: #a8a8a8; border-bottom-color: #a8a8a8;}
#vsb_content_1082 table tr td p{text-indent:0em; padding:0px; margin:0px;font-size: 16px;}


/*新增   正文第一个<p>的样式，可用与通知格式，如第一段不缩进，其他缩进*/
#vsb_content_1082 .vsbcontent_start {text-indent: 0px;font-size: 16px;}

#vsb_content_1082 .vsbcontent_start p{text-indent: 0px;    font-size: 16px;
}
#vsb_content_1082 .vsbcontent_start strong{font-size: 16px;
}


/*新增   正文最后一个<p>的样式，可用与通知格式，如最后一行居右*/
#vsb_content_1082 .vsbcontent_end {font-size: 16px;}


/*
如果您的正文中可能还包括其他标签，您可按照以下方式增加对应的代码
#vsb_content$ {newsformat} <html标签>
{
    样式内容
} 
*/