/**!
 * 流程
 * author: fxyue;
 * date:2019-09-04
 */
.ewb-notice-box {
	font-size: 0;
	white-space: nowrap;
	text-align: center;
	margin: 30px 0;
	/* overflow: auto; */
}

.ewb-notice-box span {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #1970d5;
	cursor: pointer;
}

.ewb-notice-box a{
	color:#1970d5;
}
.ewb-notice-step {
	width: 235px;
	height: 56px;
	line-height: 48px;
	border: 4px solid #69a4ee;
	background: url("../images/notice_step_bg.jpg") no-repeat;
}

.ewb-notice-line {
	width: 260px;
	height: 56px;
	background: url("../images/notice_line_bg.png") top center no-repeat;
}

.ewb-notice-step.cur {
	color: #fff;
	background-image: url("../images/notice_step_bgh.jpg");
}
.ewb-notice-step.cur a {
	/* color: #fff; */
}
.ewb-clear-list {
    position: absolute;
    top: 108%;
    left: 0;
	right: 0;
    z-index: 99;
    display: none;
    border: 1px solid #e5e5e5;
    background: #fff;
	font-size:15px;
}
.ewb-clear-list a {
    display: block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #1970d5;
    background: none;
    border-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}

.ewb-notice-step:hover .ewb-clear-list {
  display: block;
}
.ewb-notice-step{
	position: relative;
}
.ewb-notice-step.cur .ewb-notice-name{
	color:#fff;
}
@media (max-width:767px) {
	.ewb-notice-step {
		width: 160px;
	}

	.ewb-notice-line {
		width: 130px;
	}
}

@media (max-width:480px) {
	.ewb-notice-box span {
		font-size: 22px;
	}

	.ewb-notice-step {
		width: 120px;

	}

	.ewb-notice-line {
		width: 50px;
	}
}