
/****************************************************************************************************
模板说明：
*****************************************************************************************************
前台显示时，文章正文会放在id为“vsb_content_1072”的div中，为了保证您定义的样式正常显示并不影响其他页面标签的显示效果，请您在定义时使用ID选择符
您可以为任何标签定义样式，但是必须在样式名称前添加“#vsb_content_1072”标记，否则您定义的样式可能无效。

例如：
#vsb_content_1072 H2
{
    font-size: 14px
;}
定义了H2的样式，其中#后面的“vsb_content_1072”为ID选择符，您定义的样式名称必须以“vsb_content_1072”为选择符,"_1072"不能删掉！

******************************************************************************************************/
/*重置开始*/
@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

input {
	outline: none;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

/* 重置样式 */
a {
    color: #333;
}

body {
	font: 12px tahoma, arial, \5FAE\8F6F\96C5\9ED1, \5b8b\4f53;
	color: #333;
	font-family: "宋体";
}

dl {
	list-style: none;
}

img {
	vertical-align: middle;
}

strong {
	font-weight: bold;
}

textarea {
	resize: none;
}

/*重置结束*/
#vsb_content_1072 .box {
	text-align: left;
	padding: 10px;
	color: #000;
}

#vsb_content_1072 .vsbcontent_start,
#vsb_content_1072 .vsbcontent_end {
	text-indent: 0;
}

/*定义正文中的H2样式*/
#vsb_content_1072 h2 {
	line-height: 2;
	font-size: 21px;
	font-family: "黑体";
	text-align: justify;
	color: #000;
}

/*定义正文中的段落样式*/
#vsb_content_1072 P {
	line-height: 2;
	text-indent: 2em;
	font-size: 21px;
	font-family: "仿宋";
	text-align: justify;
	color: #000;
}

/*定义正文中的span样式*/
#vsb_content_1072 span {
	line-height: 2;
	font-size: 21px;
	font-family: "仿宋";
	text-align: justify;
	color: #000;
}

/*定义正文中的链接样式*/
#vsb_content_1072 A {
	line-height: 2;
	font-size: 21px;
	font-family: "仿宋";
	text-align: justify;
	text-decoration: underline;
	color: #000;
}

#vsb_content_1072 A:visited {
	color: #000;
	text-decoration: underline;
	font-family: "仿宋";
}

#vsb_content_1072 A:hover {
	color: #1775d5;
	font-family: "仿宋";
}

/*定义正文中的表格样式*/

#vsb_content_1072 TABLE {
	border-collapse: collapse;
	border: 1px solid #666;
	font-family: "仿宋";
	color: #000;
}

#vsb_content _1072 TABLE TD {
	border: 1px solid #666;
	font-family: "仿宋";
	font-size: 18px;
	line-height: 1.6;
	color: #000;
}

#vsb_content_1072 TABLE TD P {
	text-indent: 0px;
	margin: 0px;
	font-size: 18px;
	font-family: "仿宋";
	line-height: 1.6;
	color: #000;
}

#vsb_content_1072 TABLE TH P {
	text-indent: 0px;
	margin: 0px;
	font-size: 18px;
	line-height: 1.6;
	font-family: "仿宋";
	color: #000;
}

#vsb_content_1072 TABLE TD IMG {
	border-bottom-style: none;
	border-right-style: none;
	margin: 5px;
	border-top-style: none;
	border-left-style: none;
	font-family: "仿宋";
	color: #000;
}

#vsb_content_1072 .vsbcontent_img {
	margin: 10px auto 10px auto;
	text-align: center;
	font-family: "仿宋";
	color: #000;
}

.vsbcontent_img img{
	display: block;
	max-width: 100%;
	margin: 10px auto;
	color: #000;
}

/*
如果您的正文中可能还包括其他标签，您可按照以下方式增加对应的代码
#vsb_content$ {newsformat} <html标签>
{
    样式内容
}
*/