@charset "UTF-8";
/**!
 * -
 * author: huangcong;
 * date:2019-10-23
 */

.ewb-main {
    background: url(../images/lantian.jpg) center top no-repeat;
    padding: 15px 0;
}

.ewb-loc{
	padding: 10px 0 10px 20px;
	line-height: 22px;
	font-size: 16px;
	border:1px solid #e7e7e7;
	padding-left: 20px;
	background: url('../images/loc_bg.jpg') left top repeat-x #dbdfe2;
}

.ewb-loc-name{
	font-weight: bold;
	color: #bf0003;
}

.ewb-loc a{
	color: #000;
}

.ewb-loc a:hover{
	color: #f00000;
}

/* info */

.ewb-detail{
	background: #fff;
	margin-top: 15px;
	padding: 0 50px;
}

.ewb-detail-hd h3{
	line-height: 40px;
	font-size: 28px;
	padding: 40px 0;
	text-align: center;
}

.ewb-detail-tip{
	padding: 10px 0;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	background: #f1f1f1;
	border-top: 1px solid #e91919;
}

.ewb-ge{
	padding: 0 10px;
}

.ewb-detail-bd{
	padding: 50px 0;
}

.ewb-detail-bd p{
	line-height: 36px;
	font-size: 16px;
	margin-bottom: 26px;
}

.ewb-info-img{
	text-align: center;
	margin-top: 50px;
}

.ewb-center{
	text-align: center;
}

@media(max-width: 767px){
	.ewb-loc{
		height:auto;
		padding: 5px;
		line-height: 20px;
		font-size: 14px;
	}

	.ewb-detail{
		padding: 0 5px;
		margin-top: 10px;
	}

	.ewb-detail-hd h3{
		padding: 10px 0;
		line-height: 20px;
		font-size: 16px;
	}

	.ewb-detail-tip{
		padding: 5px 0;
		font-size: 12px;
	}

	.ewb-detail-bd{
		padding: 10px 0;
	}

	.ewb-detail-bd p{
		line-height: 24px;
		font-size: 12px;
		margin-bottom: 10px;
	}

	.ewb-info-img{
		margin-top: 10px;
	}
}