/**!
 * 辽宁省沈抚新区电子交易平台
 * 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;
}

/* left */

.wb-tree-tt{
    color: #38c3d0;
}
.wb-tree-node {
    display: block;
	margin-top: 10px;
	height: 51px;
	line-height: 51px;
    padding-left: 40px;
    font-size: 18px;
    font-weight: bold;
    
    background-color: #e6f2f4;
}

.wb-tree-items:first-child .wb-tree-node {
	margin-top: 0;
}

.wb-tree-iconr{
    float: right;
    width: 39px;
    height: 15px;
    margin-top: 18px;
    background:url("../images/item_arrow_sec.png") no-repeat;
}
.wb-tree-sub{
    display: none;
	padding: 10px 0 10px 40px;
	background-color: #e6f2f4;
}

.wb-tree-item>a {
	padding-left: 25px;
	display: inline-block;
	vertical-align: top;
	line-height: 32px;
    font-size: 16px;
	color: #666;
	background: url("../images/tree_icon.png") left center no-repeat;
}

.wb-tree-item>a:hover{
	color: #1d637a;
    background: url("../images/tree_iconh.png") left center no-repeat;
}

.current .wb-tree-iconr{
	margin-top: 21px;
	width: 42px;
    background: url("../images/item_arrowh.png") no-repeat;
}

.current .wb-tree-node {
	background-color: #38c3d0;
}

.current .wb-tree-tt{
    color:#fff;
}
.current .wb-tree-sub{
    display: block;
}

/* right */

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

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

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

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

.ewb-right-link {
	display: inline-block;
	margin-bottom: 6px;
	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-right-tab {
	margin-top: 15px;
	width: 100%;
	table-layout: fixed;
}

.ewb-tab-hd {
	height: 38px;
}

.ewb-th1 {
	width: 117px;
}

.ewb-th2 {
	width: 390px;
}

.ewb-th3 {
	width: 156px;
}

.ewb-th4 {
	width: 231px;
}

.ewb-tab-hd th {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #1d637a;
	background-color: #e6f2f4;
}

.ewb-tab-tr {
	height: 37px;
	border-bottom: 1px dashed #1d637a;
}

.ewb-tab-block {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ewb-tab-block a{
	color:#333;
}

.ewb-tab-tr td {
	text-align: center;
}

.ewb-tab-tr:hover>td,
.ewb-tab-tr:hover>td a {
	color: #1d637a;
}



/* 分页 */

.ewb-page {
    text-align: right;
	margin-top:25px;
}

.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) {
	/* right */
	.ewb-right {
		margin-top: 20px;
	}
}

/* 手机端 */

@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-right {
		margin-top: 20px;
	}
	.ewb-right-link {
		width: 60px;
	}
	.ewb-right-tab {
		margin-top: 0;
	}
	.table-responsive {
		margin-bottom: 0;
	}
}
/**add**/
.wb-tree-item.current a{
	color: #1d637a;
    background: url("../images/tree_iconh.png") left center no-repeat;
}