.datepk-search {
	width: 380px;
	height: 220px;
	background: #fff;
	padding: 30px 47px 22px 30px;
	box-sizing: border-box;
	border-radius: 4px;
	box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.2);
}

.left-name {
	font-size: 16px;
	line-height: 30px;
}

.bst-select-box {
	width: 100%;
	height: 42px;
	position: relative;
}

.bst-select-box>input {
	width: 320px;
	/* border-radius: 4px; */
	border: 1px solid #d4d4d4;;
	height: 100%;
	text-indent: 1em;
	box-sizing: border-box;
}

.bst-select-box>input::placeholder {
	color: #C8C8C8;
}

.bst-DC-elasticBox {
	width: 100%;
	white-space: nowrap;
}

.test-line-class-Ex {
	width: 390px;
}

.bst-searchBus-submit-btn {
	height: 40px;
	width: 322px;
	text-align: center;
	border-radius: 5px;
	border: none;
	/*padding: 12px;*/
	background-color: #0490f7;
	color: white;
	outline: none;
	line-height: 15px;
	vertical-align: middle;
	font-size: 18px;
	cursor: pointer;#1988 da;
}

.station-div {
	margin-top:20px;
	position: relative;
	background-color:white;
}

.station-div .station-img {
	cursor: pointer;
}

.station-div .station-img img {
	height: 240px;
	width: 1200px;
}

.station-div .station-img p.title-show {
	font-size: 24px;
	line-height: 25px;
	color: #fff;
	position: absolute;
	left: 45%;
	top: 44%;
}

.station-div .station-show {
	height: auto;
	overflow:hidden;
	display:none;
}

.station-div .station-show p.title-show {
	font-size: 18px;
	line-height: 20px;
	padding-top:18px;
	padding-left:24px;
}

.station-nqc {
	margin-left: 0;
	padding-left:14px;
}

.station-nqc li {
	float: left;
	width: 388px;
	margin: 27px 0 0 0;
}

.station-nqc li:hover {
	/* 	box-shadow:0 4px 10px 2px rgba(0,0,0,0.1); */
	box-shadow: 0 1px 10px 0px rgba(1, 1, 1, 0.2);
	transform: translate(0, -2px);
	background-color: #FAFAFA;
}



.station-nqc li .img_left {
	float: left;
	margin: 10px 10px 10px 10px;
}

.station-nqc li .sta_info {
	float: left;
	width: 200px;
	margin-top: 10px;
}

.station-nqc li .sta_info .title {
	font-size: 16px;
	/*border-bottom: 1px dashed #e4e3e3;*/
	color: #333333;
	padding-bottom: 8px;
	margin-bottom: 16px;
}

.station-nqc li .sta_info .posi {
	color: #666666;
	font-size: 14px;
	background: url(../images/guizhou/posi1.png) no-repeat;
	padding-left: 25px;
	line-height: 20px;
}

.station-nqc li .sta_info .tel {
	color: #666666;
	font-size: 14px;
	background: url(../images/guizhou/posi1.png) 0 -43px no-repeat;
	padding-left: 25px;
	margin-top: 10px;
	padding-top:4px;
}