.ewb-price-item{
	width: 25%;
	float: left;
	margin-bottom: 50px;
}

.ewb-price-mod{
	margin: 0 10px;
}

.ewb-price-hd{
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	height: 41px;
	line-height: 41px;
	font-size: 16px;
	position: relative;
	background: #56b3e8;
}

.ewb-price-icon{
	display: block;
	width: 11px;
	height: 6px;
	background: url('../images/price_icon.jpg') no-repeat;
	position: absolute;
	top: 41px;
	left: 50%;
	margin-left: -6px;
}

.ewb-price-hd h3{
	font-weight: bold;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ewb-price-bd{
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border: 1px solid #c3e3f7;
	border-top: 0;
	background: #fff;
	padding-left: 20px;
	padding-top: 9px;
	position: relative;
	height: 212px;
}

.ewb-price-bd p{
	line-height: 32px;
	font-size: 14px;
}

.ewb-price-statu{
	position: absolute;
	right: 0;
	bottom: 44px;
}

a.ewb-price-more{
	display: block;
	width: 85px;
	height: 27px;
	line-height: 27px;
	border-radius: 1px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: #ff9f09;
	margin-top: 8px;
}

@media(max-width: 1200px) and (min-width: 768px){
	.ewb-price-item{
		width: 33.3%;
	}

	.ewb-price-bd{
		padding-bottom: 20px;
		height: auto;
	}
}

@media(max-width: 767px){
	.ewb-price-item{
		width: 90%;
		margin-left: 5%;
		margin-bottom: 20px;
	}

	.ewb-price-bd{
		padding-bottom: 10px;
		height: auto;
	}
}

.ewb-price-bom{
	margin-top: 20px;
}

.ewb-price-search {
    background: #f0f0f0;
    padding-left: 6px;
    margin-top: 20px;
}

.ewb-info-search-mod {
    float: left;
    margin: 5px 0;
}

.ewb-info-search-name {
    display: block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-align: right;
    float: left;
}

.ewb-info-search-mod input,
.ewb-search-time {
    display: block;
    width: 280px;
    height: 34px;
    border: 1px solid #e9e9e9;
    background: #fff;
    text-indent: 9px;
    float: left;
    line-height: 34px;
    outline: 0;
}

.ewb-info-search-mod input::placeholder {
    color: #999;
}

.ewb-info-search-mod select{
	display: block;
	width: 176px;
	/* width: 280px; */
    height: 34px;
    border: 1px solid #e9e9e9;
    background: #fff;
    text-indent: 9px;
    float: left;
    line-height: 34px;
    outline: 0;
}

.chosen-container-single .chosen-single{
	height: 36px;
	line-height: 36px;
	border-color: #e9e9e9;
	font-size: 14px;
	color: #999;
}

.ewb-info-btn {
    display: block;
    width: 78px;
    height: 36px;
    border: 0;
    padding: 0;
    outline: 0;
    cursor: pointer;
    line-height: 36px;
    font-size: 16px;
    font-family: "Microsoft Yahei";
    float: left;
    color: #fff;
    background: #f5b316;
    margin: 5px 0;
    margin-left: 15px;
}

@media(max-width: 767px){
	.ewb-info-search-mod select{
		width: 70%;
		padding: 0 1px;
	}

	.ewb-info-search-name{
		width: 80px;
	}

	.ewb-info-search-mod{
		width: 100%;
		margin: 2px 0;
	}

	.ewb-info-search-mod input, 
	.ewb-search-time{
		width: 70%;
	}

	.ewb-info-btn{
		margin: 2px 0;
		margin-left: 80px;
		width: 50%;
	}

	.ewb-price-bom{
		margin-top: 20px;
	}

	.ewb-price-search{
		padding: 5px 0;
	}
}

/* 分页 */

.ewb-page {
    text-align: center;
}

.ewb-page-items {
    margin-top: 10px;
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ewb-page-li {
    min-width: 36px;
    *width: 36px;
    margin-right: 4px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
    float: left;
}

.ewb-page-li>a {
    display: block;
    color: #555;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border: 1px solid #dfdfdf;
}

.ewb-page-li.current>a {
    border: 0;
    color: #ff9c00;
}

.ewb-page-li.ewb-page-noborder>span {
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border: 0;
    color: #666;
    font-family: "Simsun";
}

.ewb-page-num {
    *width: 60px;
}

.ewb-page-li.ewb-page-num>span {
    padding: 0 5px;
    font-weight: bold;
}

.ewb-page-input {
    width: 38px;
    height: 24px;
    text-align: center;
    border: 1px solid #dfdfdf;
    line-height: 24px;
    color: #666;
    outline: none;
    vertical-align: top;
    *margin-top: -1px;
}

.ewb-page-hover {
    *width: 60px;
}

.ewb-page-hover>a {
    font-family: "Simsun";
}

.ewb-page-go {
    margin-left: 2px;
}

.ewb-page-hover:hover>a,
.ewb-page-go:hover>a {
    color: #fff;
    background-color: #999;
    border-color: #999;
}

.ewb-page-go>a {
    font-size: 12px;
    padding: 0 6px;
}

.ewb-page-goto {
    margin-right: 0;
}

.ewb-page-li.ewb-page-goto>span {
    padding: 0 6px 0 0;
    text-align: right;
}

.ewb-page-inpt {
    margin-left: -2px;
}

.ewb-page-li.ewb-page-ellipsis>span {
    padding: 0 17px 0 16px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #555;
}