﻿/* 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;
	padding-left:5px;
}
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) left 32px repeat-x;
    font: 12px/1.231 "SimSun", 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;
}

/* header */


/* top */
.ewb-top{
    height: 32px;
    line-height: 32px;
    color: #fff;
    background-color: #171717;
}

.ewb-state-time{
    margin-right: 26px;
    padding-left: 20px;
    background: url(../images/clock_img.png) left center no-repeat;
}

.ewb-state-wea{
    padding-left: 20px;
    background: url(../images/cloud.png) left center no-repeat;
}

.ewb-sea-name{
    font-weight: bold;
    padding-left: 32px;
    background: url(../images/sea_ico.png) left center no-repeat;
}

.ewb-sea-inp{
    padding: 0 6px;
    margin-top: 7px;
    width: 114px;
    height: 16px;
    line-height: 16px;
    color: #717171;
    outline: 0;
    border: 1px solid #e3e9ef;
    border-top: 1px solid #abadb3;
}

.ewb-sea-btn{
    margin-top: 7px;
    margin-left: 7px;
    width: 49px;
    height: 20px;
    cursor: pointer;
    outline: 0;
    border: 0;
    background: url(../images/sea_btn.png);
}

.placeholder{
    color: #717171;
}

/* banner */
.ewb-banner{
    height: 124px;
    overflow: hidden;
    background: url(../images/head_bg.jpg);
}

.ewb-banner-logo{
    margin-top: 40px;
}

/* nav */
.ewb-nav-items{
    padding-top: 7px;
    width: 978px;
    height: 37px;
    overflow: hidden;
    background: url(../images/nav_bg.jpg) repeat-x;
}

.ewb-nav-item{
    float: left;
}

.ewb-nav-item.first{
    /*margin-left: 42px;*/
    margin-left: 25px;/*20211214*/
}

.ewb-nav-item>a{
    float: left;
    display: block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #0a3890;
    cursor: pointer;
    font-weight: bold;
}

.ewb-nav-item.current>a,
.ewb-nav-item:hover>a{
    color: #fff;
    background: url(../images/navs_bg.png) repeat-x;
}

.ewb-nav-item>i{
    float: left;
    display: block;
    width: 13px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

.ewb-nav-item.current .nav-bgl,
.ewb-nav-item:hover .nav-bgl{
    background-image: url(../images/navs_l.png);
}

.ewb-nav-item.current .nav-bgr,
.ewb-nav-item:hover .nav-bgr{
    background-image: url(../images/navs_r.png);
}

.ewb-nav-col{
    /*margin: 0 25px;*/
    margin: 0 15px;/*20211214*/
    margin-top: 4px;
    height: 21px;
    border-left: 1px solid #c9c9c9;
    border-right: 1px solid #fff;
}

/* footer */
.ewb-footer{
    position: relative;
    text-align: center;
    background-color: #fff;
}

.ewb-footer-logo{
    position: absolute;
    cursor: pointer;
    top: 49px;
    right: 218px;
}

.ewb-footer-guide{
    height: 30px;
    line-height: 30px;
    font-size: 0;
    color: #fff;
    background-color: #2c74c3;
}

.ewb-footer-guide>a{
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

.ewb-footer-guide>span{
    margin: 0 9px;
    font-size: 12px;
}

.ewb-footer-msg{
    padding-top: 9px;
    height: 84px;
    text-align: center;
    line-height: 24px;
}

.ewb-footer-msg .msg-adv{
    color: #666;
}

/* list */
.wb-data-item {
    padding-left:14px;
    padding-top: 8px;
}

.wb-data-list {
    line-height: 22px;
    padding-left: 12px;
    background: url(../images/listimg.jpg) 0 50% no-repeat;
}

.wb-data-infor {
    margin-right: 90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-data-infor a {
    color: #646464;
}

.wb-data-date {
    float: right;
    padding-right: 15px;
    margin-top: -22px;
    color: #646464;
}

.wb-data-list:hover .wb-data-date,
.wb-data-list:hover a {
    cursor: pointer;
    color: #f06000;
}


.ewb-yzmnew {
    line-height: 40px;
    font-size: 25px;
    letter-spacing: 18px;
    cursor: pointer;
}