
/*重置开始*/
@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_1044 .box {
    text-align: left;
    padding: 10px;
}

/*定义正文中的H2样式*/
#vsb_content_1044 h2 {
    line-height: 37px;
    text-indent: 2em;
    font-size: 18px;
    font-family: "宋体";
    text-align: justify;
}

/*定义正文中的段落样式*/
#vsb_content_1044 P {
    line-height: 37px;
    text-indent: 2em;
    font-size: 18px;
    font-family: "宋体";
    text-align: justify;
}

/*定义正文中的span样式*/
#vsb_content_1044 span {
    line-height: 37px;
    text-indent: 2em;
    font-size: 18px;
    font-family: "宋体";
    text-align: justify;
}

/*定义正文中的链接样式*/
#vsb_content_1044 A {
	line-height: 37px;
	text-indent: 2em;
	font-size: 18px;
	font-family: "宋体";
	text-align: justify;
    text-decoration: underline;
}

/* #vsb_content_1044 A:visited {
    color: #1e50a2;
    text-decoration: underline;
    font-family: "宋体";
}

#vsb_content_1044 A:hover {
    color: #ba2636;
    font-family: "宋体";
} */

/*定义正文中的表格样式*/

#vsb_content_1044 TABLE {
    border-collapse: collapse;
    border: 1px solid #666;
    font-family: "宋体";
}

#vsb_content _1044 TABLE TD {
    border: 1px solid #666;
    font-family: "宋体";
    font-size: 18px;
	line-height: 1.6;
}

#vsb_content_1044 TABLE TD P {
    text-indent: 0px;
    margin: 0px;
    font-size: 18px;
    font-family: "宋体";
	line-height: 1.6;
}

#vsb_content_1044 TABLE TH P {
    text-indent: 0px;
    margin: 0px;
    font-size: 18px;
	line-height: 1.6;
    font-family: "宋体";
}

#vsb_content_1044 TABLE TD IMG {
    border-bottom-style: none;
    border-right-style: none;
    margin: 5px;
    border-top-style: none;
    border-left-style: none;
    font-family: "宋体";
}

#vsb_content_1044 .vsbcontent_img {
    margin: 30px auto 10px auto;
    text-align: center;
    font-family: "宋体";
}

.vsbcontent_img img{
	display: block;
	max-width: 100%;
	margin: 10px auto;
}

/*
如果您的正文中可能还包括其他标签，您可按照以下方式增加对应的代码
#vsb_content$ {newsformat} <html标签>
{
    样式内容
}
*/