/**!
 * 辽宁省沈抚新区电子交易平台
 * author: wuzhou;
 * date:2019-04-01
 */
 
.ewb-banner-pr {
	position: relative;
}

/* banner */

.ewb-banner {
	position: relative;
}

.ewb-banner-img {
	display: block;
	width: 100%;
	vertical-align: top;
	text-align: center;
}

.ewb-banner-tt {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -31px;
	height: 62px;
}

.ewb-banner-link {
	display: inline-block;
	padding-left: 26px;
	vertical-align: top;
	color: #fff;
	background: url("../images/banner_line.jpg") left center no-repeat;
}

.ewb-banner-sp1 {
	display: block;
	line-height: 40px;
	font-size: 34px;
}

.ewb-banner-sp2 {
	display: block;
	line-height: 22px;
	font-size: 16px;
	text-transform: uppercase;
}

/* location */

.ewb-location {
	margin-top: 11px;
	line-height: 36px;
	color: #666;
	text-indent: 15px;
	background: url("../images/location_icon.png") left 11px no-repeat;
}

.ewb-location a {
	padding: 0 15px;
	color: #666;
}

.ewb-location span {
	padding: 0 15px;
}

/* left */

.ewb-left {
	margin-top: 10px;
}

.ewb-left-item {
	margin-top: 10px;
	height: 51px;
	line-height: 51px;
}

.ewb-left-item:first-child {
	margin-top: 0;
}

.ewb-left-item a {
	display: block;
	padding-left: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #38c3d0;
	background-color: #e6f2f4;
}

.ewb-left-item.current a,
.ewb-left-item a:hover {
	color: #fff;
	background: url("../images/item_arrow.png") right center no-repeat #38c3d0;
}

/* right */
.ewb-mt30 {
	margin-top: 30px;
}

 
.ewb-advisory>li {
	margin-top: 10px;
	padding-left: 52px;
	min-height: 120px;
	border:1px solid #cde2e5;
}

 

.ewb-advisory-title {
	padding-top: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
}

.ewb-advisory-title>a {
	color: #333;
	font-weight: bold;
	font-size: 16px;
	line-height: 36px;
}

.ewb-advisory-title:hover,
.ewb-advisory-title>a:hover {
	color: #38c3d0;
}


.ewb-hotline {
	padding-top: 14px;
	padding-bottom: 20px;
	line-height: 25px;
}

.ewb-hotline1 {
	padding-left: 35px;
	margin-right: 60px;
	background: url("../images/advisory_ico01.png") 2px top no-repeat;
}

.ewb-hotline2 {
	padding-left: 35px;
	background: url("../images/advisory_ico02.png") 2px top no-repeat;
}
 

/* 手机端 */

@media (max-width: 767px) {

	/* banner */
	.ewb-banner-link {
		padding-left: 0;
		background: none;
	}

	.ewb-banner-sp1 {
		font-size: 20px;
	}

	.ewb-banner-sp2 {
		font-size: 12px;
	}

	/* right */
	.ewb-advisory>li {
		padding-left: 5px;
	}
}


 