﻿@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 {
    color: #333;
    font-size: 12px;
    font-family: "SimSun";
    background: url(../images/bg.jpg) left 32px repeat-x #fff;
}

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


/*! grid system 24栅格 1200px */

.ewb-container {
    width: 1200px;
    margin: 0 auto;
}

.ewb-row {
    overflow: hidden;
}

.ewb-span1 {
  float: left;
  width:27px;
}
.ewb-span2 {
  float: left;
  width:78px;
}
.ewb-span3 {
  float: left;
  width:129px;
}
.ewb-span4 {
  float: left;
  width:180px;
}
.ewb-span5 {
  float: left;
  width:231px;
}
.ewb-span6 {
  float: left;
  width:282px;
}
.ewb-span7 {
  float: left;
  width:333px;
}
.ewb-span8 {
  float: left;
  width:384px;
}
.ewb-span9 {
  float: left;
  width:435px;
}
.ewb-span10 {
  float: left;
  width:486px;
}
.ewb-span11 {
  float: left;
  width:537px;
}
.ewb-span12 {
  float: left;
  width:588px;
}
.ewb-span13 {
  float: left;
  width:639px;
}
.ewb-span14 {
  float: left;
  width:690px;
}
.ewb-span15 {
  float: left;
  width:741px;
}
.ewb-span16 {
  float: left;
  width:792px;
}
.ewb-span17 {
  float: left;
  width:843px;
}
.ewb-span18 {
  float: left;
  width:894px;
}
.ewb-span19 {
  float: left;
  width:945px;
}
.ewb-span20 {
  float: left;
  width:996px;
}
.ewb-span21 {
  float: left;
  width:1047px;
}
.ewb-span22 {
  float: left;
  width:1098px;
}
.ewb-span23 {
  float: left;
  width:1149px;
}
.ewb-span24 {
  float: left;
  width:1200px;
}

.ewb-ml10 {
    margin-left: 24px;
}

.ewb-mt10 {
    margin-top: 24px;
}

.ewb-ml15 {
    margin-left: 10px;
    width: 410px;
}

.ewb-mt15 {
    margin-top: 10px;
}


/* 头部  */

.ewb-topbar {
    height: 30px;
    line-height: 30px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background: url(../images/top_bg.jpg) top repeat-x;
}

.ewb-weather {
    margin-left: 25px;
}

.ewb-toplink {
    color: #333;
}

.ewb-logo-area {
    height: 167px;
    background: url(../images/logo_bg.png) center top no-repeat;
}

.ewb-logo {
    margin-left: 19px;
    padding-top: 52px;
}

.ewb-nav {
    height: 43px;
    overflow: hidden;
    background-color: #ed503b;
}

.ewb-nav-items>li {
    float: left;
    height: 43px;
    line-height: 43px;
    background: url(../images/nav_line.jpg) left center no-repeat;
}

.ewb-nav-items>li:first-child {
    background: none;
}

.ewb-nav-items>li>a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 0 13px;
}

.ewb-nav-items>li:first-child>a {
    padding: 0 15px;
}

.ewb-search-area {
    width: 216px;
    height: 23px;
    margin-top: 10px;
    margin-right: 10px;
    background: url(../images/s_ico.png) 7px 50% no-repeat #fff;
}

.ewb-sinput {
    display: block;
    margin-left: 28px;
    width: 136px;
    height: 23px;
    line-height: 23px;
    outline: none;
    border: 0;
}

.ewb-sbtn {
    display: block;
    width: 52px;
    height: 23px;
    border: 0;
    color: #d16400;
    font-size: 12px;
    outline: none;
    cursor: pointer;
    background-color: #ffe8d2;
}

.ewb-sbtn:hover {
    background-color: #ffdab7;
}


/* 底部   */

.ewb-main {
    min-height: 400px;
    background: url(../images/bottom_bg.jpg) left bottom repeat-x;
}

.ewb-friend-links {
    height: 32px;
    background-color: #ed503b;
}

.ewb-friend-items {
    padding-top: 7px;
    margin-left: 59px;
}

.ewb-friend-items>li {
    float: left;
    margin-right: 17px;
}

.ewb-friend-sel {
    display: block;
    width: 207px;
    height: 19px;
    outline: none;
    border: 1px solid #c3c3c3;
}

.ewb-footer-info {
    min-height: 113px;
    line-height: 24px;
    text-align: center;
}

.ewb-footer-links {
    padding-top: 10px;
    text-align: center;
}

.ewb-footer-links a {
    color: #333;
}
.ewb-footer{
    line-height: 24px;
    border-top: 4px solid #db2911;
}
.blue{
    margin-left:10px;
}

#siteViewCount img{ padding-top:7px;}


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