﻿@charset "UTF-8";

/* 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;
    vertical-align: top;
}

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-size: 14px;
    font-family: "Microsoft Yahei";
    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;
    color: #333;
}


/* 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;
}

/*! 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-colu-bd{
    overflow: hidden;
}

.ewb-data-item {
    padding-top: 6px;
}

.ewb-data-list {
    line-height: 28px;
    padding-left: 16px;
    background: url(../images/dot.png) 5px 50% no-repeat;
}

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

.ewb-data-infor a {
    color: #333;
}

.ewb-data-date {
    float: right;
    padding-right: 10px;
    margin-top: -28px;
    color: #999;
}

.ewb-data-list:hover a,
.ewb-data-list:hover span{
    cursor: pointer;
    color: #e60012;
}

/* header */

/* toolbar */

.ewb-toolbar{
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    font-family: "SimSun";
    color: #fff;
    background-color: #0d9be1;
}

.ewb-toolbar-tt{
    *margin-top: -32px;
}

.ewb-toolbar-tt a{
    color: #fff;
}

/* logo */

.ewb-logo{
    /*height: 93px;*/
    height: 167px;/*20220606*/
    background: url(../images/head_line.png) repeat-x;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #cfcfcf;
}

.ewb-logo-tt{
    margin: 21px 0 0 12px;
}

/* search */

.ewb-search{
    /*position: relative;*/
    position: absolute;/*20220606*/
    margin: 35px 0 0 134px;
    width: 246px;
    height: 24px;
    right: 0px;/*20220606*/
    top: 40px;/*20220606*/
}

.ewb-ser-input{
    position: absolute;
    width: 205px;
    background: url(../images/ser_bg.png) repeat-x;
    border: 1px solid #dfdfdf;
    border-right: 0;
    outline: 0;
}

.ewb-ser-icon{
    margin: 3px 0 0 11px;
    width: 18px;
    height: 15px;
    background: url(../images/search.png) no-repeat;
    border: 0;
    outline: 0;
}

.ewb-ser-tt{
    width: 175px;
    height: 22px;
    line-height: 22px;
    background: url(../images/ser_bg.png) repeat-x;
    border: 0;
    outline: 0;
}

.ewb-ser-btn{
    position: absolute;
    right: 0;
    width: 40px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    background-color: #009edb;
    outline: 0;
    border: 0;
    cursor: pointer;
}

.ewb-ser-btn:hover{
    background-color: #ff8202;
}

/* nav */

/*.ewb-nav{
    background-color: #f2f2f2;
    border-bottom: 4px solid #0d9be1;
}

.ewb-nav ul li{
    height: 40px;
    line-height: 40px;
}

.ewb-nav-item{
    display: block;
    width: 112px;
    color: #333;
    text-align: center;
    background: url(../images/nav_line.png) no-repeat right center;
}

.ewb-nav-item.first{
    width: 102px;
}

.ewb-nav-item.last{
    background: none;
}

.ewb-nav-item:hover{
    color: #008cd7;
}*/

/* footer */

.ewb-footer{
    height: 113px;
    text-align: center;
    font-size: 12px;
    background-color: #ececec;
    border-top: 3px solid #5bbbea;
}

.ewb-footer p{
    line-height: 22px;
}

.ewb-footer-tt{
    margin: 7px 0 6px 0;
}

.ewb-footer-tt a{
    margin: 0 4px;
    color: #333;
}

/*20220606*/
/* nav */
.ewb-nav{
    height: 36px;
    background-color: #24a1dc;
    border-radius: 3px;
}
.ewb-nav-item{
    margin-right: -15px;
}
.ewb-nav-list{
    width: 98px;
}
.ewb-nav-list a{
    display: block;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-family: "Microsoft YaHei";
}
.ewb-nav-list:hover a{
    background-color: #0085c4;
}