/* yui3 reset.css */

html {
    color: #000;
    background: #FFF
}
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 {
    font: 13px/1.231 "Microsoft YaHei", arial, helvetica, clean, sans-serif;
    color: #333;
}
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;
}
a:hover {
    text-decoration: underline;
}

/* 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链接的基本状态定义，
 * 适合页面的栅格系统
 * 页面公共头尾部分等
 */


/*! grid system 24栅格 998px */

.ewb-span1 {
    float: left;
    width: 22px;
}
.ewb-span2 {
    float: left;
    width: 64px;
}
.ewb-span3 {
    float: left;
    width: 106px;
}
.ewb-span4 {
    float: left;
    width: 148px;
}
.ewb-span5 {
    float: left;
    width: 190px;
}
.ewb-span6 {
    float: left;
    width: 232px;
}
.ewb-span7 {
    float: left;
    width: 274px;
}
.ewb-span8 {
    float: left;
    width: 316px;
}
.ewb-span9 {
    float: left;
    width: 358px;
}
.ewb-span10 {
    float: left;
    width: 400px;
}
.ewb-span11 {
    float: left;
    width: 442px;
}
.ewb-span12 {
    float: left;
    width: 484px;
}
.ewb-span13 {
    float: left;
    width: 526px;
}
.ewb-span14 {
    float: left;
    width: 568px;
}
.ewb-span15 {
    float: left;
    width: 610px;
}
.ewb-span16 {
    float: left;
    width: 652px;
}
.ewb-span17 {
    float: left;
    width: 694px;
}
.ewb-span18 {
    float: left;
    width: 736px;
}
.ewb-span19 {
    float: left;
    width: 778px;
}
.ewb-span20 {
    float: left;
    width: 820px;
}
.ewb-span21 {
    float: left;
    width: 862px;
}
.ewb-span22 {
    float: left;
    width: 904px;
}
.ewb-span23 {
    float: left;
    width: 946px;
}
.ewb-span24 {
    float: left;
    width: 988px;
}
.ewb-row {
    overflow: hidden;
}
.ewb-ml10 {
    margin-left: 10px;
}
.ewb-mt10 {
    margin-top: 10px;
}
.ewb-mt20 {
    margin-top: 20px;
}
.ewb-container {
    width: 998px;
    margin: 0 auto;
}
.h53 {
    height: 53px;
}

/* header */

.bort {
    border-top: 5px solid #f1c9d1;
}
.ewb-main {
    border-left: 5px solid #f1c9d1;
    border-right: 5px solid #f1c9d1;
    background-color: #fff;
}
.ewb-toolbar {
    height: 42px;
    line-height: 42px;
    background: url(imagestoolbar_bg.jpg) repeat-x;
}
.ewb-toolbar-date {
    float: left;
    padding-left: 12px;
}
.ewb-toolbar-ser {
    float: left;
    margin-left: 50px;
}
.ewb-toolbar-ser span {
    float: left;
}
.ewb-toolbar-txt {
    float: left;
    width: 138px;
    height: 17px;
    line-height: 17px;
    margin: 10px 5px 0 8px;
}
.ewb-toolbar-ser select {
    float: left;
    width: 64px;
    line-height: 21px;
    height: 21px;
    margin-right: 2px;
    margin-top: 10px;
}
.ewb-toolbar-button {
    float: left;
    width: 54px;
    height: 23px;
    margin-top: 10px;
    outline: 0;
    cursor: pointer;
}
.ewb-toolbar-link {
    float: right;
    margin-right: 15px;
}
.ewb-toolbar-about {
    color: #333;
    cursor: pointer;
    padding-left: 25px;
}
.ewb-toolbar-about.about01 {
    background: url(images090610140533802.gif) 5px center no-repeat;
}
.ewb-toolbar-about.about02 {
    background: url(images090610140802131.gif) 5px center no-repeat;
}
.ewb-toolbar-about.about03 {
    background: url(images090610140714331.gif) 5px center no-repeat;
}

/* flash */

.ewb-flash {
    height: 118px;
    padding-top: 7px;
    text-align: center;
    margin-top: 5px;
    border-top: 1px solid #d2d2d2;
    background-color: #fff;
}

/* nav */

.ewb-nav {
    position: relative;
    z-index: 999;
    height: 33px;
    background: url(imagesindex_r3_c1.jpg) repeat-x;
}
.ewb-nav-item {
    position: relative;
    float: left;
    line-height: 31px;
}
.ewb-nav-link {
    display: block;
    padding: 0 23px;
    font-weight: bold;
    color: #fff;
    height: 33px;
    border-right: 1px solid #c30600;
    cursor: pointer;
}
.ewb-nav2-items {
    position: absolute;
    top: 32px;
    left: 0;
    display: none;
    z-index: 999;
}
.ewb-nav2-item {
    *width: 102px;
    line-height: 22px;
    text-align: center;
    background-color: #eb745f;
}
.ewb-nav2-link {
    padding: 0 23px;
    color: #fff;
    cursor: pointer;
}
.ewb-nav-item:hover .ewb-nav2-items {
    display: block;
}
.ewb-nav-link.last {
    border-right: none;
}

/* footer */

.ewb-foot-font {
    height: 90px;
    text-align: center;
    background: url(images1_r23_c1.jpg) repeat-x;
}
.ewb-foot-font p {
    line-height: 22px;
    padding-top: 20px;
}
.ewb-icon {
    text-align: center;
}

/* 列表 */

.wb-data-item {
    padding-left: 15px;
    padding-top: 8px;
}
.wb-data-list {
    line-height: 24px;
    padding-left: 14px;
    background: url(imageslistimg2.jpg) 0 50% no-repeat;
}
.wb-data-infor {
    margin-right: 65px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wb-data-infor a {
    color: #333;
}
.wb-data-date {
    color: #999;
    float: right;
    padding-right: 15px;
    margin-top: -24px;
}
.wb-data-list:hover,
.wb-data-list:hover .ewb-data-link {
    cursor: pointer;
    color: #d80700;
}
/*添加详细页图片大小自适应样式*/
.ewb-thidpage img {
    width: 90%;
    overflow: hidden;
}