/**!
 * 阳光采购服务平台-大事件
 * author: lucw;
 * date:2019-10-18
 */

 .ewb-footer {
	margin-top: 20px;
}

.ewb-conbox{
	margin-top: 17px;
	font-size: 16px;
}

/* loca */
.ewb-location{
	padding: 9px 0 9px 3px;
	line-height: 12px;
	font-size: 14px;
	color: #666;
	margin-top: 30px;
	border-bottom: 1px solid #c0bef3;
}

.ewb-location a{
	color: #999;
}

.ewb-location span{
	color: #433bdb;
}

.lastCate{
	color: #433bdb !important;
	cursor: default;
}

/* do */

.ewb-do{
	padding-bottom: 30px;
}

.ewb-do-items>li{
	margin-top: 2px;
	position: relative;
}

.make-curtri{
	display: none;
	position: absolute;
	top: 50%;
	right: -9px;
	margin-top: -7px;
}

.do-year{
	display: block;
	width: 98px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color: #999;
	background-color: #fff;
}

.do-msg{
	margin-left: 108px;
	overflow: hidden;
}

/* make */
.ewb-make-items>li{
	margin-top: 10px;
}

.ewb-do-items>li.current .make-curtri{
	display: block;
}

.ewb-do-items>li.current .do-year{
	font-weight: bold;
	color: #fff;
	background-color: #156cc2;
}

.make-box{
	position: relative;
	padding-bottom: 23px;
}

.make-wpr{
	padding-top: 11px;
}

.make-h2{
	margin-left: 117px;
	padding-left: 35px;
	height: 42px;
	line-height: 42px;
	font-size: 30px;
	color: #0970d5;
	background: url('../images/subpic/make_rd.png') left center no-repeat;
}

.make-line{
	position: absolute;
	z-index: 20;
	width: 4px;
	top: 0;
	bottom: 0;
	left: 123px;
	background-color: #ddd;
}

.make-wpr{
	position: relative;
	z-index: 100;
}

.make-time{
	margin-right: 12px;
	margin-top: 25px;
	width: 108px;
	height: 26px;
	line-height: 26px;
	text-align: right;
	font-size: 16px;
	color: #333;
}

.make-detail{
	padding-left: 26px;
	overflow: hidden;
	background: url('../images/subpic/makelist.png') left center no-repeat;
}

.make-tell{
	position: relative;
	padding: 0 24px;
	height: 125px;
	border-bottom: 2px solid #ddd;
	background-color: #fff;
}

.make-lk{
	max-width: 98%;
	display: inline-block;
	vertical-align: middle;
	line-height: 24px;
	color: #333;
}

.make-tell>i{
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}

.ewb-make{
	padding-right: 10px;
	height: 830px;
	overflow: hidden;
}

.make-ltri{
	position: absolute;
	left: -9px;
	top: 50%;
	margin-top: -8px;
	width: 9px;
	height: 16px;
	background: url('../images/subpic/make_ltr.png') center no-repeat;
}

/* 竖版pad及以下 */

@media (max-width: 979px) {
	.ewb-make{
		overflow-y: auto;
	}
}

/* 手机端 */

@media (max-width: 767px) {
	.do-box{
		float: none !important;
		overflow-x: auto;
	}

	.do-msg{
		margin-top: 20px;
		margin-left: 0;
	}

	.ewb-do-items{
		display: inline-block;
		vertical-align: top;
		white-space: nowrap;
	}

	.ewb-do-items>li{
		display: inline-block;
		vertical-align: top;
		white-space: nowrap;
	}

	.ewb-do-items>li.current .make-curtri{
		display: none;
	}

	.ewb-conbox{
		font-size: 14px;
	}

	.make-lk{
		max-width: 96%;
	}

	.do-year{
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}

	.ewb-do{
		padding-bottom: 0;
	}
}