@charset "gb2312";



/* yui3 reset.css */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}




/* yui3 fonts */

body {
    color: #333;
    font-size: 12px;
    font-family: "Microsoft Yahei";
    background-color: #ccc;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}




/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}



/** 
 * 以下可追加项目中的公共样式，
 * 比如body上进行全局的文字设置（字体，大小，行高），全局a链接的基本状态定义，
 * 适合页面的栅格系统
 * 页面公共头尾部分等
 */

.ewb-container{
    margin: 0 auto;
    width: 1000px;
}

.ewb-wrap{
    padding: 10px 5px;
    background-color: #fff;
}

.ewb-row{
    overflow: hidden;
}

.ewb-wt745{
    float: left;
    width: 745px;
}

.ewb-wt435{
    float: left;
    width: 435px;
}

.ewb-wt300{
    float: left;
    width: 300px;
}

.ewb-wt235{
    float: left;
    width: 235px;
}

.ewb-mt10{
    margin-top: 10px;
}

.ewb-ml10{
    margin-left: 10px;
}

/* 信息列表通用样式 */

.wb-data-item{
    padding: 8px 13px 0 17px;
}

.wb-data-list {
    line-height: 24px;
    font-size: 12px;
    padding-left: 10px;
    background: url(imagesdot.gif) 0 50% no-repeat;
}

.wb-data-infor {
    margin-right: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-data-infor a {
    color: #333;
}

.wb-data-date {
    float: right;
    margin-top: -26px;
    color: #999;
}

/* header */

.ewb-header{
    height: 289px;
}

/* toolbar */

.ewb-toolbar{
    padding: 0 10px 0 15px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    background: url(imagestoolbar.jpg) repeat-x;
}

.ewb-toolbar-tt{
    *margin-top: -25px;
    color: #fff;
}

.ewb-toolbar-tt.last{
    margin-right: 15px;
}

/* flash */

.ewb-flash{
    height: 200px;
}

.ewb-flash embed{
    width: 1000px;
    height: 200px;
}

/* 导航栏 */

.ewb-nav{
    height: 36px;
}

.ewb-nav li{
    position: relative;
    z-index: 120;
}

.ewb-nav-item{
    display: block;
    height: 36px;
}

.ewb-nav-area{
    position: absolute;
    left: 1px;
    top: 36px;
    z-index: 999;
    background-color: #3d76d1;
    display: none;
}

.ewb-nav-tt{
    display: block;
    text-align: center;
    line-height: 22px;
    font-weight: bold;
    color: #fff;
}

.area1{
    width: 100px;
}

.area2{
    width: 96px;
}

.area3{
    width: 99px;
}

.area4{
    left: -12px;
    width: 120px;
}

.area5{
    width: 98px;
}

.area6{
    width: 97px;
}

.ewb-nav li:hover .ewb-nav-area{
    display: block;
}

/* notice */

.ewb-notice {
    padding: 0 12px 0 16px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    background: url(imagesnotice_bg.jpg) repeat-x;
}

.ewb-search{
    width: 290px;
}

.ewb-ser-tt{
    padding-left: 20px;
    font-weight: bold;
    background: url(imagessearch.jpg) no-repeat left center;
}

.ewb-ser-input{
    margin: 5px 0 0 13px;
    width: 160px;
    height: 16px;
    color: #666;
    border: 1px solid #e3e3e3;
}

.ewb-ser-btn{
    margin-top: 5px;
    width: 40px;
    height: 18px;
    background: url(imagesbtn.jpg) no-repeat;
    border: 0;
    outline: 0;
    cursor: pointer;
}

/* footer */

.ewb-footer{
    padding-top: 30px;
    background-color: #f5f9fc;
    border-top: 34px solid #2070fd;
}

.ewb-footer p{
    text-align: center;
    line-height: 22px;
    font-family: "Verdana, Arial, Helvetica, sans-serif";
    color: #666;
}

.spec{
    color: #333;
}

.ewb-ft-pic{
    margin-top: 32px;
    display: block;
    height: 80px;
    text-align: center;
}
.ewb-toolbar-txt{
    margin-left: 10px;
}
.ewb-info-bd img {
    overflow: hidden;
    width: 90%;
}