@charset "UTF-8";
* { margin: 0; padding: 0; }

body { font: 12px/25px "Microsoft YaHei UI", "Microsoft YaHei UI Light", sans-serif, Arial, "Arial Narrow", "微软雅黑", "宋体"; color: #2a2a2a; }
i, em { font-style: normal; }

a, a:link { color: #2a2a2a; text-decoration: none; }
a:visited { }
a:active, a:hover { text-decoration: none; color: #cf6210; }
a:focus { outline: none; }

textarea, input { word-wrap: break-word; word-break: break-all; }
input { vertical-align: middle; font-size: 12px }
.button { vertical-align: middle; font-size: 12px }
.button { cursor: pointer; }

ul, li { list-style-type: none; }

img { border: 0 none; vertical-align: middle; }

.db { display: block; }

.fl, .fr { display: inline-block; float: left; }
.fr { float: right; }

.mt20 { margin-top: 20px; }
.mr20 { margin-right: 20px; }
.mb20 { margin-bottom: 20px; }
.ml20 { margin-left: 20px; }
.mt30 { margin-top: 30px; }
.mr30 { margin-right: 30px; }
.mb30 { margin-bottom: 30px; }
.ml30 { margin-left: 30px; }
.mo{ margin: 0 auto; }

.p-4-10 { padding: 10px; }
.p-3-9 { padding: 10px 9px 9px 9px; }

.b-4-1 { border: 1px solid #999; }
.b-3-1 { border: 1px solid #999; border-top: none; }

.ti { text-indent: 2em; }

.cur { cursor: pointer; }
.oh { overflow: hidden; }

.cl { clear: both; display: block; height: 0; font-size: 0; overflow: hidden; }
.clearfix:after {content:"24dq"; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display:inline-block;}

* html .clearfix {height:1%;}.clearfix {display:block;}


.poa { position: absolute; }
.po { position: relative; }


#vsb_content p{
    margin: 5px 0;
    line-height: 120%;
    text-indent:0em;
}


