﻿@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,
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 {
    min-width: 1200px;
    color: #333;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    background: url(../images/bg1.jpg) no-repeat center top #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;
}



/** 
 * 以下可追加项目中的公共样式，
 * 比如body上进行全局的文字设置（字体，大小，行高），全局a链接的基本状态定义，
 * 适合页面的栅格系统
 * 页面公共头尾部分等
 */


/*! grid system 22栅格 1200px */

.ewb-container {
    width: 1200px;
    margin: 0 auto;
}

.ewb-row {
    overflow: hidden;
}

.ewb-span22 {
    width: 1200px;
    float: left;
}

.ewb-span21 {
    width: 1145px;
    float: left;
}

.ewb-span20 {
    width: 1090px;
    float: left;
}

.ewb-span19 {
    width: 1035px;
    float: left;
}

.ewb-span18 {
    width: 980px;
    float: left;
}

.ewb-span17 {
    width: 925px;
    float: left;
}

.ewb-span16 {
    width: 870px;
    float: left;
}

.ewb-span15 {
    width: 815px;
    float: left;
}

.ewb-span14 {
    width: 760px;
    float: left;
}

.ewb-span13 {
    width: 705px;
    float: left;
}

.ewb-span12 {
    width: 650px;
    float: left;
}

.ewb-span11 {
    width: 595px;
    float: left;
}

.ewb-span10 {
    width: 540px;
    float: left;
}

.ewb-span9 {
    width: 485px;
    float: left;
}

.ewb-span8 {
    width: 430px;
    float: left;
}

.ewb-span7 {
    width: 375px;
    float: left;
}

.ewb-span6 {
    width: 320px;
    float: left;
}

.ewb-span5 {
    width: 265px;
    float: left;
}

.ewb-span4 {
    width: 210px;
    float: left;
}

.ewb-span3 {
    width: 155px;
    float: left;
}

.ewb-span2 {
    width: 100px;
    float: left;
}

.ewb-span1 {
    width: 45px;
    float: left;
}

.ewb-mt12{
    margin-top: 12px;
}

.ewb-mt10{
    margin-top: 10px;
}

.ewb-ml10{
    margin-left: 10px;
}

/* header */

/* logo */

.ewb-logo1{
    display: block;
    padding: 52px 0 52px 3px;
}

.ewb-logo2{
    margin: 50px 132px 0 0;
}

/* 导航栏 */

.ewb-nav{
    height: 50px;
    line-height: 50px;
    background: #ed4747;
}

.ewb-nav li{
    margin-left: 47px;
}

.ewb-nav li:first-child{
    margin-left: 0;
}

.ewb-nav li:first-child a{
    padding: 0 33px;
}

.ewb-nav-item{
    padding: 0 32px;
    display: block;
    font-size: 18px;
    color: #fff;
}

.ewb-nav li.current,
.ewb-nav li:hover{
    background: #dd0b0b;
}

/* footer */

.ewb-footer{
    padding-top: 20px;
    height: 138px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #404040;
}

.ewb-footer .ewb-container{
    position: relative;
}

.ewb-footer-ewm{
    position: absolute;
    top: 2px;
    right: 16px;
}

.ewb-footer-ewm img{
    padding-bottom: 8px;
}

/* 通用信息列表 */

.wb-data-items{
    padding: 16px 8px 21px 11px;
}

.wb-data-list{
    padding-left: 9px;
    line-height: 28px;
    font-size: 14px;
    background: url(../images/dot1.png) no-repeat left center;
}

.wb-data-infor{
    margin-right: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wb-data-date{
    float: right;
    margin-top: -28px;
    color: #999;
}

.wb-data-infor a{
    color: #333;
}

.wb-data-list:hover,
.wb-data-list:hover a{
    color: #dd0b0b;
}