/* 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,
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 {
	width:100%;
    font: 12px/1.231 "Microsoft Yahei", arial, helvetica, clean, sans-serif;
    color: #333;
    background: url(imagesbg.jpg) center top no-repeat;
}
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 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;
}
.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;
}

/* top */
.ewb-top{
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    background: url(imagestop_mask.png) repeat;
}

.ewb-banner{
	/* width:1349px; */
    height: 209px;
    position: relative;
}


/* city */

.ewb-city{
    position: absolute;
    top: 85px;
    left: 300px;
}

.ewb-city-hd{
	margin-left:180px;
    width: 62px;
    height: 21px;
    line-height: 21px;
    font-size: 14px;
    text-indent: 10px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    background: url(imagescity_bg.png) no-repeat;
}

.ewb-city-bd{
    display: none;
    width: 437px;
    height: 72px;
    background: url(imagescity_bd_bg.png) no-repeat;
}

.ewb-city:hover .ewb-city-hd{
    color: #333;
    background: url(imagescity_bgh.png) no-repeat;
}

.ewb-city:hover .ewb-city-bd{
    display: block;
}

.ewb-city-items{
    padding-left: 8px;
    padding-top: 16px;
}

.ewb-city-item{
    height: 21px;
    line-height: 21px;
    font-size: 14px;
    vertical-align: top;
    float: left;
    margin-right: 2px;
    margin-bottom: 8px;
}

.ewb-city-item a{
    display: block;
    padding: 0 8px;
    color: #333;
}

.ewb-city-item a:hover{
    background: #d65745;
    color: #fff;
}

/* nav */

.ewb-nav{
    height: 87px;
    background: url(imagesnav_bg1.jpg) repeat-x;
}

.ewb-nav-item>a{
    display: block;
    float: left;
    height: 66px;
    width: 63px;
    padding: 21px 0 0 21px;
    background: url(imagesnav_bg2.jpg) no-repeat;
}

.ewb-nav-item>a:hover{
    background: url(imagesnav_bgh.jpg) no-repeat;
}

.ewb-second-items{
    padding-left: 20px;
    padding-top: 10px;
}

.ewb-second1{
    width: 420px;
}

.ewb-second2{
    width: 168px;
}

.ewb-second3{
    width: 95px;
}


.ewb-second-item{
    float: left;
    height: 23px;
    line-height: 23px;
    vertical-align: top;
    font-size: 14px;
}

.ewb-second-item a{
    display: block;
    height: 23px;
    width: 79px;
    text-align: center;
    /*padding-left: 10px;*/
    color: #fff;
    white-space: nowrap;
}

.ewb-wt526{
    width: 526px;
}

.ewb-second-item a:hover{
    font-weight: bold;
    background: url(imagesnav_bg2h.png) no-repeat;
}

/* 最新报名 */

.ewb-news{
    height: 39px;
    line-height: 39px;
    background: #f1f0f0;
}

.ewb-now{
    display: block;
    width: 95px;
    float: left;
    text-indent: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #ab181e;
}


.wb-tab-infor {
    width: 520px;
    float: left;
}
.wb-textlist{
    width: 520px;
    height:39px;
    overflow: hidden;
}
.wb-textlist li{
    float:left;
    margin-left: 25px;
    line-height: 39px;
    height: 39px;
}

.wb-textlist a{
    color:#333;
    font-size: 14px;

}

.ewb-search{
    padding-right: 12px;
}

.ewb-search span{
    display: block;
    float: left;
    font-size: 14px;
    color: #2466bd;
    font-weight: bold;
    margin-right: 8px;
}

.ewb-search input{
    display: block;
    float: left;
    width: 214px;
    height: 27px;
    line-height: 27px;
    border: 1px solid #c9c9c9;
    border-right: 0;
    text-indent: 10px;
    background: #fff;
    margin-top: 6px;
}

.ewb-search button{
    display: block;
    float: left;
    width: 48px;
    height: 29px;
    border: 0;
    margin-top: 6px;
    cursor: pointer;
    background: url(imagessearch_icon.png) 14px 5px no-repeat #f39800;
}

.ewb-search button:hover{
    background-color: #f28215;
}

/* foot */

.ewb-foot{
    height: 120px;
    text-align: center;
    background: url(imagesfoot_bg.jpg) repeat-x;
}

.ewb-foot-a{
    padding-top: 22px;
    height: 20px;
	    margin-left: 80px;
}

.ewb-foot-a a{
    padding: 0 25px;
    font-size: 14px;
    line-height: 20px;
    color: #f8f8f8;
    border-right: 1px solid #fff;
}

.ewb-foot-a a.last{
    border-right: 0;
}

.ewb-foot-info{
	margin-left:10px;
    padding-top: 10px;
    line-height: 26px;
    font-size: 14px;
    color: #000;
}
.footfloat{
	width:100px;
	float:left;
	margin-left:154px;
	margin-top:14px;
}
.abq{
width:400px;
height:130px;
}
.div-style{
	float:left;
text-align:center;
	
}

.wb-a{
	overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 270px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
}
.showlistdisplay{display:none;}