﻿/* 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,
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;
	min-width:1200px;
}

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;
}


/* placeholder */

::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    /* Internet Explorer 9- */
    color: #999;
}



/** 
 * 以下可追加项目中的公共样式，
 * 比如body上进行全局的文字设置（字体，大小，行高），全局a链接的基本状态定义，
 * 适合页面的栅格系统
 * 页面公共头尾部分等
 */


/*! grid system 24栅格 998px */

.ewb-container {
    width: 1200px;
    margin: 0 auto;
}

.ewb-row {
    overflow: hidden;
}

.ewb-ml10 {
    margin-left: 10px;
}

.ewb-ml20 {
    margin-left: 20px;
}

.ewb-mt10 {
    margin-top: 10px;
}

.ewb-mt20 {
    margin-top: 20px;
}
.ewb-span6 {
	width:250px;
	float:left;
}
.ewb-span18 {
	width:890px;
	float:right;
}
/* header */
.ewb-banner{
    height: 248px;
    background: url(../images/body_bg.jpg) center top no-repeat;
}

.ewb-banner-img{
    margin-top: 74px;
}

/* nav */
.ewb-nav{
    height: 50px;
    background-color: #b6050d;
    overflow: hidden;
}

.ewb-nav-items>li{
    float: left;
}

.ewb-nav-items>li>a{
    display: block;
    line-height: 50px;
    padding: 0 16px;
    color: #fff;
    font-size: 18px;
}

/* sea */
.ewb-sea{
    margin-top: 8px;
    width: 250px;
    height: 34px;
    overflow: hidden;
    background-color: #fff;
}

.sea-inp{
    padding-left: 14px;
    width: 180px;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    color: #9e9e9e;
    outline: 0;
    border: 0;
}

.sea-btn{
    width: 46px;
    height: 34px;
    cursor: pointer;
    outline: 0;
    border: 0;
    background: url(../images/sea_bg.png) center no-repeat;
}

.sea-btn:hover{
    background-image: url(../images/sea_bgh.png);
}

/* footer */
.ewb-footer{
    overflow: hidden;
}

.ewb-footer-msg{
    padding: 20px 0;
    padding-left: 50px;
    line-height: 24px;
    color: #4c4c4c;
}

.ewb-footer-wpr{
    position: relative;
    text-align: center;
    background-color: #fff;
}

.ewb-foot-logo{
    position: absolute;
}

.ewb-foot-logo img{
    vertical-align: top;
}

.ewb-foot-logo.logo01{
    left: 192px;
    top: 18px;
}

.ewb-foot-logo.logo02{
    right: 166px;
    top: 8px;
}

/* guide */
.ewb-guide{
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background-color: #b6050d;
}

.ewb-guide a{
    margin: 0 9px;
    color: #fff;
}

/* fri */
.ewb-fri{
    margin-top: 20px;
    padding-bottom: 10px;
}

.ewb-fri-sel{
    margin-left: 20px;
    width: 285px;
    height: 32px;
    border: 1px solid #e2e2e2;
    color: #4c4c4c;
}

.ewb-fri-sel:first-child{
    margin-left: 0;
}

/* list */

.wb-data-item {
    padding-top: 8px;
    padding-left: 20px;
}

.wb-data-list {
    line-height: 29px;
    font-size: 15px;
}

.wb-data-infor {
    margin-right: 72px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-data-infor a {
    color: #626262;
}

.wb-data-date {
    padding-right: 14px;
    float: right;
    margin-top: -29px;
    color: #989898;
}

.wb-data-list:hover .wb-data-date,
.wb-data-list:hover a {
    cursor: pointer;
    color: #b6050d;
}