/**!
 * 辽宁省沈抚新区电子交易平台
 * author: xy;
 * date:2019-03-21
 */

.ewb-banner-pr {
	position: relative;
}

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

/* 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;
}

.ewb-right-type {
	margin-top: 11px;
	line-height: 26px;
}

.ewb-right-type:first-child {
	margin-top: 0;
}

.ewb-right-sp {
	width: 90px;
	font-size: 16px;
	font-weight: bold;
}

.ewb-right-con {
	margin-left: 90px;
}

.ewb-right-link {
	display: inline-block;
	margin-bottom: 6px;
	margin-right: 20px;
	width: 90px;
	text-align: center;
	vertical-align: top;
	color: #333;
	cursor:pointer;
}

.ewb-right-link.current,
.ewb-right-link:hover {
	border-radius: 13px;
	color: #fff;
	background-color: #38c3d0;
}

.ewb-con {
	padding-top: 20px;
}

.ewb-block {
	margin-left: -24px;
}

.ewb-item {
	float: left;
	margin-bottom: 24px;
	width: 33.33%;
	cursor: default;
}

.ewb-item-block {
	display: block;
	margin-left: 24px;
	padding: 30px 30px 20px;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
	background-color: #f5f5f5;
	cursor: default;
}

.ewb-item-block:hover {
	transform: translate(0,-10px);
	box-shadow:0px 5px 9px 1px rgba(99,127,152,0.2);
}

.ewb-item-h {
	height: 28px;
	line-height: 28px;
	font-size: 0;
	-webkit-text-size-adjust:none;
}

.ewb-item-sp {
	display: inline-block;
	padding: 0 29px;
	font-size: 16px;
	vertical-align: top;
	color: #fff;
}

.ewb-item-h > i {
	display: inline-block;
	width: 20px;
	height: 28px;
	vertical-align: top;
}

.bg1 .ewb-item-sp {
	background-color: #448aca;
}

.bg2 .ewb-item-sp {
	background-color: #13b5b1;
}

.bg3 .ewb-item-sp {
	background-color: #8c97cb;
}

.bg建设工程 .ewb-item-sp {
	background-color: #448aca;
}

.bg政府采购 .ewb-item-sp {
	background-color: #13b5b1;
}

.bg企业招标 .ewb-item-sp {
	background-color: #8c97cb;
}

.ewb-item-h.bg1 > i {
	background: url("../images/trade_icon1.png") no-repeat;
}

.ewb-item-h.bg2 > i {
	background: url("../images/trade_icon2.png") no-repeat;
}

.ewb-item-h.bg3 > i {
	background: url("../images/trade_icon3.png") no-repeat;
}

.ewb-item-h.bg建设工程 > i {
	background: url("../images/trade_icon1.png") no-repeat;
}

.ewb-item-h.bg政府采购 > i {
	background: url("../images/trade_icon2.png") no-repeat;
}

.ewb-item-h.bg企业招标 > i {
	background: url("../images/trade_icon3.png") no-repeat;
}

.ewb-item-p {
	margin-top: 10px;
	line-height: 33px;
	color: #333;
}

.ewb-item-info {
	line-height: 32px;
	font-size: 14px;
	color: #999;
}

/* 分页 */

.ewb-page {
    text-align: right;
	padding-bottom:20px;
}

.ewb-page-items {
    margin-top: 20px;
    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: 26px;
    line-height: 26px;
    padding: 0 8px;
    border: 1px solid #c8edf3;
	border-radius: 3px;
}

.ewb-page-li.current>a {
    border: 0;
    color: #0030cc;
}

.ewb-page-li.ewb-page-noborder>span {
    display: block;
    height: 26px;
    line-height: 26px;
    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: 26px;
    text-align: center;
    border: 1px solid #c8edf3;
	border-radius: 3px;
    line-height: 26px;
    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: #38c3d0;
    border-color: #38c3d0;
}

.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;
}

.ewb-footer {
	margin-top: 30px;
}

@media (min-width: 768px) and (max-width: 979px) {
	.ewb-item-sp {
		padding: 0 20px;
	}
	.r {
		float: left !important;
	}
}


@media (max-width: 767px) {
	.ewb-right-link {
		margin-right: 10px;
	}
	.ewb-item {
		float: none;
		width: 100%;
	}
}