@charset "utf-8";
/* CSS Document */

/* 公用代码 */
/**************************************************************************************************** 
模板说明：
*****************************************************************************************************
前台显示时，文章正文会放在id为“vsb_content_1127”的div中，为了保证您定义的样式正常显示并不影响其他页面标签的显示效果，请您在定义时使用ID选择符 
您可以为任何标签定义样式，但是必须在样式名称前添加“#vsb_content_1127”标记，否则您定义的样式可能无效。

*/


/*在正文中定义一个 名为icon的class */
#vsb_content_1127 .icon {
    border-right-width: 0px; margin: 3px 0px 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px
;}

/*定义正文中的IMG样式*/
#vsb_content_1127 IMG {
    border-bottom: #ccc 1px solid; border-left: #ccc 1px solid; border-top: #ccc 1px solid;max-width:700px; border-right: #ccc 1px solid;margin:10px auto;display:block;}

#vsb_content_1127 video {
    border-bottom: #ccc 1px solid; border-left: #ccc 1px solid; border-top: #ccc 1px solid;max-width:700px; border-right: #ccc 1px solid;margin:10px auto;display:block;}
/*定义正文中的段落样式*/
#vsb_content_1127 P {
    line-height:30px; text-indent: 2em; font-size:18px;text-align:left;font-family: "微软雅黑";color:#333;
;}

/*定义正文中的span样式*/
#vsb_content_1127 span {
    line-height: 30px; text-indent: 2em; font-size:18px;font-family: "微软雅黑";color:#333;
;}

/*定义正文中的链接样式*/
#vsb_content_1127 A {
    color: #1e50a2; text-decoration: underline;font-size:18px;color:#333;
;}
#vsb_content_1127 A:visited {
    color: #1e50a2; text-decoration: underline
;}
#vsb_content_1127 A:hover {
    color: #ba2636
;}

/*定义正文中的表格样式*/

#vsb_content_1127 TABLE{  border: 0px;border-left:1px solid #ddd; border-top:1px solid #ddd;width:80%; margin:20px auto } 
#vsb_content_1127 TABLE TD{ border-left:0px; text-align: center;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: #ddd; border-bottom-color: #ddd;  } 

#vsb_content_1127 TABLE TD P {
   text-indent:0em; padding:0px; margin:0px; text-align:center;
;}
 
#vsb_content_1127 TABLE TD IMG {
    border-bottom-style: none; border-right-style: none; margin: 5px; border-top-style: none; border-left-style: none
;}




/*
如果您的正文中可能还包括其他标签，您可按照以下方式增加对应的代码
#vsb_content$ {newsformat} <html标签>
{
    样式内容
} 
*/


 