﻿/* 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 {
    background: url(../images/body_bg.jpg) center top no-repeat;
    font: 14px/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;
}

/* 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-container {
    width:998px;
    margin:0 auto;
}
.ewb-row {
    overflow:hidden;
}
.ewb-span24 {
    width: 998px;
    float:left;
}
.ewb-span23 {
    width: 956px;
    float:left;
}
.ewb-span22 {
    width: 914px;
    float:left;
}
.ewb-span21 {
    width: 872px;
    float:left;
}
.ewb-span20 {
    width: 830px;
    float:left;
}
.ewb-span19 {
    width: 788px;
    float:left;
}
.ewb-span18 {
    width: 746px;
    float:left;
}
.ewb-span17 {
    width: 704px;
    float:left;
}
.ewb-span16 {
    width: 662px;
    float:left;
}
.ewb-span15 {
    width: 620px;
    float:left;
}
.ewb-span14 {
    width: 578px;
    float:left;
}
.ewb-span13 {
    width: 536px;
    float:left;
}
.ewb-span12 {
    width: 494px;
    float:left;
}
.ewb-span11 {
    width: 452px;
    float:left;
}
.ewb-span10 {
    width: 410px;
    float:left;
}
.ewb-span9 {
    width: 368px;
    float:left;
}
.ewb-span8 {
    width: 326px;
    float:left;
}
.ewb-span7 {
    width: 284px;
    float:left;
}
.ewb-span6 {
    width: 242px;
    float:left;
}
.ewb-span5 {
    width: 200px;
    float:left;
}
.ewb-span4 {
    width: 158px;
    float:left;
}
.ewb-span3 {
    width: 116px;
    float:left;
}
.ewb-span2 {
    width: 74px;
    float:left;
}
.ewb-span1 {
    width: 32px;
    float:left;
}
.ewb-ml10 {
    margin-left:10px;
}
.ewb-mt10 {
    margin-top:10px;
}

.ewb-mt11 {
    margin-top:11px;
}

/* header */

.ewb-head-logowrap{
    height: 258px;
    overflow: hidden;
}

.ewb-head-logo{
    vertical-align: top;
}

.ewb-head-logo.logo01{
    margin-top: 92px;
    margin-left: 14px;
}

.ewb-head-logo.logo02{
    margin-top: 196px;
    margin-right: 32px;
}

/* nav */
.ewb-nav{
    height: 55px;
    background: url(../images/nav_bef.jpg) repeat-x;
}

.ewb-nav-item>a{
    display: block;
    width: 124px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    background: url(../images/nav_col.jpg) right center no-repeat;
}

.ewb-nav-item.last>a{
    background: none;
}

.ewb-nav-item.current>a{
    background: url(../images/nav_hover.jpg) center no-repeat;
}

.ewb-nav-item:hover>a{
    color: #ffff00;
}

/* state */
.ewb-state{
    padding-left: 36px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #d7d7d7;
    border-top: 0;
    color: #666;
    background-color: #fff;
}

.ewb-state-time{
    margin-right: 12px;
    padding-left: 24px;
    background: url(../images/time_clock.png) left center no-repeat;
}

/* search */
.ewb-search{
    margin-top: 8px;
    margin-right: 24px;
}

.ewb-search-inp{
    padding: 0 10px;
    width: 215px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #ddd;
    border-right: 0;
    outline: 0;
    color: #a9a9a9;
}

.ewb-search-btn{
    width: 46px;
    height: 26px;
    cursor: pointer;
    outline: 0;
    border: 0;
    background: url(../images/sea_btn.png) center no-repeat #69b2ff;
}

.placeholder{
    color: #a9a9a9;
}

.ewb-search-btn:hover{
    background-color: #1d82ec;
}

/* 友情链接 */
.ewb-fri-hd{
    height: 32px;
    line-height: 32px;
    background-color: #e7f8ff;
}

.ewb-fri-tt{
    margin-left: 13px;
    font-size: 16px;
    color: #2f8af0;
}

.ewb-fri-bd{
    height: 148px;
    border: 1px solid #c2deea;
    overflow: hidden;
}

.ewb-fri-items{
    padding-top: 10px;
    padding-left: 10px;
}

.ewb-fri-item{
    position: relative;
    margin-right: 27px;margin-left: 27px;
    margin-bottom: 10px;
    cursor: pointer;
}

.ewb-fri-a{
    display: block;
    cursor: pointer;
}

.ewb-fri-a>img{
    vertical-align: top;
    width: 187px;
    height: 58px;
}

.ewb-black-border{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #0d0408;
}

.ewb-fri-item:hover .ewb-black-border{
    display: block;
}

/* guide */
.ewb-footer-guide{
    margin-top: 11px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 0;
    text-align: center;
    background-color: #1d82ec;
}

.ewb-footer-guide>a{
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
}

.ewb-footer-guide>.ewb-guide-col{
    padding: 0 16px;
    display: inline-block;
    font-size: 14px;
}

/* msg */
.ewb-footer-msgwrap{
    position: relative;
    height: 158px;
    overflow: hidden;
    background-color: #fff;
}

.ewb-footer-msg{
    padding-top: 29px;
    line-height: 35px;
    text-align: center;
    color: #000;
}

.ewb-footer-logo{
    position: absolute;
    top: 31px;
    right: 59px;
    cursor: pointer;
}

/* list */
.wb-data-item {
    padding-left:15px;
    padding-top: 7px;
}

.wb-data-list {
    line-height: 27px;
    padding-left: 8px;
    background: url(../images/listimg.jpg) 0 50% no-repeat;
}

.wb-data-infor {
    margin-right: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-data-infor a {
    color: #333;
}

.wb-data-date {
    float: right;
    padding-right: 15px;
    margin-top: -30px;
    color: #666;
}

.wb-data-list:hover .wb-data-date,
.wb-data-list:hover a {
    cursor: pointer;
    color: #ff0000;
}


.ewb-footer-img1{
    position: absolute;
    left: 53px;
    top:1px;
}