 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;
	max-width: 100%;
}
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 {
    min-width: 1200px;
    font: 12px/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%;
	width: 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栅格 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;
}

/* header */

/* banner */
.ewb-header-banner{
    height: 200px;
    background: url(../images/header_pc.png) center top no-repeat;
}

/* nav */
.ewb-header-nav{
    background-color: #cc393a;
}

.ewb-nav-link{
    padding: 0 30px;
    display: block;
    height: 42px;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.ewb-nav-item:hover .ewb-nav-link{
        background-color: #a00203;
}

.ewb-nav-item.current .ewb-nav-link{
        background-color: #a00203;
}

/* state */
.ewb-header-state{
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #666;
    background-color: #ebebeb;
}

.ewb-state-date{
    margin-left: 31px;
}

.ewb-state-weather{
    margin-left: 16px;
    margin-top: 8px;
}

/* search */
.ewb-state-search{
    margin-right: 26px;
    margin-top: 7px;
    width: 194px;
    height: 28px;
    border:0;
    outline: none;
    background: url(../images/search_bg.png) center no-repeat;
}

.ewb-search-input{
    margin-top: 4px;
    margin-left: 16px;
    width: 120px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-indent: 6px;
    outline: none;
    border:0;
}

.ewb-search-btn{
    margin-top: 5px;
    margin-right: 16px;
    width: 18px;
    height: 18px;
    border:0;
    outline: none;
    cursor: pointer;
    background: url(../images/search.jpg) center no-repeat;
}

/* 指定placeholder文字颜色 */
.placeholder {
    color: #c6c6c6;
}

/* footer */

.ewb-footer{
    margin-top: 15px;
}

/* guide */
.ewb-footer-guide{
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    text-align: center;
    background-color: #cc393a;
}

.ewb-footer-guide a{
    color: #fff;
}   

.ewb-footer-guide span{
    padding: 0 15px;
    color: #fff;
}

.ewb-footer-copyright{
    padding: 10px 0;
    height: 88px;
    line-height: 24px;
    font-size: 14px;
    color: #555;
    text-align: center;
    background-color: #fff;
}

.ewb-footer-wrap{
    position: relative;
}

.ewb-footer-notice{
    position: absolute;
    left: 53px;
    line-height: 14px;
    font-size: 12px;
    color: #cc393a;
    font-weight: bold;
    font-family: "Microsoft YaHei";
}

.ewb-footer-img{
    position: absolute;
    left: 53px;
    top:5px;
}

.ewb-footer-notice i{
    margin-left: 22px;
    display: block;
    width: 52px;
    height: 53px;
    background: url(../images/police.jpg) center no-repeat;
}

.ewb-footer-ico{
    font-family: "Microsoft YaHei";
}

/* 通用列表设置 */

/* pannel */
.ewb-pannel-hd{
    height: 36px;
    border:1px solid #ddd;
    border-bottom: 0;
    background: url(../images/pannel_bg.png) repeat-x;
}

.ewb-pannel-bd{
    height: 247px;
    border:1px solid #ddd;
    border-top: 0;
}

.ewb-pannel-tab-items{
    padding-top: 4px;
}

.ewb-pannel-tt{
    margin-top: 3px;s
    margin-left: 4px;
    width: 144px;
    height: 29px;
    line-height: 29px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    background: url(../images/pannel_tt.png) right bottom no-repeat;
}

.ewb-pannel-tt a{
    display: block;
    width: 141px;
    color: #fff;
    background: url(../images/pannel_bg_out.png) repeat-x;
}

.ewb-pannel-tab-item{
    line-height: 29px;
    text-align: center;
}

.ewb-pannel-tab-item a{
    padding: 0 14px;
    color: #333;
}

.ewb-pannel-tab-item.current a{
    color: #f21817;
}

.ewb-pannel-hot{
    color: #ff0000;
}

.ewb-pannel-items{
    padding-top: 10px;
    padding-left: 10px;
}

.ewb-pannel-item{
    line-height: 28px;
    font-size: 14px;
}

.ewb-more {
    margin-right: 28px;
    line-height: 29px;
    color: #666;
    cursor: pointer;
}

/* 会场安排,资源下载,收费标准,快捷通道相同头部设置 */

.ewb-common-hd{
    padding: 1px;
    padding-bottom: 0;
    height: 32px;
    border:1px solid #ddd;
}

.ewb-common-tt{
    height: 30px;
    line-height: 30px;
    background: url(../images/plan_tt.png) repeat-x;
}

.ewb-common-tt a{
    display: inline-block;
    padding-left: 26px;
    margin-left: 11px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: url(../images/paln_ico.png) 0 50% no-repeat;
}

.TDStyle a{color:#333;}