
.ewb-info{
	border: 1px solid #dfebf8;
	padding: 0 40px;
	min-height:480px;
}

.ewb-info-hd{
	padding-top: 30px;
}

.ewb-info-tt{
	line-height: 48px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.ewb-info-intro{
	margin-top: 14px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #999;
	background: #f7f7f7;
	text-align: center;
}

.ewb-info-intro span{
	margin: 0 20px;
}

/* time */

.ewb-mt30{
	margin-top: 30px;
}

.ewb-time-hd {
    position: relative;
    width: 217px;
    height: 36px;
    border-radius: 14px;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    background: #62b5ed;
    z-index: 999;
}

.ewb-time-bd {
    width: 540px;
    height: 73px;
    padding-top: 37px;
    border: 3px solid #62b5ed;
    border-radius: 10px;
    margin: -19px auto 0 auto;
    text-align: center;
    background: #fff;
}

.ewb-time-bd p {
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 40px;
}

.ewb-time-txt {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-family: 'led';
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    margin: 0 10px;
    background: #7cc264;
    vertical-align: top;
}

.ewb-time.current .ewb-time-hd{
    background:#f6a013;
}

.ewb-time.current .ewb-time-bd{
    border-color:#f6a013;
}

/* bd */

.ewb-info-bd{
	padding-top: 23px;
	min-height：220px;
}

.ewb-info-bd h2{
	line-height: 16px;
	font-weight: bold;
	line-height: 34px;
}

.ewb-info-bd p{
	line-height: 34px;
	font-size: 16px;
}

.ewb-tip-bod{
	border: 1px solid #eee;
	background: #f9f9f9;
	border-radius: 6px;
	margin-top: 50px;
}

.ewb-change{
	padding: 12px 28px 17px 28px;
	border-bottom: 1px dashed #d1d1d1;
}

.ewb-change-item{
	width: 50%;
	*width: 49%;
	float: left;
	height: 28px;
	line-height: 28px;
	vertical-align: top;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #00adef;
}

.ewb-change-item a{
	color: #00adef;
}

.ewb-tip{
	padding: 8px 28px 28px 28px;
}

.ewb-tip h3,
.ewb-change h3{
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #f34347;
}

.ewb-tip p{
	line-height: 28px;
	font-size: 14px;
}

.ewb-tip p a{
	color: #00adef;
}

.ewb-tip p span{
	color: #999;
}

.ewb-tip-btn{
	margin-top: 18px;
}

.ewb-tip-btn button{
	display: block;
	width: 240px;
	height: 40px;
	border-radius: 3px;
	border: 0;
	padding: 0;
	outline: 0;
	cursor: pointer;
	background: #1080cc;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	margin: 0 auto;
}

.ewb-tip-btn button:hover{
	background: #00adef;
}

.ewb-txt-link{
	margin-top: 30px;
	border-top: 1px dashed #d1d1d1;
	padding-bottom: 30px;
}

.ewb-txt-item{
	width: 50%;
	*width: 49%;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	float: left;
}

.ewb-txt-item span{
	display: block;
	float: left;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #1080cc;
	border-top: 2px solid #1080cc;
	margin-top: -1px;
	width: 80px;
	text-align: center;
}

.ewb-txt-info{
	margin-left: 90px;
	margin-right: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ewb-txt-info a{
	color: #333;
}