/* 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: 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 {
    cursor: pointer;
	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-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;
}

a{
    cursor: pointer;
}
/* self-grid */
.ewb-wrapper{
    width: 1240px;
    margin: 0 auto;
}

.ewb-container {
    width:1200px;
    margin:0 auto;
}

.ewb-outwp{
    margin: 0 auto;
    padding: 0 20px;
    width: 1200px;
    background-color: #fff;
}

/* header */
.ewb-state-logo{
    margin-top: 122px;
    vertical-align: top;
}

.ewb-state{
    height: 313px;
    overflow: hidden;
}

/* sea */
.ewb-sea{
    margin-top: 140px;
    width: 324px;
    height: 41px;
    background: url(../images/sea_bg.png) left top no-repeat;
}

.ewb-sea-inp{
    margin-left: 21px;
    width: 235px;
    font-size: 16px;
    color: #666;
    height: 41px;
    line-height: 41px;
    border: 0;
    outline: 0;
    background: none;
}

.ewb-sea-btn{
    width: 50px;
    height: 41px;
    margin-right: 10px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background: none;
}

/* nav */
.ewb-nav{
    height: 84px;
    background-color: #1e90f0;
    font-size: 20px;
    box-shadow: 0 0 6px #333;
}

.ewb-nav-items{
    padding-left: 37px;
}

.ewb-nav-items>li{
    float: left;
    min-width: 194px;
    *width: 194px;
    text-align: center;
}

.ewb-nav-link{
    display: block;
    padding-top: 34px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center 14px;
}

.ewb-nav-link.bg01{
    background-image: url(../images/nav01.png);
}

.ewb-nav-link.bg02{
    background-image: url(../images/nav02.png);
}

.ewb-nav-link.bg03{
    background-image: url(../images/nav03.png);
}

.ewb-nav-link.bg04{
    background-image: url(../images/nav04.png);
}

.ewb-nav-link.bg05{
    background-image: url(../images/nav05.png);
}

.ewb-nav-link.bg06{
    background-image: url(../images/nav06.png);
}

.ewb-nav-link:hover,
.ewb-nav-link.current{
    background-color: #65b0fd;
}

/* 垂直文字 */
.verticle-mode {
    writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;      
    writing-mode: vertical-rl;
    *writing-mode: tb-rl;
}

/* list */
.wb-data-item {
    padding-top: 9px;
}

.wb-data-list {
    line-height: 34px;
    padding-left: 11px;
    background: url(../images/listimg.jpg) 0 50% no-repeat;
}

.wb-data-infor {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-data-infor a {
    color: #333;
}

.wb-data-date {
    float: right;
    padding-right: 15px;
    margin-top: -34px;
}

.wb-data-list:hover .wb-data-date,
.wb-data-list:hover a {
    cursor: pointer;
    color: #ff8b17;
}

/* footer */
.ewb-footer{
    height: 210px;
    color: #666;
}

.ewb-footer a{
    color: #666;
}

.ewb-vip{
    width: 800px;
    padding-left: 8px;
    padding-top: 40px;
}

.ewb-vip-hd{
    height: 40px;
    border-bottom: 1px solid #dcdcdc;
}

.ewb-vip-hd a{
    margin: 0 10px;
}

.ewb-vip-hd .ewb-vip-tt{
    margin: 0;
    margin-right: 24px;
    font-size: 18px;
}

.ewb-vip-tt.t02{
    margin-left: 56px;
}

.ewb-vip-bd{
    padding-top: 16px;
}

.ewb-vip-bd>p{
    line-height: 30px;
}

.ewb-footer-code{
    margin-right: 27px;
    margin-top: 32px;
}

.ewb-footer-code>img{
    vertical-align: top;
}
